LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mutt Segfaults on Slackware64 13.1 (https://www.linuxquestions.org/questions/slackware-14/mutt-segfaults-on-slackware64-13-1-a-828895/)

tpreitzel 08-27-2010 05:01 PM

Mutt Segfaults on Slackware64 13.1
 
Code:

mutt[17398]: segfault at 10 ip 00000000004401a9 sp 00007fff3ee4cb90 error 6 in mutt[400000+93000]
mutt[17406]: segfault at 10 ip 00000000004401a9 sp 00007fff3bc4a880 error 6 in mutt[400000+93000]
mutt[17414]: segfault at 10 ip 00000000004401a9 sp 00007fff210442a0 error 6 in mutt[400000+93000]
mutt[17422]: segfault at 10 ip 00000000004401a9 sp 00007fff47ce3fe0 error 6 in mutt[400000+93000]
mutt[17431]: segfault at 10 ip 00000000004401a9 sp 00007fffd839a4b0 error 6 in mutt[400000+93000]
mutt[17440]: segfault at 10 ip 00000000004401a9 sp 00007fff496649c0 error 6 in mutt[400000+93000]

This error doesn't happen consistently, but it's simply another annoyance associated with this version of Slackware. <sigh>

sycamorex 08-27-2010 05:19 PM

I know that it doesn't solve your problem, but I recompiled the mutt package, as the version of mutt that is shipped with slackware doesn't enable some of its functionality.

Bruce Hill 08-28-2010 05:32 AM

Mutt has required new source and options for me for many Slackware versions.
Maybe some scripts and packages can be useful for you.

If you still have problems run "strace -o strace.mutt mutt" for more information.

dive 08-28-2010 06:34 AM

mutt 1.5.20 is available on slackware current now. Might be worth checking it out.

sycamorex 08-28-2010 06:41 AM

Quote:

Originally Posted by dive (Post 4080533)
mutt 1.5.20 is available on slackware current now. Might be worth checking it out.

They also enabled more functions by default:

Mutt-1.4.2.3 (Slackware64 13.1)

./configure \
--prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc/mutt \
--with-mailpath=/var/spool/mail \
--enable-pop \
--enable-imap \
--with-ssl \
--enable-locales-fix \
--without-wc-funcs \
--build=$ARCH-slackware-linux

Mutt 1.5.20 (Slackware64-current)

./configure \
--prefix=/usr \
--mandir=/usr/man \
--docdir=/usr/doc/mutt-$VERSION \
--with-docdir=/usr/doc/mutt-$VERSION \
--sysconfdir=/etc/mutt \
--with-mailpath=/var/spool/mail \
--enable-pop \
--enable-imap \
--with-ssl \
--with-sasl \
--enable-smtp \
--enable-gpgme \
--enable-hcache \
--enable-locales-fix \
--without-wc-funcs \
--build=$ARCH-slackware-linux


All times are GMT -5. The time now is 05:09 AM.