Opened 14 years ago

Closed 12 years ago

#5762 closed bug (fixed)

Occasional GCC internal compiler error

Reported by: andreasf Owned by: nobody
Priority: normal Milestone: R1
Component: - General Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

On Haiku host, gcc4 sometimes crashes at different points like this:

C++ /BuildEnv/haiku-trunk/generated-gcc4/objects/haiku/x86/release/servers/app/ServerApp.o 
In file included from /BuildEnv/haiku-trunk/src/servers/app/ServerApp.cpp:22:
/BuildEnv/haiku-trunk/src/servers/app/MessageLooper.h:23: warning: 'virtual void MessageLooper::Quit()' was hidden
/BuildEnv/haiku-trunk/src/servers/app/ServerApp.h:51: warning:   by 'void ServerApp::Quit(sem_id)'
/BuildEnv/haiku-trunk/src/servers/app/ServerApp.cpp: In member function 'virtual void ServerApp::_DispatchMessage(int32, BPrivate::LinkReceiver&)':
/BuildEnv/haiku-trunk/src/servers/app/ServerApp.cpp:2987: internal compiler error: Segmentation violation
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

This one's on hrev36340. Not reproducible.

Change History (2)

comment:1 by korli, 13 years ago

Could it be a FS corruption? I had recently crashes with jam (segmentation fault), I copied the jam binary from another partition and it then works flowlessly.

Version 0, edited 13 years ago by korli (next)

comment:2 by diver, 12 years ago

Resolution: fixed
Status: newclosed

Probably fixed with one of gcc4 updates.

Note: See TracTickets for help on using tickets.