X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Authenticated: #27081556 From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: djdev204 beta 1 malloc difficulty Date: Thu, 9 Mar 2006 00:35:24 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603090035.24724.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com All this happens on WinXP home (SP2) using djdev204 beta 1 and bash205b. When I run the testsuite of today's bison's cvs sources I get the following error output: 4. input.at:89: testing ... input.at:148: bison input.y malloc: subst.c:5769: assertion botched malloc: block on free list clobbered Stopping myself...Abort! Exiting due to signal SIGABRT Raised at eip=0007e54c eax=001239e0 ebx=00000120 ecx=0009a590 edx=00000008 esi=00c0a000 edi=00c0a008 ebp=00123aa8 esp=001239d0 program=c:\djgpp\bin\sh.exe cs: sel=0307 base=02eb0000 limit=00c2ffff ds: sel=030f base=02eb0000 limit=00c2ffff es: sel=030f base=02eb0000 limit=00c2ffff fs: sel=02df base=0001b090 limit=0000ffff gs: sel=031f base=00000000 limit=0010ffff ss: sel=030f base=02eb0000 limit=00c2ffff App stack: [00127dd0..000a7dd4] Exceptn stack: [000a7418..000a54d8] Call frame traceback EIPs: 0x0007e4a7 0x0007e54c 0x0007a310 0x00019f37 0x0006ff4d 0x000706c1 0x00038d12 0x00023899 0x00023b98 0x00025091 0x00011650 0x000146a9 0x0001149b 0x00013576 0x000147da 0x0001149b 0x000145d2 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x000133ee 0x00010fdf 0x000146a9 0x0001149b 0x000145d2 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x00013576 0x00014335 0x000119d1 0x000145d2 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x00013576 0x000145a3 0x0001149b 0x00013576 0x000136d2 0x000119f8 0x00013576 0x00004314 0x00003536 0x000728af If I run the testsuite directly from the msdos prompt with the command: sh testsuite the testsuite runs flawless. Any ideas what is wrong here? If more informations is need, please contact me. Regards, Juan M. Guerrero