On Fri, Apr 07, 2006 at 10:58:31PM +0000, S A wrote:
> So, there are 5 threads of UML. The main (or the first thread) shows:
> 
> ==================================================
> 
> --- SIGCHLD (Child exited) @ 0 (0) ---
> wait4(9078, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGUSR1}], WSTOPPED, NULL) = 
> 9078
> ptrace(PTRACE_SETREGS, 9078, 0, 0x60d0eb08) = 0
> ptrace(PTRACE_SETFPREGS, 9078, 0, 0x60d0ebe0) = 0
> ptrace(PTRACE_SYSCALL, 9078, 0, SIG_0)  = 0
> --- SIGCHLD (Child exited) @ 0 (0) ---
> wait4(9078, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSEGV}], WSTOPPED, NULL) = 
> 9078
> ptrace(PTRACE_GETREGS, 9078, 0, 0x60d0eb08) = 0
> ptrace(PTRACE_GETFPREGS, 9078, 0, 0x60d0ebe0) = 0
> ptrace(PTRACE_CONT, 9078, 0, SIGSEGV)   = 0

This is what I expected - it's trying and failing to fix a page fault.

Can you send me the binary?

                                Jeff


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to