Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2004 11:56:14 +0100
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        sparc64@freebsd.org
Subject:   lockups
Message-ID:  <20040302105614.GD93751@voodoo.oberon.net>

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

--BZaMRJmqxGScZ8Mx
Content-Type: multipart/mixed; boundary="SO98HVl1bnMOfKZd"
Content-Disposition: inline


--SO98HVl1bnMOfKZd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

I've got today 3 spontaneous lockups, during ports build, with
high processor and HDD activity. The system just freezes and
doesn't leave coredumps. Kernel config and dmesg output are
attached.

-Kirill

--SO98HVl1bnMOfKZd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=VIKING
Content-Transfer-Encoding: quoted-printable

#
# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig=
-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.=20
# If you are in doubt as to the purpose or necessity of a line, check first=
=20
# in NOTES.
#
# For hardware specific information check HARDWARE.TXT
#
# $FreeBSD: src/sys/sparc64/conf/GENERIC,v 1.67 2004/01/24 21:38:52 jeff Ex=
p $

machine		sparc64
cpu		SUN4U
ident		VIKING

#To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		#Default places to look for devices.

makeoptions	DEBUG=3D-g		#Build kernel with gdb(1) debug symbols

# Platforms supported
#	At this time all platforms are supported, as-is.

options 	SCHED_ULE		#ULE scheduler
options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_ACL			#Support for access control lists
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MD_ROOT			#MD is a potential root device
options 	NFSCLIENT		#Network Filesystem Client
options 	NFSSERVER		#Network Filesystem Server
options 	NFS_ROOT		#NFS usable as root device
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		#Pseudo-filesystem framework
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		#Keep this for a while
options 	SCSI_DELAY=3D3000		#Delay (in ms) before probing SCSI=20
options 	KTRACE			#ktrace(1) syscall trace support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
#options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options 	PFIL_HOOKS		# pfil(9) framework

# Debugging for use in -current
options 	DDB			#Enable the kernel debugger

# To make an SMP kernel, the next line is needed
options 	SMP			# Symmetric MultiProcessor Kernel

# Standard busses
device		apb			# Sun APB PCI-PCI bridge
device		ebus
device		isa
device		pci
device		sbus
device		central
device		fhc

# New OpenFirmware PCI framework. This fixes a number of interrupt-
# routing problems and changes the device enumeration to be hopefully
# closer to Solaris. Be aware that, because of the latter, enabling or
# disabling this option may require reconfiguration, and can even
# cause the machine to not boot without manual intervention before the
# fstab is adjusted.
options 	OFW_NEWPCI

# ATA and ATAPI devices
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives

# SCSI Controllers
device		ahc		# AHA2940 and onboard AIC7xxx devices
device		isp		# Qlogic family
#device		mpt		# LSI-Logic MPT-Fusion (not yet)
device		ispfw		# Firmware module for Qlogic host adapters
#device		ncr		# NCR/Symbios Logic
device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)

device		ofw_console	# OpenBoot firmware console device

# Builtin hardware
device		genclock	# Generic clock interface
device		eeprom		# eeprom (really an ebus driver for the MK48Txx)
device		"mk48txx"	# Mostek MK48T02, MK48T08, MK48T59 clock

# Serial (COM) ports
device		sab		# Siemens SAB82532 based serial ports
device		zs		# Zilog 8530 based serial ports

# PCI Ethernet NICs that use the common MII bus controller code.
device		miibus		# MII bus support
device		hme		# Sun HME (Happy Meal Ethernet)

# Pseudo devices - the number indicates how many units to allocated.
device		random		# Entropy device
device		loop		# Network loopback
device		ether		# Ethernet support
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device		bpf		#Berkeley packet filter

--SO98HVl1bnMOfKZd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dmesg.out"
Content-Transfer-Encoding: quoted-printable

stray vector interrupt 2029
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 5.2-CURRENT #0: Thu Feb 26 15:42:17 CET 2004
    krion@sunny.oberon.net:/usr/obj/usr/src/sys/VIKING
Preloaded elf kernel "/boot/kernel/kernel" at 0xc044a000.
Timecounter "tick" frequency 399933937 Hz quality 0
real memory  =3D 1073741824 (1024 MB)
avail memory =3D 1035280384 (987 MB)
cpu0: Sun Microsystems UltraSparc-II Processor (399.93 MHz CPU)
cpu1: Sun Microsystems UltraSparc-II Processor (399.93 MHz CPU)
cpu2: Sun Microsystems UltraSparc-II Processor (399.93 MHz CPU)
cpu3: Sun Microsystems UltraSparc-II Processor (399.93 MHz CPU)
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
nexus0: <OpenFirmware Nexus device>
pcib0: <U2P UPA-PCI bridge> on nexus0
pcib0: Psycho, impl 0, version 4, ign 0x7c0, bus B
pcib0: [FAST]
pcib0: [FAST]
pcib0: [FAST]
initialializing counter-timer
Timecounter "counter-timer" frequency 1000000 Hz quality 0
DVMA map: 0xfc000000 to 0xffffffff
pci0: <OFW PCI bus> on pcib0
ebus0: revision 0x01
ebus0: <PCI-EBus2 bridge> mem 0x71000000-0x717fffff,0x70000000-0x70ffffff a=
t device 1.0 on pci0
ebus0: <auxio> addr 0x140072f000-0x140072f003,0x140072c000-0x140072c003,0x1=
40072a000-0x140072a003,0x1400728000-0x1400728003,0x1400726000-0x1400726003 =
(no driver attached)
ebus0: <power> addr 0x1400724000-0x1400724003 irq 37 (no driver attached)
ebus0: <SUNW,pll> addr 0x1400504000-0x1400504002 (no driver attached)
ebus0: <sc> addr 0x1400500000-0x1400500007 (no driver attached)
sab0: <Siemens SAB 82532 v3.2> addr 0x1400400000-0x140040007f irq 43 on ebu=
s0
sab0: [FAST]
sabtty0: <ttya> on sab0
sabtty0: console 9600,8,n,1,-
sabtty1: <ttyb> on sab0
ebus0: <su_pnp> addr 0x14003803f8-0x14003803ff irq 41 (no driver attached)
ebus0: <su_pnp> addr 0x14003602f8-0x14003602ff irq 42 (no driver attached)
ebus0: <ecpp> addr 0x1400700000-0x140070000f,0x140030015c-0x140030015d,0x14=
00340278-0x1400340287 irq 34 (no driver attached)
ebus0: <fdthree> addr 0x1400720000-0x1400720003,0x1400706000-0x140070600f,0=
x14003203f0-0x14003203f7 irq 39 (no driver attached)
eeprom0: <EBus EEPROM/clock> addr 0x1400000000-0x1400001fff on ebus0
eeprom0: model mk48t59
eeprom0: hostid 80007d73
ebus0: <flashprom> addr 0x1000000000-0x10000fffff (no driver attached)
hme0: <Sun HME 10/100 Ethernet> mem 0x8000-0xffff at device 1.1 on pci0
hme0: Ethernet address: 00:60:4e:00:7d:73
miibus0: <MII bus> on hme0
nsphy0: <DP83840 10/100 media interface> on miibus0
nsphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
sym0: <875> port 0x400-0x4ff mem 0x12000-0x12fff,0x10000-0x100ff at device =
2.0 on pci0
sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
sym1: <875> port 0x800-0x8ff mem 0x16000-0x16fff,0x14000-0x140ff at device =
2.1 on pci0
sym1: No NVRAM, ID 7, Fast-20, SE, parity checking
pcib1: <U2P UPA-PCI bridge> on nexus0
pcib1: Psycho, impl 0, version 4, ign 0x7c0, bus A
pci1: <OFW PCI bus> on pcib1
Timecounters tick every 10.000 msec
Waiting 3 seconds for SCSI devices to settle
da0 at sym1 bus 0 target 0 lun 0
da0: <CMD TECH ORD-5330-104 C1-A> Fixed Direct Access SCSI-2 device=20
da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing En=
abled
da0: 17508MB (35856384 512 byte sectors: 255H 63S/T 2231C)
SMP: AP CPU #3 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #1 Launched!
cd0 at sym0 bus 0 target 6 lun 0
cd0: <PLEXTOR CD-ROM PX-40TS 1.10> Removable CD-ROM SCSI-2 device=20
cd0: 20.000MB/s transfers (20.000MHz, offset 15)
cd0: cd present [1178952 x 512 byte records]
Mounting root from ufs:/dev/da0a
WARNING: / was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /usr/local was not properly dismounted
WARNING: /usr/ports was not properly dismounted
WARNING: /var was not properly dismounted
Cstray vector interrupt 2029
opyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 5.2-CURRENT #0: Thu Feb 26 15:42:17 CET 2004
    krion@sunny.oberon.net:/usr/obj/usr/src/sys/VIKING
Preloaded elf kernel "/boot/kernel/kernel" at 0xc044a000.
Timecounter "tick" frequency 399931812 Hz quality 0
real memory  =3D 1073741824 (1024 MB)
avail memory =3D 1035280384 (987 MB)
cpu0: Sun Microsystems UltraSparc-II Processor (399.93 MHz CPU)
cpu1: Sun Microsystems UltraSparc-II Processor (399.93 MHz CPU)
cpu2: Sun Microsystems UltraSparc-II Processor (399.93 MHz CPU)
cpu3: Sun Microsystems UltraSparc-II Processor (399.93 MHz CPU)
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
nexus0: <OpenFirmware Nexus device>
pcib0: <U2P UPA-PCI bridge> on nexus0
pcib0: Psycho, impl 0, version 4, ign 0x7c0, bus B
pcib0: [FAST]
pcib0: [FAST]
pcib0: [FAST]
initialializing counter-timer
Timecounter "counter-timer" frequency 1000000 Hz quality 0
DVMA map: 0xfc000000 to 0xffffffff
pci0: <OFW PCI bus> on pcib0
ebus0: revision 0x01
ebus0: <PCI-EBus2 bridge> mem 0x71000000-0x717fffff,0x70000000-0x70ffffff a=
t device 1.0 on pci0
ebus0: <auxio> addr 0x140072f000-0x140072f003,0x140072c000-0x140072c003,0x1=
40072a000-0x140072a003,0x1400728000-0x1400728003,0x1400726000-0x1400726003 =
(no driver attached)
ebus0: <power> addr 0x1400724000-0x1400724003 irq 37 (no driver attached)
ebus0: <SUNW,pll> addr 0x1400504000-0x1400504002 (no driver attached)
ebus0: <sc> addr 0x1400500000-0x1400500007 (no driver attached)
sab0: <Siemens SAB 82532 v3.2> addr 0x1400400000-0x140040007f irq 43 on ebu=
s0
sab0: [FAST]
sabtty0: <ttya> on sab0
sabtty0: console 9600,8,n,1,-
sabtty1: <ttyb> on sab0
ebus0: <su_pnp> addr 0x14003803f8-0x14003803ff irq 41 (no driver attached)
ebus0: <su_pnp> addr 0x14003602f8-0x14003602ff irq 42 (no driver attached)
ebus0: <ecpp> addr 0x1400700000-0x140070000f,0x140030015c-0x140030015d,0x14=
00340278-0x1400340287 irq 34 (no driver attached)
ebus0: <fdthree> addr 0x1400720000-0x1400720003,0x1400706000-0x140070600f,0=
x14003203f0-0x14003203f7 irq 39 (no driver attached)
eeprom0: <EBus EEPROM/clock> addr 0x1400000000-0x1400001fff on ebus0
eeprom0: model mk48t59
eeprom0: hostid 80007d73
ebus0: <flashprom> addr 0x1000000000-0x10000fffff (no driver attached)
hme0: <Sun HME 10/100 Ethernet> mem 0x8000-0xffff at device 1.1 on pci0
hme0: Ethernet address: 00:60:4e:00:7d:73
miibus0: <MII bus> on hme0
nsphy0: <DP83840 10/100 media interface> on miibus0
nsphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
sym0: <875> port 0x400-0x4ff mem 0x12000-0x12fff,0x10000-0x100ff at device =
2.0 on pci0
sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
sym1: <875> port 0x800-0x8ff mem 0x16000-0x16fff,0x14000-0x140ff at device =
2.1 on pci0
sym1: No NVRAM, ID 7, Fast-20, SE, parity checking
pcib1: <U2P UPA-PCI bridge> on nexus0
pcib1: Psycho, impl 0, version 4, ign 0x7c0, bus A
pci1: <OFW PCI bus> on pcib1
Timecounters tick every 10.000 msec
Waiting 3 seconds for SCSI devices to settle
da0 at sym1 bus 0 target 0 lun 0
da0: <CMD TECH ORD-5330-104 C1-A> Fixed Direct Access SCSI-2 device=20
da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing En=
abled
da0: 17508MB (35856384 512 byte sectors: 255H 63S/T 2231C)
SMP: AP CPU #3 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #1 Launched!
cd0 at sym0 bus 0 target 6 lun 0
cd0: <PLEXTOR CD-ROM PX-40TS 1.10> Removable CD-ROM SCSI-2 device=20
cd0: 20.000MB/s transfers (20.000MHz, offset 15)
cd0: cd present [1178952 x 512 byte records]
Mounting root from ufs:/dev/da0a
WARNING: / was not properly dismounted
WARNING: /usr was not properly dismounted
/usr: superblock summary recomputed
WARNING: /usr/local was not properly dismounted
WARNING: /usr/ports was not properly dismounted
/usr/ports: mount pending error: blocks 4 files 1
/usr/ports: superblock summary recomputed
WARNING: /var was not properly dismounted

--SO98HVl1bnMOfKZd--

--BZaMRJmqxGScZ8Mx
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFARGhOQC1G6a60JuURAoq6AJ9+EhEYL9JMckgJ3lIsiKdu10EsaQCfR8LT
isqx3AJfuNOfl82Q57mmnJA=
=fBN0
-----END PGP SIGNATURE-----

--BZaMRJmqxGScZ8Mx--



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