View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000491 | AlmaLinux-9 | lapack | public | 2024-12-09 20:26 | 2024-12-10 17:39 |
Reporter | cooch17 | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0000491: lapack for el9 causes segmentation fault for code that compiled/ran fine under el | ||||
Description | --> Recently did an inplace update on one of my AlmaLinux boxes from 8 ā 9. In the process, (i) Lapack and related libs (which I use a fair bit) were updated from the el8 versions to el9 (from @appstream), and (ii) Iām 95% sure there is a bug in the el9 packaging of the libs (code that compiles and runs perfectly on other AlmaLinux or RHEL-based 8 boxes now throws major segmentation faults on the AlmaLinux 9 box when I try to run the executable). --> To rule out something related to the inplace upgrade, I also spun up AlmaLinux 9 in a VM, and get the same segmentation faults there. Hence, being somewhat confident that the problem lies with the el9 versions of lapack .so files and related. --> Further, if I download latest lapack source and compile libs manually, and link them, works fine. So ā seems definitely connected to the libs installed from a the el9 repos. | ||||
Steps To Reproduce | Described above. | ||||
Additional Information | Other folks having the same issue ā for example: https://www.reddit.com/r/AlmaLinux/comments/1fst5a4/has_anyone_else_had_segfault_problems_with_lapack/?rdt=54268 1 My code is FORTRAN (2023), whereis this reddit link is basic gcc, but same story. And, if you look around, there are a fair few other folks reporting issues with Lapack under AlmaLinux 9 that didn't exist for the exact same compiled code under AlmaLinux 8. | ||||
Tags | lapack, packaging, segmentation | ||||
|
Duplicate of https://bugs.almalinux.org/view.php?id=482 ? If so, the fix has already been merged into CentOS Stream [1] and is targeted for RHEL 9.6 [2]. [1] https://gitlab.com/redhat/centos-stream/rpms/lapack/-/merge_requests/4 [2] https://issues.redhat.com/browse/RHEL-24851 |