Bug 1144793
| Summary: | [abrt] glibc: _dl_check_map_versions(): ld-2.20.so killed by SIGSEGV | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | 汪明衡 <ifoolb> | ||||||||||||||||||||||
| Component: | glibc | Assignee: | Carlos O'Donell <codonell> | ||||||||||||||||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 21 | CC: | codonell, fweimer, jakub, jlegg, jsd, law, pfrankli, spoyarek, tjwhaynes | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/2b2edec58d98572c966cf82fc8e1d858513a8e0c | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:ef7f1c0ac6c00b415f79b221d29ec0cbf58bf92e | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2014-10-02 19:12:23 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
汪明衡
2014-09-21 02:15:34 UTC
Created attachment 939668 [details]
File: backtrace
Created attachment 939669 [details]
File: cgroup
Created attachment 939670 [details]
File: core_backtrace
Created attachment 939671 [details]
File: dso_list
Created attachment 939672 [details]
File: environ
Created attachment 939673 [details]
File: limits
Created attachment 939674 [details]
File: maps
Created attachment 939675 [details]
File: open_fds
Created attachment 939676 [details]
File: proc_pid_status
Created attachment 939677 [details]
File: var_log_messages
There are two proprietary libraries loaded from NVIDIA: 0x00007f1b632849b0 0x00007f1b632864b3 Yes (*) /lib64/tls/libnvidia-tls.so.343.13 0x00007f1b610e8b10 0x00007f1b620046f8 Yes (*) /lib64/libnvidia-glcore.so.343.13 We have had problems in the past with their libraries, but were never able to track down the problem. The code in question is attempting to walk all the ELF files and their dependencies and determine if all needed versions are present. There is no reason for this code to fail with a SIGSEGV unless the NVIDIA binaries are corrupt. I would suggest reinstalling them or verifying their md5sum matches the officially distributed binaries from NVIDIA. I'm going to mark this as CLOSED/WONTFIX. Please reopen if you have a reproducer that someone can run to reproduce the failure. For example of `ldd /usr/bin/glreadtest` fails, then that's a good reproducer that we can use to inspect what's wrong with the 3rd party DSOs and see if it's a glibc defect. hi, i would like to re-open that bug. `ldd /usr/bin/glreadtest` fails, i.e. no output, while `objdump -p /usr/bin/glreadtest` creates output. i came along this while rebuilding oglplus [http://oglplus.org/]. using system gcc compile/execute tests fail and the binaries behave the same as glreadtest. however, if i configure using clang/clang++ everything is fine. i compared objdump's between gcc and clang versions of the cmake tests and the only difference was that the gcc version required libpthread.so.0 while the clang version did not. also, the clang versions do work, i.e. no SIGSEGV. for me this started after upgrading to fc21. please indicate what information will be useful for you to start investigating (again). |