Re: 2.6.15-rt16

From: Steven Rostedt
Date: Wed Feb 01 2006 - 20:20:37 EST


Clark,

[...]
switchroot: exec'ing /sbin/init
init[1]: segfault at ffffffff8010fadc rip ffffffff8010fadc rsp 00007fffffdacfc8 error 15
Kernel panic - not syncing: Segfault in init
[...]


Could you find where that ffffffff8010fadc is. Compile with debug info,
and (what I do) is a "gdb vmlinux" and "li *0xffffffff8010fadc" to find
the location. The dump may be something that is done after the init
exits.

-- Steve


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/