Forum
[PROBLEM] Crash when updating Database - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: [PROBLEM] Crash when updating Database (/thread-516.html)



Crash when updating Database - cmantsch - 24th Feb, 2013 09:53 PM

Hi,

I just reinstalled xbian because my SD card got corrupted.
Now I'm experiencing a problem which keeps crashing the Raspi when updating Database. When starting a database update, it runs for some seconds to 1-2 minutes and then I get a black screen with the Pi rebooting.

Overclocking is set to Turbo (any lower setting doesn't play 1080p smoothly, Problem also ocurrs on lower settings like Medium and High), Raspi is a first generation 256MB Model.
Xbian Version is 1.0a4 (tried a5 before, but downgraded to a4 for problem evaluation).
Movies are stored on a SMB-Fileserver (if that's important to know).

On my earlier installation everything worked fine, but I don't know which version I had installed there.


Thanks in advance, Xbian really gets the most out of the Raspberry Pi Hardware Smile


Crash when updating Database - Koenkk - 24th Feb, 2013 09:55 PM

Did you already try without overclocking?


RE: Crash when updating Database - cmantsch - 24th Feb, 2013 09:58 PM

I tried with lower OC settings, but I'll try again with default settings


RE: Crash when updating Database - cmantsch - 25th Feb, 2013 12:27 AM

ok, just set OC to Xbian, now it seems to work.
But this setting is not performant enough for playing 1080p movies.

could it be, that accessing the smb share consumes too much cpu ressources?


Crash when updating Database - Koenkk - 25th Feb, 2013 12:28 AM

I think it's a power supply issue then, how much mA does it deliver?


Re: Crash when updating Database - rikardo1979 - 25th Feb, 2013 12:44 AM

more likely, as I use standard XBian OC settings and stream full HD 1080p DTS over SMB without problem.
It can be the PSU or USB cable from PSU (if you use separate) as not all USB cables use same wiring.I have had issue with USB cable from Kindle and it was causing loosing network.since I have changed cable all is good.btw I using 2.1A PSU and nothing is plugged into RPi USB ports so no extra power drain caused


RE: Crash when updating Database - cmantsch - 25th Feb, 2013 12:45 AM

currently it's plugged in the usb port of my TV, but I also tried with several 1000mA power supplies.

just noticed that the charger of my google nexus 7 has 2000ma, so i tried with that psu.
looked promising at first, but after some minutes it crashed like it did with the other power supplies.


Re: Crash when updating Database - rikardo1979 - 25th Feb, 2013 12:47 AM

can you get the log file for us please? look into forum rules how to


RE: Crash when updating Database - cmantsch - 25th Feb, 2013 01:03 AM

Put this onto nopaste, as this would be too long for a post:
http://nopaste.info/75d24dc5bf.html

EDIT: also tried another Cable (That one from my Nexus7) same problem.

EDIT2: now it even crashes when I move the cursor in the menu
when I tail -f the xbmc.log following entry appears right before crashing:

16:14:09 T:2882532416 NOTICE: Thread Jobworker start, auto delete: true


RE: Crash when updating Database - doctor6000 - 20th Apr, 2013 02:00 AM

Any suggestions to this. Have the same problem. Tried 2 differen pies, different class 10 sd, different psu. Had the problem on all alpha releases. Runing a5 and 12. 1


RE: Crash when updating Database - namtih - 20th Apr, 2013 10:55 PM

Try to disable the hardware Watchdog, which was introduced with A5 and seems to cause more trouble than it really helps.
I already did it several weeks ago, so I can't check it anymore, but I think you can just try the following:
Terminal

sudo /etc/init.d/xbmc stop
sudo nano /etc/modules
add an # at the beginning of the line with "bcm2708_wdog"
save the the file
sudo shutdown -h now
powercycle your pi



RE: Crash when updating Database - CurlyMo - 20th Apr, 2013 11:26 PM

You can also edit /etc/default/watchdog and set
Code:
run_watchdog=0
And/or /etc/watchdog and set:
Code:
max-load-1              = 0
max-load-5              = 0
max-load-15             = 0