Message-ID: <361370E3.E38068C1@montana.com> Date: Thu, 01 Oct 1998 06:09:07 -0600 From: bowman 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 , "djgpp AT delorie DOT com" Subject: Re: sigsegv problems.... References: <01bded24$67a9aaa0$0a016464 AT hwa> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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.