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: 535

Filed under:
|

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

Related posts about gcc

Related posts about segmentation-fault