Linux Segmentation Fault Kodi will not start. [SOLVED]
#1
Hello, I am having a problem with Kodi not launching after upgrading ubuntu on my laptop from 15.04 to 15.10. Here are all my specs:
Debug log: http://pastebin.com/tT4E4rPc
Ubuntu 15.10 x64
AMD A6-4400M APU with Radeon™ HD Graphic
Linux 4.2.0
Kodi (15.0-BETA1 Git:2015-04-07-6a603b1)
Kodi will not start at all. It just simply says Segmentation fault. It was installed from the Ubuntu PPA. Any help would be appreciated.
Reply
#2
Kodi (15.0-BETA1 Git:2015-04-07-6a603b1) is already outdated, you want 15.2 from team xbmc ppa.seeHOW-TO:Install_Kodi_for_Linux (wiki)
Reply
#3
I just added the kodi stable ppa and upgraded kodi. However the error still occurs and the kodi log file still reads Starting Kodi (15.0-BETA1 Git:2015-04-07-6a603b1). Platform: Linux x86 64-bit
Reply
#4
this file is corrupt: /home/me/.kodi/userdata/profiles.xml
delete it and kodi should start.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#5
(2015-11-15, 21:15)ronie Wrote: this file is corrupt: /home/me/.kodi/userdata/profiles.xml
delete it and kodi should start.

Unfortunately that file does not exist. I deleted the whole .kodi folder and it comes up with this log.
Code:
############## Kodi CRASH LOG ###############

################ SYSTEM INFO ################
Date: Sun Nov 15 14:25:58 EST 2015
Kodi Options:
Arch: x86_64
Kernel: Linux 4.2.0-18-generic #22-Ubuntu SMP Fri Nov 6 18:25:50 UTC 2015
Release: Ubuntu 15.10 (Wily Werewolf)
############## END SYSTEM INFO ##############

############### STACK TRACE #################
=====>  Core file: /home/me/core (2015-11-15 14:25:58.651748267 -0500)
        =========================================
[New LWP 10137]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/local/lib/kodi/kodi.bin'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  CLangInfo::GetGuiCharSet (this=0x352e5c0) at LangInfo.cpp:575
575       if (charsetSetting->IsDefault())

Thread 1 (Thread 0x7f91f69f8840 (LWP 10137)):
#0  CLangInfo::GetGuiCharSet (this=0x352e5c0) at LangInfo.cpp:575
#1  0x00000000010ea505 in CXBMCTinyXML::Parse (this=this@entry=0x7ffff6885820, data=" \n", encoding=encoding@entry=TIXML_ENCODING_UNKNOWN) at XBMCTinyXML.cpp:181
#2  0x00000000010eb5f2 in CXBMCTinyXML::Parse (this=this@entry=0x7ffff6885820, data=" \n", dataCharset="") at XBMCTinyXML.cpp:139
#3  0x00000000010eb741 in CXBMCTinyXML::LoadFile (this=this@entry=0x7ffff6885820, _filename="special://masterprofile/profiles.xml", encoding=encoding@entry=TIXML_ENCODING_UNKNOWN) at XBMCTinyXML.cpp:86
#4  0x0000000000ce4475 in CProfilesManager::Load (this=this@entry=0x2534e80 <CProfilesManager::Get()::sProfilesManager>, file="special://masterprofile/profiles.xml") at ProfilesManager.cpp:127
#5  0x0000000000ce4a4d in CProfilesManager::Load (this=0x2534e80 <CProfilesManager::Get()::sProfilesManager>) at ProfilesManager.cpp:113
#6  0x0000000000dfae3a in CApplication::Create (this=0x352eed0) at Application.cpp:514
#7  0x0000000000eafb61 in XBMC_Run (renderGUI=<optimized out>) at xbmc.cpp:49
#8  0x000000000075e968 in main (argc=1, argv=0x7ffff6886038) at main.cpp:77
############# END STACK TRACE ###############

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

14:25:58 T:140264884635712   DEBUG: CSettingsManager: requested setting (locale.charset) was not found.


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

############ END Kodi CRASH LOG #############
Reply
#6
according to the crashlog the file does exist and logfiles usually don't lie ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#7
I start to think that your hdd has errors.

Post dmesg | pastebinit also then we see if the kodi package is fucked up. If this is a ppa installation: sudo apt-get install kodi kodi-bin --reinstall
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#8
(2015-11-15, 21:50)ronie Wrote: according to the crashlog the file does exist and logfiles usually don't lie ;-)

After deleting .kodi and trying to start kodi it generated the file again. However, it still crashes and I deleted just the profiles.xml and it crashed again.

(2015-11-15, 21:51)fritsch Wrote: I start to think that your hdd has errors.

Post dmesg | pastebinit also then we see if the kodi package is fucked up. If this is a ppa installation: sudo apt-get install kodi kodi-bin --reinstall

Thank you both.
Reply
#9
Hello,
My mistake. I fixed the error. I had some files lingering around from a previous source built install. After removing the files the ppa install loaded. Thank you again
Reply

Logout Mark Read Team Forum Stats Members Help
Segmentation Fault Kodi will not start. [SOLVED]0