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
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?
Without that information we can hardly progress on this.