Bug 1059369 - [abrt] claws-mail: pango_parse_markup(): claws-mail killed by SIGABRT
Summary: [abrt] claws-mail: pango_parse_markup(): claws-mail killed by SIGABRT
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: claws-mail
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:cf9a238d44d61fe960611c0baf8...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-29 17:58 UTC by Leszek Matok
Modified: 2014-01-29 20:08 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-29 20:08:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (19.18 KB, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: cgroup (172 bytes, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: core_backtrace (13.55 KB, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: dso_list (14.63 KB, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: environ (1.28 KB, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: limits (1.29 KB, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: maps (93.09 KB, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: open_fds (1.57 KB, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: proc_pid_status (941 bytes, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details
File: var_log_messages (197 bytes, text/plain)
2014-01-29 17:58 UTC, Leszek Matok
no flags Details

Description Leszek Matok 2014-01-29 17:58:11 UTC
Description of problem:
Deleted 3 mails on IMAP server, pressed x for Expunge, program crashed.

Version-Release number of selected component:
claws-mail-3.9.3-1.fc20

Additional info:
reporter:       libreport-2.1.11
backtrace_rating: 4
cmdline:        claws-mail
crash_function: pango_parse_markup
executable:     /usr/bin/claws-mail
kernel:         3.12.8-300.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #5 pango_parse_markup at /lib64/libpango-1.0.so.0
 #6 gtk_label_recalculate at /lib64/libgtk-x11-2.0.so.0
 #7 gtk_label_set_markup at /lib64/libgtk-x11-2.0.so.0
 #8 gtk_tooltip_set_markup at /lib64/libgtk-x11-2.0.so.0
 #9 gtk_tooltip_run_requery at /lib64/libgtk-x11-2.0.so.0
 #10 _gtk_tooltip_handle_event at /lib64/libgtk-x11-2.0.so.0
 #11 gtk_main_do_event at /lib64/libgtk-x11-2.0.so.0
 #12 gdk_event_dispatch at /lib64/libgdk-x11-2.0.so.0
 #14 g_main_context_iterate.isra.24 at /lib64/libglib-2.0.so.0
 #16 gtk_main at /lib64/libgtk-x11-2.0.so.0

Comment 1 Leszek Matok 2014-01-29 17:58:16 UTC
Created attachment 857193 [details]
File: backtrace

Comment 2 Leszek Matok 2014-01-29 17:58:18 UTC
Created attachment 857194 [details]
File: cgroup

Comment 3 Leszek Matok 2014-01-29 17:58:21 UTC
Created attachment 857195 [details]
File: core_backtrace

Comment 4 Leszek Matok 2014-01-29 17:58:24 UTC
Created attachment 857196 [details]
File: dso_list

Comment 5 Leszek Matok 2014-01-29 17:58:26 UTC
Created attachment 857197 [details]
File: environ

Comment 6 Leszek Matok 2014-01-29 17:58:29 UTC
Created attachment 857198 [details]
File: limits

Comment 7 Leszek Matok 2014-01-29 17:58:32 UTC
Created attachment 857199 [details]
File: maps

Comment 8 Leszek Matok 2014-01-29 17:58:34 UTC
Created attachment 857200 [details]
File: open_fds

Comment 9 Leszek Matok 2014-01-29 17:58:36 UTC
Created attachment 857201 [details]
File: proc_pid_status

Comment 10 Leszek Matok 2014-01-29 17:58:38 UTC
Created attachment 857202 [details]
File: var_log_messages

Comment 11 Michael Schwendt 2014-01-29 19:14:53 UTC
> 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).

Comment 12 Leszek Matok 2014-01-29 20:08:55 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.