All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] Kernel panic: handle_trap - failed to wait at end of syscall, errno = 4, status = 1151
@ 2004-06-19  0:19 Christopher S. Aker
  2004-06-19 17:39 ` Jeff Dike
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher S. Aker @ 2004-06-19  0:19 UTC (permalink / raw)
  To: uml-devel

Hey all,

I just had a user experience this panic:

Kernel panic: handle_trap - failed to wait at end of syscall, errno = 4, status =
1151

UML: 2.6.5 vanilla + uml-patch-2.6.4-1
HOST: 2.6.4 + SKAS patch

From arch/um/kernel/skas/process.c:

        err = waitpid(pid, &status, WUNTRACED);
        if((err < 0) || !WIFSTOPPED(status) || (WSTOPSIG(status) != SIGTRAP))
                panic("handle_trap - failed to wait at end of syscall, "
                      "errno = %d, status = %d\n", errno, status);

Any thoughts?  I've never seen this before...

-Chris



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-24 20:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-19  0:19 [uml-devel] Kernel panic: handle_trap - failed to wait at end of syscall, errno = 4, status = 1151 Christopher S. Aker
2004-06-19 17:39 ` Jeff Dike
2004-06-22 13:18   ` Joe Marzot
2004-06-22 15:43     ` Jeff Dike
2004-06-23 18:09       ` [PATCH] The fix for: Re: [uml-devel] Kernel panic: handle_trap - failed to wait at end of syscall, BlaisorBlade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.