On 2011-03-07 17:35 +0100, Nico Golde wrote: > * Craig Small <csm...@debian.org> [2011-03-07 10:49]: >> On Sun, Mar 06, 2011 at 09:38:09PM +0100, Stefano Zacchiroli wrote: >> > I'm not sure if the problem is in newsbeuter (e.g. using the lib in some >> > unappropriate way which worked up to now) or in libncursesw5 (e.g. >> > unexpected/ >> > undeclared ABI change). I'm Cc:-ing the libncursesw5 maintainer with this >> > bug >> > report. >> newsbeuter is calling stfl_ipool_fromwc() which is part of the stfl >> package. It's dying between stfl and ncurses. >> >> stfl is a statically linked library > > What do you mean? > file libstfl.so.0.21 > libstfl.so.0.21: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), > dynamically linked, stripped
I think Craig means that newsbeuter is statically linked against libstfl. >> , recompiling stfl and linking >> newsbeuter to that library makes a working binary. You can never be 100% >> sure, but I don't think the problem lies with newsbeuter. It seems to be bug #617210 in ncurses. At least, changing the offending code in ncurses' newwin() function back to what is was before 5.8 fixes the newsbeuter segfault for me (stfl is calling newwin(0, 0, 0, 0) in stfl_form_run()). I'll reassign this bug to libncursesw5. Cheers, Sven -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org