FS#37191 - [mutt] mutt crashes on start due to assertion

Attached to Project: Arch Linux
Opened by Iru Dog (mytbk) - Friday, 04 October 2013, 09:08 GMT
Last edited by Jan de Groot (JGC) - Friday, 04 October 2013, 10:02 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I've installed mutt and use a .muttrc from another computer. When mutt tried to make a SSL connection,
it gave an assertion, and then abort.
SSL connection using TLSv1/SSLv3 (ECDHE-RSA-RC4-SHA)mutt: ../sysdeps/posix/getaddrinfo.c:1741: rfc3484_sort: Assertion `src->results[i].native == -1 || src->results[i].native == a1_native' failed.

Additional info:
##### .muttrc ######
set folder = imaps://imap.gmail.com/
set imap_user = mytbk920423@gmail.com
set spoolfile = +INBOX
mailboxes = +INBOX

# Store message headers locally to speed things up.
# # If hcache is a folder, Mutt will create sub cache folders for each account which may speeds things even more up.
set header_cache = ~/.cache/mutt
#
# # Store messages locally to speed things up, like searching message bodies.
# # Can be the same folder as header_cache.
# # This will cost important disk usage according to your e-mail amount.
set message_cachedir = "~/.cache/mutt"
#
# # Specify where to save and/or look for postponed messages.
set postponed = +[Gmail]/Drafts
#
# # Allow Mutt to open new imap connection automatically.
unset imap_passive
#
# # Keep IMAP connection alive by polling intermittently (time in seconds).
set imap_keepalive = 300
#
# # How often to check for new mail (time in seconds).
set mail_check = 120

set realname='Iru Cai'
set sendmail="/usr/bin/msmtp"
set edit_headers=yes
set record=+sent
set postponed=+drafts
set mbox_type=Maildir

mailboxes +inbox
source /etc/Muttrc.gpg.dist
set pgp_autosign=yes
set pgp_sign_as=0x8600BEAA
set pgp_verify_sig=yes
#source ~/.mutt/mailboxes

###### gdb backtrace ######
#0 0x00007ffff64b43d9 in raise () from /usr/lib/libc.so.6
#1 0x00007ffff64b57d8 in abort () from /usr/lib/libc.so.6
#2 0x00007ffff64ad506 in __assert_fail_base () from /usr/lib/libc.so.6
#3 0x00007ffff64ad5b2 in __assert_fail () from /usr/lib/libc.so.6
#4 0x00007ffff6551665 in rfc3484_sort () from /usr/lib/libc.so.6
#5 0x00007ffff64b6131 in msort_with_tmp.part.0 () from /usr/lib/libc.so.6
#6 0x00007ffff64b5e98 in msort_with_tmp.part.0 () from /usr/lib/libc.so.6
#7 0x00007ffff64b5e98 in msort_with_tmp.part.0 () from /usr/lib/libc.so.6
#8 0x00007ffff64b63dc in qsort_r () from /usr/lib/libc.so.6
#9 0x00007ffff6551dd0 in getaddrinfo () from /usr/lib/libc.so.6
#10 0x00007ffff70b0e77 in get_fqhostname () from /usr/lib/libsasl2.so.3
#11 0x00007ffff70aa5f5 in sasl_client_new () from /usr/lib/libsasl2.so.3
#12 0x000000000048f940 in ?? ()
#13 0x00000000004a2d59 in ?? ()
#14 0x00000000004a2a63 in ?? ()
#15 0x000000000049bc5c in ?? ()
#16 0x000000000049da0f in ?? ()
#17 0x0000000000442f37 in ?? ()
#18 0x0000000000408ee9 in ?? ()
#19 0x00007ffff64a0bc5 in __libc_start_main () from /usr/lib/libc.so.6
#20 0x0000000000408fd5 in ?? ()
This task depends upon

Closed by  Jan de Groot (JGC)
Friday, 04 October 2013, 10:02 GMT
Reason for closing:  Duplicate
Additional comments about closing:  See  FS#34832 

Loading...