Re: [uml-user] A user mode linux problem

2007-10-25 Thread WANG Cong
On Thu, 25 Oct 2007 10:44:59 -0400 Jeff Dike <[EMAIL PROTECTED]> wrote: > On Thu, Oct 25, 2007 at 02:03:11PM +0800, WANG Cong wrote: > > $ ls -l core.10752 > > -rw--- 1 wangcong wangcong 2207744 10-25 14:00 core.10752 > > > > What should I do then? > > gdb it and get a backtrace, although I

Re: [uml-user] Reg: Debugging kernel module with UML

2007-10-25 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Bhagwan Sahai wrote: > Hello, >My kernal gets panick when I insert my kernel module inside. I have > with me same version of UML kernel compiled and running. I have read > many articles on how to debug kernel module using UML, but they all > wor

Re: [uml-user] A user mode linux problem

2007-10-25 Thread Jeff Dike
On Thu, Oct 25, 2007 at 02:03:11PM +0800, WANG Cong wrote: > $ ls -l core.10752 > -rw--- 1 wangcong wangcong 2207744 10-25 14:00 core.10752 > > What should I do then? gdb it and get a backtrace, although I'm suspicious that it's the main process, not the child that unexpectedly segfaulted.