Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82829 - I tried to compile a program writed in QT with g++ and the compiler crashed
Summary: I tried to compile a program writed in QT with g++ and the compiler crashed
Status: RESOLVED DUPLICATE of bug 20600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 07:59 UTC by Daye Pierre
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
It's the filed the compiler asked to attach... (cc5F7rlr.out,1.25 MB, application/octet-stream)
2005-02-21 08:01 UTC, Daye Pierre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daye Pierre 2005-02-21 07:59:39 UTC
I've got the following error :

g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../include -I/usr/qt/3/include -Imoc/ -o obj/eyeprot.o eyeprot.cpp
In file included from eyeprot.cpp:1:
eyeprot.h:55: internal compiler error: in tree_low_cst, at tree.c:3253
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /tmp/cc5F7rlr.out file, please attach this to your bugreport.

Reproducible: Always
Steps to Reproduce:
1. include text in a QComboBox
2. Compile
3. Crash
Comment 1 Daye Pierre 2005-02-21 08:01:18 UTC
Created attachment 51784 [details]
It's the filed the compiler asked to attach...
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-21 09:48:22 UTC
Internal compiler errors are usually a sign of out of memory conditions, insane compiler flags or bad hardware.

*** This bug has been marked as a duplicate of 20600 ***