Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 894736

Summary: Segmentation fault due to internal compiler error when running LAPACK testsuite
Product: Red Hat Enterprise Linux 6 Reporter: Georg F. Bolz <linux>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED ERRATA QA Contact: qe-baseos-tools-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2CC: mpolacek
Target Milestone: rc   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-18 22:27:28 UTC Type: Bug
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
Output from: /proc/cpuinfo; stpt05.f; /usr/lib/liblapack* none

Description Georg F. Bolz 2013-01-13 15:17:10 UTC
Created attachment 677741 [details]
Output from: /proc/cpuinfo; stpt05.f; /usr/lib/liblapack*

Description of problem:

Trying to compile the LAPACK testsuite, an internal compiler error is reported when compiling "stpt05.f".  

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

* testsuite from lapack-3.4.2 
* installed LAPACK library: liblapack.so.3.2.1 (should not be relevant, but reported for completeness anyway)   
* OS version: Linux ... 2.6.32-279.19.1.el6.i686 #1 SMP Tue Dec 18 17:26:17 CST 2012 i686 i686 i386 GNU/Linux 
* CPU-Info: see attachment 

How reproducible:

everytime 

Steps to Reproduce:

1.Download lapack-3.4.2 from netlib repository (http://www.netlib.org/lapack/lapack.tgz) into "<somewhere>/lapack-3.4.2". 
2.Make link to liblapack already installed inside "<somewhere>/lapack-3.4.2" so as to avoid recompiling the libraries themselves (ln -s /usr/lib/liblapack.so.3 <somewhere>/lapack-3.4.2/liblapack)
3.cd TESTING; make single 
  
Actual results:

... 
gfortran  -O2 -c stpt05.f -o stpt05.o
stpt05.f: In function ‘stpt05’:
stpt05.f:174: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
...

Expected results:

should compile without error 

Additional info: 

The OS distribution actually installed is "Scientific Linux 6.2". The LAPACK/BLAS/ATLAS libraries installed have been installed from the official repository using yum. The testsuite has been downloaded from netlib repository; the mismatch in LAPACK versions (3.4.2 versus 3.2.1) should not matter here.

Comment 2 Frantisek Kluknavsky 2013-04-25 12:54:03 UTC
Probably a compiler error.

Comment 3 Jakub Jelinek 2013-07-18 22:27:28 UTC
This should be already fixed by the http://rhn.redhat.com/errata/RHBA-2012-0941.html errata.