[mythtv] Okay here is the last bit of the strace output.

Nathan Langley mythtv-dev@snowman.net
08 Nov 2002 17:50:06 -0600


I just compiled the cvs version and installed here is what strace is
spitting at me...

Any help would be appreciated...

rt_sigaction(SIGRTMIN, {0x4074391c, [], SA_RESTORER, 0x4095a238}, NULL,
8) = 0
rt_sigaction(SIGRT_1, {0x40742c68, [], SA_RESTORER, 0x4095a238}, NULL,
8) = 0
rt_sigaction(SIGRT_2, {0x407439a4, [], SA_RESTORER, 0x4095a238}, NULL,
8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbffff72c, 30, (nil), 0}) = 0
brk(0)                                  = 0x817b904
brk(0x817c904)                          = 0x817c904
brk(0x817d000)                          = 0x817d000
getpid()                                = 4556
getpid()                                = 4556
modify_ldt(17, {entry_number:0, base_addr:0x817ba68, limit:512,
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:0,
seg_not_present:0, useable:1}, 16) = 0
old_mmap(NULL, 512000, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4111b000
open("settings.txt", O_RDONLY)          = -1 ENOENT (No such file or
directory)
open("/usr/local/share/mythtv/settings.txt", O_RDONLY) = 3
brk(0x817f000)                          = 0x817f000
fstat64(3, {st_mode=S_IFREG|0644, st_size=3277, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x40012000
read(3, "# XMLTV grabber to use\nstr XMLTV"..., 8192) = 3277
read(3, "", 4096)                       = 0
--- SIGILL (Illegal instruction) ---
+++ killed by SIGILL +++