Reply To: 20060117 crash during playback

#3967
rpedde
Participant

Yup, I accidentally leave the database in a transaction while I scan playlists, and if you try and fetch a song at the time that the playlist scan is going on, it dies.

it’s fixed in cvs, and the workaround is to turn off background scans.

This is this fix:

http://cvs.sourceforge.net/viewcvs.py/mt-daapd/mt-daapd/src/db-sql-sqlite3.c?r1=1.6&r2=1.7

and the corresponding one in db-sql-sqlite2.c, also.

I have a handful of minor bug fixes accumulated since the 20060117 that I was waiting on the config stuff to be re-written, but now I’m off on a win32 porting tangent, so I guess I’ll just have to drop a nightly here in the next couple days just to get those bugfixes out.

Post edited by: rpedde, at: 2006/02/19 20:57