mspieth / rssdler

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

segmentation fault #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.run any rssdler command

What is the expected output? What do you see instead?
rssdelr to run. Segmentation fault

What version of the product are you using? On what operating system?
v0.42. Raspbian: 
Linux 3.6.11-rpi-aufs #1 PREEMPT Sat Sep 7 23:10:27 CEST 2013 armv6l GNU/Linux

Please provide any additional information below.
I did some digging using gdb and I think it is related to the libxml2.so

{code}
(gdb) handle SIGILL print pass
Signal        Stop      Print   Pass to program Description
SIGILL        No        Yes     Yes             Illegal instruction
(gdb) run rssdler
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
...
BFD: /usr/lib/arm-linux-gnueabihf/libxml2.so.2: invalid string offset 
3553893841 >= 36069 for section `.dynstr'
...
Program received signal SIGSEGV, Segmentation fault.
0xb6fe324c in ?? () from /lib/ld-linux-armhf.so.3
{code}

Original issue reported on code.google.com by demianTi...@gmail.com on 13 May 2014 at 12:00