[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SIGKILL on child spawned with system(), runs fine by hand



Greetings!  Do any of you have an idea about what could be causing
this on paer, and the hppa buildd?

Thanks!

(also on paste.debian.net)

-- 
Camm Maguire			     		    camm@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



clone(Process 5307 attached
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x40002d28) = 5307
[pid  5306] waitpid(5307, Process 5306 suspended <unfinished ...>
[pid  5307] rt_sigaction(SIGINT, {SIG_DFL, [XCPU XFSZ _35 RT_1 RT_2 RT_5 RT_6 RT_7 RT_8 RT_13], 0}, NULL, 8) = 0
[pid  5307] rt_sigaction(SIGQUIT, {SIG_DFL, [XCPU XFSZ _35 RT_1 RT_2 RT_5 RT_6 RT_7 RT_8 RT_13], 0}, NULL, 8) = 0
[pid  5307] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid  5307] execve("/bin/sh", ["sh", "-c", ".//rsym /home/camm/gcl/unixport/"...], [/* 19 vars */] <unfinished ...>
[pid  5307] +++ killed by SIGKILL +++
Process 5306 resumed




strace -f .//rsym /home/camm/gcl/unixport/raw_pre_gcl rsym5091
execve(".//rsym", [".//rsym", "/home/camm/gcl/unixport/raw_pre_"..., "rsym5091"], [/* 18 vars */]) = 0
brk(0)                                  = 0x13000
newuname({sys="Linux", node="paer", ...}) = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40000000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
...
exit_group(0)                           = ?


Reply to: