PDA

View Full Version : Serious performance issues



ian.jpg
July 6th, 2009, 03:36 AM
In the newest version (0.9.12.6566) I am having some serious playback and performance issues, seemingly related to indexing of files. With the new version, I get a moment or two of normal performance, then it takes a long time for the menu to respond, and video gets choppy. Things escalate and get worse until the whole thing locks up. Looking at the logs, I have a lot of these:

01:32:49 T:2968829952 M: 13623296 ERROR: SQLite: The database file is locked

I changed the music and pictures directory so that it doesn't index, and got a bit more performance out of it, but not by much.

Any ideas?

marcel
July 6th, 2009, 05:09 AM
We will be releasing a new version soon in the meantime try removing the UserData and trying again if this still happens please post your boxee logs..

ian.jpg
July 7th, 2009, 12:18 AM
We will be releasing a new version soon in the meantime try removing the UserData and trying again if this still happens please post your boxee logs..

Thanks!

I tried removing the UserData, and no luck. But not since blocking the Pictures and iTunes directories.

And I was going to put my logs, but they are looooong. Anyways, my earlier ones looked like this:


01:02:04 T:2968829952 M: 8720384 ERROR: SQLite: The database file is locked
Query: select * from media_folders where strPath='/Users/ianbart/Music/iTunes/iTunes Music/Titus Andronicus/The Airing Of Grievances/' and strType='musicFolder'
01:02:06 T:2691524384 M: 9375744 INFO: Loading skin file: BoxeeBrowseWindow.xml
01:02:06 T:2965102592 M: 8785920 ERROR: SQLite: The database file is locked
Query: insert into director_to_video (idDirector, idVideo) values (4, 104)
01:02:08 T:2965102592 M: 9596928 ERROR: SQLite: The database file is locked
Query: insert into director_to_video (idDirector, idVideo) values (4, 104)
01:02:08 T:2968829952 M: 9416704 ERROR: SQLite: The database file is locked
Query: select * from media_folders where strPath='/Users/ianbart/Music/iTunes/iTunes Music/Tindersticks/Trouble Every Day/'
01:02:10 T:2965102592 M: 8708096 ERROR: SQLite: The database file is locked
Query: insert into director_to_video (idDirector, idVideo) values (4, 104)
01:02:12 T:2965102592 M: 9773056 ERROR: SQLite: The database file is locked
Query: insert into director_to_video (idDirector, idVideo) values (4, 104)
01:02:13 T:2965102592 M: 9560064 ERROR: SQLite: The database file is locked
Query: insert into director_to_video (idDirector, idVideo) values (4, 104)
01:02:29 T:2966700032 M: 12812288 SEVERE: realloc 574619652 bytes failed, crash imminent

and the newer one, after killing the search on the two directories, looks like this:


04:33:32 T:2969362432 M: 12705792 INFO: ERASE, Media folder located on private share, path = /Users/ianbart/Music/iTunes/iTunes Music/American Nightmare/The Sun Isn't Getting Any Brighter EP/ (filescanner)
04:33:39 T:2969362432 M: 12722176 INFO: ERASE, Media folder located on private share, path = /Users/ianbart/Music/iTunes/iTunes Music/American Nightmare/Background Music/ (filescanner)
04:33:47 T:2969362432 M: 12824576 INFO: ERASE, Media folder located on private share, path = /Users/ianbart/Music/iTunes/iTunes Music/American Nightmare/American Nightmare/ (filescanner)
04:33:49 T:2968829952 M: 12427264 ERROR: SQLite: The database file is locked
Query: update media_folders set strStatus='pending', iDateStatus=1246880027 where (strStatus=='new' OR strStatus=='aborted' OR (strStatus=='unresolved' AND iNeedsRescan > 0)) AND strType=='videoFolder'
04:33:51 T:2968829952 M: 11608064 ERROR: SQLite: The database file is locked
Query: update media_folders set strStatus='pending', iDateStatus=1246880030 where (strStatus=='new' OR strStatus=='aborted' OR (strStatus=='unresolved' AND iNeedsRescan > 0)) AND strType=='musicFolder'
...
04:36:21 T:2969362432 M:199966720 INFO: ERASE, Media folder located on private share, path = /Users/ianbart/Music/iTunes/iTunes Music/120 Days/120 Days/ (filescanner)
04:36:21 T:2969362432 M:199671808 INFO: ERASE, Media folder located on private share, path = /Users/ianbart/Music/iTunes/iTunes Music/(Emo-Thug2) Spektrum_Tiefschwarz Vs. Unk/www.nanachill.com/ (filescanner)
04:36:21 T:2969362432 M:198586368 INFO: ERASE, Media folder located on private share, path = /Users/ianbart/Music/iTunes/iTunes Music/(Emo-Thug) Bonecrusher,Busta Vs. Jockey Slut/www.nanachill.com/ (filescanner)
04:36:21 T:2969362432 M:198504448 INFO: ERASE, Media folder located on private share, path = /Users/ianbart/Music/iTunes/iTunes Music/!!! Chk Chik Chick/!!!/ (filescanner)
04:36:21 T:2969362432 M:198160384 INFO: ERASE, Media folder located on private share, path = /Users/ianbart/Music/iTunes/iTunes Music/!!!/Louden Up Now [Bonus Track]/ (filescanner)
05:02:43 T:2967232512 M: 11476992 SEVERE: realloc 576716804 bytes failed, crash imminent
06:44:29 T:2967232512 M: 10108928 SEVERE: realloc 576716804 bytes failed, crash imminent
08:23:25 T:2967232512 M: 12259328 SEVERE: realloc 576716804 bytes failed, crash imminent
08:32:58 T:2691524384 M: 13631488 INFO: Loading skin file: boxee_video_context.xml
08:33:17 T:2963050496 M: 12881920 WARNING: CCoreAudioPerformance: Outgoing bitrate is lagging. Target: 192000, Actual: 125572. deltaTime was 1010
08:33:18 T:2963050496 M: 13709312 WARNING: CCoreAudioPerformance: Outgoing bitrate is lagging. Target: 192000, Actual: 31968. deltaTime was 1009
08:33:19 T:2963050496 M: 14352384 WARNING: CCoreAudioPerformance: Outgoing bitrate is lagging. Target: 192000, Actual: 82367. deltaTime was 1007
08:33:20 T:2963050496 M: 15020032 WARNING: CCoreAudioPerformance: Outgoing bitrate is lagging. Target: 192000, Actual: 43439. deltaTime was 1006


Thanks again!

DPK
July 7th, 2009, 01:03 AM
ian, have you tried upgrading to 0.9.13 yet? It was released yesterday after marcel posted a response to you. Let us know if anything improves. :)

ian.jpg
July 7th, 2009, 01:07 AM
I will do that right now, and let you know! </fingers crossed>

ian.jpg
July 7th, 2009, 02:13 AM
Nope. Same problem. Still unusable.

marcel
July 7th, 2009, 02:21 AM
please check that you do not have old or unavailable sources connected ...

majorboredum
July 7th, 2009, 08:23 PM
im having the same problems. same version. I upgraded as well today.

how do you check for old connected sources?

ian.jpg
July 8th, 2009, 03:46 AM
I've deleted my UserData a couple times, and had to manually add devices, so I don't know that that is the problem

ian.jpg
July 11th, 2009, 01:14 PM
Things seem to be working now. Don't know what changed, because the last time I ran it, it crashed. But I gave it one last try, and it seems to be working now. Not gonna question it, just stoked that it's working.