Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 1996 22:41:26 -0400 (EDT)
From:      Samy Touati <lmcsato@lmc.ericsson.se>
To:        Terry Lambert <terry@lambert.org>
Cc:        terry@lambert.org, gpalmer@FreeBSD.ORG, hackers@FreeBSD.ORG
Subject:   Re: machine crashing, what panic: free means?
Message-ID:  <Pine.Sola.3.91.960812223736.6012A-100000@chicago>
In-Reply-To: <199608122050.NAA26063@phaeton.artisoft.com>

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


I generated a core and here's the stack:


Reading symbols from kernel.debug...done.
(kgdb) exec-file /var/crash/kernel.1
(kgdb) core-file /var/crash/vmcore.1
IdlePTD 1c9000
current pcb at 1b5ff8
panic: free: multiple frees
#0  boot (howto=256) at ../../i386/i386/machdep.c:892
892                                     dumppcb.pcb_ptd = rcr3();
(kgdb) where
#0  boot (howto=256) at ../../i386/i386/machdep.c:892
#1  0xf0112a73 in panic (fmt=0xf010baa2 "free: multiple frees")
    at ../../kern/subr_prf.c:124
#2  0xf010bb83 in free (addr=0xf05c4b80, type=1)
    at ../../kern/kern_malloc.c:337 
#3  0xf0138aca in pppstart (tp=0xf01b52e8) at ../../net/if_ppp.c:1042
#4  0xf019ed7b in siopoll () at ../../i386/isa/sio.c:1554
#5  0xf0187067 in doreti_swi ()
#6  0xf018f25c in cpu_switch ()


After browsing through the sources, it seems that the problem is related 
to the sio port being saturated.
Right now I'm using a 486DX 33, will a DX66 help?
I don't have 2.1.5 yet, does anybody knows if sio.c has been changed to 
address this problem?
I'm going to reduce the spped of the serial port to 112000 bauds and see 
if this helps.


Samy


On Mon, 12 Aug 1996, Terry Lambert wrote:

> > I have version 2.1.
> > I noticed that this happens when a lot of traffic is on the ethernet 
> > card, and these packets need to be redirected to the serial port at 
> > 115200 bauds.
> > Could this bug be related to the CPU or the board being slow, for the 
> > packets throuput.
> 
> It could be.  Analyze the crash dump to locate the problem, and
> you'll be able to tell me.  8-).
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.Sola.3.91.960812223736.6012A-100000>