Messages in this thread |  | | Date | Mon, 27 May 1996 11:28:29 -0700 | From | Tom May <> | Subject | Re: BAD CPU --> SIG11 (mine appears to be caused by cache) |
| |
In article <Pine.LNX.3.93.960525183325.31817A-100000@teamster.usc.edu> wiegley@teamster.usc.edu writes:
With the external cache turned on in the BIOS I can run
#!/bin/sh for i in 0 1 2 3 4 ; do for j in 0 1 2 3 4 5 6 7 8 9 ; do make clean; make zImage >& log.$i$j done done
and approx 1 out of every 4 'make zImage's fails with
gcc: Internal compiler error: program cc1 got fatal signal 11
and they fail in different spots of course, so I doubt its software related.
I don't know, man . . . I used to get random occurences of signal 11 using gcc 1.xx to compile the Xlib test suite on SCO Unix on 386 systems years ago. Restart the make and all would be fine.
Tom.
|  |