Kodi Community Forum

Full Version: XBMC Random Crashes XBMCbuntu 12.2 and 12.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Have had this issue for quite some time, but have yet to bother reporting it.
Has so far happened on both my two ASRock ION devices (different models) at various stages. Always during video playback, but I use them for little else.
Was happening on 12.2 for a few months, and when 12.3 came out I immediately upgrade thinking it might help. Unfortunately it hasn't and if anything probably happens more since the upgrade.

Have uploaded two crashlogs to my webserver located here:
http://www.jemson.org/files/xbmc_crashlo...214415.log
http://www.jemson.org/files/xbmc_crashlo...200422.log

(Logs contained too many characters to upload as posts).

If any more are required please let me know.
I can also attempt a debug log if it will be helpful but as it is impossible to predict when the crash will occur it could be running for a couple days before capturing an event.
Crashes in MySQL.
Remove the advancedsettings.xml and test, clearly it cant talk to the mysql server, and aside

Code:
16:00:23 T:2731535168   ERROR: Unable to open database: MyVideos75 [2003](Can't connect to MySQL server on '192.168.137.25' (101))
16:00:23 T:2731535168  NOTICE: script.grab.fanart: found 0 movies files
16:00:23 T:2731535168   ERROR: Unable to open database: MyVideos75 [2003](Can't connect to MySQL server on '192.168.137.25' (101))
16:00:23 T:2731535168  NOTICE: script.grab.fanart: found 0 tv files
16:00:23 T:2731535168   ERROR: Unable to open database: MyMusic32 [2003](Can't connect to MySQL server on '192.168.137.25' (101))
16:00:23 T:2731535168  NOTICE: script.grab.fanart: found 0 music files
16:00:23 T:2739927872  NOTICE: script.grab.fanart: media type is: random
16:00:23 T:2739927872   ERROR: Unable to open database: MyVideos75 [2003](Can't connect to MySQL server on '192.168.137.25' (101))
16:00:23 T:2739927872  NOTICE: script.grab.fanart: found 0 movies files
16:00:23 T:2739927872   ERROR: Unable to open database: MyVideos75 [2003](Can't connect to MySQL server on '192.168.137.25' (101))
16:00:23 T:2739927872  NOTICE: script.grab.fanart: found 0 tv files
16:00:23 T:2739927872   ERROR: Unable to open database: MyMusic32 [2003](Can't connect to MySQL server on '192.168.137.25' (101))

also disable vaapi acceleration in xbmc settings your IONS are vdpau accel only.
Thanks for the feedback.
Seems very strange as the SQL works fine as far as the library goes. Is syncing correctly across all boxes etc.
Would you expect an SQL issue to crash XBMC completely during video playback though? I would have thought it wouldn't crash in playback but would just present issues in updating the library etc. If this is the cause it is possibly an issue at the MySQL server end that I can look at.

I will also check the vaapi setting as well which could be on the money IMO as it is only crashing during playback.
(2014-01-05, 19:12)uNiversal Wrote: [ -> ]also disable vaapi acceleration in xbmc settings your IONS are vdpau accel only.

I can't seem to find where/how to disable this. Are you able to instruct me on where I can do so?
Thanks

EDIT:
Nevermind! Found it. (Just assumed it would have been under system.)