Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 1996 10:21:01 +1000
From:      Stephen Hocking <sysseh@devetir.qld.gov.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/1274: panic: cleaned vnode isn't
Message-ID:  <199605290021.AAA05094@netfl15a.devetir.qld.gov.au>
Resent-Message-ID: <199605290030.RAA17679@freefall.freebsd.org>

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

>Number:         1274
>Category:       kern
>Synopsis:       Kernel panics with filesystem error
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 28 17:30:02 PDT 1996
>Last-Modified:
>Originator:     Stephen Hocking
>Organization:
DTIR 
>Release:        FreeBSD 2.2-CURRENT i386
>Environment:

	FreeBSD-2.2current, with config...

machine		"i386"
cpu		"I486_CPU"		# out until transient problem fixed
cpu		"I586_CPU"		# out until transient problem fixed
cpu		"I686_CPU"		# out until transient problem fixed
ident		priapus
maxusers	10
options		"CLK_USE_I8254_CALIBRATION"
config		kernel	root on wd0 
options		"COMPAT_43"
options		USER_LDT		#allow user-level control of i386 ldt
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		KTRACE			#kernel tracing
options		DIAGNOSTIC
options		INET			#Internet communications protocols
pseudo-device	ether			#Generic Ethernet
pseudo-device	loop			#Network loop back device
pseudo-device	ppp	2		#Point-to-point protocol
pseudo-device	bpfilter	4	#Berkeley packet filter
pseudo-device	tun	1		# Tunnel device
pseudo-device	vn	# Vnode driver (turns file into device)
pseudo-device	disc	# Discard device
options		"TCP_COMPAT_42"		#emulate 4.2BSD TCP bugs
options		GATEWAY			#internetwork gateway
options		MROUTING		# Multicast routing
options		FFS			#Fast filesystem
options		MFS			#Memory File System
options		DEVFS			#devices filesystem
pseudo-device	pty	16	#Pseudo ttys
pseudo-device	log		#Kernel syslog interface (/dev/klog)
controller	isa0
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options		"NCONS=4"
options		"FAT_CURSOR"
options		UCONSOLE
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
controller	wdc0	at isa? port "IO_WD1" bio irq 14 flags 0x80ff80ff vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
device		lpt0	at isa? port "IO_LPT1" tty irq 7 vector lptintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
controller	snd0
device opl0     at isa? port 0x388
device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr
device sbxvi0   at isa? drq 5
device sbmidi0  at isa? port 0x330
device pca0 at isa? tty
device		joy0	at isa? port "IO_GAME"

Hardware - 16Mb, 486/66, 256k cache, 2 IDE drives, S3801, 2 serial, 1P

>Description:

	Whilst doing a "make world", or at random times overnight (I wasn't
here, only got the crash dump), the system will panic with


Script started on Wed May 29 09:37:48 1996
# gdb -k kernel.0 vmcore.0
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.13 (i386-unknown-freebsd), 
Copyright 1994 Free Software Foundation, Inc...(no debugging symbols found)...
IdlePTD 1da000
current pcb at 1c3c1c
panic: cleaned vnode isn't
#0  0xf017b31b in boot ()
(kgdb) bt
#0  0xf017b31b in boot ()
#1  0xf0113e3a in panic ()
#2  0xf012e89d in getnewvnode ()
#3  0xf015ebc3 in ffs_vget ()
#4  0xf01626a7 in ufs_lookup ()
#5  0xf012dbc1 in lookup ()
#6  0xf012d6a3 in namei ()
#7  0xf0131eea in lstat ()
#8  0xf0181ddc in syscall ()
#9  0xf0178a45 in Xsyscall ()
#10 0x803bc62 in ?? ()
#11 0x803b50b in ?? ()
#12 0x16ff in ?? ()
#13 0x3553 in ?? ()
#14 0x1096 in ?? ()
(kgdb) # 
Script done on Wed May 29 09:38:07 1996

>How-To-Repeat:

	Make world generally does it - but it has happened when the machine's
been under light load (it generally just monitors other machines on the net).

>Fix:
	

	unknown -  

------- End of Forwarded Message


-- 
The views expressed above are not those of the Worker's Compensation Board of
Queensland, Australia.


>Audit-Trail:
>Unformatted:



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