Bug 1159426
| Summary: | [abrt] claws-mail: msgcache_add_msg(): claws-mail killed by SIGSEGV | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> | ||||||||||||||||||||||
| Component: | claws-mail | Assignee: | Andreas Bierfert <andreas.bierfert> | ||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 20 | CC: | andreas.bierfert, kupo, ssorce | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/32af9d006409a2111cd6d8f5aa4f05e13a9e94af | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:905809285deb8cd54177b1545e2bdc61731e3125 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2015-04-01 09:21:54 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
Raphael Groner
2014-10-31 23:02:18 UTC
Created attachment 952644 [details]
File: backtrace
Created attachment 952645 [details]
File: cgroup
Created attachment 952646 [details]
File: core_backtrace
Created attachment 952647 [details]
File: dso_list
Created attachment 952648 [details]
File: environ
Created attachment 952649 [details]
File: exploitable
Created attachment 952650 [details]
File: limits
Created attachment 952651 [details]
File: maps
Created attachment 952652 [details]
File: open_fds
Created attachment 952653 [details]
File: proc_pid_status
> Thread 1 (Thread 0x7f65aebd9a80 (LWP 20279)): > #0 msgcache_add_msg (cache=0x4063326536356431, > msginfo=msginfo@entry=0x26b2eb0) at msgcache.c:165 > newmsginfo = <optimized out> "cache" is supposed to be a pointer, but here it isn't valid. The value 0x4063326536356431 looks like the ASCII representation of something: @c2e65d1 So, while you may think that this crash might be a consequence of unsubscribing a folder, the symptoms are just those of memory corruption and could be the side-effect of anything. We've even had users with unstable hardware causing that. The crash also happened in a different location than bug 1159414. Except that it had started in folder_item_scan_full. I suggest waiting for availability of Claws Mail 3.11.1 and possibly discussing this at: http://www.claws-mail.org/MLs.php Never seen this again. Closing, please reopen if needed. |