panic: free: multiple frees

2001-06-04 Thread Valentin Nechayev
-current, cvsup: date=2001.06.03.00.00.00 Normally worked, but after Ctrl-Alt-Del: IdlePTD 4038656 initial pcb at 32f940 panicstr: from debugger panic messages: --- panic: free: multiple frees panic: from debugger Uptime: 25m49s (kgdb) bt #0 0xc0199a36 in dumpsys () #1 0xc0199823 in boot

Re: panic: free: multiple frees

2000-03-01 Thread Bruce Evans
On Wed, 1 Mar 2000, Doug Rabson wrote: > I think it was a problem with psm.c which Peter has committed a fix for > already. It bogusly freed the softc (sio.c does too but I doubt if it > would happen in normal usage). The free in sioclose() happens in normal usage after a pccard goes away. Mana

Re: panic: free: multiple frees

2000-03-01 Thread Doug Rabson
t; afternoon now dies and prints the following message immediately after > > initializing the keyboard: > > > > > > atkbdc0: at port 0x60-0x6f on isa0 > > atkbd0: irq 1 on atkbdc0 > > panic: free: multiple frees > > This is caused by rev.1.54 of sub

Re: panic: free: multiple frees

2000-03-01 Thread Poul-Henning Kamp
vsup this >> afternoon now dies and prints the following message immediately after >> initializing the keyboard: >> >> >> atkbdc0: at port 0x60-0x6f on isa0 >> atkbd0: irq 1 on atkbdc0 >> panic: free: multiple frees > >This is caused by rev.1.54 of su

Re: panic: free: multiple frees

2000-03-01 Thread Bruce Evans
> initializing the keyboard: > > > atkbdc0: at port 0x60-0x6f on isa0 > atkbd0: irq 1 on atkbdc0 > panic: free: multiple frees This is caused by rev.1.54 of subr_bus.c. atkbdc_isa.c does funky things with the softc. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED]

panic: free: multiple frees

2000-03-01 Thread Benjamin Greenwald
: irq 1 on atkbdc0 panic: free: multiple frees If someone can't figure out where this might be coming from I'll hook up a serial console and try to capture a verbose boot. My kernel config is also included at the very bottom. Thanks, Ben Copyright (c) 1992-2000 The FreeBSD Project. Co