On Thu, 9 May 2013 13:56:19 -0700
Philip Guenther <[email protected]> wrote:

> 
> Has anyone used to gdb here, either examine the core files or to run
> it where the signal can be caught and you can see what call is doing
> something wrong?
> 
> 
> Philip Guenther
> 

I have little experience with debugging. I got the following output
from gdb, not sure if it's useful. Please let me know if you need
additional information.


~ $ gdb claws-mail
GNU gdb 6.3
(no debugging symbols found)

(gdb) r
Starting program: /usr/local/bin/claws-mail 

** (claws-mail:548): WARNING **: plugin loading error: File not found

[New process 548]

** (claws-mail:548): WARNING **: couldn't gnutls_x509_crt_export to get
size

** (claws-mail:548): WARNING **: couldn't gnutls_x509_crt_export to get
size

** (claws-mail:548): WARNING **: couldn't gnutls_x509_crt_export to get
size a The request is invalid.

Program received signal SIGSEGV, Segmentation fault.
0x00001e8d3180bed6 in _gnutls_x509_crt_get_raw_dn2 ()
   from /usr/local/lib/libgnutls.so.39.2
(gdb) bt
#0  0x00001e8d3180bed6 in _gnutls_x509_crt_get_raw_dn2 ()
   from /usr/local/lib/libgnutls.so.39.2
#1  0x00001e8d31808e6a in is_issuer ()
from /usr/local/lib/libgnutls.so.39.2 #2  0x00001e8b21086faf in
ssl_certificate_check_signer () from /usr/local/bin/claws-mail
#3  0x00001e8b210ec3ce in claws_spell_entry_new ()
   from /usr/local/bin/claws-mail
#4  0x00001e8b210ed2cd in sslcertwindow_register_hook ()
   from /usr/local/bin/claws-mail
#5  0x00001e8b2107ac69 in base64_decoder_new ()
from /usr/local/bin/claws-mail #6  0x00001e8d31cb8989 in
g_hook_list_marshal () from /usr/local/lib/libglib-2.0.so.3400.0
#7  0x00001e8b2107ad80 in hooks_invoke () from /usr/local/bin/claws-mail
#8  0x00001e8b21087626 in ssl_certificate_check ()
   from /usr/local/bin/claws-mail
#9  0x00001e8b21085f0b in ssl_init_socket_with_method ()
   from /usr/local/bin/claws-mail
#10 0x00001e8b2108224c in session_connect ()
   from /usr/local/bin/claws-mail
#11 0x00001e8b21084d44 in fd_connect_inet ()
   from /usr/local/bin/claws-mail
#12 0x00001e8d31cc4d3a in g_main_context_dispatch ()
   from /usr/local/lib/libglib-2.0.so.3400.0
#13 0x00001e8d31cc6725 in
g_main_context_iterate () from /usr/local/lib/libglib-2.0.so.3400.0
#14 0x00001e8d31cc67e7 in g_main_context_iteration ()
   from /usr/local/lib/libglib-2.0.so.3400.0
#15 0x00001e8d23afff01 in gtk_main_iteration ()
   from /usr/local/lib/libgtk-x11-2.0.so.2400.0
#16 0x00001e8b20f740c7 in inc_cancel_all ()
   from /usr/local/bin/claws-mail
#17 0x00001e8b20f7515f in inc_all_account_mail ()
   from /usr/local/bin/claws-mail
#18 0x00001e8b20f76e5f in clean_quit () from /usr/local/bin/claws-mail
#19 0x00001e8d31cc57cb in g_timeout_dispatch ()
   from /usr/local/lib/libglib-2.0.so.3400.0
#20 0x00001e8d31cc4d3a in g_main_context_dispatch ()
   from /usr/local/lib/libglib-2.0.so.3400.0
#21 0x00001e8d31cc6725 in g_main_context_iterate ()
   from /usr/local/lib/libglib-2.0.so.3400.0
#22 0x00001e8d31cc7815 in g_main_loop_run ()
   from /usr/local/lib/libglib-2.0.so.3400.0
#23 0x00001e8d23b00043 in gtk_main ()
   from /usr/local/lib/libgtk-x11-2.0.so.2400.0
#24 0x00001e8b20f79d6d in main () from /usr/local/bin/claws-mail
(gdb) c
Continuing.

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.

Reply via email to