[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] malloc bug
Hey guys,
/bin/sh ../../libtool --mode=link gcc  -O2 -fomit-frame-pointer 
-m68000   -o dive  dive.o ../../tests/libtests.la ../../libgmp.la
gcc -O2 -fomit-frame-pointer -m68000 -o dive dive.o  
../../tests/.libs/libtests.a 
/usr/src/redhat/BUILD/gmp-4.2.4/.libs/libgmp.a ../../.libs/libgmp.a 
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../tests    -O2 
-fomit-frame-pointer -m68000 -c dive_ui.c
make: ../mintlib/malloc.c:187: __free: Assertion `s == r' failed.
make depends on libc, and gettext.  gettext depends on libiconv and 
libc, libiconv has no dependencies.
I rebuilt them all in order against mintlib 0.58 and this is what I am 
getting.  Clearly this bug is not yet solved.  If anyone can brief me on 
the situation, I can look into it.  I know someone else (Frank?) already 
visited this.  This keeps messing up my RPM builds, but rather than be 
lazy like I used to be and work around it, I am going to try to get to 
the bottom of each and every one of these years old issues.
Thanks,
Mark