2010-03-17, 12:38 AM
hi!
i had this in my GBPVRRecordingService.exe.log today:
so, there oviously was a 30 second timeout wait for a db lock, resulting in 30 missed seconds of scrubs
what could be the cause of this? the pc ran unattended at the time, so nothing should have been able to interfere with the db access.
i had this in my GBPVRRecordingService.exe.log today:
Code:
2010-03-16 22:09:02.625 VERBOSE [5] Programme is now recording
2010-03-16 22:09:02.625 VERBOSE [5] RecordingFactory.save()
2010-03-16 22:09:02.656 VERBOSE [5] Save(): Updated existing scheduled recording
2010-03-16 22:09:02.703 VERBOSE [5] Adding D:\Video\TV\Scrubs - Die Anfänger\Scrubs - Die Anfänger_20100316_22102240.mpg to parallel processing queue
2010-03-16 22:09:02.703 VERBOSE [5] RecordingFactory.getExtrasForGroup(38)
2010-03-16 22:09:04.187 INFO [11] Running ParallelProcessing.bat on: D:\Video\TV\Scrubs - Die Anfänger\Scrubs - Die Anfänger_20100316_22102240.mpg
2010-03-16 22:36:49.750 VERBOSE [10] Conversion thread configured for ASAP
2010-03-16 22:40:00.125 INFO [5] Found new programme requiring recording: Scrubs - Die Anfänger (856)
2010-03-16 22:40:00.125 INFO [5] Stopping existing recording on this capture source. (removing from currentlyRecording)
2010-03-16 22:40:00.125 VERBOSE [5] Stopping recording oid:1
2010-03-16 [B]22:40:00.359[/B] VERBOSE [5] RecordingFactory.save()
2010-03-16 [B]22:40:30.546[/B] ERROR [5] Unabled to save ScheduledRecording: The database file is locked
database is locked
2010-03-16 22:40:30.578 ERROR [5] bei System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
bei System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
bei System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
bei GBPVR.Backend.Common.x396614b3dae3b1da.xc979432fcc5a510a(ScheduledRecording xe41d2b9d98dc1269)
2010-03-16 22:40:30.578 VERBOSE [5] getValue cached value: /settings/ProcessCommercialsDuringRecording : true
2010-03-16 22:40:30.593 VERBOSE [5] Adding D:\Video\TV\Scrubs - Die Anfänger\Scrubs - Die Anfänger_20100316_22102240.mpg to commercial detection queue
2010-03-16 22:40:30.593 VERBOSE [5] Adding D:\Video\TV\Scrubs - Die Anfänger\Scrubs - Die Anfänger_20100316_22102240.mpg to conversion detection queue
2010-03-16 22:40:30.593 VERBOSE [5] Changing to channel (GBPVR.Backend.Common.NullTunerController): 56
2010-03-16 22:40:30.593 VERBOSE [5] Requesting IRecordingSource to start recording: D:\Video\TV\Scrubs - Die Anfänger\Scrubs - Die Anfänger_20100316_22402310.mpg
2010-03-16 22:40:30.593 VERBOSE [5] start recording @1
so, there oviously was a 30 second timeout wait for a db lock, resulting in 30 missed seconds of scrubs
what could be the cause of this? the pc ran unattended at the time, so nothing should have been able to interfere with the db access.