Bug 2748 - Crash when check signed mail
Summary: Crash when check signed mail
Status: RESOLVED DUPLICATE of bug 2689
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Plugins/Privacy/PGP (show other bugs)
Version: 3.8.1
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2012-10-05 16:49 UTC by Anton
Modified: 2012-10-05 18:05 UTC (History)
0 users

See Also:


Attachments

Description Anton 2012-10-05 16:49:07 UTC
Trying to verify sign of the message and get crash. Backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff42dcda8 in vfprintf () from /usr/lib/libc.so.6
(gdb) thread apply all bt

Thread 2 (Thread 0x7fffe9202700 (LWP 24942)):
#0  0x00007ffff5989954 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007ffff466859b in mailsem_internal_wait () from /usr/lib/libetpan.so.15
#2  0x00000000005e9009 in thread_run (data=0xdeb390) at etpan-thread-manager.c:324
#3  0x00007ffff5985e0f in start_thread () from /usr/lib/libpthread.so.0
#4  0x00007ffff437845d in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7ffff7fb6900 (LWP 24928)):
#0  0x00007ffff42dcda8 in vfprintf () from /usr/lib/libc.so.6
#1  0x00007ffff438d481 in __vasprintf_chk () from /usr/lib/libc.so.6
#2  0x00007ffff4c6acfb in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#3  0x00007ffff4c4e15e in g_string_append_vprintf () from /usr/lib/libglib-2.0.so.0
#4  0x00007ffff4c4e377 in g_string_append_printf () from /usr/lib/libglib-2.0.so.0
#5  0x00007fffe9a83361 in sgpgme_sigstat_info_full (ctx=0xe6ba40, status=<optimized out>) at sgpgme.c:329
#6  0x0000000000534e37 in privacy_mimeinfo_sig_info_full (mimeinfo=0xe610a0) at privacy.c:277
#7  0x00000000004d8495 in display_full_info_cb (widget=<optimized out>, user_data=0xcc4c90) at mimeview.c:1348
#8  0x00000000004e69ad in noticeview_button_pressed (button=0x0, noticeview=<optimized out>) at noticeview.c:201
#9  noticeview_icon_pressed (noticeview=<optimized out>, widget=<optimized out>, evt=<optimized out>)
    at noticeview.c:209
#10 noticeview_icon_pressed (widget=<optimized out>, evt=<optimized out>, noticeview=<optimized out>)
    at noticeview.c:205
#11 0x00007ffff729bd59 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#12 0x00007ffff4eebec0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#13 0x00007ffff4efcf40 in ?? () from /usr/lib/libgobject-2.0.so.0
#14 0x00007ffff4f04adb in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#15 0x00007ffff4f05052 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#16 0x00007ffff73b3dfe in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x00007ffff729a0f4 in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x00007ffff729a44b in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#19 0x00007ffff6f1153c in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#20 0x00007ffff4c2f475 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#21 0x00007ffff4c2f7a8 in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x00007ffff4c2fba2 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#23 0x00007ffff7299457 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#24 0x0000000000446d8e in main (argc=1, argv=0x7fffffffe898) at main.c:1686
(gdb)
Comment 1 Anton 2012-10-05 17:09:31 UTC
update: message sign is automatically checked (how and where to disable this automation ?) and shows "Good signature from ...". So when I press signature icon "View full information" this crash is happens.
Comment 2 Paul 2012-10-05 18:05:43 UTC
probably a duplicate of bug 2689

*** This bug has been marked as a duplicate of bug 2689 ***

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