Bug #3257
importing german XMLTV still crashes after v4.1-834-ga5e1cf5
0%
Description
Importing german xmltv still crashes tvheadend - compiled updated version this morning (Latest commit 087627a) and tvheadend still restarts.
Sorry I opened a new but report - but could not re-open old one...
Files
History
Updated by Jaroslav Kysela about 9 years ago
I cannot reproduce this here with latest. Provide backtrace.
Updated by Mario Gidi about 9 years ago
Jaroslav Kysela wrote:
I cannot reproduce this here with latest. Provide backtrace.
any pointer at how i can do this?
Updated by Jaroslav Kysela about 9 years ago
You should see something in log.. If you see source files (traceback), then give me this.. Otherwise - https://tvheadend.org/projects/tvheadend/wiki/Debugging
Updated by Jaroslav Kysela about 9 years ago
- Subject changed from importing german XMLTV still crashes after changeset tvheadend|a5e1cf52d52f3426f1e31dfe9089e0663769bb0a. to importing german XMLTV still crashes after v4.1-834-ga5e1cf5
- Found in version changed from a5e1cf52d52f3426f1e31dfe9089e0663769bb0a to v4.1-834-ga5e1cf5
Updated by Mario Gidi about 9 years ago
Jaroslav Kysela wrote:
You should see something in log.. If you see source files (traceback), then give me this.. Otherwise - https://tvheadend.org/projects/tvheadend/wiki/Debugging
cannot find anything in log and tried debugging options but not getting any dump file!
Updated by Mark Clarkstone about 9 years ago
Mario Gidi wrote:
Jaroslav Kysela wrote:
You should see something in log.. If you see source files (traceback), then give me this.. Otherwise - https://tvheadend.org/projects/tvheadend/wiki/Debugging
cannot find anything in log and tried debugging options but not getting any dump file!
If on Ubuntu (or Debian Jessie) try installing corekeeper. Once tvheadend dumps the core you'll find it in /var/crash/<uid>/<rand>.core.
You can then run gdb like:
sudo gdb /usr/bin/tvheadend /var/crash/101/dump.core
Updated by Mario Gidi about 9 years ago
Problem is it is only doing this on my wetek box with openelec and i cannot get a dump there.. I setup an ubuntu box, but xmltv file imports fine on it.. must be something to do with config on wetek box.. channels tuners etc..
Mark Clarkstone wrote:
Mario Gidi wrote:
Jaroslav Kysela wrote:
You should see something in log.. If you see source files (traceback), then give me this.. Otherwise - https://tvheadend.org/projects/tvheadend/wiki/Debugging
cannot find anything in log and tried debugging options but not getting any dump file!
If on Ubuntu (or Debian Jessie) try installing corekeeper. Once tvheadend dumps the core you'll find it in /var/crash/<uid>/<rand>.core.
You can then run gdb like:
[...]
Updated by Mark Clarkstone about 9 years ago
Mario Gidi wrote:
Problem is it is only doing this on my wetek box with openelec and i cannot get a dump there.. I setup an ubuntu box, but xmltv file imports fine on it.. must be something to do with config on wetek box.. channels tuners etc..
Mark Clarkstone wrote:
Mario Gidi wrote:
Jaroslav Kysela wrote:
You should see something in log.. If you see source files (traceback), then give me this.. Otherwise - https://tvheadend.org/projects/tvheadend/wiki/Debugging
cannot find anything in log and tried debugging options but not getting any dump file!
If on Ubuntu (or Debian Jessie) try installing corekeeper. Once tvheadend dumps the core you'll find it in /var/crash/<uid>/<rand>.core.
You can then run gdb like:
[...]
I think it would be possible, apparently it should work the same as a normal system.
echo "/tmp/core.%e.%p" > /proc/sys/kernel/core_pattern ulimit -c unlimited /path/to/tvheadend --the args here.
You could just run tvheadend under gdb which is apparently available on openelec as a package
Updated by Mario Gidi about 9 years ago
Deleted epg grabber channels and started from scratch and imports fine now.. probably issue was being caused by some remnant of previously fixed bug