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 FTP put

RE: Panic vm_page_alloc(sendfile)

2001-05-25 Thread Tamiji Homma
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: Panic vm_page_alloc(sendfile) Date: Fri, 25 May 2001

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 details (I

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! You are so