Summary: | mail-client/mutt-1.5.23-r5 - mutt when sending encrypted messages: segmentation fault in ? at ? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | slash <slash> |
Component: | Current packages | Assignee: | Fabian Groffen <grobian> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | net-mail+disabled, slash, vorner |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info output |
Description
slash
2015-02-05 08:15:48 UTC
1) Please post your `emerge --info mail-client/mutt' output in a comment, 2) Please generate a gdb backtrace and attach its output. It happens to me too. It does not happen when I use „set crypt_use_gpgme“ in configuration. The culprit is selection of the encryption key, when parsing the output of „gpg --no-verbose --batch --with-colons --list-keys email@address“. The -r4 version is fine. Backtrace: (gdb) bt #0 is_email_wsp (c=<error reading variable: Cannot access memory at address 0x0>) at lib.h:115 #1 rfc822_parse_adrlist (top=top@entry=0x0, s=0x0) at rfc822.c:387 #2 0x000000000047f062 in pgp_getkeybyaddr (a=a@entry=0xbd1ce0, abilities=abilities@entry=2, keyring=keyring@entry=PGP_PUBRING) at pgpkey.c:864 #3 0x000000000047c0db in pgp_findKeys (to=<optimized out>, cc=<optimized out>, bcc=<optimized out>) at pgp.c:1236 #4 0x0000000000411c15 in crypt_get_keys (msg=0xbb2a10, keylist=keylist@entry=0x7fff461fd908) at crypt.c:729 #5 0x000000000045eabb in ci_send_message (flags=<optimized out>, flags@entry=0, msg=msg@entry=0xbb2a10, tempfile=<optimized out>, ctx=ctx@entry=0x0, cur=cur@entry=0x0) at send.c:1781 #6 0x0000000000406ba2 in main (argc=2, argv=<optimized out>) at main.c:1037 I'll put the emerge info into an attachment. Created attachment 395600 [details]
emerge --info output
A scan through the commits applied to -r5 after -r4 doesn't show an immediate commit to blame. this happens to me aswell. downgrade solves the segfault http://thread.gmane.org/gmane.mail.mutt.devel/21950 I'll apply the patch asap and bump. bump should be in -r6 Patch in -r6 |