FS#24093 - [heirloom-mailx] segmentation fault using imap
Attached to Project:
Arch Linux
Opened by drednaught (drednaught) - Wednesday, 04 May 2011, 11:21 GMT
Last edited by Stéphane Gaudreault (stephane) - Sunday, 08 May 2011, 13:00 GMT
Opened by drednaught (drednaught) - Wednesday, 04 May 2011, 11:21 GMT
Last edited by Stéphane Gaudreault (stephane) - Sunday, 08 May 2011, 13:00 GMT
|
Details
Description:
Receiving segmentation fault using heirloom-mailx 12.5-1 and connecting to a imap account (gmail and gmx tested) _with_ mail. Accounts without mail can be connected to no problems. Untested with pop3. Additional info: * package version(s) 12.5-1 Steps to reproduce: example: mailx -f imaps://<yourusername>@imap.gmail.com mailx -f imaps://<yourusername>@imap.gmx.com Also if specifying folder: mailx -f imaps://<yourusername>@imap.gmail.com/[Gmail]/Trash Also specifying "imap" rather than "imaps" for a server that supports it receives sementation fault: mailx -f imap://<yourusername>@imap.gmx.com If there is mail in any of the folder i am connecting to i recieve a segmentation fault and return to command prompt. |
This task depends upon
Closed by Stéphane Gaudreault (stephane)
Sunday, 08 May 2011, 13:00 GMT
Reason for closing: Not a bug
Sunday, 08 May 2011, 13:00 GMT
Reason for closing: Not a bug
Comment by
Stéphane Gaudreault (stephane) -
Sunday, 08 May 2011, 00:24 GMT
Works for me, using my gmail account with mails in the folder.
Comment by drednaught (drednaught) -
Sunday, 08 May 2011, 04:00 GMT
Digging around in my ~/.bashrc i found the issue. Using
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype hack was causing
the segfaults. Sorry for the noise. Working great now! Thank you
sir.