[Bug c++/11176] New: gcc random crash
lecroart@nevrax.com
gcc-bugzilla@gcc.gnu.org
Thu Jun 12 17:34:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11176
Summary: gcc random crash
Product: gcc
Version: 3.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: lecroart@nevrax.com
CC: gcc-bugs@gcc.gnu.org
$ gcc --version
gcc (GCC) 3.2.3 20030331 (Debian prerelease)
$ uname -a
Linux net2 2.4.20-1-686-smp #1 SMP Sat Mar 22 13:56:18 EST 2003 i686 unknown
unknown GNU/Linux
I compile my project (ryzom) using auto tools. This project, strongly c++, is 3
years old and always compile fine. Actually, when i launch "make" from scratch,
it generates this error but if i launch "make" again, the compilation continues
without problem. I know I don't have lot of information because of the
randomness of this problem.
The command line:
distcc -c -g -pipe -O3 -ftemplate-depth-24 -funroll-loops -DNL_RELEASE_DEBUG -
D_REENTRANT -D_GNU_SOURCE -I/usr/include/stlport -I/usr/include/libxml2 -
I/home/nevrax/cvs/code/nel/include -I/home/nevrax/cvs/code/ryzom/src_v2 -I./ -
I./brick_manager -I./brick_manager/functionalities -I./creature_manager -
I./entity_manager -I./game_item_manager -I./guild_manager -I./mission_manager -
I./player_manager -I./shop_type -I./team_manager -
I./weather .././entities_game_service/player_manager/character.cpp -
o .././entities_game_service/player_manager/character.o
The error:
{standard input}: Assembler messages:
{standard input}:36641: Warning: end of file not at end of a line; newline
inserted
cc: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bugs,
please see /usr/share/doc/debian/bug-reporting.txt.
{standard input}:37161: Error: undefined symbol `.LLSDATT21' in operation
{standard input}:37164: Error: undefined symbol `.LLSDACSE21' in operation
{standard input}:37243: Error: undefined symbol `.LEHB' in operation
make[2]: *** [.././entities_game_service/player_manager/character.o] Error 1
More information about the Gcc-bugs
mailing list