> -----Original Message----- > From: owner-freebsd-current_at_freebsd.org > [mailto:owner-freebsd-current_at_freebsd.org] On Behalf Of Doug White > Sent: Tuesday, August 10, 2004 03:34 > To: Terrence Koeman > Cc: freebsd-current_at_freebsd.org > Subject: Re: Compiler segmentation fault in 5-08 -CURRENT > > On Mon, 9 Aug 2004, Terrence Koeman wrote: > > I recently upgraded world and kernel to the 5 august > > -CURRENT, and now > > nearly anything that requires a compiler fails. > > Can you compile a simple "hello world" program? Sometimes > these types of > faults can be caused by faulty memory, processor, overclocking, or > temperature issues. It doesn't seem hardware related. Before the update I had no problems with segmentation faults, and the system can take heavy load just fine. I tried to compile the following hello world program: #include<stdio.h> int main() { printf("Hello World\n"); return 0; } The result is: terrence_at_dhammapada.mediamonks.net:~$ cc -o helloworld helloworld.c helloworld.c: In function `main': helloworld.c:4: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Is there perhaps a way to copy over the compiler from a working (older) -CURRENT system and build a new world with it to see if it's fixed in cvs? -- Regards, Terrence Koeman MediaMonks B.V. (www.mediamonks.com) Please quote all replies in correspondence.
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:05 UTC