#3700: index send-keys (M-k) crash ---------------------+---------------------- Reporter: muffins | Owner: mutt-dev Type: defect | Status: new Priority: major | Milestone: Component: crypto | Version: Keywords: | ---------------------+---------------------- this seems to only be present on hg tip (b8bebc2f9a55) rather than 1.5.
hg recipe: 1. mutt -F /dev/null 2. M-k name RET subject RET RET I wrote this recipe at some point, but I forgot the circumstances: 1. mutt -F /dev/null 2. :source /usr/share/mutt/examples/gpg.rc 3. M-k name RET subject RET RET 4. select a key gdb: {{{ Looking for keys matching ""... Program received signal SIGSEGV, Segmentation fault. 0x00000000004855e2 in pgp_getkeybystr (p=<optimized out>, abilities=0, keyring=<optimized out>) at pgpkey.c:997 997 pgpkey.c: No such file or directory. (gdb) bt #0 0x00000000004855e2 in pgp_getkeybystr (p=<optimized out>, abilities=0, keyring=<optimized out>) at pgpkey.c:997 #1 0x2100000000485727 in ?? () #2 0x0000000000000000 in ?? () (gdb) }}} -- Ticket URL: <http://dev.mutt.org/trac/ticket/3700> Mutt <http://www.mutt.org/> The Mutt mail user agent