2014-01-11, 08:29
I remember this issue from many versions ago, and it went away for a while, but I've been experiencing it again using recent builds of Gotham and pvr.mythtv.cmyth.
Watching live tv, XBMC crashes when a show ends.
Could be a setting I've got wrong? I can't see a clue in the logs (that I can understand)!
Here's my setup:
Mac OS X 10.7.5 on a Mac mini (mid 2011)
XBMC 13.0.alpha11
downloaded from http://wiki.xbmc.org/index.php?title=Development_builds
pvr.mythtv.cmyth 1.9.14
built from https://github.com/fetzerch/xbmc-pvr-addons/
MythTV 0.27
built from https://trac.macports.org/browser/trunk/...tv-core.27
---
The tail of xvmc.log always looks the same:
And here's what's in XBMC.crash:
Watching live tv, XBMC crashes when a show ends.
Could be a setting I've got wrong? I can't see a clue in the logs (that I can understand)!
Here's my setup:
Mac OS X 10.7.5 on a Mac mini (mid 2011)
XBMC 13.0.alpha11
downloaded from http://wiki.xbmc.org/index.php?title=Development_builds
pvr.mythtv.cmyth 1.9.14
built from https://github.com/fetzerch/xbmc-pvr-addons/
MythTV 0.27
built from https://trac.macports.org/browser/trunk/...tv-core.27
---
The tail of xvmc.log always looks the same:
Code:
17:00:01 T:4905766912 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
17:00:02 T:4849852416 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
17:00:02 T:4849852416 INFO: CDVDPlayerVideo - Stillframe detected, switching to forced 25.000000 fps
17:00:02 T:4849852416 DEBUG: CPullupCorrection: pattern lost on diff 200000.000000
And here's what's in XBMC.crash:
Code:
Process: XBMC [23560]
Path: /Applications/XBMC.app/Contents/MacOS/XBMC
Identifier: com.teamxbmc.xbmc
Version: 13.0.alpha11 (Git-20131231-8eb49b3)
Code Type: X86-64 (Native)
Parent Process: launchd [232]
Date/Time: 2014-01-11 17:00:03.995 +1100
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9
Crashed Thread: 30
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffffffffff0
VM Regions Near 0xfffffffffffffff0:
--> shared memory 00007fffffe00000-00007fffffe02000 [ 8K] r-x/r-x SM=SHM
Application Specific Information:
objc[23560]: garbage collection is OFF
[snip]
Thread 30 Crashed:
0 libsystem_c.dylib 0x00007fff9047f55e OSAtomicAdd32Barrier$VARIANT$mp + 2
1 XBMC_MythTV_cmyth.pvr 0x00000001204d5a42 OSAtomicIncrement32 + 34
2 XBMC_MythTV_cmyth.pvr 0x00000001204d5a08 __mvp_atomic_inc + 24
3 XBMC_MythTV_cmyth.pvr 0x00000001204d6024 ref_hold + 116
4 XBMC_MythTV_cmyth.pvr 0x00000001204e4611 cmyth_livetv_chain_switch + 625
5 XBMC_MythTV_cmyth.pvr 0x00000001204e4966 cmyth_livetv_chain_read + 246
6 XBMC_MythTV_cmyth.pvr 0x00000001204e4ff0 cmyth_livetv_read + 112
7 XBMC_MythTV_cmyth.pvr 0x00000001204cb4cf Demux::ReadAV(unsigned long long, unsigned long) + 281 (demux.cpp:162)
8 XBMC_MythTV_cmyth.pvr 0x00000001204d1db8 AVContext::TSResync() + 210 (tsDemuxer.cpp:325)
9 XBMC_MythTV_cmyth.pvr 0x00000001204cb262 Demux::Process() + 160 (demux.cpp:191)
10 XBMC_MythTV_cmyth.pvr 0x00000001204cb1bd non-virtual thunk to Demux::Process() + 13
11 libcec.2.dylib 0x000000011b00c154 PLATFORM::CThread::ThreadHandler(PLATFORM::CThread*) + 148
12 libsystem_c.dylib 0x00007fff904398bf _pthread_start + 335
13 libsystem_c.dylib 0x00007fff9043cb75 thread_start + 13
[snip]