Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 1999 20:48:52 -0400
From:      Joseph Jacobson <jacobson@pobox.com>
To:        freebsd-stable@freebsd.org
Subject:   frequent crashes w/ 3.3
Message-ID:  <37F161F4.3AEA6321@pobox.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------4187DCF96595E57AC6CA7A0E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Generally crashes under X after sitting idle for hours.  If there
is more information I should/can provide, please let me know.





-- 
Joseph Jacobson <jacobson@pobox.com>    Finger for PGP
http://www.pobox.com/~jacobson
#include <std/disclaimer.h>
Two men walk into a bar.  The third one ducks.
--------------4187DCF96595E57AC6CA7A0E
Content-Type: text/plain; charset=iso-8859-1;
 name="typescript"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline;
 filename="typescript"

Script started on Tue Sep 28 20:14:39 1999
bash-2.03# ls -l /usr/sup/src-all/checkouts.cvs\:RELENG_3
-rw-r--r--  1 root  bin  3808821 Sep 23 19:48 /usr/sup/src-all/checkouts.cvs:RELENG_3
bash-2.03# gdb -k
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or 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.
This GDB was configured as "i386-unknown-freebsd".
(kgdb) exec-file kernel.2 
(kgdb) symbol-file /kernel
Reading symbols from /kernel...done.
(kgdb) core-file vmcore.2
IdlePTD 3272704
initial pcb at 298d7c
panicstr: page fault
panic messages:
---
Fatal trap 12: page fault while in kernel mode
fault virtual address	= 0x0
fault code		= supervisor read, page not present
instruction pointer	= 0x8:0xc020926f
stack pointer	        = 0x10:0xc3440e18
frame pointer	        = 0x10:0xc3440e1c
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, def32 1, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 2810 (sh)
interrupt mask		= 
trap number		= 12
panic: page fault

syncing disks... 13 13 8 3 done

dumping to dev 20409, offset 458880
dump 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 
---
#0  boot (howto=256) at ../../kern/kern_shutdown.c:285
285			dumppcb.pcb_cr3 = rcr3();
(kgdb) bt
#0  boot (howto=256) at ../../kern/kern_shutdown.c:285
#1  0xc015b270 in at_shutdown (
    function=0xc02719ba <__set_sysinit_set_sym_memdev_sys_init+1050>, 
    arg=0xc339ae40, queue=-1019611520) at ../../kern/kern_shutdown.c:446
#2  0xc0234ed5 in trap_fatal (frame=0xc3440ddc, eva=0)
    at ../../i386/i386/trap.c:942
#3  0xc0234bb3 in trap_pfault (frame=0xc3440ddc, usermode=0, eva=0)
    at ../../i386/i386/trap.c:835
#4  0xc023482a in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = -1019154052, 
      tf_esi = -1019154048, tf_ebp = -1018950116, tf_isp = -1018950140, 
      tf_ebx = -1018756004, tf_edx = 0, tf_ecx = -1070982672, tf_eax = 232, 
      tf_trapno = 12, tf_err = 0, tf_eip = -1071607185, tf_cs = 8, 
      tf_eflags = 66199, tf_esp = -1018756004, tf_ss = -1018950088})
    at ../../i386/i386/trap.c:437
#5  0xc020926f in vm_object_allocate (type=OBJT_DEFAULT, size=2)
    at ../../vm/vm_zone.h:87
#6  0xc0209c34 in vm_object_shadow (object=0xc340f17c, offset=0xc340f180, 
    length=2) at ../../vm/vm_object.c:867
#7  0xc020785e in vm_map_lookup (var_map=0xc3440efc, vaddr=134819840, 
    fault_typea=3 '\003', out_entry=0xc3440f00, object=0xc3440ef4, 
    pindex=0xc3440ef8, out_prot=0xc3440ee3 "Ã", wired=0xc3440edc)
    at ../../vm/vm_map.c:2645
#8  0xc0203007 in vm_fault (map=0xc339f680, vaddr=134819840, 
    fault_type=3 '\003', fault_flags=8) at ../../vm/vm_fault.c:198
#9  0xc0234b46 in trap_pfault (frame=0xc3440fac, usermode=1, eva=134821148)
    at ../../i386/i386/trap.c:816
#10 0xc02346c6 in trap (frame={tf_es = 39, tf_ds = 39, tf_edi = 134881280, 
      tf_esi = -1, tf_ebp = -1077945276, tf_isp = -1018949676, 
      tf_ebx = 134877184, tf_edx = 0, tf_ecx = 134859828, tf_eax = 134859708, 
      tf_trapno = 12, tf_err = 7, tf_eip = 134543809, tf_cs = 31, 
      tf_eflags = 66118, tf_esp = -1077945280, tf_ss = 39})
    at ../../i386/i386/trap.c:358
#11 0x804f9c1 in ?? ()
#12 0x804fa31 in ?? ()
#13 0x804fa48 in ?? ()
#14 0x80504b2 in ?? ()
#15 0x804b2dd in ?? ()
#16 0x804a879 in ?? ()
#17 0x804a639 in ?? ()
#18 0x80512f7 in ?? ()
#19 0x80480e9 in ?? ()
(kgdb) quit
bash-2.03# dmesg
Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 3.3-STABLE #0: Mon Sep 27 22:14:03 EDT 1999
    root@home.bitshift.com:/usr/src/sys/compile/JOE
Timecounter "i8254"  frequency 1193618 Hz
Timecounter "TSC"  frequency 200527842 Hz
CPU: Pentium/P55C (200.53-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x543  Stepping = 3
  Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory  = 33488896 (32704K bytes)
avail memory = 29560832 (28868K bytes)
Preloaded elf kernel "kernel" at 0xc030d000.
Probing for devices on PCI bus 0:
chip0: <Intel 82439TX System Controller (MTXC)> rev 0x01 on pci0.0.0
chip1: <Intel 82371AB PCI to ISA bridge> rev 0x01 on pci0.7.0
uhci0: <Intel 82371AB/EB USB Host Controller> rev 0x01 int d irq 10 on pci0.7.2
chip2: <Intel 82371AB Power management controller> rev 0x01 on pci0.7.3
xl0: <3Com 3c905-TX Fast Etherlink XL> rev 0x00 int a irq 11 on pci0.17.0
xl0: Ethernet address: 00:60:08:39:89:3f
xl0: autoneg not complete, no carrier (forcing half-duplex, 10Mbps)
vga0: <Number Nine model 493d graphics accelerator> rev 0x00 int a irq 11 on pci0.18.0
es1: <AudioPCI ES1370> rev 0x00 int a irq 11 on pci0.19.0
pcm1: using I/O space register mapping at 0xef00
ahc0: <Adaptec 2940 Ultra SCSI adapter> rev 0x00 int a irq 10 on pci0.20.0
ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
Probing for PnP devices:
CSN 1 Vendor ID: USR1001 [0x01107256] Serial 0x66292220 Comp ID: @@@0000 [0x00000000]
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color <16 virtual consoles, flags=0x0>
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
psm0 irq 12 on isa
psm0: model IntelliMouse, device ID 3
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A
pcm0 not found
pca0 on motherboard
pca0: PC speaker audio driver
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
usb0: <Intel 82371AB/EB USB Host Controller>
uhub0 at usb0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
Intel Pentium detected, installing workaround for F00F bug
IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to accept, unlimited logging
Waiting 2 seconds for SCSI devices to settle
sa0 at ahc0 bus 0 target 4 lun 0
sa0: <HP HP35480A 1009> Removable Sequential Access SCSI-2 device 
sa0: 5.000MB/s transfers (5.000MHz, offset 8)
da0 at ahc0 bus 0 target 0 lun 0
da0: <SEAGATE ST34573W 6244> Fixed Direct Access SCSI-2 device 
da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled
da0: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C)
da1 at ahc0 bus 0 target 1 lun 0
da1: <SEAGATE ST32155W 0362> Fixed Direct Access SCSI-2 device 
da1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled
da1: 2049MB (4197405 512 byte sectors: 255H 63S/T 261C)
da2 at ahc0 bus 0 target 2 lun 0
da2: <SEAGATE ST32155W 0596> Fixed Direct Access SCSI-2 device 
da2: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled
da2: 2049MB (4197405 512 byte sectors: 255H 63S/T 261C)
changing root device to da1s1a
WARNING: / was not properly dismounted
cd0 at ahc0 bus 0 target 5 lun 0
cd0: <PLEXTOR CD-ROM PX-12TS 1.02> Removable CD-ROM SCSI-2 device 
cd0: 10.000MB/s transfers (10.000MHz, offset 15)
cd0: cd present [250570 x 2048 byte records]
bash-2.03# cat /usr/src/sys/i386/conf/JOE

#
machine		"i386"
ident		JOE

maxusers	32
cpu		"I586_CPU"		# aka Pentium(tm)
config		kernel	root on da1
options         INCLUDE_CONFIG_FILE     # Include this file in kernel
options		"CPU_FASTER_5X86_FPU"
options		"CPU_SUSP_HLT"
#options		MATH_EMULATE		#Support for x87 emulation
options		"COMPAT_43"		# 4.3BSD system calls
options		USER_LDT		# for WINE
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		"MD5"			# for doscmd
options		"VM86"
#options		DDB			#kernel debugger
#options		DDB_UNATTENDED
#options		DIAGNOSTIC
options		KTRACE			#kernel tracing
options		PERFMON
options		UCONSOLE
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

# NETWORKING OPTIONS
options		INET			#Internet communications protocols
pseudo-device	loop			#Network loopback device
pseudo-device	ether			#Generic Ethernet
pseudo-device	bpfilter 1		#Berkeley packet filter
pseudo-device	tun	1		#Tunnel driver (user process ppp(8))
pseudo-device	ppp	1		#Point-to-point protocol
options PPP_BSDCOMP			#PPP BSD-compress support
options PPP_DEFLATE			#PPP zlib/deflate/gzip support
options PPP_FILTER			#enable bpf filtering (needs bpfilter)

# FIREWALL
options		IPFIREWALL              #firewall
options		IPFIREWALL_VERBOSE      #print info about dropped packets
options		IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
#options	IPFIREWALL_FORWARD      #enable transparent proxy support
#options	IPDIVERT		#divert sockets
#options	IPFILTER		#kernel ipfilter support
#options	IPFILTER_LOG		#ipfilter logging
#options	IPFILTER_LKM		#kernel support for ip_fil.o LKM
options         "ICMP_BANDLIM"

# FILESYSTEM OPTIONS
options		FFS			#Fast filesystem
options		MFS			#Memory File System
options		NFS			#Network File System
options		"CD9660"		#ISO 9660 filesystem
options		MSDOSFS			#MS DOS File System
options		PROCFS			#Process filesystem
options		FFS_ROOT		#FFS usable as root device
options		MFS_ROOT		#MFS usable as root device
options		NFS_ROOT		#NFS usable as root device
options		"CD9660_ROOT"		#CD-ROM usable as root device

# SCSI DEVICES
controller	scbus0	#base SCSI code
device		da0	#SCSI direct access devices (aka disks)
device		sa0	#SCSI tapes
device		cd0	#SCSI CD-ROMs
device		pass0	#CAM passthrough driver
options		SCSI_REPORT_GEOMETRY

# MISCELLANEOUS DEVICES AND OPTIONS

pseudo-device	pty	16	#Pseudo ttys - can go as high as 256
pseudo-device	speaker		#Play IBM BASIC-style noises out your speaker
pseudo-device	gzip		#Exec gzipped a.out's
#pseudo-device	snp	3	#Snoop device - to look at pty/vty/etc..
#pseudo-device	ccd	4	#Concatenated disk driver
# pseudo-device	vinum		#Vinum concat/mirror/raid driver
options		"MSGBUF_SIZE=40960"

# HARDWARE DEVICE CONFIGURATION
controller	isa0
controller	pnp0
controller	atkbdc0	at isa? port IO_KBD tty
device		atkbd0	at isa? tty irq 1
device		psm0	at isa? tty irq 12
device		vga0	at isa? port ? conflicts
#options	VGA_ALT_SEQACCESS
options		VESA			# needs VM86 defined too!!
pseudo-device	splash
device		sc0	at isa? tty
options		SC_HISTORY_SIZE=200	# number of history buffer lines
#options	SC_DISABLE_REBOOT	# disable reboot key sequence
device		npx0	at isa? port IO_NPX irq 13
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2
disk		fd0	at fdc0 drive 0
device		sio0	at isa? port "IO_COM1" tty flags 0x10 irq 4
device		pcm0	at isa? port ? tty irq 10 drq 1 flags 0x0
device		pca0	at isa? port "IO_TIMER1" tty
#device		joy0	at isa? port IO_GAME

controller	pci0
device		ahc0
device		xl0

# SMB bus
controller	smbus0
device		smb0	at smbus?
# I2C Bus
controller	iicbus0
controller	iicbb0
device		ic0      at iicbus?
device		iic0     at iicbus?
device		iicsmb0  at iicbus?



# Parallel-Port Bus
controller	ppbus0
controller	vpo0	at ppbus?
device		lpt0	at ppbus?
device		plip0	at ppbus?
device		ppi0	at ppbus?

#
# More undocumented options for linting.
# options		CLK_CALIBRATION_LOOP
options		"CLK_USE_I8254_CALIBRATION"
options		CLK_USE_TSC_CALIBRATION
options		NO_LKM
options		COMPAT_LINUX
options		"EXT2FS"
options		SHOW_BUSYBUFS	# List buffers that prevent root unmount

# USB
controller	uhci0
controller	ohci0
controller	usb0
device		ugen0	# Generic USB device driver
device		uhid0	# Human Interface Device (anything w/ buttons and dials)
device		ukbd0	# USB keyboard
device		ulpt0	# USB printer
device		ums0	# USB mouse

bash-2.03# exit

Script done on Tue Sep 28 20:15:26 1999

--------------4187DCF96595E57AC6CA7A0E--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37F161F4.3AEA6321>