From: gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP w/DECIPHIRING STACK DUMP Date: 22 Feb 1997 22:58:47 GMT Organization: Oxford University Lines: 27 Message-ID: <5entn7$22o@news.ox.ac.uk> References: <01bc2104$bb6fbfa0$6729cfa9 AT p590> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Paul Hooper (unitech AT execpc DOT com) wrote: : How do I use the following information to get at the cause of the problem? : How can I relate this to my source code? Just a few pointers in the right : direction will be much appreciated and very helpful. Is there any place on : the web that explains how to use this info? Thank you very much. Brief answer: Use the SYMIFY utility - while this information is on the screen, type 'symify ' and it will put function names after the traceback EIPs. If you also compile your code with the -g option (to gcc) it will also tell you which source file and line number each refers to. Places with explanations: The DJGPP FAQ list, currently in version 2.10. This answers almost every conceivable question about DJGPP. You can download it (recommended) from the v2 directory of the place you got DJGPP from (the filename is faq210b.zip) or online from this URL: http://www.delorie.com/djgpp/v2faq/faq.html As DJ Delorie's server is connected through a modem, it would be better for you and the server if you download the FAQ from somewhere else, e.g. any simtelnet mirror. -- George Foot Merton College, Oxford.