unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Internal error on line 296 of mime-node.c
@ 2012-03-01 21:39 David Bremner
  2012-03-01 21:57 ` Austin Clements
  2012-03-06 18:26 ` [PATCH] Handle errors in mime_node_open Austin Clements
  0 siblings, 2 replies; 23+ messages in thread
From: David Bremner @ 2012-03-01 21:39 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]


In the current master (4fa77d031) I get a sort-of double crash on the 
attached message.

The internal error on line 296 is reached, indicating some kind of bug,
but then the G_OBJECT_TYPE crashes becase parent->part is null.

The message is probably crap, I created it from another "real" message
from some business that causes the same problem.

(gdb) bt
#0  0x0000000000416850 in mime_node_child (parent=0x8425fa0, child=0)
    at mime-node.c:296
#1  0x00000000004137f1 in format_part_json (ctx=0x8425f10, node=0x8425fa0, 
    first=1) at notmuch-show.c:669
#2  0x0000000000413e54 in format_part_json_entry (ctx=0x8425f10, 
    node=0x8425fa0, indent=0, params=0x7ff000470) at notmuch-show.c:758
#3  0x0000000000413f0f in show_message (ctx=0x8367680, format=0x6327e0, message=
    0x83e9830, indent=0, params=0x7ff000470) at notmuch-show.c:776
#4  0x0000000000414165 in show_messages (ctx=0x8367680, format=0x6327e0, 
    messages=0x8425e70, indent=0, params=0x7ff000470) at notmuch-show.c:835
#5  0x00000000004145f5 in do_show (ctx=0x8367680, query=0x83b36b0, 
    format=0x6327e0, params=0x7ff000470) at notmuch-show.c:956
#6  0x0000000000414ba7 in notmuch_show_command (ctx=0x8367680, argc=3, 
    argv=0x7ff000660) at notmuch-show.c:1089
#7  0x000000000040a9fe in main (argc=4, argv=0x7ff000658) at notmuch.c:294
(gdb) print *parent
$3 = {part = 0x0, envelope_file = 0x83e9830, envelope_part = 0x0, 
  nchildren = 1, parent = 0x0, part_num = 0, decrypt_attempted = 0, 
  decrypt_success = 0, verify_attempted = 0, sig_list = 0x0, ctx = 0x8426090, 
  decrypted_child = 0x0, next_child = 0, next_part_num = 1}


[-- Attachment #2: test.eml --]
[-- Type: message/rfc822, Size: 2720 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 27 bytes --]

quoted printable stuff.


[-- Attachment #2.1.2: Type: text/html, Size: 35 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2012-03-11  1:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-01 21:39 Internal error on line 296 of mime-node.c David Bremner
2012-03-01 21:57 ` Austin Clements
2012-03-02  2:35   ` David Bremner
2012-03-02  2:35     ` [PATCH 1/2] test: utility function to add a pre-generated message to the database David Bremner
2012-03-02  2:35     ` [PATCH 2/2] test: add new test file for mime parsing David Bremner
2012-03-06 18:26 ` [PATCH] Handle errors in mime_node_open Austin Clements
2012-03-06 22:04   ` Parsing regression with gmime-2.6? David Bremner
2012-03-08 15:35     ` [WIP PATCH] debugging gmime-2.6 fail David Bremner
2012-03-08 18:08       ` David Bremner
2012-03-08 18:27     ` Parsing regression with gmime-2.6? Jameson Graef Rollins
2012-03-08 20:30     ` Daniel Kahn Gillmor
2012-03-08 21:32       ` Jameson Graef Rollins
2012-03-08 21:40         ` Daniel Kahn Gillmor
2012-03-08 21:59           ` Jameson Graef Rollins
2012-03-08 21:48       ` [PATCH] mime_node_open: check if the file is in mbox format, and inform gmime David Bremner
2012-03-08 22:05         ` Jameson Graef Rollins
2012-03-09 10:50         ` Tomi Ollila
2012-03-09 13:31           ` [PATCH] mime_node_open: skip envelope from lines at the start of messages David Bremner
2012-03-09 13:56           ` David Bremner
2012-03-09 16:20             ` Daniel Kahn Gillmor
2012-03-10 13:25               ` David Bremner
2012-03-10 14:45                 ` Tomi Ollila
2012-03-11  1:51   ` [PATCH] Handle errors in mime_node_open David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).