Kodi Community Forum

Full Version: XBMC Frodo Crashes on Startup on Ubuntu 12.10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to start XBMC Frodo, running on Ubuntu 12.10 - it crashes with a segmentation fault. I can run it from the command line with 'sudo xbmc' or from the gui with gksudo xbmc - but do not want to have to do that. Here is the crash log:

############## XBMC CRASH LOG ###############

################ SYSTEM INFO ################
Date: Thu Jan 31 23:07:29 EST 2013
XBMC Options:
Arch: i686
Kernel: Linux 3.5.0-22-generic #34-Ubuntu SMP Tue Jan 8 21:41:11 UTC 2013
Release:
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal
############## END SYSTEM INFO ##############

############### STACK TRACE #################
=====> Core file: /home/gregg/core (2013-01-31 23:07:29.372453961 -0500)
=========================================
[New LWP 22560]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/xbmc/xbmc.bin'.
Program terminated with signal 11, Segmentation fault.
#0 0x00000000 in ?? ()

Thread 1 (Thread 0xb51db700 (LWP 22560)):
#0 0x00000000 in ?? ()
#1 0xb77c7cf2 in connect () from /lib/i386-linux-gnu/liblsp.so
#2 0xb77b5b0f in ?? () from /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so
#3 0xb77b644e in ?? () from /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so
#4 0xb58826ef in ?? () from /usr/lib/i386-linux-gnu/libp11-kit.so.0
#5 0xb5883078 in ?? () from /usr/lib/i386-linux-gnu/libp11-kit.so.0
#6 0xb58839b9 in p11_kit_initialize_registered () from /usr/lib/i386-linux-gnu/libp11-kit.so.0
#7 0xb5ae93eb in gnutls_pkcs11_init () from /usr/lib/i386-linux-gnu/libgnutls.so.26
#8 0xb5acfd4a in gnutls_global_init () from /usr/lib/i386-linux-gnu/libgnutls.so.26
#9 0xb714a784 in MHD_init () from /usr/lib/i386-linux-gnu/libmicrohttpd.so.10
#10 0xb77dde9b in ?? () from /lib/ld-linux.so.2
#11 0xb77ddf84 in ?? () from /lib/ld-linux.so.2
#12 0xb77d020f in ?? () from /lib/ld-linux.so.2
############# END STACK TRACE ###############

################# LOG FILE ##################

Logfile not found in the usual place.
Please attach it seperately.
Use pastebin.com or similar for forums or IRC.

############### END LOG FILE ################

############ END XBMC CRASH LOG #############
I was crashing no matter how I started it. I ened up marking ONLY xbmc for complete removal then applying the mark xbmc-bin for install and apply then mark xbmc for install and apply. I got all my addons and settings back this way.
BTW I got spanked for not using pastebin.com for crash logs. FYI
just found out my method of fixing frodo reverted me back to eden
When I try to start XBMC Frodo, running on Ubuntu 12.10 - it crashes with a segmentation fault. I can run it from the command line with 'sudo xbmc' or from the gui with gksudo xbmc - but do not want to have to do that. Here is the crash log:

(MOD edit: Duplicate of crash log from above removed.)
Threads merged. Please don't double-post and please don't paste logs directly in your posts. See Forum_rules (wiki).

If you wish to refocus attention on a question/problem you posed in a thread that hasn't received responses, you can "bump" it after 24 hours rather than starting another thread on the same subject.
I confirm this is also happening to me, not always.
(2013-03-31, 12:02)john.doe Wrote: [ -> ]I confirm this is also happening to me, not always.

I managed to fix my issue. Turns out if I started xbmc with my hdmi tv off, it crashed. Looking for a fix, found out that it was caused because xbmc couldn't read the edid. My hardware is an i3 with intel graphics.

So I did:
sudo apt-get install read-edid
sudo get-edid | parse-edid

and added the result of that command (the section Monitor) to my xorg.conf at /etc/X11/xorg.conf. Rebooted and now no crashes when the tv is off.

Hope this helps others.