www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/11/18/04:01:05

From: George Foot <mert0407 AT sable DOT ox DOT ac DOT uk>
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

On Mon, 17 Nov 1997 21:24:35 -0700 in comp.os.msdos.djgpp Dave Gileadi
<cgileadi AT itsnet DOT com> 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019