Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 1996 22:51:10 -0400 (EDT)
From:      jim@reptiles.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/1498: 2.2-960801-SNAP, system hanging without error message
Message-ID:  <m0urF0A-000A0KC@barney.reptiles.org>
Resent-Message-ID: <199608160300.UAA24502@freefall.freebsd.org>

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

>Number:         1498
>Category:       kern
>Synopsis:       system hangs during inactivity
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 15 20:00:01 PDT 1996
>Last-Modified:
>Originator:     Jim Mercer
>Organization:
Reptilian Research
>Release:        FreeBSD 2.2-960801-SNAP i386
>Environment:

486DX2/66
16 meg ram
adaptec scsi
2 - SMC ethernet
1 - AST 4-port
(details in "How to reproduce")

>Description:

System ran with identical hw config 2.2-960612-SNAP without similar problems.

The system appears to run fine while process are running high (ie, complete
system rebuild).

when system is left idle, it will hang several after a while.
unable to determine length of "a while".

no messages are logged to console or to syslog.

CPU appears halted, num-luck does not respond, nor does Cntl-Alt-Del.

hang has happened every night since installing 2.2-960801-SNAP.

>How-To-Repeat:

here is a dmesg and the config file (BARNEY)

FreeBSD 2.2-960801-SNAP #0: Thu Aug 15 04:08:57 EDT 1996
    root@barney.reptiles.org:/usr/src-2.2S/sys/compile/BARNEY
i8254 clock: 1193225 Hz
CPU: i486 DX2 (486-class CPU)
  Origin = "GenuineIntel"  Id = 0x435  Stepping=5
  Features=0x3<FPU,VME>
real memory  = 16777216 (16384K bytes)
avail memory = 14811136 (14464K bytes)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA mono <4 virtual consoles, flags=0x0>
ed0 at 0x280-0x29f irq 15 maddr 0xd8000 msize 16384 on isa
ed0: address 00:00:c0:62:6e:47, type WD8013WC (16 bit) 
ed1 at 0x300-0x31f irq 10 maddr 0xd0000 msize 16384 on isa
ed1: address 00:00:c0:bd:f7:23, type WD8013W (16 bit) 
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16450
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16450
sio4 at 0x2a0-0x2a7 flags 0x701 on isa
sio4: type 16550A (multiport)
sio5 at 0x2a8-0x2af flags 0x701 on isa
sio5: type 16550A (multiport)
sio6 at 0x2b0-0x2b7 flags 0x701 on isa
sio6: type 16550A (multiport)
sio7 at 0x2b8-0x2bf irq 5 flags 0x701 on isa
sio7: type 16550A (multiport master)
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 765
fd0: 1.44MB 3.5in
aha0 at 0x330-0x333 irq 11 drq 5 on isa
aha0 waiting for scsi devices to settle
(aha0:0:0): "MICROP 1578-15MB1057403 HSP4" type 0 fixed SCSI 1
sd0(aha0:0:0): Direct-Access 312MB (640500 512 byte sectors)
sd0(aha0:0:0): with 1224 cyls, 15 heads, and an average 34 sectors/track
(aha0:1:0): "TOSHIBA MK438FB 5133" type 0 fixed SCSI 2
sd1(aha0:1:0): Direct-Access 859MB (1759626 512 byte sectors)
sd1(aha0:1:0): with 1980 cyls, 11 heads, and an average 80 sectors/track
npx0 on motherboard
npx0: INT 16 interface
changing root device to sd0a

/sys/i386/conf/BARNEY:

#
# BARNEY -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: BARNEY,v 1.70 1996/05/13 04:29:13 nate Exp $
#

machine		"i386"
cpu			"I386_CPU"
cpu			"I486_CPU"
cpu			"I586_CPU"
cpu			"I686_CPU"
ident		"BARNEY"
maxusers	20

options		INET			#InterNETworking
options		FFS				#Berkeley Fast Filesystem
options		NFS				#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15	#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS	#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		"MAXCONS=4"
options		"COM_MULTIPORT"
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		SCSI_REPORT_GEOMETRY
options		COMPAT_LINUX

config		kernel	root on wd0

controller	isa0
#controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

#options		ATAPI		#Enable ATAPI support for IDE bus
#options		ATAPI_STATIC	#Don't do it as an LKM
#device		wcd0	#IDE CD-ROM

# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
# for any number of installed devices.

controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr

controller	scbus0

device		sd0

device		od0

device		st0

device		cd0	#Only need one of these, the code dynamically grows

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
#options		PCVT_FREEBSD=210	# pcvt running on FreeBSD >= 2.0.5
#options		XSERVER			# include code for XFree86
#options		FAT_CURSOR		# start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options		PCVT_SCANSET=2		# IBM keyboards are non-std

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

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		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr
#device		sio3	at isa? disable port "IO_COM4" tty irq 9 vector siointr

device		sio4	at isa? port 0x2a0 tty flags 0x701 
device		sio5	at isa? port 0x2a8 tty flags 0x701
device		sio6	at isa? port 0x2b0 tty flags 0x701
device		sio7	at isa? port 0x2b8 tty flags 0x701 irq 5 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

device ed0 at isa? port 0x280 net irq 15 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 10 iomem 0xd0000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	6
pseudo-device	ppp	6
pseudo-device	pty	32
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	bpfilter	2	#Berkeley packet filter

>Fix:
	
	dunno
    i will attempt to run a kernel with debugging, etc, to see if it
    spits out an error message.

>Audit-Trail:
>Unformatted:



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