2012-07-09, 19:30
I have installed the binaries with 'make install' and I've ensured that the paths are all set.
I tried your above but used XBMC_HOME=/root/.xbmc (as that's where the user data folder is) and the error is the same.
syslog shows the segfault as
EDIT: my sources reference an NFS share and I see in syslog that these shares ARE being mounted/accessed when the program is run so it's partially working. I just won't know where it's segfaulting and why.
EDIT: gdb data if it helps at all
I tried your above but used XBMC_HOME=/root/.xbmc (as that's where the user data folder is) and the error is the same.
syslog shows the segfault as
Code:
segfault at 10 ip ####(this number changes) sp ####(as does this one) error 4 in libxbmc.so[7f10c07c0000+ebf000]
EDIT: my sources reference an NFS share and I see in syslog that these shares ARE being mounted/accessed when the program is run so it's partially working. I just won't know where it's segfaulting and why.
EDIT: gdb data if it helps at all
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe689f700 (LWP 28613)]
0x00007ffff78b4427 in XbmcCommons::ILogger::Log (this=0x666910, loglevel=0,
format=0x7ffff7958046 "Thread %s %lu terminating") at ilog.cpp:37
37 log(loglevel, strData);