Bug 450231 - g++: Internal error: Segmentation fault (program cc1plus)
Summary: g++: Internal error: Segmentation fault (program cc1plus)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 440934
TreeView+ depends on / blocked
 
Reported: 2008-06-06 01:01 UTC by Tom "spot" Callaway
Modified: 2008-06-24 19:08 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-24 19:08:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tom "spot" Callaway 2008-06-06 01:01:36 UTC
Description of problem:

QuantLib (one of my Fedora packages) no longer compiles cleanly in Fedora 9 or
Rawhide. Specifically, it repeatably fails here:

[spot@localhost test-suite]$ make
if g++ -DHAVE_CONFIG_H -I. -I. -I../ql  -I.. -I.. -DQL_WORKING_BOOST_STREAMS -O2
-g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -fpermissive  -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
-m64 -mtune=generic -MT riskstats.o -MD -MP -MF ".deps/riskstats.Tpo" -c -o
riskstats.o riskstats.cpp; \
	then mv -f ".deps/riskstats.Tpo" ".deps/riskstats.Po"; else rm -f
".deps/riskstats.Tpo"; exit 1; fi
{standard input}: Assembler messages:
{standard input}:34250: Warning: end of file not at end of a line; newline inserted
{standard input}:34355: Error: undefined symbol `.LLSDATT3942' in operation
{standard input}:34358: Error: undefined symbol `.LLSDACSE3942' in operation
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make: *** [riskstats.o] Error 1

Unfortunately, distilling this down to a test case isn't going to be easy. Your
best bet would be to checkout the QuantLib module from Fedora CVS, then try to
build it on x86_64 with either Fedora 9 or rawhide.

Comment 1 Jakub Jelinek 2008-06-23 10:44:04 UTC
Can you still reproduce this with gcc-4.3.1-2?  I can't.

Comment 2 Tom "spot" Callaway 2008-06-24 19:08:42 UTC
Nope. Looks like this one is fixed. Thanks.


Note You need to log in before you can comment on or make changes to this bug.