#3440: Mutt sometimes seg faults when marking a message read. --------------------+------------------------------------------------------- Reporter: vext01 | Owner: mutt-dev Type: defect | Status: new Priority: major | Milestone: Component: mutt | Version: Keywords: | --------------------+------------------------------------------------------- Whilst I was testing the patch for #3410, I ran into another bug. I went to mark a message read with 'N' and mutt seg faulted. The message in question had already been read on my phone (using the HTC gmail app), but I can not reproduce this every time.
{{{ (gdb) bt #0 0x0000000000491ba1 in _mutt_aside_thread (hdr=0x209d51000, dir=1, subthreads=0) at thread.c:1034 #1 0x000000000042da74 in mutt_index_menu () at curs_main.c:1637 #2 0x000000000044eab3 in main (argc=1, argv=0x7f7ffffe5458) at main.c:1019 (gdb) list thread.c:1034 1029 1030 cur = hdr->thread; 1031 1032 if (!subthreads) 1033 { 1034 while (cur->parent) 1035 cur = cur->parent; 1036 } 1037 else 1038 { (gdb) print cur $1 = (THREAD *) 0x0 }}} Could be related to the #3410 patch, but i doubt it. Thanks -- Ticket URL: <http://dev.mutt.org/trac/ticket/3440> Mutt <http://www.mutt.org/> The Mutt mail user agent