gcc -fstack-check causes segmentation fault ?
Posted
by stcatz
on Stack Overflow
See other posts from Stack Overflow
or by stcatz
Published on 2010-03-13T11:26:20Z
Indexed on
2010/03/13
11:35 UTC
Read the original article
Hit count: 570
gcc
|segmentation-fault
I have got a segmentation fault even with a "Hello World!" program sometimes.
The interesting thing is that the segmentation fault not always shows up.
Does there are some kind of famout bug on this flag?
My gcc version is 4.1.1 with redhat 64bit.
© Stack Overflow or respective owner