help-ncurses
[Top][All Lists]
Advanced

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

SIGSERV in termattrs ()


From: Yuriy Dmitrishin
Subject: SIGSERV in termattrs ()
Date: Sat, 4 Aug 2012 15:24:07 +0300

I've made my own ncurses packages because the default version in Ubuntu 12.04 doesn't support pthreads and now my application gets SIGSERV.
Compilation options:
prefix=/usr --without-ada --without-progs --without-tests --without-curses-h --with-install-prefix --with-termlib --enable-widec --enable-ext-colors --enable-weak-symbols --with-valgrind --disable-leaks --with-trace --with-pthread --enable-reentrant --with-shared --with-normal --with-debug --enable-overwrite --with-libtool --with-database=/home/dim3dro1/ncurses/terminfo-20120728.src

Here is backtrace:

Program received signal SIGSEGV, Segmentation fault.
0xb7fbd394 in termattrs () from /lib/i386-linux-gnu/libncursesw.so.5
(gdb) backtrace
#0  0xb7fbd394 in termattrs () from /lib/i386-linux-gnu/libncursesw.so.5
#1  0xb7fbac63 in _nc_setupscreen () from /lib/i386-linux-gnu/libncursesw.so.5
#2  0xb7fb7797 in newterm () from /lib/i386-linux-gnu/libncursesw.so.5
#3  0xb7fb3bdc in initscr () from /lib/i386-linux-gnu/libncursesw.so.5
#4  0x08048856 in main ()

Thanks for your help.

--

Regards,
Yuriy Dmitrishin.


reply via email to

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