Re: [Kgdb-bugreport] kgdb errors over ethernet

2006-09-05 Thread Milind Dumbare
If /dev partition is not mounted when a root filesystem is mounted, init cannot open /dev/console file. Hence you get above warning. It seems I have told you hack for this. On Tue, 2006-09-05 at 22:46 -0700, Furqan Ahmed Ghulam Shabbir wrote: > Hi, > On both Development and Target machine

Re: [Kgdb-bugreport] kgdb errors over ethernet

2006-09-05 Thread Furqan Ahmed Ghulam Shabbir
Hi, On both Development and Target  machines I am not getting this error when I don't use kgdb. Furqan Ahmed Vitaly Wool <[EMAIL PROTECTED]> wrote: Hi,On 9/5/06, Furqan Ahmed Ghulam Shabbir wrote:> Hi,> I am using kgdb-2.3 on kernel 2.6.13 through ethernet. When I am trying to> connect to

Re: [Kgdb-bugreport] kgdb errors over ethernet

2006-09-05 Thread Vitaly Wool
Hi, On 9/5/06, Furqan Ahmed Ghulam Shabbir <[EMAIL PROTECTED]> wrote: > Hi, > I am using kgdb-2.3 on kernel 2.6.13 through ethernet. When I am trying to > connect to remote machine I am getting �Packet ignoring error �. This error > is solve if I first reboot the target machine with the default k

Re: [Kgdb-bugreport] kgdb_fault_longjmp() trashes $fp reg. on MIPS

2006-09-05 Thread Sergei Shtylyov
Hello. Amit S. Kale wrote: > I am not a MIPS expert, though your argument appears valid. Would it be > possible for you to rewrite this code in assembly? Yes. But I have already fixed the bug with less effort, just by eliminating the local vars. Vitaly will send an updated mips-lite.patch s

Re: [Kgdb-bugreport] Not able to access Global variables: RedHat 9 + KGDB Ver 1.6

2006-09-05 Thread Amit S. Kale
You can try a couple of things 1. Compile a newer gdb. gdb has undergone a large number of fixes in handling of section addresses as well as debug info. 2. Uninitialized data is placed in .bss. If you initialize those global variables in definitions, you'll find that they go into .data. This wil

Re: [Kgdb-bugreport] kgdb help over ethernet

2006-09-05 Thread Amit S. Kale
Do you see any errors on kgdb target machine (look in the output of the command "dmesg" for messages that are from kgdb) -Amit On Wednesday 30 August 2006 19:17, Furqan Ahmed Ghulam Shabbir wrote: > Hi, > > > I have tried to work with kgdb using serial but wasn't able > to do that due to errors

Re: [Kgdb-bugreport] kgdb on 2.6.12 - NMI received for unknown reason and CPUs not stopping at panic/breakpoint.

2006-09-05 Thread Amit S. Kale
On Wednesday 30 August 2006 07:44, Piet Delaney wrote: > If your interested in the changes to compile the complete > kernel -O0 let me know. I'm checking it in here for both > kgdb and kdump use in the future. I also converted static > inlines to just static functions via CPP macros to get clear >

[Kgdb-bugreport] kgdb errors over ethernet

2006-09-05 Thread Furqan Ahmed Ghulam Shabbir
Hi,            I am using kgdb-2.3 on kernel 2.6.13 through ethernet. When I am trying to connect to remote machine I am getting “Packet ignoring error “. This error is solve if I first reboot the target machine with the default kernel then again rebooting the target with kgdb enabled

Re: [Kgdb-bugreport] kgdb_fault_longjmp() trashes $fp reg. on MIPS

2006-09-05 Thread Amit S. Kale
Sergei, I am not a MIPS expert, though your argument appears valid. Would it be possible for you to rewrite this code in assembly? -Amit On Monday 28 August 2006 03:47, Tom Rini wrote: > On Sun, Aug 27, 2006 at 06:26:48PM +0400, Sergei Shtylyov wrote: > > Hello. > > > > It looks like I've f