Bug 27333 - internal compiler error: Segmentation fault
Summary: internal compiler error: Segmentation fault
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.0.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 02:49 UTC by Les Burnett
Modified: 2006-04-30 16:25 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Les Burnett 2006-04-27 02:49:54 UTC
/opt/gcc-4.1.0/host-i686-pc-linux-gnu/gcc/gcj -B/opt/gcc-4.1.0/i686-pc-linux-gnu/libjava/ -B/opt/gcc-4.1.0/host-i686-pc-linux-gnu/gcc/ -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:/opt/gcc-4.1.0/libjava:/opt/gcc-4.1.0/i686-pc-linux-gnu/libjava:../../../.././libjava/classpath:../../../.././libjava/classpath/external/w3c_dom:../../../.././libjava/classpath/external/sax:.: -C -d . -MD -MF lists/gnu-xml-aelfred2.deps -MT lists/gnu-xml-aelfred2.stamp -MP @lists/gnu-xml-aelfred2.list
echo timestamp > lists/gnu-xml-aelfred2.stamp
/opt/gcc-4.1.0/host-i686-pc-linux-gnu/gcc/gcj -B/opt/gcc-4.1.0/i686-pc-linux-gnu/libjava/ -B/opt/gcc-4.1.0/host-i686-pc-linux-gnu/gcc/ -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:/opt/gcc-4.1.0/libjava:/opt/gcc-4.1.0/i686-pc-linux-gnu/libjava:../../../.././libjava/classpath:../../../.././libjava/classpath/external/w3c_dom:../../../.././libjava/classpath/external/sax:.: -C -d . -MD -MF lists/gnu-xml-dom.deps -MT lists/gnu-xml-dom.stamp -MP @lists/gnu-xml-dom.list
../../../.././libjava/classpath/gnu/xml/dom/DomNode.java: In class 'gnu.xml.dom.DomNode':
../../../.././libjava/classpath/gnu/xml/dom/DomNode.java: In method 'gnu.xml.dom.DomNode.replaceChild(org.w3c.dom.Node,org.w3c.dom.Node)':
../../../.././libjava/classpath/gnu/xml/dom/DomNode.java:778: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [lists/gnu-xml-dom.stamp] Error 1
make[5]: Leaving directory `/opt/gcc-4.1.0/i686-pc-linux-gnu/libjava/classpath/lib'
make[4]: *** [compile-classes] Error 2
make[4]: Leaving directory `/opt/gcc-4.1.0/i686-pc-linux-gnu/libjava/classpath/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/opt/gcc-4.1.0/i686-pc-linux-gnu/libjava/classpath'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/gcc-4.1.0/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/opt/gcc-4.1.0'
make: *** [all] Error 2
Comment 1 Andrew Pinski 2006-04-27 16:26:05 UTC
This works for me and many other people.  Make sure you don't have bad memory or hardware.
Comment 2 Andrew Pinski 2006-04-30 16:25:41 UTC
This works for me and many other people.  You have to be doing something different (and since you did not follow directions of supplying the configure options it is hard to tell).  Also you did not see if it passes again after running it again which is going to be a sign of bad memory/hardware.  Anyways this works for many other people so closing as invalid.