UIKit0 / newsbeuter

Automatically exported from code.google.com/p/newsbeuter
0 stars 0 forks source link

Segmentation fault when running "newsbeuter -x reload" #315

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run newsbeuter -x reload

What is the expected output? What do you see instead?

Segfaults.  Reproducable, every time.

What version of the product are you using? On what operating system?

Version 2.6 (compiled from sources with default options) on Kubuntu 12.10.

Please provide any additional information below.

Newsbeuter 2.5 (using the same configuration files and feeds) doesn't show this 
problem.

I've read issue 110 but decided to create a new ticket because of 110's age.

The segfault occurs at the end of the reload.

% gdb newsbeuter
GNU gdb (GDB) 7.5-ubuntu
[...]
(gdb) run -x reload
Starting program: /usr/local/bin/newsbeuter -x reload
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[New Thread 0xb71a1b40 (LWP 22115)]
[New Thread 0xb69a0b40 (LWP 22116)]
[New Thread 0xb5fffb40 (LWP 22117)]
[New Thread 0xb55ffb40 (LWP 22118)]
[Thread 0xb71a1b40 (LWP 22115) exited]
[Thread 0xb69a0b40 (LWP 22116) exited]
[Thread 0xb55ffb40 (LWP 22118) exited]
[Thread 0xb5fffb40 (LWP 22117) exited]

Program received signal SIGSEGV, Segmentation fault.
0x08072acb in newsbeuter::view::force_redraw (this=0xbfffe818) at 
src/view.cpp:809
809     src/view.cpp: Datei oder Verzeichnis nicht gefunden.

Original issue reported on code.google.com by apoi...@gmail.com on 21 Mar 2013 at 10:32

GoogleCodeExporter commented 9 years ago
The newsbeuter 2.6 binary shipped with Kubuntu 13.04 doesn't have this problem 
- feel free to close the ticket.

Original comment by apoi...@gmail.com on 25 Apr 2013 at 5:11

GoogleCodeExporter commented 9 years ago
Same here with 2.6.
`newsbeuter -x reload` command ends with segfault on Gentoo.

Original comment by trupa...@gmail.com on 25 Apr 2013 at 5:46

GoogleCodeExporter commented 9 years ago
Resolved with this patch 
https://github.com/pks-t/newsbeuter/commit/5a32b0595bfa973970e7ec1235defe18b5cf0
715

Original comment by trupa...@gmail.com on 25 Apr 2013 at 7:51

GoogleCodeExporter commented 9 years ago
Hitting this with the 2.6-1 package of Ubuntu raring: 
http://packages.ubuntu.com/raring/newsbeuter

Program received signal SIGSEGV, Segmentation fault.
0x0000555555588189 in ?? ()

Original comment by i...@zeromail.org on 27 Apr 2013 at 1:13