- September 1, 2008
- 21,577
- 8,224
- Home Country
- New Zealand
I suspect so, yes.my TBS tuners again
The scheduler thread deadlocks on attempting to stop recording The Keiser Report:
[collapse]
[2015-01-20 23:05:03,918] [Log ] [scheduler thread] [INFO ] - Scheduler: stop record RT 20/01/2015 22:25:13-20/01/2015 23:00:00 Keiser Report
[2015-01-20 23:05:03,918] [Log ] [scheduler thread] [INFO ] - card: StopRecording card=6, user=scheduler2866
[2015-01-20 23:05:03,919] [Log ] [scheduler thread] [INFO ] - basesubchannel.StopRecording 0
[2015-01-20 23:05:03,919] [Log ] [scheduler thread] [INFO ] - tvdvbchannel.OnStopRecording subch=0, subch index=0
[2015-01-20 23:05:03,919] [Log ] [scheduler thread] [INFO ] - tvdvbchannel.OnStopRecording subch:0-0 tswriter StopRecording...
[2015-01-20 23:05:03,920] [Log ] [scheduler thread] [INFO ] - tvcard:FreeSubChannel: subchannels count 1 subch#0
[2015-01-20 23:05:03,920] [Log ] [scheduler thread] [INFO ] - DVB subch:0 Decompose()
[2015-01-20 23:05:03,921] [Log ] [scheduler thread] [INFO ] - FreeSubChannel CA: freeing sub channel : 0
[2015-01-20 23:05:03,921] [Log ] [scheduler thread] [INFO ] - tvcard:FreeSubChannel : no subchannels present, pausing graph
[2015-01-20 23:05:03,921] [Log ] [scheduler thread] [INFO ] - dvbtopGraph called
[2015-01-20 23:05:03,921] [Log ] [scheduler thread] [INFO ] - tvcard:FreeAllSubChannels
[2015-01-20 23:05:03,922] [Log ] [scheduler thread] [INFO ] - dvbtopGraph[/collapse]
All recordings that are meant to start or stop after this point in time will fail to start/stop.
You can see that TsWriter stops successfully:
[collapse]
[2015-01-20 23:05:03,922] [c6441f0] [ccc] - CMpTsFilter:ause()
[2015-01-20 23:05:03,922] [c6441f0] [ccc] - Pause filter...
[2015-01-20 23:05:03,922] [c6441f0] [ccc] - HRESULT = 0x0
[2015-01-20 23:05:03,956] [c6441f0] [ccc] - CMpTsFilter:top()
[2015-01-20 23:05:03,956] [c6441f0] [ccc] - Stop streaming...
[2015-01-20 23:05:03,956] [c6441f0] [ccc] - Stop filter...
[2015-01-20 23:05:03,956] [c6441f0] [ccc] - HRESULT = 0x0[/collapse]
So, some other filter in the tuner graph failed to stop. I can't prove that it was the tuner... but I strongly suspect it.
P.S. In future I'd prefer it if you started a separate thread. martoma's issue is resolved and the bug report has been closed. While related, your problem is the start of a new discussion.