Bug #267
XBMC and Nautilus Crashes with Tvheadend Recordings
0%
Description
Because it crashes both xbmc and nautilus and makes me think it's a problem with tvheadend (or maybe the drivers for my dvb-t card - Af9013/5 Avertvmedia a815)
checking 'Properties' of video file with nautilus causes crash:
ERROR:matroska-demux.c:3110:gst_matroska_demux_parse_metadata: assertion failed: (ebml->level != NULL)
xbmc crash when selecting a recorded video
/usr/bin/xbmc: line 88: 10260 Floating point exception(core dumped) /usr/share/xbmc/xbmc.bin "$@"
xbmc crash log
16:15:32 T:2807036784 M:1146929152 DEBUG: DoWork - trying to extract thumb from video file /media/Recordings/LA BANDA.mkv
16:15:32 T:2754612080 M:1146929152 DEBUG: Thread 2754612080 terminating
16:15:32 T:2807036784 M:1146929152 DEBUG: SECTION:LoadDLL(special://xbmc/system/players/dvdplayer/avutil-50-i486-linux.so)
16:15:32 T:2807036784 M:1146929152 DEBUG: Loading: /usr/share/xbmc/system/players/dvdplayer/avutil-50-i486-linux.so
16:15:32 T:2807036784 M:1146802176 DEBUG: SECTION:LoadDLL(special://xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so)
16:15:32 T:2807036784 M:1146802176 DEBUG: Loading: /usr/share/xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so
16:15:32 T:2807036784 M:1144508416 DEBUG: SECTION:LoadDLL(special://xbmc/system/players/dvdplayer/avformat-52-i486-linux.so)
16:15:32 T:2807036784 M:1144508416 DEBUG: Loading: /usr/share/xbmc/system/players/dvdplayer/avformat-52-i486-linux.so
16:15:32 T:2807036784 M:1143746560 DEBUG: Open - probing detected format [matroska]
16:15:32 T:3057039232 M:1143746560 DEBUG: SDLKeyboard: scancode: 64, sym: 308, unicode: 0, modifier: 0
16:15:33 T:3057039232 M:1154424832 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
16:15:33 T:3057039232 M:1154424832 DEBUG: OnKey: 61480 pressed, action is Down
16:15:34 T:3057039232 M:1154424832 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
16:15:34 T:3057039232 M:1154424832 DEBUG: OnKey: 61480 pressed, action is Down
Linux 2.6.32-24-generic on Ubuntu 10.04.1 with the latest available pvr testing branch of xbmc
History
Updated by akr884 - about 14 years ago
sorry, forgot to mention I'm using tvheadend revision 5203 - but I've had the same problem with all previous revisions I've used too
Updated by Hein Rigolo about 14 years ago
this is a known problem ... temporary workaround:
Loop the Tvheadend recorded mkv via mkvmerge (mkvmerge -o fixed-recording.mkv recorded-file.mkv)
You can automate this via the post recording script option of Tvheadend.
Updated by Andreas Smas about 14 years ago
- Found in version set to fixed
Those are different bugs and should be filed as different bugs.
The gstreamer problem (nautilus) is a bug in gstreamer.
I've filed a bug:
https://bugzilla.gnome.org/show_bug.cgi?id=628287
I've also implemented a workaround in Tvheadend just because i'm a nice guy, see r4317
I've no idea why XBMC crashes, it's XBMCs problem.