Forum

Full Version: Kodi always freezes after a minute
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Software
XBian version: XBian 20151011-1
XBMC/Kodi version: 15.2~RC2-1442941393
Overclock settings: default

Hardware
Device type and model: Raspberry Pi 2
Power supply rating: 2Amp
SD card size and make/type: 16GB
Network (Ethernet or wireless): ethernet
Connected devices: TV and 2TB WD My Passport

Log file
http://pastebin.com/QREH4nMb

Problem description
I bought raspberry pi 2 a week ago to replace an old raspberry pi model b (with xbian too). Since yesterday, Kodi always freezes after a minute or so. I didn't install nothing since second day. I tried to disable cec and change post-start script timeout without results. After screen freezes, the remote control respond with sounds for a while when I touch it. And then kodi shutdown.

In the log file I think that this event occur on line 1034 or so. Before that I think that the log is normal.

Any solutions or clues about this??

Sorry for my bad english.
I found the problem.

The issue is caused by add static mapping for external hdds in /etc/fstab like

Terminal
UUID=56903B46903B2BBD /media/usb0 ntfs-3g defaults,noatime,nodiratime,async,big_writes 0 0
UUID=02A65E0EA65E0299 /media/usb1 ntfs-3g defaults,noatime,nodiratime,async,big_writes 0 0
UUID=604C862E4C85FED2 /media/usb2 ntfs-3g defaults,noatime,nodiratime,async,big_writes 0 0

In raspberry pi model b I always mapped my hdds by this way without a problem.

Why kodi crashes for this cause???
Reference URL's