I tried gdb, here is what I got:

bulk$ gdb ./linux 
GNU gdb 6.3-9pclos2007 (PCLinuxOS release 2007)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i586-mandriva-linux-gnu"...Using host
libthread_db library "/lib/i686/libthread_db.so.1".

(gdb) run
Starting program: /home/perrier/result/bulk/linux 
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xffffe000
Locating the top of the address space ... 
Program received signal SIGSEGV, Segmentation fault.
0x0806a1cd in page_ok (page=0) at
arch/um/os-Linux/sys-i386/task_size.c:31
31                      n = *address;





On Thu, 2008-05-22 at 15:25 -0400, Jeff Dike wrote:
> On Thu, May 22, 2008 at 07:40:09PM +0200, vincent-perrier wrote:
> > Detected host type: i386
> >  (GDT indexes 6 to 9)
> > clownix: vcpu returned with signal 19
> 
> Odd, you're getting SIGSTOPs for some reason, which is consistent with
> this bit later:
> 
> >   - PTRACE_FAULTINFO...
> > [1]+  Stopped                 ./linux root_fs
> 
> Can you look at the si_errno and si_code fields of the siginfo?  They
> may say where the signal is coming from...
> 
>                 Jeff
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to