Kodi Community Forum

Full Version: SVN crashes on Lucid whilst starting a video
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Sometimes when starting a video on the latest SVN on Ubuntu it just crashes. See the log here.

I do not have Pulseaudio installed but maybe I should? Anyone have a clue?

The errorlog gives a few other errors, but I don't know wether they are related or not.

Code:
cat xbmc.log | grep ERROR

13:38:03 T:140233938913344 M:1223602176   ERROR: GLX: Same window as before, refreshing context
13:38:05 T:140233938913344 M:1204371456   ERROR: CZeroconfAvahi::addService(): failed to add service named:XBMC JSONRPC@$(HOSTNAME) type:_xbmc-jsonrpc._tcp port:1234. Error:Invalid Error Code :/ FIXME!
13:38:16 T:140233214330640 M:1083645952   ERROR: PulseAudio: Waited for the Context but it failed
13:38:16 T:140233214330640 M:1083645952   ERROR: PulseAudio: Failed to create context
13:38:17 T:140233224820496 M:1117364224   ERROR: VDPAU Device Preempted - attempting recovery
13:38:17 T:140233938913344 M:1116856320   ERROR: GLX: Same window as before, refreshing context
Turn on debug logging, install gdb and post the generated crashlog.
Did that, took some time to reproduce but here it is:

http://pastebin.com/1FvvD5ZC
You'r still missing crashlog.
Please forgive me. Here it is.

http://pastebin.com/rL1BSyM5
You still don't have gdb installed. You need that to get backtrace.

Also, the crashlog you pasted wasn't from when you had debug enabled.
tslayer Wrote:You still don't have gdb installed. You need that to get backtrace.

Code:
xbmc@darthvader:~$ sudo apt-get install gdb
[sudo] password for xbmc:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
gdb is already the newest version.
The following packages were automatically installed and are no longer required:
  launchpad-integration liblaunchpad-integration1
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
xbmc@darthvader:~$

I think I did that last week.

Quote:Also, the crashlog you pasted wasn't from when you had debug enabled.

That's strange. Will post another one tonight.