[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (g)cc errors
Bad memory usualy causes signal 11's.
There is a write-up at: http://www.bitwizard.nl/sig11/
On Sunday 02 November 2003 02:18 pm, Bram Van Dam wrote:
> Greetings,
>
> I installed OpenBSD 3.4 on a relatively old (K6-2 233) machine quite
> recently and I'm having some difficulties while compiling applications.
> (Not just the ports, but pretty much anything I compile).
>
> Every now and then (sometimes up to four times while compiling one
> application) I get the following error:
>
> cc: Internal compiler error: program cc1 got fatal signat 11
> *** Error code 1
>
> Needless to say that the compiler then halts.
>
> If I type 'make' again the compiler will continue where it left off, but
> it's still
> quite annoying, plus I'm getting core dumps in a few applications compiled
> in this unhealthy way.
>
> Is this a known problem? Can it be hardware related? Or better yet, can it
> be fixed?
>
> - Bram