All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] Am I doing something wrong with -skas0?
@ 2005-07-13  4:46 Rob Landley
  2005-07-13 12:11 ` Bodo Stroesser
  2005-07-13 12:15 ` Jeff Dike
  0 siblings, 2 replies; 24+ messages in thread
From: Rob Landley @ 2005-07-13  4:46 UTC (permalink / raw)
  To: user-mode-linux-devel

So: I apply Blaisorblad's 2.6.12-bb2-skas0 rollup patch, build with skas 
support, and it crashes (as mentioned earlier) with:

VFS: Mounted root (hostfs filesystem) readonly.
Kernel panic - not syncing: get_skas_faultinfo : failed to wait for 
SIGUSR1/SIGTRAP, pid = 7944, n = 7944, errno = 0, status = 0xb

And then a dump (which I pasted in a few messages back...)

Is there an obvious way to track this down further?  I ran it under strace and 
filtered out the setsigmask stuff, but unfortunately the result's not very 
interesting.  Lots of stuff happens, then:

waitpid(7944, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSEGV}], WUNTRACED) = 7944
ptrace(PTRACE_GETREGS, 7944, 0, 0x88e1804) = 0
ptrace(PTRACE_GETFPXREGS, 7944, 0, 0x88e18b4) = 0
ptrace(PTRACE_CONT, 7944, 0, SIGSEGV)   = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(7944, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGUSR1}], WUNTRACED) = 7944
getpid()                                = 7939
ptrace(PTRACE_SETREGS, 7944, 0, 0x88e7764) = 0
ptrace(PTRACE_CONT, 7944, 0, SIG_0)     = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(7944, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP}], WUNTRACED) = 7944
ptrace(PTRACE_SETREGS, 7944, 0, 0x88e1804) = 0
ptrace(PTRACE_SETFPXREGS, 7944, 0, 0x88e18b4) = 0
ptrace(PTRACE_SYSCALL, 7944, 0, SIG_0)  = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(7944, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSEGV}], WUNTRACED) = 7944
ptrace(PTRACE_GETREGS, 7944, 0, 0x88e1804) = 0
ptrace(PTRACE_GETFPXREGS, 7944, 0, 0x88e18b4) = 0
ptrace(PTRACE_CONT, 7944, 0, SIGSEGV)   = 0
waitpid(7944, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], WUNTRACED) = 7944
--- SIGCHLD (Child exited) @ 0 (0) ---
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0x88e793c) = -1 ENOTTY (Inappropriate 
ioctl for device)
write(1, "Kernel panic - not syncing: get_"..., 131) = 131

And so on through a ptrace of it dumping stack.

Am I doing it right?  Is there anything I can do to help track this down?

Rob


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
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] 24+ messages in thread

end of thread, other threads:[~2005-07-15 19:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-13  4:46 [uml-devel] Am I doing something wrong with -skas0? Rob Landley
2005-07-13 12:11 ` Bodo Stroesser
2005-07-13 21:47   ` Rob Landley
2005-07-14 10:59     ` Bodo Stroesser
2005-07-14 12:05       ` Bodo Stroesser
2005-07-14 13:43         ` Jeff Dike
2005-07-14 14:11           ` Bodo Stroesser
2005-07-14 14:23             ` Jeff Dike
2005-07-14 18:19               ` Rob Landley
2005-07-14 14:13           ` Bodo Stroesser
2005-07-14 18:02         ` Rob Landley
2005-07-14 13:40       ` Jeff Dike
2005-07-14 17:58       ` Rob Landley
2005-07-13 21:51   ` Rob Landley
2005-07-13 12:15 ` Jeff Dike
2005-07-13 21:56   ` Rob Landley
2005-07-13 23:29     ` Jeff Dike
2005-07-14  2:02       ` Rob Landley
2005-07-14 12:37         ` Jeff Dike
2005-07-14 18:16           ` Rob Landley
2005-07-14 20:30             ` Rob Landley
2005-07-15 16:10               ` Blaisorblade
2005-07-15 16:25                 ` Bodo Stroesser
2005-07-15 19:40                 ` Rob Landley

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.