Subject: Re: current-build vm question
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: current-users
Date: 02/19/2002 16:40:26
Hisashi T Fujinaka <htodd@twofifty.com> writes:

> ecx	0x1680
> eax	0x54
> eip	0xc017cf50 pfind+0x28
> cs	0x8
> eflags	0x10286
> esp	0xcfa3b190 end+0xf61dc44
> ss	0x10
> pfind+0x28: cmpl %esi, 0x3c(%ecx)
> 
> 
> trace loops with
> 
> pfind(
> selwakeup(

mmm, another panic.  Probably, the expression is `p->p_pid == pid' in
pfind() and p is 0x1680 (how bogus).  I wonder if this is related with
previous one or not.

enami.