mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #14996] mlnet in free(): error: junk pointer, too h


From: B3r3n
Subject: [Mldonkey-bugs] [bug #14996] mlnet in free(): error: junk pointer, too high to make sense
Date: Thu, 24 Nov 2005 19:39:33 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

Follow-up Comment #4, bug #14996 (project mldonkey):

Spiralvoice,

Until now, mlDonkey 2.6.7 was working perfectly under FreeBSD 4.11p9,
compiled statically with gcc 2.95.
Problem appears only since I moved to FreeBSD 6.0.
Here is the script I use to build it:
#!/bin/ksh

cd /mlDonkey/src
if [ $? -ne 0 ]
then
  echo "Cant CD!"
fi

OCAMLRUNPARAM="l=256M"
export OCAMLRUNPARAM

./configure --enable-checks --enable-batch --enable-pthread \
  --disable-newgui --disable-gui

gmake depend

gmake

for i in `grep "\.static:" Makefile | egrep -v "(release|upload)\." | awk
'BEGIN
 { FS=":" } { print $1;}'`
do
  gmake $i
done

But even if I dont see the relationship between a buffer overflow (looks like
it is the case with the error I got) and a static compilation that fails or
compile and that's all to my poor knowledge, I accept your arguments, so I
updated my script to build mldonkey shared.

The result is mlnet apparently works again.
That is just weird it is not working anymore compiled statically.
But my problem is solved for now, if I dont chroot ;-)

Thanks!

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14996>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]