This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Segmentation fault Causes
- From: Daniel Bolgheroni <dab__ at uol dot com dot br>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 24 Feb 2003 01:54:42 -0300
- Subject: Segmentation fault Causes
What are the causes that a program can give an error "Segmentation fault (core dumped)"?
I'm compiling a program I'm writing but I getting some of this error messages executing it. I looked into gcc FAQ and gcc 2.95 manual, but I found no references to this problem.
I'm using the following version of gcc:
gcc version 2.95.3 20010315 (release) (NetBSD nb3)
Thank you.