Bug 875518
| Summary: | [abrt] claws-mail-3.8.1-1.fc17: vasprintf: Process /usr/bin/claws-mail was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrey Panasyuk <defascat> | ||||||||||||||||||||
| Component: | claws-mail | Assignee: | Andreas Bierfert <andreas.bierfert> | ||||||||||||||||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||
| Version: | 17 | CC: | andreas.bierfert, bugs.michael | ||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||
| Hardware: | i686 | ||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||
| Whiteboard: | abrt_hash:79080e1497ec437fddd2393288d6bb3034f4f10b | ||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||
| Last Closed: | 2013-03-06 22:17:56 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
Andrey Panasyuk
2012-11-11 20:55:26 UTC
Created attachment 643053 [details]
File: core_backtrace
Created attachment 643054 [details]
File: environ
Created attachment 643055 [details]
File: limits
Created attachment 643056 [details]
File: backtrace
Created attachment 643057 [details]
File: cgroup
Created attachment 643058 [details]
File: maps
Created attachment 643059 [details]
File: dso_list
Created attachment 643060 [details]
File: var_log_messages
Created attachment 643061 [details]
File: open_fds
> claws-mail sales
Works for me.
What exactly are the steps for reproducing the crash? Is it reproducible for you? Or did it crash just once (possibly due to trying to forcefully close the program)?
The backtrace sort of points at a place where it could crash only due to invalid pointers or pointers to invalid data, but when/why that would happen isn't clear:
|
| 2082 if (olditem) {
| 2083 gchar *buf = g_strdup_printf(_("Closing folder %s..."),
| 2084 olditem->path ? olditem->path:olditem->name);
|
| _IO_read_ptr = 0x998b880 "Closing folder p>"
This crash happened right after I added a new GMail account with IMAP and SMTP. Unable to reproduce this issue anymore, I added accounts multiple times on my claws-mail and it was the only time I got a crash like this. |