Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 1997 19:02:25 +0200
From:      Alexander Litvin <archer@lucky.net>
To:        hackers@freebsd.org
Subject:   Panic -- advise needed
Message-ID:  <19971105190225.29498@burka.carrier.kiev.ua>

next in thread | raw e-mail | index | archive | help
May be, sombody can give us advise on the following panic. This is
on our proxy server: P-II 266, 128M RAM, ASUS P2L97, Intel 440LX chipset,
"almost" 2.2.5 (2.2.5 with kernel and lkm's from STABLE some two
days after 2.2.5 released). Quite busy -- squid getting about 50000
requests per hour at load peaks. 

May be I'm missing something and simply need to reconfigure kernel
in some way?

Output of (kgdb)bt:
--------------------------------------------------------------------
#0  boot (howto=256) at ../../kern/kern_shutdown.c:266
#1  0xf010fc92 in panic (fmt=0xf0180c5f "page fault")
    at ../../kern/kern_shutdown.c:390
#2  0xf01817c6 in trap_fatal (frame=0x2feeb3a) at ../../i386/i386/trap.c:742
#3  0xf01812b4 in trap_pfault (frame=0x2feeb3a, usermode=0)
    at ../../i386/i386/trap.c:653
#4  0xf0180f8f in trap (frame={tf_es = 16, tf_ds = 1952972816, tf_edi = 0,
      tf_esi = -215302907, tf_ebp = -272630052, tf_isp = 50260834,
      tf_ebx = -212382784, tf_edx = 1201, tf_ecx = -219720704,
      tf_eax = 15735661, tf_trapno = 12, tf_err = 2, tf_eip = 15735767,
      tf_cs = 8, tf_eflags = 66178, tf_esp = 16, tf_ss = 16})
    at ../../i386/i386/trap.c:311
#5  0xf01bd7 in ?? ()
#6  0xf0119da7 in soo_close (fp=0xf3574bc0, p=0xf2e75400)
    at ../../kern/sys_socket.c:206
#7  0xf0108f4c in closef (fp=0xf3574bc0, p=0xf2e75400)
    at ../../kern/kern_descrip.c:896
#8  0xf0108639 in close (p=0xf2e75400, uap=0xefbfff94, retval=0xefbfff84)
    at ../../kern/kern_descrip.c:392
#9  0xf0181a03 in syscall (frame={tf_es = 135135271, tf_ds = -272695257,
      tf_edi = 8398976, tf_esi = 828200, tf_ebp = -272639180,
      tf_isp = -272629788, tf_ebx = 1191, tf_edx = 0, tf_ecx = 0, tf_eax = 6,
      tf_trapno = 7, tf_err = 7, tf_eip = 135079041, tf_cs = 31,
      tf_eflags = 582, tf_esp = -272639224, tf_ss = 39})
    at ../../i386/i386/trap.c:890
#10 0x80d2481 in ?? ()
#11 0x16967 in ?? ()
#12 0x9249 in ?? ()
#13 0xa157 in ?? ()
#14 0x1ebce in ?? ()
#15 0x1095 in ?? ()
-----------------------------------------------------------------------


kernel config file:
-----------------------------------------------------------------------

machine		"i386"
ident		zebra
maxusers	160
options		FAILSAFE
options         INCLUDE_CONFIG_FILE     # Include this file in kernel
config		kernel	root on sd0 dumps on sd0

cpu		"I586_CPU"		# aka Pentium(tm)
cpu		"I686_CPU"		# aka Pentium Pro(tm)

options		"COMPAT_43"
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		"MD5"

options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

options		INET			#Internet communications protocols
pseudo-device	ether			#Generic Ethernet
pseudo-device	loop			#Network loopback device
pseudo-device	bpfilter	4	#Berkeley packet filter
pseudo-device	disc			#Discard device

options		FFS			#Fast filesystem
options		NQNFS			#Enable NQNFS lease checking
options		PROCFS			#Process filesystem
options		NSWAPDEV=4
options		QUOTA			#enable disk quotas

controller	scbus0	#base SCSI code
device		sd0	#SCSI disks
device		sd1	#SCSI disks
device		sd2	#SCSI disks
options		SCSI_REPORT_GEOMETRY

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	log		#Kernel syslog interface (/dev/klog)
pseudo-device	gzip		#Exec gzipped a.out's
pseudo-device	vn		#Vnode driver (turns a file into a device)
pseudo-device	snp	3	#Snoop device - to look at pty/vty/etc..
pseudo-device	ccd	4	#Concatenated disk driver

controller	isa0
options		"AUTO_EOI_1"
options		BOUNCE_BUFFERS
options		"MAXMEM=(128*1024)"
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options		MAXCONS=16		# number of virtual consoles
device		npx0	at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
options	FDSEEKWAIT=16
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr

device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
controller	pci0
controller	ahc0
device		de0
----------------------------------------------------------------


--
Alexander Litvin

Duty Postmaster, Lucky Net Ltd.



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