From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: runtime error Date: Sat, 18 Mar 2000 09:16:50 +0200 Organization: NetVision Israel Lines: 15 Message-ID: <38D32D62.8E0F35A0@is.elta.co.il> References: <38D26712 DOT 959038A1 AT radar DOT mcgill DOT ca> NNTP-Posting-Host: ras1-p109.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 953363718 25887 62.0.172.111 (18 Mar 2000 07:15:18 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 18 Mar 2000 07:15:18 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Frederic Cazenave wrote: > > When my sustem crashes It sends me a lot of > registers and stack informations. > Where can I find any information to understant what > does it mean ? Section 9.3 of the DJGPP FAQ list (v2/faq230b.zip from the same place you get DJGPP) explains how to do this. Section 12.2 explains how to spot important clues in the crash message, and how to begin debugging your program using that information. > For exemple on which instruction the program crashes? Section 12.2 of the FAQ explains this, among other things.