Subject: Re: gdb over ktrace
To: Bill Studenmund <wrstuden@zembu.com>
From: SAITOH Masanobu <masanobu@iij.ad.jp>
List: tech-kern
Date: 04/14/2000 04:17:47
> > int
> > f()
> > {
> > int *p;
> >
> > p = 0;
>
> ??? Aren't you supposed to malloc space, rather than just arbitrarily
> start accessing it? You're stepping on whatever is in page 0...
Sorry, it is the test code for the gdb for sh3. It doesn't influence
this problem.
I noticed that it works under local filesystem. I had tried that
program over NFS. It works fine when NFS server is NetBSD. But
it doesn't work under my NFS server (Solaris2) which have my home
directory...
----------------------------------------------------------
SAITOH Masanobu (masanobu@iij.ad.jp
msaitoh@netbsd.org)