Project

General

Profile

Bug #3257

importing german XMLTV still crashes after v4.1-834-ga5e1cf5

Added by Mario Gidi about 9 years ago. Updated about 9 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
EPG - Grabbers
Target version:
-
Start date:
2015-11-03
Due date:
% Done:

0%

Estimated time:
Found in version:
v4.1-834-ga5e1cf5
Affected Versions:

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

rytecxmltvGermany.gz (5.21 MB) rytecxmltvGermany.gz Mario Gidi, 2015-11-03 05:28

History

#1

Updated by Jaroslav Kysela about 9 years ago

I cannot reproduce this here with latest. Provide backtrace.

#2

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?

#3

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

#4

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
#5

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!

#6

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

#7

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:
[...]

#8

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

#9

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

#10

Updated by Jaroslav Kysela about 9 years ago

  • Status changed from New to Fixed

Also available in: Atom PDF