Re: [uml-user] Need help finding debugging info documents

2005-04-02 Thread Jonathan S. Romero
It hasnt sprung up since I switched to 2.6 on the guest kernel. I may give the old 2.4 kernel set a shot again at some future date, but right now I just needed to get these systems running and stable. They've been compiling all sorts of crazy gentoo stuff for a few days without any segfaults. Th

Re: [uml-user] Need help finding debugging info documents

2005-04-01 Thread Blaisorblade
On Friday 25 March 2005 14:38, Jonathan S. Romero wrote: > Hello, > > I'm trying to figure out what subsystem is causing kernel stack > overflows. I attempted to apply the patch that baisorblade sent me, but > I found that the current patchset I was using already had that > particular change made.

Re: [uml-user] Need help finding debugging info documents

2005-03-25 Thread Jonathan S. Romero
Thanks for the link. I had looked at this guide ages ago to learn about network transports, but forgot that it had kernel debugging info. -Jonathan S. Romero On Fri, 2005-03-25 at 09:13 +1200, Ian McDonald wrote: > Have a look at: > http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO.html

Re: [uml-user] Need help finding debugging info documents

2005-03-25 Thread Jonathan S. Romero
Hello, I'm trying to figure out what subsystem is causing kernel stack overflows. I attempted to apply the patch that baisorblade sent me, but I found that the current patchset I was using already had that particular change made. Patch sent to me by Baisorblade http://user-mode-linux.sourceforge

Re: [uml-user] Need help finding debugging info documents

2005-03-24 Thread Jim Carter
On Thu, 24 Mar 2005, Jonathan S. Romero wrote: > Can anyone point me towards info on debugging UML guests using GDB. I > read somewhere online that if you compile UML with debugging enabled, > that you can get a debugging session in an xterm. In the meantime I'm > going to work on familiarizing

Re: [uml-user] Need help finding debugging info documents

2005-03-24 Thread Ian McDonald
Have a look at: http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO.html On Thu, 24 Mar 2005 16:02:57 -0500, Jonathan S. Romero <[EMAIL PROTECTED]> wrote: > Hello, > > Can anyone point me towards info on debugging UML guests using GDB. I > read somewhere online that if you compile UML wit

[uml-user] Need help finding debugging info documents

2005-03-24 Thread Jonathan S. Romero
Hello, Can anyone point me towards info on debugging UML guests using GDB. I read somewhere online that if you compile UML with debugging enabled, that you can get a debugging session in an xterm. In the meantime I'm going to work on familiarizing myself with GDB in general, as i'm fairly new to