Bug 1059369
| Summary: | [abrt] claws-mail: pango_parse_markup(): claws-mail killed by SIGABRT | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Leszek Matok <lam> | ||||||||||||||||||||||
| 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, bugs.michael | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/34fea19c85eed09c296f3e454884b8a9c8e9c404 | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:cf9a238d44d61fe960611c0baf8317635cac8f4c | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2014-01-29 20:08:55 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
Leszek Matok
2014-01-29 17:58:11 UTC
Created attachment 857193 [details]
File: backtrace
Created attachment 857194 [details]
File: cgroup
Created attachment 857195 [details]
File: core_backtrace
Created attachment 857196 [details]
File: dso_list
Created attachment 857197 [details]
File: environ
Created attachment 857198 [details]
File: limits
Created attachment 857199 [details]
File: maps
Created attachment 857200 [details]
File: open_fds
Created attachment 857201 [details]
File: proc_pid_status
Created attachment 857202 [details]
File: var_log_messages
> Deleted 3 mails on IMAP server, pressed x for Expunge, program crashed. But not reproducibly, as it may only be a side-effect of something else having gone wrong earlier. Parts of IMAP access in Claws Mail can become unstable when facing networking interruptions, for example. > #0 0x0000003c5c835c59 in raise () from /lib64/libc.so.6 > No symbol table info available. > #1 0x0000003c5c837368 in abort () from /lib64/libc.so.6 > No symbol table info available. > #2 0x0000003c5c875da4 in __libc_message () from /lib64/libc.so.6 > No symbol table info available. > #3 0x0000003c5c87d098 in _int_free () from /lib64/libc.so.6 > No symbol table info available. > #4 0x0000003c5f44ef7f in g_free () from /lib64/libglib-2.0.so.0 > No symbol table info available. The submitted backtrace is corrupted/incomplete (= lacking details). One can see that it ran into a fatal memory management problem upon trying to free allocated memory (and glibc took down the application as a result). That's ABRT's brilliant UI. After realizing how big the core was (I'd upload it by tomorrow, hehe), I wanted to go back to the option with downloading debuginfo but couldn't find a way. Next time I'll make sure to provide full backtrace. Sorry about this. |