Messages in this thread |  | | Subject | Re: cc1 - fatal signal 11 during build | From | Matthew X Economou <> | Date | 17 Nov 1996 13:45:47 -0500 |
| |
-----BEGIN PGP SIGNED MESSAGE-----
>>>>> "VV" == Victor Vaughn <vvaughn@wizard.net> writes:
VV> gcc -D__KERNEL__ -I/usr/src/linux-2.0.25/include -Wall VV> -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe VV> -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c VV> -o sys.o sys.c VV> gcc: Internal compiler error: program cc1 got fatal signal 11 VV> make[2]: *** [sys.o] Error 1 VV> make[2]: Leaving directory `/usr/src/linux-2.0.25/kernel' VV> make[1]: *** [first_rule] Error 2 VV> make[1]: Leaving directory `/usr/src/linux-2.0.25/kernel'
I'm having similar problems on the Alpha, although instead of signal 11 I get signal 6 on the file slip.c:
gcc -O2 -D__KERNEL__ -I/usr/local/src/linux/include -Wall \ -Wstrict-prototypes -fomit-frame-pointer -fno-strength-reduce \ -pipe -mno-fp-regs -c slip.c gcc: internal compiler error: program cc1 got fatal signal 6
There's also an oops log, but ksymoops segfaults any time I try to run it. After the error, the filesystem that I'm compiling on (/var) becomes busy and won't unmount on shutdown. Sometimes, sync will segfault (also with oops, I think) and init will crash and become a zombie.
What's really weird is that if I compile without optimization or with - -O, slip.c compiles just fine and the rest of the kernel compile is totally happy.
If someone can tell me how to decode oops outputs w/o ksymoops, I can post the oops logs here. This problem is totally repeatable.
I'm running RedHat 4.0 on a UDB. GCC version 2.7.2. Currently running kernel version 2.0.25 (although I've had the same problem under 2.1.8 and 2.0.24). I've gotten the error trying to compile kernel's 2.0.25, 2.1.8, and 2.1.10. I think this error has been mentioned on axp-list before.
-----BEGIN PGP SIGNATURE----- Version: 2.6.2 Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface
iQCVAwUBMo9dHyjh7SVEyfhxAQHh6wP/cFlsG6JJRie+XHeeI4JQ7Q26WCbzWRI1 U56F7lkwlflww8Q6BYYwjWa0tXp7ZyH7eg7fGaoXUdX51AzaTsZNRIfpySh6KfPZ BCF16qBRcmbThUhfMBIEQxLsNFaqAnbedLjC8gV9R84D/th8vZpzisjz1aYgeuFH veNeOF96CTk= =gl6f -----END PGP SIGNATURE-----
-- Matthew X. Economou - Finger/WWW for public key. - Geek of Computer Science(!) econommx@rose-hulman.edu - http://www.rose-hulman.edu/~econommx - Random quote: "It's not procrastination, it's my new Just-In-Time Workload Management System!" --Jim Paradis on axp-list
|  |