X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 09 Jan 2002 18:47:17 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: wojciech DOT galazka AT polkomtel DOT com DOT pl Message-Id: <3995-Wed09Jan2002184717+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <250B3114DA16D511B82C00E0094005F8055AC84E@MSGWAW11> (message from =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?= on Wed, 9 Jan 2002 15:21:50 +0100) Subject: Re: Pattern of a program crash References: <250B3114DA16D511B82C00E0094005F8055AC84E AT MSGWAW11> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?= > Date: Wed, 9 Jan 2002 15:21:50 +0100 > > Do you recognize this pattern of a program crash ? All I can comment is that: - this program was compiled with an old version of DJGPP (2.02 or older), since newer versions don't say "signal 0123", but print its mnemonic instead; and - this kindf of crash happens when an application tries to return from a signal handler invoked by a fatal signal such as GPF (0123 is hex for SIGSEGV). In other words, this program GPFaulted, which is the real problem one should look for. If you ask whether this could be due to W2K problems, I doubt that. Of course, anything's possible.