akrennmair / newsbeuter

Newsbeuter is an open-source RSS/Atom feed reader for text terminals.
http://www.newsbeuter.org/
MIT License
780 stars 97 forks source link

Crash on FreeBSD 8.2 #8

Closed jan0sch closed 11 years ago

jan0sch commented 13 years ago

Hi,

if I try to start newsbeuter 2.4 on freebsd 8.2 (stfl v 0.21) it crashes. Backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8038041c0 (LWP 100265)]
0x0000000801097af6 in stfl_style () from /usr/local/lib/libstfl.so
(gdb) bt
#0  0x0000000801097af6 in stfl_style () from /usr/local/lib/libstfl.so
#1  0x0000000801098a1d in stfl_ipool_create () from /usr/local/lib/libstfl.so
#2  0x00000008010961ec in stfl_form_run () from /usr/local/lib/libstfl.so
#3  0x00000008010950cb in stfl_run () from /usr/local/lib/libstfl.so
#4  0x00000000004d2cb0 in newsbeuter::stfl::form::run (this=0x80380c5f0, 
    timeout=Variable "timeout" is not available.
) at src/stflpp.cpp:37
#5  0x00000000004726ad in newsbeuter::feedlist_formaction::init (
    this=0x8038c1180) at src/feedlist_formaction.cpp:39
#6  0x000000000042d8a7 in newsbeuter::view::run (this=0x7fffffffe860)
    at src/view.cpp:153
#7  0x000000000043d9ec in newsbeuter::controller::run (this=0x7fffffffe590, 
    argc=1, argv=0x7fffffffea00) at src/controller.cpp:586
#8  0x0000000000407dc5 in main (argc=1, argv=0x7fffffffea00)
    at newsbeuter.cpp:29
(gdb)

Keep up the good work this newreader rocks. :-)

uzsolt commented 11 years ago

I know it's an old report but I think on FreeBSD 9.2 works well - I'm using newsbeuter on FreeBSD 4 months without any problem.

akrennmair commented 11 years ago

Thanks for the feedback. I'll close the issue for now.