Bug 695764

Summary: segfault at: mx_update_context (ctx=0x16b56c0, new_messages=<optimized out>) at mx.c:1542
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: muttAssignee: Honza Horak <hhorak>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: hhorak, mlichvar, pertusus, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-26 14:45:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Bill Nottingham 2011-04-12 15:49:54 UTC
Description of problem:

Program terminated with signal 11, Segmentation fault.
#0  mx_update_context (ctx=0x16b56c0, new_messages=<optimized out>) at mx.c:1542
1542	      h->security = crypt_query (h->content);
(gdb) bt
#0  mx_update_context (ctx=0x16b56c0, new_messages=<optimized out>) at mx.c:1542
#1  0x0000000000493e96 in imap_read_headers (idata=0x16d45e0, msgbegin=<optimized out>, 
    msgend=229) at message.c:376
#2  0x0000000000491823 in imap_open_mailbox (ctx=0x16b56c0) at imap.c:756
#3  0x0000000000442c55 in mx_open_mailbox (path=<optimized out>, flags=0, pctx=0x0) at mx.c:661
#4  0x00000000004074dc in main (argc=1, argv=<optimized out>) at main.c:1017

Version-Release number of selected component (if applicable):

mutt-1.5.21-3.fc15.x86_64

How reproducible:

Happened once so far. Hasn't happened at least one other time I've tried the same thing.

Steps to Reproduce:
1. Have fetchmail pulling an IMAP inbox
2. Simultaneously, run mutt -f imaps://<that inbox>/

Comment 1 Honza Horak 2011-04-26 14:45:46 UTC

*** This bug has been marked as a duplicate of bug 676074 ***