From mint-bounce@lists.fishpool.fi Wed Feb 18 18:04:07 2009 Message-ID: <499C9349.8000705@atari-source.org> Date: Wed, 18 Feb 2009 18:01:29 -0500 From: Mark Duckworth User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: mint Subject: [MiNT] malloc bug Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Score: -1.4 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: mduckworth@atari-source.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: 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