Linux Crash after update from 12.1 to 12.2
#1
Question 
Hi to all!

I'm having a problem on my Linux HTPC after updating xbmc to latest rpm version, xbmc-12.2-3.fc18.x86_64:

Code:
[xefil@xefbmc ~]$
Running DIL (3.22.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed
/usr/bin/xbmc: line 137:  2366 Segmentation fault      (core dumped) "$LIBDIR/xbmc/xbmc.bin" $SAVED_ARGS
which: no lsb_release in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/xefil/.local/bin:/home/xefil/bin)
Crash report available at /home/xefil/xbmc_crashlog-20131022_224758.log


Crash log here:



Any idea?

thank's!

Simon
Reply
#2
Try to run:
Code:
AE_ENGINE=Soft xbmc
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
don't put logs on the forum
use pastebin.com
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#4
(2013-10-22, 22:56)Martijn Wrote: don't put logs on the forum
use pastebin.com

Sorry, I'll do so.


(2013-10-22, 22:53)fritsch Wrote: Try to run:
Code:
AE_ENGINE=Soft xbmc

I'm not at home right now, but sending the command to my display at home should enough to check your commands...

Here the output:

Code:
[xefil@xefbmc ~]$ export DISPLAY=:0
[xefil@xefbmc ~]$ AE_ENGINE=Soft xbmc
Running DIL (3.22.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed
/bin/xbmc: line 137:  1594 Segmentation fault      (core dumped) "$LIBDIR/xbmc/xbmc.bin" $SAVED_ARGS
which: no lsb_release in (/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/xefil/.local/bin:/home/xefil/bin)
Crash report available at /home/xefil/xbmc_crashlog-20131023_102500.log


Crash log here:

http://pastebin.com/jBepmz5d

I've seen an ERROR on "ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer"

Don't know if it's the issue or it's to problem related to sending the command to external display, but should work as well.

Thank's for the help!

Simon
Reply
#5
enable debugging.

xbmc --debug

or via advancedsettings.xml
Reply
#6
(2013-10-23, 11:32)wsnipex Wrote: enable debugging.

xbmc --debug

or via advancedsettings.xml

Here the output:

Code:
[xefil@xefbmc ~]$ xbmc --debug
Running DIL (3.22.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed
/bin/xbmc: line 137:  2228 Segmentation fault      (core dumped) "$LIBDIR/xbmc/xbmc.bin" $SAVED_ARGS
which: no lsb_release in (/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/xefil/.local/bin:/home/xefil/bin)
Crash report available at /home/xefil/xbmc_crashlog-20131023_114348.log

And here the crash log:

http://pastebin.com/VLyLrDGW

Cannot find helpful informations... Sad

Simon
Reply
#7
nothing really useful in there, only thing that comes to mind could be a too old libcec
Reply
#8
I also think of libcec.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#9
A 'yum update' of the whole system has solved the issues!

Thanks to all!

Simon
Reply

Logout Mark Read Team Forum Stats Members Help
Crash after update from 12.1 to 12.20