From 09ef2e7f956e25d4f595ade4699546173e0fb1da Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 4 Sep 2018 09:57:03 +0200 Subject: [PATCH 1/1] --- gdb-bt full.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gdb-bt full.txt diff --git a/gdb-bt full.txt b/gdb-bt full.txt new file mode 100644 index 0000000..0c5ec69 --- /dev/null +++ b/gdb-bt full.txt @@ -0,0 +1,30 @@ +Thread 1 "claws-mail" received signal SIGSEGV, Segmentation fault. +0x00007ffff79d5ced in gtk_box_pack (box=0x175d570, child=0x2, expand=0, fill=0, padding=0, pack_type=GTK_PACK_START) at ./gtk/gtkbox.c:740 +740 ./gtk/gtkbox.c: Datei oder Verzeichnis nicht gefunden. +(gdb) bt full +#0 0x00007ffff79d5ced in gtk_box_pack (box=0x175d570, child=0x2, expand=0, fill=0, padding=0, pack_type=GTK_PACK_START) at ./gtk/gtkbox.c:740 + __inst = 0x2 + __t = Python Exception No type named TypeNode.: + + __r = + child_info = + __func__ = "gtk_box_pack" +#1 0x00007ffff79d5eb8 in IA__gtk_box_pack_start (box=, child=, expand=, fill=, padding=) at ./gtk/gtkbox.c:818 +#2 0x000000000045feaf in alertpanel_create (title=title@entry=0x7fffee32b56f "Mailbox entfernen", message=message@entry=0x10d10a0 "Really remove the mailbox `cweiske@cweiske.de' ?\n(The messages are NOT deleted from the disk)", button1_label=button1_label@entry=0x7fffeb4fcedd "gtk-cancel", button2_label=button2_label@entry=0x7fffee3382d7 "_Entfernen", button3_label=button3_label@entry=0x0, focus=focus@entry=ALERTFOCUS_FIRST, can_disable=0, custom_widget=0x2, alert_type=0) at alertpanel.c:335 + font_desc = 0x106c040 + image = + label = + hbox = + vbox = 0x175d570 + disable_checkbtn = + confirm_area = 0xbf60f5429 + button1 = 0x0 + button2 = 0x0 + button3 = 0x7fffffffd1d8 + focusbutton = + label2 = + label3 = + tmp = + title_full = 0x97db30 "\360\234", +#3 0x0000000000460596 in alertpanel_full (title=0x7fffee32b56f "Mailbox entfernen", message=0x10d10a0 "Really remove the mailbox `cweiske@cweiske.de' ?\n(The messages are NOT deleted from the disk)", button1_label=0x7fffeb4fcedd "gtk-cancel", button2_label=0x7fffee3382d7 "_Entfernen", button3_label=0x0, focus=ALERTFOCUS_FIRST, can_disable=0, widget=0x2, alert_type=ALERT_NOTICE) at alertpanel.c:101 +#4 0x00007fffeb4fa0a4 in remove_mailbox_cb () at /usr/lib/x86_64-linux-gnu/claws-mail/plugins/maildir.so -- 2.30.2