Subject: Re: CVS commit: syssrc
To: Jason R Thorpe <thorpej@zembu.com>
From: Eduardo Horvath <eeh@turbolinux.com>
List: tech-kern
Date: 09/28/2000 12:33:01
On Thu, 28 Sep 2000, Jason R Thorpe wrote:
> On Thu, Sep 28, 2000 at 12:13:50PM -0700, Eduardo Horvath wrote:
>
> > Can't get a trace. Either it loops forever or does a longjmp back into
> > DDB and we lose the trace.
>
> Are you trying to reboot, or something? You could always hack your
No, all I do is use the magic key sequence to break into DDB then type
`tr'.
> DDB to print the PC of the fault before it longjmp's back into the
> command loop.
That's how I determined that the problem is inside lockmgr().
Eduardo Horvath