Segmentation fault - core dumped
#1
Bug 
I've just intalled Kodi from the official Arch Linux repository.

When I try to run "kodi", the startup screen with Kodi logo appears, then the "background with blue balls" is shown empty for 1 second.
Right after that, it closes and I get this error:
Code:
*** Error in `/usr/lib/kodi/kodi.bin': free(): invalid next size (fast): 0x000000000479f500 ***
======= Backtrace: =========
/usr/lib/libc.so.6(+0x7198e)[0x7f49abba898e]
/usr/lib/libc.so.6(+0x76dee)[0x7f49abbaddee]
/usr/lib/libc.so.6(+0x775cb)[0x7f49abbae5cb]
/usr/bin/kodi: line 168:  6211 Segmentation fault      (core dumped) "$LIBDIR/${bin_name}/${bin_name}.bin" $SAVED_ARGS
Crash report available at /home/my_user/kodi_crashlog-20150308_201035.log

The mentioned crash report is here: https://ptpb.pw/HZam
Not sure if related, the crash report mentions this:
Code:
ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No such property OnLowBattery
Reply
#2
install gdb please and provide the full crashlog.

If you can run it in gdb and provide thread apply all bt after it has crashed.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
And a sidenote: "Official arch repository" most likely means bug the "official arch support" - as we don't know again, what they are currently packaging.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#4
Kodi Crash Report: https://ptpb.pw/HZam
GDB Report: https://ptpb.pw/rlL8
Valgrind Report: https://ptpb.pw/-dED

Just noticed the problem was in "CJoystick::AddJoystick".
I indeed had a Sony Playstation 3 Dual Shock controller connected via USB.
If I disconnect it, no crash happen!

So, the crash only happens when I have the joystick connected.
Reply
#5
Thanks for reporting back - another joystick issue ...
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply

Logout Mark Read Team Forum Stats Members Help
Segmentation fault - core dumped0