Mail Archives: djgpp/1997/03/27/00:30:22
Terry Page (vk2jtp AT wr DOT com DOT au) wrote:
> Could someone possible explain what may be causing the following
> error.
> Exiting due to signal SIGSEGV
> Page fault at eip 0007e332, error=0004
> Plus a list of what appears to register addresses.
> Many Thanks ........ Terry
SIGSEGV means you are attempting to use memory outside your allocated
area. Check to make sure your pointers are properly initilized. Also, the
stack trace after the message can be used to pinpoint where the error
occurs. Compile your program with the -g switch. After it crashes, type
'symify progname.exe' and corresponding functions and source line numbers
will appear beside the stack info.
--
Beautiful Savior Evangelical Lutheran Church - av568 AT rgfn DOT epcc DOT edu
We have what you need-- A Savior!
- Raw text -