delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/10/01/08:09:24

Message-ID: <361370E3.E38068C1@montana.com>
Date: Thu, 01 Oct 1998 06:09:07 -0600
From: bowman <bowman AT montana DOT com>
Reply-To: bowman AT montana DOT com
X-Mailer: Mozilla 4.5b2 [en] (Win95; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Helge Waastad <hwa AT pax DOT priv DOT no>, "djgpp AT delorie DOT com" <djgpp AT delorie DOT com>
Subject: Re: sigsegv problems....
References: <01bded24$67a9aaa0$0a016464 AT hwa>


Helge Waastad wrote:
> 
> When I run my program, I get this error message:
> 
>                         Exciting due to signal SIGSEGV avsluttet.

Compile with the -g option. When the program crashes and the dump is
still on the screen, run

symify progname.exe  

where progname isyour executable. This will fill in the function names,
and lines leading up to the fault. Look for the improper use of NULL or
uninitialized pointers, the use of some library functions against null
strings, or array index problems.

- Raw text -


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