From owner-freebsd-current Fri May 25 10:48:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 7DF4437B42C; Fri, 25 May 2001 10:48:23 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4PHllG18737; Fri, 25 May 2001 10:47:47 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010525085426C.thomma@baynetworks.com> Date: Fri, 25 May 2001 10:47:51 -0700 (PDT) From: John Baldwin To: Tamiji Homma Subject: RE: Panic vm_page_alloc(sendfile) Cc: freebsd-current@FreeBSD.org, alfred@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 yet... It may panic at FTP > client side as well. > > My last cvsup was around 22:00 PDT on May 24 2001. > > panic: mutex vm not owned at ../../vm/vm_page.c:755 > Debugger("panic") > db> trace > Debugger(c038865b) at Debugger+0x44 > panic(c0387828,c03a0554,c03a1eaf,2f3,0) at panic+0x70 > _mtx_assert(c045ca20,1,c03a1eaf,2f3) at _mtx_assert+0x49 > vm_page_alloc(c8bcc9c0,0,0,c8b04b9c,c8b04a80) at vm_page_alloc+0x22 > sendfile(c8b04a80,c8b43f80,0,0,381508) at sendfile+0x31e > syscall(2f,2f,2f,381508,0) at syscall+0x689 > syscall_with_err_pushed() at syscall_with_err_pushed+0x1b > > PS: I am not subscribed to -current but subscribed to > current-digest so if it is already reported/fixed, sorry... Cool, thanks for the bug report. Please try the patch at http://www.FreeBSD.org/~jhb/patches/sendfile.patch. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message