#3940: Crash using Gmail over IMAP when copying message to Trash -----------------------+--------------------- Reporter: kevin8t8 | Owner: brendan Type: defect | Status: new Priority: major | Milestone: Component: IMAP | Version: 1.8.2 Resolution: | Keywords: -----------------------+---------------------
Comment (by asmpro@…): {{{ The problem occurs when you get at least two new messages in for example INBOX folder, which are then read, folder synced ($), tagged and then moved all tagged messages to Gmail/Trash folder. The last thing on the status line at the bottom is text "Sorting mailbox..." and lldb on the OS-X reports this: * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x14) frame #0: 0x000000010081d910 mutt`index_color + 58 mutt`index_color: -> 0x10081d910 <+58>: movl 0x14(%rbx), %eax 0x10081d913 <+61>: addq $0x8, %rsp 0x10081d917 <+65>: popq %rbx 0x10081d918 <+66>: popq %rbp (lldb) bt * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x14) * frame #0: 0x000000010081d910 mutt`index_color + 58 frame #1: 0x000000010083bd98 mutt`menu_redraw_index + 88 frame #2: 0x0000000100821e1d mutt`mutt_index_menu + 17542 frame #3: 0x0000000100839ad9 mutt`main + 5707 frame #4: 0x00007fffc35de235 libdyld.dylib`start + 1 This problem is solved by provided patch which is written for mutt V1.5.2 but also applies to the latest V1.8.2. Regards, Uros On Thu, May 11, 2017 at 04:05:00PM -0000, Mutt wrote: }}} -- Ticket URL: <https://dev.mutt.org/trac/ticket/3940#comment:2> Mutt <http://www.mutt.org/> The Mutt mail user agent