Re: Internal error: Segmentation fault (program cc1plus)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Marc Oude Kotte" <moudekotte@xxxxxxxxx> writes:

> I'm new to this list so I hope I'm posting this on the right list :) 

You are.

> Can you guys give me some hints/tips on what I might do to prevent gcc
> from crashing? The output above is the result of trying to compile a
> source file, but when I try to compile a precompiled header gcc crashes
> with the exact same message.

If the crash only happens when using precompiled headers, then try
turning off exec-shield-randomize, which I believe you do by writing 0
to the file /proc/sys/kernel/exec-shield-randomize or by editing
sysctl.conf.  For more information, see:
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14206
    http://gcc.gnu.org/ml/gcc/2004-03/msg00201.html

If the crash happens when no precompiled headers are seen, then please
file a bug report at http://gcc.gnu.org/bugzilla/.  See:
    http://gcc.gnu.org/bugs.html

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux