You are not logged in.
I've updated my system and xbmc-git install on 11/02 previous system update before that was 10/30 (no xbmc-git) update.
Now when launching xbmc it sits and hangs, it doesn't get far enough to start the xbmc log.
I've run strace through it and have attached gdb to the running pid.
I think I lack the skills to properly use GDB but there was no backtrace.
Strace I'm not sure how to interpret the output. I snipped some of the log at the end but it looks like there is an issue with the child?
also the last line is what it just waits on, no extra output.
access("/usr/bin/which", X_OK) = 0
stat("/usr/bin/which", {st_mode=S_IFREG|0755, st_size=23024, ...}) = 0
geteuid() = 1000
getegid() = 1000
getuid() = 1000
getgid() = 1000
access("/usr/bin/which", R_OK) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
lseek(255, -323, SEEK_CUR) = 3982
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f326af749d0) = 15079
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x438830, [], SA_RESTORER, 0x7f326a373450}, {SIG_DFL, [], SA_RESTORER, 0x7f326a373450}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 15079
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=15079, si_status=0, si_utime=0, si_stime=0} ---
wait4(-1, 0x7fff4224f2d8, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn() = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f326a373450}, {0x438830, [], SA_RESTORER, 0x7f326a373450}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
getrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM64_INFINITY}) = 0
getrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM64_INFINITY}) = 0
setrlimit(RLIMIT_CORE, {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
read(255, "\nLOOP=1\nwhile [ $(( $LOOP )) = \""..., 4305) = 323
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
lseek(255, -11, SEEK_CUR) = 4294
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f326af749d0) = 15080
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x438830, [], SA_RESTORER, 0x7f326a373450}, {SIG_DFL, [], SA_RESTORER, 0x7f326a373450}, 8) = 0
wait4(-1,Any help on how to proceed next would be amazing.
Thanks
Offline
Sometimes you just need to wait for the new check it and rebuild git packages in general. There are no assurances that any given commit will render a stable build.
Offline
That was my thought which is why I'd tried it several times before posting this
Wasn't sure if there wasn't something I hadn't tried yet that might be an lead me to something that is helpful in either filing a bug with xbmc or if its package interaction on my system.
Offline