From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: How to find a crash adress Date: Sun, 24 Sep 2000 13:34:06 +0100 Organization: Customer of Energis Squared Lines: 15 Message-ID: NNTP-Posting-Host: modem-72.effexor.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg4.svr.pol.co.uk 969798923 11199 62.136.91.200 (24 Sep 2000 12:35:23 GMT) NNTP-Posting-Date: 24 Sep 2000 12:35:23 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Thorsten Erdmann" wrote: > some users told me about a crash in my application. How can I find the code > line in which the crash happened. I have the crash message (stack, PC, and > so on) but cannot reproduce the crash on my system. I think there must be a > tool to find the line number from the PCs crash adress. The tool is symify and it is explained in the FAQ section 9.3. For example: symify -i stack.dmp program ps. I assume you got the problem with bloated exe's sorted ok?