Bug 113906

Summary: Bad: g++: Internal error: Segmentation fault
Product: [Fedora] Fedora Reporter: Larry Creech <lcreech>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:00:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Larry Creech 2004-01-20 00:45:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031030

Description of problem:
The package lufs from sourceforge crashes g++ on fedora-core:

http://sourceforge.net/project/showfiles.php?group_id=57332

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../
-I/usr/src/lufs-0.9.6/include -O2 -Wall -DSSHPROG=\"/usr/bin/ssh\" -MT
sshfs.lo -MD -MP -MF .deps/sshfs.Tpo -c sshfs.cpp  -fPIC -DPIC -o sshfs.lo
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[3]: *** [sshfs.lo] Error 1
make[3]: Leaving directory `/usr/src/lufs-0.9.6/filesystems/sshfs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lufs-0.9.6/filesystems'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/lufs-0.9.6'
make: *** [all] Error 2


Version-Release number of selected component (if applicable):
gcc-3.3.2-1

How reproducible:
Always

Steps to Reproduce:
1.download lufs from
http://sourceforge.net/project/showfiles.php?group_id=57332
2. Unpack it, ./configure and make. 
3. 
    

Actual Results:  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../
-I/usr/src/lufs-0.9.6/include -O2 -Wall -DSSHPROG=\"/usr/bin/ssh\" -MT
sshfs.lo -MD -MP -MF .deps/sshfs.Tpo -c sshfs.cpp  -fPIC -DPIC -o sshfs.lo
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[3]: *** [sshfs.lo] Error 1


Expected Results:  Expected it to compile.

Additional info:

Comment 1 Richard Henderson 2004-10-04 08:31:00 UTC

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

Comment 2 Red Hat Bugzilla 2006-02-21 19:00:50 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.