Bug 879798
| Summary: | [abrt] wget-1.14-3.fc18: sk_value: Process /usr/bin/wget was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Teichmann <jan.teichmann> | ||||||||||||||||||||||||
| Component: | wget | Assignee: | Tomáš Hozza <thozza> | ||||||||||||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 18 | CC: | micah, thozza, tmraz | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:121d059e23b035bfb995b2d3986779a6ecc18052 | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2013-01-10 08:52:04 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
Jan Teichmann
2012-11-24 14:20:31 UTC
Created attachment 650980 [details]
File: core_backtrace
Created attachment 650981 [details]
File: environ
Created attachment 650982 [details]
File: limits
Created attachment 650983 [details]
File: backtrace
Created attachment 650984 [details]
File: cgroup
Created attachment 650985 [details]
File: executable
Created attachment 650986 [details]
File: maps
Created attachment 650987 [details]
File: dso_list
Created attachment 650988 [details]
File: proc_pid_status
Created attachment 650989 [details]
File: var_log_messages
Created attachment 650990 [details]
File: open_fds
To me it looks more like a bug in OpenSSL library. Changing component to openssl. Can you reproduce this bug with regular wget call to https:// URL? I think this is some kind of memory corruption before the OpenSSL is called. The reason is the backtrace is from OpenSSL initialization and if the bug was really there basically anything that uses OpenSSL for SSL calls would be broken. OpenSSL works fine and I couldn't reproduce the bug with wget https URLs This bug occurred when the google chrome browser tried to upload a crash report to google. *** Bug 892993 has been marked as a duplicate of this bug. *** Back to wget as I believe this is not a bug in OpenSSL but rather some incorrect call of OpenSSL from wget or memory corruption from wget. I noticed more strange memory corruption in other programs recently and as it turned out I had a defective RAM module. Effects were very random and rare but could be the cause of most memory corruption I lately reported. I assumed it is related to the beta state of F18 so I didnt suspect the RAM at first but MemTest found a small address range with errors. I am extremely sorry for taking up your time hunting down bugs which are most likely not there. I decided to close my latest bug reports as I can not assure that the memory corruption was actually caused by the program rather than the defect RAM module. |