Bug 139084

Summary: matlab segfaults with glibc-2.3.3-27.1
Product: [Fedora] Fedora Reporter: john veysey <veysey>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-27 16:06:44 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 john veysey 2004-11-12 20:42:39 UTC
Description of problem:

Upgrading from glibc-2.3.3-27 (x86_64) to glibc-2.3.3-27.1 (x86_64)
breaks matlab (R7SP1) entirely, resulting segfaulting at launch:

MATLAB[5820]: segfault at 0000000000000018 rip 0000002a96c4163e rsp
0000007fbfffbb60 error 6

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

2.3.3-27.1

How reproducible:
Always

Steps to Reproduce:
1. Run matlab 
2.
3.
  
Actual results:


Expected results:


Additional info:

The problem is fixed by returning to glibc-2.3.3-27

Comment 1 Jakub Jelinek 2004-11-15 17:15:57 UTC
Can you
a) strace matlab, attach here strace -f output
b) ltrace matlab to see where it crashes
c) get a backtrace from gdb where it crashes?

Comment 2 Jakub Jelinek 2004-12-27 16:06:44 UTC
Without that information we can hardly progress on this.