From owner-freebsd-current@FreeBSD.ORG Wed Feb 28 20:15:49 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF9DA16A401 for ; Wed, 28 Feb 2007 20:15:49 +0000 (UTC) (envelope-from paulius+freebsd-current@devnull.lt) Received: from bebras.devnull.lt (bebras.devnull.lt [213.197.178.124]) by mx1.freebsd.org (Postfix) with ESMTP id 8F56E13C474 for ; Wed, 28 Feb 2007 20:15:49 +0000 (UTC) (envelope-from paulius+freebsd-current@devnull.lt) Received: from guzas.devnull.lt (unknown [84.15.112.159]) by bebras.devnull.lt (Postfix) with ESMTP id 645C6F2656 for ; Wed, 28 Feb 2007 21:46:33 +0200 (EET) Received: by guzas.devnull.lt (Postfix, from userid 1001) id 7E1C37C; Wed, 28 Feb 2007 19:46:53 +0000 (UTC) Date: Wed, 28 Feb 2007 21:46:53 +0200 From: Paulius Bulotas To: freebsd-current@freebsd.org Message-ID: <20070228194653.GA2104@devnull.lt> Mail-Followup-To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-URL: http://devnull.lt/ Subject: panic: sbdrop X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2007 20:15:49 -0000 Hello, we have two Sun Fire X4100 running quite recent current: FreeBSD 7.0-CURRENT #0: Fri Feb 23 21:12:46 EET 2007 root@anti:/usr/obj/usr/src/sys/GENERIC amd64 and they both panic once a day or two with: panic: sbdrop cpuid = 1 KDB: enter: panic [thread pid 68163 tid 100266 ] Stopped at kdb_enter+0x2f: nop db> bt Tracing pid 68163 tid 100266 td 0xffffff00abdb47b0 kdb_enter() at kdb_enter+0x2f panic() at panic+0x225 sbdrop_internal() at sbdrop_internal+0x1bd sbflush_internal() at sbflush_internal+0x3c sbrelease_internal() at sbrelease_internal+0x1c sofree() at sofree+0x1ea soclose() at soclose+0x249 soo_close() at soo_close+0x3f fdrop_locked() at fdrop_locked+0xc8 closef() at closef+0x324 kern_close() at kern_close+0x15d syscall() at syscall+0x1ef Xfast_syscall() at Xfast_syscall+0xab --- syscall (6, FreeBSD ELF64, close), rip = 0x800c7a3cc, rsp = 0x7fffffffec48, rbp = 0 --- it seems, there is open PR with similar panic, but difference backtrace: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/96042 any ideas? TIA Paulius