bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

segmentation fault in test 'ncurses'


From: David Ellement
Subject: segmentation fault in test 'ncurses'
Date: Wed, 9 May 2001 09:43:53 -0700
User-agent: Mutt/1.3.18i

I built ncurses-5.2-20010505 using:
    ncurses-5.2.tar.gz
    patch-5.2-20010324.sh
    ncurses-5.2-20010331.patch.gz
    ncurses-5.2-20010407.patch.gz
    ncurses-5.2-20010414.patch.gz
    ncurses-5.2-20010421.patch.gz
    ncurses-5.2-20010505.patch.gz


I got a segmentation fault when I tried running 'ncurses' in the
test directory (test 'b', cycling with 'f').  Here's the gdb output:

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 "hppa2.0-hp-hpux10.20"...
Core was generated by `ncurses'.
Program terminated with signal 11, Segmentation fault.

warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.

Reading symbols from ncurses...done.
Reading symbols from /usr/lib/libc.1...done.
Reading symbols from /usr/lib/libdld.1...done.
Reading symbols from /usr/lib/nls/loc/locales.1/en_US.iso88591...done.
#0  0xe670 in attr_test () at ../test/ncurses.c:501
501                 if (!pairs[pair]) {
(gdb) bt
#0  0xe670 in attr_test () at ../test/ncurses.c:501
#1  0x18334 in do_single_test (c=98 'b') at ../test/ncurses.c:3261
#2  0x18d48 in main (argc=1, argv=0x7b03bdbc) at ../test/ncurses.c:3585


-- 
David Ellement



reply via email to

[Prev in Thread] Current Thread [Next in Thread]