This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/4421: when I try to run any exe program after compling it with gcc of GNU, the program exits and emit the following message: Exiting due to signal SIGSEGV
- To: emans at ipa dot edu dot sa, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Subject: Re: c/4421: when I try to run any exe program after compling it with gcc of GNU, the program exits and emit the following message: Exiting due to signal SIGSEGV
- From: aoliva at gcc dot gnu dot org
- Date: 29 Sep 2001 09:07:48 -0000
Synopsis: when I try to run any exe program after compling it with gcc of GNU, the program exits and emit the following message: Exiting due to signal SIGSEGV
State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Sat Sep 29 02:07:47 2001
State-Changed-Why:
Preprocessed source code not provided.
Try gdb to find out where your program is crashing. Most likely, it's a bug in your program that causes it to access a NULL pointer.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4421&database=gcc