From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 18:30:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E218416A4CE for ; Mon, 1 Nov 2004 18:30:21 +0000 (GMT) Received: from volt.iem.pw.edu.pl (volt.iem.pw.edu.pl [194.29.146.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488DE43D53 for ; Mon, 1 Nov 2004 18:30:20 +0000 (GMT) (envelope-from ato@volt.iem.pw.edu.pl) Received: from volt.iem.pw.edu.pl (ato@localhost [127.0.0.1]) by volt.iem.pw.edu.pl (8.13.1/8.13.1) with ESMTP id iA1IUGgL010331 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 1 Nov 2004 19:30:17 +0100 (CET) (envelope-from ato@volt.iem.pw.edu.pl) Received: (from ato@localhost) by volt.iem.pw.edu.pl (8.13.1/8.12.10/Submit) id iA1IUGxM010330 for freebsd-current@freebsd.org; Mon, 1 Nov 2004 19:30:16 +0100 (CET) (envelope-from ato) Date: Mon, 1 Nov 2004 19:30:16 +0100 From: Andrzej Tobola To: freebsd-current@freebsd.org Message-ID: <20041101183016.GA8186@volt.iem.pw.edu.pl> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Mailman-Approved-At: Tue, 02 Nov 2004 13:20:04 +0000 Subject: panic: Duplicate free X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 01 Nov 2004 18:30:36 -0000 Today -current, diskless station boot: .... subnet mask ...... Adjusted interface sis0 SLab at 0xc0fcdfa8, freei 8 = 0. panic: Duplicate free of item 0xc0fcd800 from zone 0xc0c45ae0(Mbuf) KDB: enter: panic [thread 100001] Stopped at kdb_enter+0x2a: movl %esi,%esi db> where *** error reading from address 104 *** db> trace *** error reading from address 104 *** When kernel is generated without: .... makeoptions DEBUG=-g options DDB options KDB options WITNESS options WITNESS_SKIPSPIN options INVARIANTS options INVARIANT_SUPPORT all is OK any clue ? -a