• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 12
Solved XBMC crashing on startup caused by github repos
#46
uomiarz: I am running the AMD Radeon OSS with vdpau version of Ubuntu, found in this thread, http://forum.xbmc.org/showthread.php?tid=174854. So I don't believe its an Nvidia issue on my end.
Reply
#47
I believe I am having the same issue with my Ubuntu 13.10 install of Frodo and also Gotham.

Nothing has changed since yesterday, yet XBMC refuses to stay open without crashing after the splash screen.
Pretty much I get the notification that my CEC-Adapter is active then WHAM, down.
That was with 12, and same happened with 13.

I backed everything up and tried a clean install, which was perfectly fine until I tried installing Repo's from ZIP files.
It occurred with every repo I tried. It would always crash until I removed the repo manually, after which XBMC was alright.
Reply
#48
The pattern appears to be:

1. It only happens on Linux.
2. It only happens with ssl based repositories, right (github in particular?)
3. The crash happens inside gnutls.
4. Happens in Frodo and Gotham (so not something new).

A list of repositories that work and those that don't would be useful (link to the .zip files to allow others to easily install and test please).
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#49
The one I've been trying is the repo file for Scudlee.
https://github.com/downloads/ScudLee/scu...-1.0.0.zip
The contents of the repo is integral to my XBMC experience, so I'm glad to say that the disconnect from network solution does the trick on my end.

This entire situation is a very strange hiccup to have occurred. I'm extremely curious as to what is causing this to happen.
Reply
#50
1st time poster but have been a long time XBMC user.

Noticed last night after 7 pm EST the crashing.
did a search from the crashlogs I got.
BTW running :
XBMC Options:
Arch: x86_64
Kernel: Linux 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013
Release:
Distributor ID: LinuxMint
Description: Linux Mint 16 Petra
Release: 16
Codename: petra

it's not a video problem
This is the error message I have.
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/xbmc/xbmc.bin'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f2cf1874b99 in gnutls_x509_crt_import () from /usr/lib/x86_64-linux-gnu/libgnutls.so.26

Saw this: ERROR: CWinSystemX11::XErrorHandler: BadValue (integer parameter out of range for operation), type:0, serial:55, error_code:2, request_code:157 minor_code:74
So I updated the python code.
XBMC was able to stay up for 1 more movie (2 hrs) but when completed xbmc shut down again

Did not remove any repositories and followed the instruction of fellow posters and started XBMC with internet disconnected.
Then let it stay up.
Restarted with internet enabled again.
Seems to be stable for the moment.

Why would updating python libraries last night make it stable for 2 hours and then just revert?

One other observation. Slideshow pictures. It seemed to go wonky just before. XBMC background still there but pictures sliding across the xbmc background. Did this before the crashes. Now seems okay.
BTW using ATI card so I do not think it has anything to do with video. (as some nvidia posters suggested)

Just putting my 2 cents in to help everybody diagnose the issue.
Disconnecting internet. Starting xbmc. giving it a minute. Shut down XBMC. Re-enabling Internet and restarting XBMC seems to have done the trick without removing repositories.
BTW cleaning out the cache doesn't help.

hope this helps.
Reply
#51
My repo doesnt crash windows or android nightly builds.
https://github.com/teeedubb/teeedubb-xbm...-1.0.0.zip

Another repo which was crashing xbmc
https://github.com/bossanova808/reposito...-0.1.7.zip
Reply
#52
I remember github stopped supporting direct links to folders some months ago. Instead of listing the files in the folder it would forward to the github page. Hence I had to move my repo to google code.

But since yesterday it seems rather than a redirect, they respond with a 400: Bad Request . That would be my guess as to why it is crashing as XBMC is maybe not handling that correctly.

The following datadir from teedubb repo gives a 400, as do all the other github repo I have tried so far.

<datadir zip="true">https://github.com/teeedubb/teeedubb-xbmc-repo/raw/master</datadir>
Reply
#53
Ever since last night, every time I try to run XBMC 12.3 on my Linux machine, after it loads the main menu, it crashes. I've tried it numerous times and every time it crashes.

Now, using some deducing, here is what I found:

1. I can delete my ~/.xbmc folder and copy back a saved copy of one I did earlier that day, which worked just fine, only to find the same crashing problem still occurs. Since my saved copy worked just fine for hours prior to the beginning of this crashing period, it has to be an external issue.

2. Upon testing out whether it is a particular addon/repo of mine that is the cause, I tried running XBMC without my custom ~/.xbmc folder. Essentially, I ran XBMC with a fresh install. As thought, it does not crash. Thus, it must be an addon/repo issue.

3. Thinking it was an addon/repo issue, I started to install repos one-by-one, to see if it would crash. To my surprise, only repositories which use github cause XBMC to crash, and crash over and over. Other repos I have tried that do not use github work.

...A quick solution would be to remove all the github repos, which seems to fix the problem.

Anyway, my question is whether or not anyone else is having this issue with github repos causing crashes. I don't get why this is happening, and only with repos that use github. It is funny how I can install from zip a repo that is not a github one, and it installs fine and doesn't crash XBMC, but the second I try to install a github one, XBMC crashes, and from then on, it crashes over and over upon startup.

Does anyone know if github is down and/or there is another possible culprit here? It seems to me that it is just a github server issue, since it happens only to github repos, and only had started last night. What is surprising for me is github repos are very big repos for most XBMC users, so it is shocking if I am the only one posting this problem.

Finally, if curious, here is the crash log of one of my attempts to run XBMC. This is a fresh install of XBMC, without a custom ~/.xbmc folder, and attempting to install my very first addon, one from github.

Code:
############## XBMC CRASH LOG ###############

################ SYSTEM INFO ################
Date: Thu Mar 20 15:16:55 MDT 2014
XBMC Options:
Arch: i686
Kernel: Linux 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:12:00 UTC 2013
Release:
    Distributor ID:    LinuxMint
    Description:    Linux Mint 16 Petra
    Release:    16
    Codename:    petra
############## END SYSTEM INFO ##############

############### STACK TRACE #################
=====>  Core file: /home/me/core (2014-03-20 15:16:54.904198071 -0600)
        =========================================
[New LWP 6929]
[New LWP 6936]
[New LWP 6949]
[New LWP 6958]
[New LWP 6904]
[New LWP 6921]
[New LWP 6924]
[New LWP 6925]
[New LWP 6926]
[New LWP 6927]
[New LWP 6928]
[New LWP 6920]
[New LWP 6919]
[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  0xb59edae2 in gnutls_x509_crt_import () from /usr/lib/i386-linux-gnu/libgnutls.so.26

Thread 13 (Thread 0xb4e3cb40 (LWP 6919)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb5d40a0b in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xb619af47 in ?? () from /usr/lib/i386-linux-gnu/libasound.so.2
#3  0xb619b11e in snd_pcm_wait () from /usr/lib/i386-linux-gnu/libasound.so.2
#4  0x0875f360 in CAESinkALSA::AddPackets(unsigned char*, unsigned int, bool) ()
#5  0x08754757 in CSoftAE::RunOutputStage(bool) ()
#6  0x08759696 in CSoftAE::Run() ()
#7  0x08dbf1c8 in CThread::Process() ()
#8  0x08dbff65 in CThread::Action() ()
#9  0x08dc05fd in CThread::staticThread(void*) ()
#10 0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#11 0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 12 (Thread 0xb445bb40 (LWP 6920)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb6bf4c33 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x08a966e8 in PERIPHERALS::CPeripheralBus::Process() ()
#3  0x08dbff65 in CThread::Action() ()
#4  0x08dc05fd in CThread::staticThread(void*) ()
#5  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#6  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 11 (Thread 0xa904cb40 (LWP 6928)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb5d40a0b in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xb7179819 in ?? () from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#3  0xb717928c in avahi_simple_poll_run () from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#4  0xb71794e8 in avahi_simple_poll_iterate () from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#5  0xb7179790 in avahi_simple_poll_loop () from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#6  0xb7179884 in ?? () from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#7  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#8  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 10 (Thread 0xa984db40 (LWP 6927)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb5d47f41 in select () from /lib/i386-linux-gnu/libc.so.6
#2  0x082e333b in JSONRPC::CTCPServer::Process() ()
#3  0x08dbff65 in CThread::Action() ()
#4  0x08dc05fd in CThread::staticThread(void*) ()
#5  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#6  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 9 (Thread 0xaa04eb40 (LWP 6926)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb5d47f41 in select () from /lib/i386-linux-gnu/libc.so.6
#2  0x082e0a81 in SOCKETS::CSocketListener::Listen(int) ()
#3  0x082d6b80 in EVENTSERVER::CEventServer::Run() ()
#4  0x082d7120 in EVENTSERVER::CEventServer::Process() ()
#5  0x08dbff65 in CThread::Action() ()
#6  0x08dc05fd in CThread::staticThread(void*) ()
#7  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#8  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 8 (Thread 0xaa84fb40 (LWP 6925)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb6bf4c33 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x0836d6b6 in CJobManager::GetNextJob(CJobWorker const*) ()
#3  0x0836dc5b in CJobWorker::Process() ()
#4  0x08dbff65 in CThread::Action() ()
#5  0x08dc05fd in CThread::staticThread(void*) ()
#6  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#7  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 7 (Thread 0xb463ab40 (LWP 6924)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb6bf4c33 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x08dc04b1 in CThread::Sleep(unsigned int) ()
#3  0x08b58cff in MEDIA_DETECT::CDetectDVDMedia::Process() ()
#4  0x08dbff65 in CThread::Action() ()
#5  0x08dc05fd in CThread::staticThread(void*) ()
#6  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#7  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 6 (Thread 0xb3affb40 (LWP 6921)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb5d40a0b in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0x08a995e8 in PERIPHERALS::CPeripheralBusUSB::WaitForUpdate() ()
#3  0x08a996c0 in PERIPHERALS::CPeripheralBusUSB::Process() ()
#4  0x08dbff65 in CThread::Action() ()
#5  0x08dc05fd in CThread::staticThread(void*) ()
#6  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#7  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 5 (Thread 0xb509a700 (LWP 6904)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb5d18766 in nanosleep () from /lib/i386-linux-gnu/libc.so.6
#2  0xb5d4899d in usleep () from /lib/i386-linux-gnu/libc.so.6
#3  0x082c57d5 in Sleep(unsigned int) ()
#4  0x08b9decd in CApplication::Render() ()
#5  0x08c4a668 in CXBApplicationEx::Run() ()
#6  0x08c52f37 in XBMC_Run ()
#7  0x082acc36 in main ()

Thread 4 (Thread 0xa7049b40 (LWP 6958)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb6bf4c33 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x0836d6b6 in CJobManager::GetNextJob(CJobWorker const*) ()
#3  0x0836dc5b in CJobWorker::Process() ()
#4  0x08dbff65 in CThread::Action() ()
#5  0x08dc05fd in CThread::staticThread(void*) ()
#6  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#7  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 3 (Thread 0xa5748b40 (LWP 6949)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb6bf4c33 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x0836d6b6 in CJobManager::GetNextJob(CJobWorker const*) ()
#3  0x0836dc5b in CJobWorker::Process() ()
#4  0x08dbff65 in CThread::Action() ()
#5  0x08dc05fd in CThread::staticThread(void*) ()
#6  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#7  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 2 (Thread 0xb1071b40 (LWP 6936)):
#0  0xb77d9424 in __kernel_vsyscall ()
#1  0xb5d40a0b in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xb58d4bbd in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
#3  0xb58c34fe in pa_mainloop_poll () from /usr/lib/i386-linux-gnu/libpulse.so.0
#4  0xb58c3d2d in pa_mainloop_iterate () from /usr/lib/i386-linux-gnu/libpulse.so.0
#5  0xb58c3e04 in pa_mainloop_run () from /usr/lib/i386-linux-gnu/libpulse.so.0
#6  0xb58d4b5c in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
#7  0xb570e4bd in ?? () from /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-4.0.so
#8  0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#9  0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 1 (Thread 0xa884bb40 (LWP 6929)):
#0  0xb59edae2 in gnutls_x509_crt_import () from /usr/lib/i386-linux-gnu/libgnutls.so.26
#1  0xb17487fa in ?? () from /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4
#2  0xb17494f9 in ?? () from /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4
#3  0xb174a088 in ?? () from /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4
#4  0xb1720ccc in ?? () from /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4
#5  0xb1733208 in ?? () from /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4
#6  0xb1743852 in ?? () from /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4
#7  0xb17444d0 in curl_multi_perform () from /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4
#8  0x08866bc9 in XCURL::DllLibCurl::multi_perform(void*, int*) ()
#9  0x0884e226 in XFILE::CCurlFile::CReadState::FillBuffer(unsigned int) ()
#10 0x0884e96e in XFILE::CCurlFile::CReadState::Connect(unsigned int) ()
#11 0x088526e1 in XFILE::CCurlFile::Open(CURL const&) ()
#12 0x088694fe in XFILE::CFile::Open(CStdStr<char> const&, unsigned int) ()
#13 0x0886cf6e in XFILE::CFileCache::Open(CURL const&) ()
#14 0x088694ac in XFILE::CFile::Open(CStdStr<char> const&, unsigned int) ()
#15 0x08720cab in ADDON::CRepository::FetchChecksum(CStdStr<char> const&) ()
#16 0x08721506 in ADDON::CRepository::Checksum() ()
#17 0x087236e4 in ADDON::CRepositoryUpdateJob::GrabAddons(boost::shared_ptr<ADDON::CRepository>&) ()
#18 0x08723e8f in ADDON::CRepositoryUpdateJob::DoWork() ()
#19 0x0836dc30 in CJobWorker::Process() ()
#20 0x08dbff65 in CThread::Action() ()
#21 0x08dc05fd in CThread::staticThread(void*) ()
#22 0xb6bf0d78 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#23 0xb5d5001e in clone () from /lib/i386-linux-gnu/libc.so.6
############# END STACK TRACE ###############

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

15:16:06 T:3037308672  NOTICE: -----------------------------------------------------------------------
15:16:06 T:3037308672  NOTICE: Starting XBMC (12.3 Git:9ed3e58), Platform: Linux (Linux Mint 16 Petra, 3.11.0-12-generic i686). Built on Dec 13 2013
15:16:06 T:3037308672  NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
15:16:06 T:3037308672  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/xbmc
15:16:06 T:3037308672  NOTICE: special://masterprofile/ is mapped to: /home/me/.xbmc/userdata
15:16:06 T:3037308672  NOTICE: special://home/ is mapped to: /home/me/.xbmc
15:16:06 T:3037308672  NOTICE: special://temp/ is mapped to: /home/me/.xbmc/temp
15:16:06 T:3037308672  NOTICE: The executable running is: /usr/lib/xbmc/xbmc.bin
15:16:06 T:3037308672  NOTICE: Local hostname: ubuntu
15:16:06 T:3037308672  NOTICE: Log File is located: /home/me/.xbmc/temp/xbmc.log
15:16:06 T:3037308672  NOTICE: -----------------------------------------------------------------------
15:16:07 T:3037308672   ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
15:16:07 T:3037308672  NOTICE: Found 1 Lists of Devices
15:16:07 T:3037308672  NOTICE: Enumerated ALSA devices:
15:16:07 T:3037308672  NOTICE:     Device 1
15:16:07 T:3037308672  NOTICE:         m_deviceName      : default
15:16:07 T:3037308672  NOTICE:         m_displayName     : Playback/recording through the PulseAudio sound server
15:16:07 T:3037308672  NOTICE:         m_displayNameExtra:
15:16:07 T:3037308672  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
15:16:07 T:3037308672  NOTICE:         m_channels        : FL,FR,BL,BR,FC,LFE,SL,SR,UNKNOWN1,UNKNOWN2,UNKNOWN3,UNKNOWN4,UNKNOWN5,UNKNOWN6,UNKNOWN7,UNKNOWN8
15:16:07 T:3037308672  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
15:16:07 T:3037308672  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8
15:16:07 T:3037308672  NOTICE:     Device 2
15:16:07 T:3037308672  NOTICE:         m_deviceName      : @:CARD=Intel,DEV=0
15:16:07 T:3037308672  NOTICE:         m_displayName     : HDA Intel
15:16:07 T:3037308672  NOTICE:         m_displayNameExtra: STAC9200 Analog
15:16:07 T:3037308672  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
15:16:07 T:3037308672  NOTICE:         m_channels        : FL,FR
15:16:07 T:3037308672  NOTICE:         m_sampleRates     : 44100,48000,88200,96000,176400,192000
15:16:07 T:3037308672  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
15:16:07 T:3037308672  NOTICE: load settings...
15:16:07 T:3037308672  NOTICE: special://profile/ is mapped to: special://masterprofile/
15:16:07 T:3037308672  NOTICE: loading special://masterprofile/guisettings.xml
15:16:07 T:3037308672   ERROR: special://masterprofile/guisettings.xml, Line 0
                                            Failed to open file
15:16:07 T:3037308672   ERROR: Unable to load special://masterprofile/guisettings.xml, creating new special://masterprofile/guisettings.xml with default values
15:16:07 T:3037308672   ERROR: DeleteFile - cant delete file </home/me/.xbmc/userdata/guisettings.xml>. trying lower case </home/me/.xbmc/userdata/guisettings.xml>
15:16:07 T:3037308672  NOTICE: Getting hardware information now...
15:16:07 T:3037308672  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
15:16:07 T:3037308672  NOTICE: Loaded playercorefactory configuration
15:16:07 T:3037308672  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
15:16:07 T:3037308672  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
15:16:07 T:3037308672  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
15:16:07 T:3037308672  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
15:16:07 T:3037308672  NOTICE: Default DVD Player: dvdplayer
15:16:07 T:3037308672  NOTICE: Default Video Player: dvdplayer
15:16:07 T:3037308672  NOTICE: Default Audio Player: paplayer
15:16:07 T:3037308672  NOTICE: Disabled debug logging due to GUI setting. Level 0.
15:16:07 T:3037308672  NOTICE: Log level changed to 0
15:16:07 T:3037308672  NOTICE: Loading media sources from special://masterprofile/sources.xml
15:16:07 T:3034827584  NOTICE: Thread CSoftAE start, auto delete: false
15:16:10 T:3024468800  NOTICE: Thread XBMC Peripherals start, auto delete: false
15:16:10 T:3037308672  NOTICE: Previous line repeats 1 times.
15:16:10 T:3037308672  NOTICE: Setup SDL
15:16:10 T:3037308672  NOTICE: Checking resolution 16
15:16:10 T:3037308672  NOTICE: Using visual 0x21
15:16:10 T:3037308672  NOTICE: GL_VENDOR = Intel Open Source Technology Center
15:16:10 T:3037308672  NOTICE: GL_RENDERER = Mesa DRI Intel(R) 965GM x86/MMX/SSE2
15:16:10 T:3037308672  NOTICE: GL_VERSION = 2.1 Mesa 9.2.1
15:16:10 T:3037308672  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
15:16:10 T:3037308672  NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_envmap_bumpmap GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_MESA_texture_array GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_separate_shader_objects GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_ARB_ES2_compatibility GL_ARB_debug_output GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_texture_rgb10_a2ui GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_shader_bit_encoding GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_internalformat_query GL_ARB_texture_storage GL_ARB_invalidate_subdata
15:16:10 T:3037308672   ERROR: GLX: Same window as before, refreshing context
15:16:10 T:3037308672  NOTICE: Running database version Addons15
15:16:15 T:3037308672   ERROR: PVR - CreateTables - failed to get add-ons from the add-on manager
15:16:15 T:3037308672  NOTICE: start dvd mediatype detection
15:16:15 T:3037308672  NOTICE: initializing playlistplayer
15:16:15 T:3037308672  NOTICE: DONE initializing playlistplayer
15:16:15 T:3026430784  NOTICE: Thread CDetectDVDMedia start, auto delete: false
15:16:15 T:3037308672  NOTICE: initialize done
15:16:15 T:3037308672  NOTICE: Running the application...
15:16:16 T:2860841792  NOTICE: Thread Jobworker start, auto delete: true
15:16:16 T:3037308672  NOTICE: ES: Starting event server
15:16:16 T:2852449088  NOTICE: Thread CEventServer start, auto delete: false
15:16:16 T:2852449088  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
15:16:16 T:2852449088  NOTICE: UDP: Listening on port 9777
15:16:16 T:2844056384  NOTICE: Thread CTCPServer start, auto delete: false
15:16:16 T:3037308672  NOTICE: starting zeroconf publishing
15:16:16 T:2827270976  NOTICE: Thread Jobworker start, auto delete: true
15:16:16 T:2971056960  NOTICE: Thread CRssReader start, auto delete: false
15:16:16 T:2810489664  NOTICE: Thread CFileCache start, auto delete: false
15:16:23 T:2775878464  NOTICE: Previous line repeats 2 times.
15:16:23 T:2775878464  NOTICE: Thread Jobworker start, auto delete: true
15:16:23 T:2802096960  NOTICE: Thread CFileCache start, auto delete: false
15:16:25 T:2802096960  NOTICE: Previous line repeats 3 times.
15:16:25 T:2802096960  NOTICE: Thread Jobworker start, auto delete: true
15:16:30 T:2810489664  NOTICE: Thread CFileCache start, auto delete: false
15:16:39 T:2810489664  NOTICE: Previous line repeats 5 times.
15:16:39 T:2810489664  NOTICE: Thread Background Loader start, auto delete: false


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

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


EDIT: I was just told in another forum by one of the creators of a repo I use that github is indeed having issues. So this may actually be the issue. If it is, hopefully, it will be fixed soon.

On that note, unless it has changed in Gotham, it seems to be a pretty serious bug with XBMC to crash entirely just because some of the repositories installed happen to have server issues. I think of this in a similar way as having a Linux machine unable to boot into its operating system on account of some of its repos being down. That seems illogical. For them to simply be unusable would be tolerable, not to cause the entire system/program to crash. Anyway, just my thinking.
Reply
#54
http://forum.xbmc.org/showthread.php?tid...pid1658654
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#55
I'm getting the same issue.

Log: http://privatepaste.com/0b95ac1866/xbmclog

Disabling internet when launching XBMC, and then enabling it, acts as a temporary solution. About 3/4 of an hour later, it crashed again anyway.
Reply
#56
As of last night, I have the same issue. I am on Linux Mint 16.

I have deduced the root cause of the problem for me: Github repos. I tried installing them from scratch, and only the ones that use github fail. I was told by Rodrigo (Rodrigo's Repo) that Github is indeed having issues.

Here is my thread on this matter:

http://forum.xbmc.org/showthread.php?tid=189837
Reply
#57
(2014-03-21, 01:14)jmarshall Wrote: http://forum.xbmc.org/showthread.php?tid...pid1658654

Thanks. They do seem to have the same issue. I will be sure to update them on what repos I have found is causing the problems I'm experiencing.
Reply
#58
(2014-03-21, 01:04)humla Wrote: ... But since yesterday it seems rather than a redirect, they respond with a 400: Bad Request . That would be my guess as to why it is crashing as XBMC is maybe not handling that correctly....

This sounds like the best fit theory so far
that would explain why either deleting the repos or disabling internet access is giving a resolution - either prevents that response being sent/received

Still something to look at by the xbmc developers however to prevent the crash in receiving such response
Reply
#59
(2014-03-21, 01:29)DEcosse Wrote: This sounds like the best fit theory so far
that would explain why either deleting the repos or disabling internet access is giving a resolution - either prevents that response being sent/received

Still something to look at by the xbmc developers however to prevent the crash in receiving such response


Indeed. I think it to be very important for XBMC developers to find a way to prevent this crash from happening in the first place. I see it in the same light as a Linux machine being unable to boot into its operating system on account of some of its repos being down. That seems illogical. For them to simply be unusable would be tolerable, not to cause the entire system/program to crash.


PS. Does anyone know why this issue is happening on Linux, not on Windows? Is it the XBMC build for Linux? I have the exact same '~/.xbmc' folder on both Windows and Linux systems and only the Linux one crashes.
Reply
#60
(2014-03-21, 01:33)xbmcwayist Wrote: ....PS. Does anyone know why this issue is happening on Linux, not on Windows? Is it the XBMC build for Linux? I have the exact same '~/.xbmc' folder on both Windows and Linux systems and only the Linux one crashes.
i have two linux systems running gotham and one windoze system running frodo - initially I thought this was a Gotham issue since only those two were having the issue;
but after seeing others having this issue on Frodo also, became obvious was only in linux builds, and the windows are unafffected

Should be another clue for xbmc to home in on source of crash ...........

An easy way to demonstrate the issue - do install from zip file from any repo that is ultimately source at github- it will crash immediately (if it doesn't crash immediately do 'force refresh' and it will crash then)
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 12

Logout Mark Read Team Forum Stats Members Help
XBMC crashing on startup caused by github repos1