My system: SunOS 5.7 (sun4u)
The bug occurs when starting it up in dtterm or xterm_color, but not
xterm. After reading the mail mailbox, it seg-faults when trying to
display it (1 message header comes out before the crash). The
sysadmin just recently installed this. Could there have been a screwup?
%mutt -v
Mutt 1.0.1i (2000-01-18)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
System: SunOS 5.7 [using ncurses 4.2]
Compile options:
-DOMAIN
-HOMESPOOL -USE_SETGID +USE_DOTLOCK +USE_FCNTL -USE_FLOCK
+USE_IMAP -USE_POP -HAVE_REGCOMP +USE_GNU_REGEX +HAVE_COLOR
+HAVE_PGP2 +HAVE_GPG -BUFFY_SIZE
-EXACT_ADDRESS +ENABLE_NLS
SENDMAIL="/usr/lib/sendmail"
MAILPATH="/var/mail"
SHAREDIR="/usr/local/etc"
SYSCONFDIR="/usr/local/etc"
ISPELL="/usr/local/bin/ispell"
_PGPPATH="/usr/local/bin/pgp"
_PGPV2PATH="/usr/local/bin/pgp"
_PGPGPGPATH="/usr/local/gnu/bin/gpg"
To contact the developers, please mail to <[EMAIL PROTECTED]>.
% gdb mutt core
GDB is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (sparc-sun-solaris2.6),
Copyright 1996 Free Software Foundation, Inc...(no debugging symbols found)...
Core was generated by `mutt'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libnsl.so.1...(no debugging symbols found)... done.
Reading symbols from /usr/lib/libsocket.so.1...(no debugging symbols found)... done.
Reading symbols from /usr/lib/libcurses.so.1...(no debugging symbols found)... done.
Reading symbols from /usr/lib/libc.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libmp.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1...(no debugging
symbols found)...done.
#0 0x0 in ?? ()
(gdb) bt
#0 0x0 in ?? ()
#1 0x36970 in mutt_index_menu ()
#2 0x59c0c in main ()
(gdb)
Thanks!
Steve