Created
September 8, 2014 06:29
-
-
Save ncopa/5c18cd8e7cc412423936 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt | |
#0 funlockfile (f=0xb20d1adb900) at src/stdio/funlockfile.c:9 | |
#1 0x00000b20cf013ef0 in procmime_fclose (fp=0xb20d1adb900) at procmime.c:276 | |
#2 0x00000b20cf014d7e in procmime_decode_content (mimeinfo=0xb20d1340d80) | |
at procmime.c:497 | |
#3 0x00000b20cf058561 in textview_write_body (textview=0xb20d0a18720, | |
mimeinfo=0xb20d1340d80) at textview.c:1063 | |
#4 0x00000b20cf056f6b in textview_add_part (textview=0xb20d0a18720, | |
mimeinfo=0xb20d1340d80) at textview.c:817 | |
#5 0x00000b20cf0570bd in recursive_add_parts (textview=0xb20d0a18720, | |
node=0xb20d125a8d0) at textview.c:830 | |
#6 0x00000b20cf0572b5 in recursive_add_parts (textview=0xb20d0a18720, | |
node=0xb20d126aad0) at textview.c:879 | |
#7 0x00000b20cf05740b in textview_add_parts (textview=0xb20d0a18720, | |
mimeinfo=0xb20d1252100) at textview.c:889 | |
#8 0x00000b20cf055e3e in textview_show_part (textview=0xb20d0a18720, | |
mimeinfo=0xb20d1252100, fp=0xb20d1adf560) at textview.c:641 | |
#9 0x00000b20cef8fd44 in mimeview_show_message_part (mimeview=0xb20d09ed680, | |
partinfo=0xb20d1252100) at mimeview.c:814 | |
#10 0x00000b20cef919da in mimeview_selected (selection=0xb20d07c2e80, | |
mimeview=0xb20d09ed680) at mimeview.c:1450 | |
#11 0x00007272e92bb70a in ?? () | |
#12 0x0000000000000000 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment