Message-ID: <3638D0EA.905F1253@montana.com> Date: Thu, 29 Oct 1998 13:32:42 -0700 From: bowman X-Mailer: Mozilla 4.5b2 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: V 2.02 'free' problem addendum References: <3638B1CE DOT CA9CE640 AT montana DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I located free in 'malloc.c' and linked it in with -g. The crashes are still haphazard as far as a particular sequence of actions, but occur within a few moments of starting the program. I have several symify dumps, but the two offending lines are 310 and 313 of the 'free' function of 'malloc.c'. I haven't dug into it enough to understand the BEFORE and AFTER macros. I am testing this in a DOS box under Win95, and I also get the occasional GPF that drops me out of DOS entirely. I haven't gotten any meaningful debug info from those occurences.