Kodi Community Forum

Full Version: XBMC crashes when updating library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello

I've uninstalled XBMC a couple of times, and removed the /home/x/.xbmc folder etc., but everytime I add a new source -> "Scan for new content", it freezes and eventually crashes. Using default theme, clean install with no settings modified.

XBMC package info
Quote:michael@rawr ~/.xbmc/temp> pacman -Qi xbmc
Name : xbmc
Version : 9.11-17
URL : http://xbmc.org
Licenses : GPL custom
Groups : None
Provides : None
Depends On : bzip2 curl enca faac faad2 fontconfig fribidi glew hal jasper libcdio libgl libmad libmms libmpeg2 libmysqlclient libsamplerate libxinerama
libxrandr libxtst lzo2 sdl_image sdl_mixer smbclient wavpack
Optional Deps : lirc: remote controller support
unrar: access compressed files without unpacking them
devicekit-power: used to trigger suspend functionality
Required By : None
Conflicts With : None
Replaces : None
Installed Size : 75860.00 K
Packager : Sergej Pupykin <[email protected]>
Architecture : i686
Build Date : Mon 12 Apr 2010 01:28:43 PM CEST
Install Date : Tue 05 Oct 2010 12:01:47 PM CEST
Install Reason : Explicitly installed
Install Script : Yes
Description : XBMC Media Center

Crash log
Quote:http://pastebin.ca/1954677
Bump. Sorry, this is still not working.. my hair is almost gone :-S
I'm having the same problem! First I thought there might be a problem w/ the scraper, but then the forum would have had several postings a bout that, I think...

I don't know how tot delete my library to start from scratch. Anyway this is (the last part) of my crash log in my home directory.
Code:
M:738877440   DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
03:16:25 T:3054692224 M:738877440   DEBUG: OnKey: 61453 pressed, action is Select
03:16:26 T:3054692224 M:738877440   DEBUG: ------ Window Deinit (DialogYesNo.xml) ------
03:16:26 T:3054692224 M:739909632    INFO: Loading skin file: DialogProgress.xml
03:16:26 T:3054692224 M:739934208   DEBUG: Load DialogProgress.xml: 3.04ms
03:16:26 T:3054692224 M:739934208   DEBUG: DialogProgress::StartModal called
03:16:26 T:3054692224 M:739934208   DEBUG: ------ Window Init (DialogProgress.xml) ------
03:16:26 T:3054692224 M:739934208   DEBUG: Alloc resources: 1.22ms (0.01 ms skin load)
03:16:26 T:3054692224 M:738902016   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-i486-linux.so)
03:16:26 T:3054692224 M:738902016   DEBUG: Unloading: ImageLib-i486-linux.so
03:16:26 T:3054692224 M:738902016   DEBUG: ------ Window Init (DialogVideoScan.xml) ------
03:16:26 T:3054692224 M:738902016    INFO: Loading skin file: DialogVideoScan.xml
03:16:26 T:3054692224 M:738902016   DEBUG: Load DialogVideoScan.xml: 2.88ms
03:16:26 T:3054692224 M:738902016   DEBUG: Alloc resources: 3.24ms (3.18 ms skin load)
03:16:26 T:3054692224 M:738902016   ERROR: Control 402 in window 10133 has been asked to focus, but it can't
03:16:26 T:2999303024 M:738902016   DEBUG: thread start, auto delete: 0
03:16:26 T:2999303024 M:738902016  NOTICE: VideoInfoScanner: Starting scan ..
03:16:26 T:2999303024 M:738902016   DEBUG: VideoInfoScanner: [b]Scanning[/b] dir '/home/my_name/downloads/complete/' as not in the database


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

############ END XBMC CRASH LOG #############
As you can see XBMC crashed immediately on scanning my movie dir.

P.S. I use the SVN version from yesterday.
We need you to install gdb so we can get a backtrace.
tslayer Wrote:We need you to install gdb so we can get a backtrace.
I'd like to try that, but what is GDB and how do I install it (is it in Ubuntu's repo's?). Smile

P.S. If you mean the Gnu Debugger: that appears to be already installed on my Linux box. Smile
Google is your friend... And yes it is in ubuntu's repo!
Used this tutorial: https://wiki.ubuntu.com/Backtrace. Got a huge text file w/ GDB output in it. Dunno if you want me to post the complete txt. Anyway, these are the alast few lines:
Code:
g symbols from /usr/lib/libxcb.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libxcb.so.1
Reading symbols from /lib/libuuid.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libuuid.so.1
Reading symbols from /lib/libwrap.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libwrap.so.0
Reading symbols from /usr/lib/libsndfile.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libsndfile.so.1
Reading symbols from /lib/libattr.so.1...
Hope this helps.
No, that does not help.

Just install gdb and then when it crashes the crashreport it generates will have the necessary details.

Please read: http://wiki.xbmc.org/?title=HOW-TO_submi...Bug_Report
Ooops. The link you posted is about posting a bug on the bugtracker. From a user point of view: I hate the bug tracker. It's like throwing your question/problem into a well 10.000 fathems deep. I.e.: never to be found again. I'm awfully sorry, but I've yet to get a reasonable solution or workaround from a bug report. Posting in a forum w/ experienced users and developers, however, did alway work for me. Smile

Anyway, I did make the bug report (ticket No. 10615). But I'll post the needed files (log, crash report, backtrace output from DBG) in a zip file here too. It can be dowloded from here.

Hope this helps.
No, the link I posted also explains the crash report:

Crash Report

If XBMC has crashed, there are good odds that a crash report is available. How these are handled is platform dependent.
Linux
The file will be in your user's home directory or the working directory if XBMC was launched from a terminal. It will be named "xbmc_crashlog-[DATE]-[TIME].log" and contain some system information at the top, followed by a stack trace and the contents of xbmc.log. If you didn't have debugging enabled at the time, please enable it and recreate the problem. This feature was added in SVN revision 22194 and relies on the gnu debugger GDB being installed to work.
FYI, just pastebin it!
Thanks for the Pastebin tip. Didn't know that. Anyway said crashlog IS in the rar file that I uploaded to 4shared. And I pasted the last bit of it in reply #3 in this topic. Didn't the last line (saying: "Xbmc crash log") ring a bell? Or are you making a little joke? Rolleyes

My xbmc crash log in pastebin: http://pastebin.com/cW9CDc9V
I don't want to goto 4shared.

The log on pastebin does not show the stack still. Did you cut that?
I'm sorry. I must have posted the wrong crash log. Thank you for trying to help. I hope this is a good one: http://pastebin.com/EfRR6Lga
When you say you use the SVN version does that mean you compiled yourself? Is that trunk or dharma? Did you do a distclean first? More details.
Pages: 1 2