Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2004 19:30:16 +0100
From:      Andrzej Tobola <ato@iem.pw.edu.pl>
To:        freebsd-current@freebsd.org
Subject:   panic: Duplicate free
Message-ID:  <20041101183016.GA8186@volt.iem.pw.edu.pl>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041101183016.GA8186>