On Tue, Feb 14, 2012 at 4:08 AM, Joakim Arfvidsson
<joa...@arfvidsson.com> wrote:
> To debug, I ran UML in gdb. It segfaulted once during finding the bottom
> limit, which is expected I guess.

gdb has to ignore UML's SIGSEGV.
UML is using it to handle page faults.

Type "handle SIGSEGV noprint nostop pass" into gdb.

> I then interrupted it a couple of times while hanging on finding the top.
> All interrupts hit the same line of code in task_size.c, so I think it's
> stuck on the single line.
>
> line 32
> inĀ http://lxr.free-electrons.com/source/arch/x86/um/os-Linux/task_size.c
> n = *address;
>
> Does this tell you anything?
>

Not really. :(

-- 
Thanks,
//richard

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
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