From: George Foot Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP! SIGSEGV errors--part 2 Date: 18 Nov 1997 05:34:59 GMT Organization: Oxford University, England Lines: 26 Message-ID: <64r9e3$nbs$2@news.ox.ac.uk> References: <34711882 DOT CB43CB23 AT itsnet DOT com> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 17 Nov 1997 21:24:35 -0700 in comp.os.msdos.djgpp Dave Gileadi wrote: : Just appologizing for the misspell--Yes, it was simply not looking well : enough at the error message. But I still need help with the problem : that caused the error ;) You need to give more information -- not everybody here is psychic! Specifically, compile with the -g option to gcc and run `symify' on the traceback given, like so: symify -o error.txt myprog.exe Now the file error.txt will give you more information about what went wrong; it will tell you which functions were being executed at the time of the error. This may help you solve the problem. If not, try turning off parts of your code bit by bit until either the error has gone away or you have a very short piece of code which you can post here, along with the output of symify on the error message generated. Armed with this information, people will be able to help you further. -- george DOT foot AT merton DOT oxford DOT ac DOT uk