Bug 511229 (Himanshu)

Summary: Build crashed with internal compiler error: segmentation fault
Product: [Fedora] Fedora Reporter: himanshu <himanshiv>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: jakub
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-17 11:19:34 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:
Attachments:
Description Flags
crash report none

Description himanshu 2009-07-14 10:47:46 UTC
Description of problem:
While building emergent neural network simulator:
http://grey.colorado.edu/emergent/index.php/Main_Page

The build failed due to an internal compiler error. Following is the error message:
...
[ 92%] Building CXX object src/emergent/lib/CMakeFiles/emergentlib.dir/__/bp/rbp.o
[ 92%] Building CXX object src/emergent/lib/CMakeFiles/emergentlib.dir/__/bp/bp_v3_compat.o
[ 93%] Building CXX object src/emergent/lib/CMakeFiles/emergentlib.dir/__/bp/bp_TA.o
[ 93%] Building CXX object src/emergent/lib/CMakeFiles/emergentlib.dir/__/leabra/leabra.o
/usr/local/emergent/src/emergent/leabra/leabra.cpp: In member function ‘virtual void LeabraNetwork::Compute_Act()’:
/usr/local/emergent/src/emergent/leabra/leabra.cpp:5122: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/cc3XrYMO.out file, please attach this to your bugreport.
make[2]: *** [src/emergent/lib/CMakeFiles/emergentlib.dir/__/leabra/leabra.o] Error 1
make[1]: *** [src/emergent/lib/CMakeFiles/emergentlib.dir/all] Error 2
make: *** [all] Error 2

The operating system is Fedora core 11
gcc version 4.4

The error is persistent and occurs every time.

Steps to Reproduce:
1.build emergent

Comment 1 himanshu 2009-07-14 10:51:17 UTC
Created attachment 351573 [details]
crash report

Comment 2 Jakub Jelinek 2009-07-17 11:19:34 UTC
I've fixed this upstream and the fix will be in today's rawhide build.