Toralf Förster wrote:

> tfoerste@n22 ~/devel/linux $ gdb linux
> GNU gdb (Gentoo 7.2 p1) 7.2
> Copyright (C) 2010 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later<http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "i686-pc-linux-gnu".
> For bug reporting instructions, please see:
> <http://bugs.gentoo.org/>...
> Reading symbols from /home/tfoerste/devel/linux/linux...done.
> (gdb) r
> Starting program: /home/tfoerste/devel/linux/linux
> Locating the bottom of the address space ...
> Program received signal SIGSEGV, Segmentation fault.

As far as I am informed it is necessary to use the following gdb commands

handle SIGSEGV pass nostop noprint
handle SIGUSR1 pass nostop noprint

before running UML under gdb .

-- 
Manfred Härtel, DB3HM    mailto:manfred.haer...@rz-online.de
                          http://rz-home.de/mhaertel

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
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