X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RadSurfer AT yahoo DOT com (Radical NetSurfer) Newsgroups: comp.os.msdos.djgpp Subject: Re: Achieving 486 Compatibility Date: 7 Feb 2004 09:22:57 -0800 Organization: http://groups.google.com Lines: 10 Message-ID: References: <200402070057 DOT i170v6Rn017051 AT envy DOT delorie DOT com> NNTP-Posting-Host: 65.120.106.116 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1076174578 32689 127.0.0.1 (7 Feb 2004 17:22:58 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 7 Feb 2004 17:22:58 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Could you please shed some light on perhaps why this appears to run just fine on a P4, yet only crashes on "lower" machines? P4 is a true Intel chip; and so what my 486 and the P1... DJ Delorie wrote in message news:<200402070057 DOT i170v6Rn017051 AT envy DOT delorie DOT com>... > Compile your program with -g and run it under the debugger (gdb) and > it will tell you where the problem is and help you debug it. Thanks