Kodi Community Forum
PPA-SVN Problem: r.13548 (SegFault on start) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: PPA-SVN Problem: r.13548 (SegFault on start) (/showthread.php?tid=34061)



PPA-SVN Problem: r.13548 (SegFault on start) - drewjacks0n - 2008-06-15

First off, I do realize that the PPA-SVN builds are very much unsupported. I thought I would start a thread however because I am aware of at least one other user experiencing this problem (found him on irc).

Here are the details:

Running 8.04 fully updated.
SVN-PPA 13548

Almost immediately after running xbmc.bin I am getting a Segmentation Fault.

GDB Backtrade (Pastebin)
xbmc.log (Pastebin)


- wattazoum - 2008-06-15

You should not run xbmc.bin (unless you have write access to /usr/share/xbmc) .

run /usr/bin/xbmc


- drewjacks0n - 2008-06-15

@watt: Yes, I ran it as root. It is necessary to run gdb on the actual binary, not the start-up script.

I did solve my problem however... It seems that after the last batch of Ubuntu updates (most likely it was xserver-xorg-core but I can't be sure), something went, 'haywire' with my Nvidia drivers. I am *not* using the Ubuntu-shipped proprietary drivers, I did a manual install. Usually only on a kernel version update do I need to recompile, because when that is the case, the nvidia module will not load into the kernel. This time around X was running OK and the kernel module was loading, but only XBMC was having problems. After some a few hours of troubleshooting, I decided to reinstall the Nvidia drivers (which recompiles the kernel module) and then everything started to work fine.

In short: If you manually installed the Nvidia drivers from nvidia.com, be sure to reinstall after the last batch of updates.