Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  8 Dec 1999 16:04:11 -0500 (EST)
From:      vshah@rstcorp.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15362: Mutt built from ports (on -current dated 11/30/1999) core dumps
Message-ID:  <19991208210411.ACCF25B15@jabberwock.rstcorp.com>

next in thread | raw e-mail | index | archive | help

>Number:         15362
>Category:       ports
>Synopsis:       mutt core dumps as soon as a key is pressed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec  8 13:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Viren R. Shah
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Klique of the Incorrigible Stupified Snarks
>Environment:

-current system from 11/30/1999

mutt was build with SLang

[vshah@jabberwock] /home/jabberwock/mutt/mutt-1.0> ldd mutt
mutt:
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0x280be000)
        libslang.so.1 => /usr/local/lib/libslang.so.1 (0x280fc000)
        libm.so.2 => /usr/lib/libm.so.2 (0x28140000)
        libintl.so.1 => /usr/local/lib/libintl.so.1 (0x2815b000)
        libc.so.4 => /usr/lib/libc.so.4 (0x2815f000)

libslang version 1.2.2
mutt version 1.0i

>Description:

As soon as a key is pressed, mutt core dumps:

[vshah@jabberwock] /home/jabberwock/mutt/mutt-1.0> gdb ./mutt mutt.core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or 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.
This GDB was configured as "i386-unknown-freebsd"...
Core was generated by `mutt'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libncurses.so.5...done.
Reading symbols from /usr/local/lib/libslang.so.1...done.
Reading symbols from /usr/lib/libm.so.2...done.
Reading symbols from /usr/local/lib/libintl.so.1...done.
Reading symbols from /usr/lib/libc.so.4...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0  0x2811379d in SLang_do_key () from /usr/local/lib/libslang.so.1
(gdb) bt
#0  0x2811379d in SLang_do_key () from /usr/local/lib/libslang.so.1
#1  0x28124d91 in SLkp_getkey () from /usr/local/lib/libslang.so.1
#2  0x28123056 in SLcurses_wgetch () from /usr/local/lib/libslang.so.1
#3  0x28123089 in SLcurses_getch () from /usr/local/lib/libslang.so.1
#4  0x805579f in mutt_getch () at curs_lib.c:63
#5  0x8065f75 in km_dokey (menu=6) at keymap.c:361
#6  0x8057045 in mutt_index_menu () at curs_main.c:511
#7  0x8067cfd in main (argc=1, argv=0xbfbfd904) at main.c:684
#8  0x804abc5 in _start ()


>How-To-Repeat:

execute the mutt binary and press a key (even 'q')

>Fix:
   



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991208210411.ACCF25B15>