RE: Panic vm_page_alloc(sendfile)

2001-05-25 Thread Tamiji Homma
> >On 25-May-01 Tamiji Homma wrote: > > John, > > > > Thank you for quick patch. But I hate to report "The patch didn't work." > > You need another patch to try ;-) > It sort of worked. :) It got farther along. :) Please try the updated > sendfile.patch. Thanks. The second patch worked!

RE: Panic vm_page_alloc(sendfile)

2001-05-25 Thread John Baldwin
On 25-May-01 Tamiji Homma wrote: > John, > > Thank you for quick patch. But I hate to report "The patch didn't work." > You need another patch to try ;-) It sort of worked. :) It got farther along. :) Please try the updated sendfile.patch. Thanks. > Here is trace back. I omitted detail

RE: Panic vm_page_alloc(sendfile)

2001-05-25 Thread Tamiji Homma
/../vm/vm_page.h:320 Debugger("panic") Stop at Debugger+0x44: pushl %ebx db> trace Debugger panic _mtx_assert vm_page_unwire sf_buf_free sbdrop tcp_input ip_input ipintr swi_net ithread_loop fork_exit fork_trampoline Tammy From: John Baldwin <[EMAIL PROTECTED]> Subject: RE: Pani

RE: Panic vm_page_alloc(sendfile)

2001-05-25 Thread John Baldwin
On 25-May-01 Tamiji Homma wrote: > Hi, > > I noticed this panic for last few days on my -current > sandbox laptop. > > When I do FTP get file from the machine running > -current causes panic like below (hand copied). > > The machine running ftpd panics not FTP client side. > I have not tried F