Compiling from source, xbmc.bin hangs before logging occurs.
Did a strace, at the bottom seems like while it is scan /dev and stuck in a loop looking for " \t\n\r"???
http://forum.tinycorelinux.net/index.php...ttach=3699
Also ls of /dev?
http://forum.tinycorelinux.net/index.php...ttach=3700
Not sure if this is related
http://trac.xbmc.org/ticket/12489
but in that case there is a symbolic link loop
but in this case it's looking for empty string " \t\n\r"?
Did a strace, at the bottom seems like while it is scan /dev and stuck in a loop looking for " \t\n\r"???
Code:
stat64("/dev/sr14", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr15", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr16", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr17", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr18", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr19", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr20", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr21", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr22", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr23", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr24", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr25", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr26", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64("/dev/sr27", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
stat64(" \t\n\r", 0xbfc3ced4) = -1 ENOENT (No such file or directory)
http://forum.tinycorelinux.net/index.php...ttach=3699
Also ls of /dev?
http://forum.tinycorelinux.net/index.php...ttach=3700
Not sure if this is related
http://trac.xbmc.org/ticket/12489
but in that case there is a symbolic link loop
but in this case it's looking for empty string " \t\n\r"?