Bug 1074323
| Summary: | [abrt] coreutils: __libc_csu_init(): ls killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | grisetti <jgrisetti> | ||||||||||||||||||||||||
| Component: | glibc | Assignee: | Carlos O'Donell <codonell> | ||||||||||||||||||||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 20 | CC: | admiller, codonell, fweimer, jakub, kdudka, kzak, law, ooprala, ovasik, p, pfrankli, spoyarek, twaugh | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/3aa2711621d8034b33c93408eafd26978e714b3b | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:ac4d780e8ec0fd3df11d13e88aeebfdf4203c9cc | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2014-06-20 02:26:53 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
grisetti
2014-03-09 19:44:09 UTC
Created attachment 872454 [details]
File: backtrace
Created attachment 872455 [details]
File: cgroup
Created attachment 872456 [details]
File: core_backtrace
Created attachment 872457 [details]
File: dso_list
Created attachment 872458 [details]
File: environ
Created attachment 872459 [details]
File: exploitable
Created attachment 872460 [details]
File: limits
Created attachment 872461 [details]
File: maps
Created attachment 872462 [details]
File: open_fds
Created attachment 872463 [details]
File: proc_pid_status
Created attachment 872464 [details]
File: var_log_messages
Moving to glibc, as the crash has nothing to do with ls itself. However - I think there is not enough data to further analyze the problem. Is the issue reproducible? Something special in your setup? The crash happens while attempting to execute the applications initializer function. The crash isn't *in* the initializer, but in the code leading up to the call. The only thing that needs to be done leading up to the call is to setup the arguments which include argc, argv, environ, and auxvec. The only way these get corrupted is by the kernel or bad hardware. There is no way we would crash here otherwise. Closing since it works for me and I can't reproduce. |