Date: Tue, 16 Apr 2002 16:40:06 -0700 (PDT) From: "Alexandr V. Shutko" <AVShutko@mail.khstu.ru> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/37086: kernel trap 12 Message-ID: <200204162340.g3GNe6V76559@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/37086; it has been noted by GNATS.
From: "Alexandr V. Shutko" <AVShutko@mail.khstu.ru>
To: freebsd-gnats-submit@FreeBSD.org, AVShutko@mail.khstu.ru
Cc:
Subject: Re: i386/37086: kernel trap 12
Date: Wed, 17 Apr 2002 10:35:09 +1100
Hello Hiten,
Tuesday, April 16, 2002, 10:52:03 PM, you wrote:
HP> Have you tried increasing the value of NMBCLUSTERS, or did you try
HP> increasing the various tunables to see if that works? Also, it would be
HP> nice to have yours full spec (CPU, RAM etc.) , and kernel config.
I increased NMBCLUSTERS just after installing... System dropped to DDB
several times on Intel Pro1000T adapter so I enabled another netcard
and disable wx0 interface and now system works just fine... It is not NMBCLUSTERS problem...
It seems to me it is wx0 driver problem...
I said in bug report that system running Intel SR1200 server.... It
have 512Mb of ram (real memory = 536608768)and two procesors PIII (CPU: Pentium III/Pentium III
Xeon/Celeron (997.46-MHz 686-class CPU).
-- Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
Also It have 3 network interfaces:
-- fxp0: <Intel Pro 10/100B/100+ Ethernet> port 0x1480-0x14bf mem
-- 0xfe760000-0xfe77ffff,0xfe790000-0xfe790fff irq 7 at device 3.0 on pci0
-- fxp1: <Intel Pro 10/100B/100+ Ethernet> port 0x14c0-0x14ff mem
-- 0xfe720000-0xfe73ffff,0xfe750000-0xfe750fff irq 9 at device 4.0 on pci0
-- wx0: <Intel PRO/1000 T Gigabit Ethernet> mem
-- 0xfebd0000-0xfebdffff,0xfebe0000-0xfebfffff irq 2 at device 8.0 on pci1
Also there is IDE RAID massive ar0: 76345MB <ATA SPAN array>
[9732/255/63] that have device driver with unsupported dump routine so
I can't produce kernel memory dump for debugging... I used DDB to get
backtrace that I post in bug report...
*******************************************************************
Kernel config:
makeoptions DEBUG=-g
machine i386
cpu I686_CPU
ident SERVICE
maxusers 128
options SMP
options APIC_IO
options MATH_EMULATE
options FFS
options FFS_ROOT
options SOFTUPDATES
options UFS_DIRHASH
options MFS
options MD_ROOT
options NFS
options NFS_ROOT
options MSDOSFS
options CD9660
options CD9660_ROOT
options PROCFS
options COMPAT_43
options SCSI_DELAY=15000
options UCONSOLE
options USERCONFIG
options VISUAL_USERCONFIG
options KTRACE
options NBUF=4096
options NMBCLUSTERS=8192
options PANIC_REBOOT_WAIT_TIME=240
options DDB
options SYSVSHM
options SHMMAXPGS=1025
options SHMALL=1025
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMIN=2
options SHMMNI=33
options SHMSEG=9
options SYSVSEM
options SEMMAP=61
options SEMMNI=61
options SEMMNS=127
options SEMMNU=61
options SEMMSL=61
options SEMOPM=101
options SEMUME=31
options SYSVMSG
options MSGMNB=2049
options MSGMNI=41
options MSGSEG=2049
options MSGSSZ=16
options MSGTQL=41
options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM
options KBD_INSTALL_CDEV
device isa
device eisa
device pci
pseudo-device loop
pseudo-device ether
pseudo-device tun
pseudo-device pty
pseudo-device md
pseudo-device bpf
options INET
options IPSEC
options IPSEC_ESP
options NETSMB
options NETSMBCRYPTO
options LIBMCHAIN
options LIBICONV
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_FORWARD
options IPFIREWALL_VERBOSE_LIMIT=1000
options IPDIVERT
options IPFILTER
options IPFILTER_LOG
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPSTEALTH
options RANDOM_IP_ID
options ICMP_BANDLIM
options DUMMYNET
options QUOTA
pseudo-device splash
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
device fd1 at fdc0 drive 1
device ata0 at isa? port IO_WD1 irq 14
device ata1 at isa? port IO_WD2 irq 15
device ata
device atadisk
device atapicd
device atapifd
options ATA_STATIC_ID
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x1
device psm0 at atkbdc? irq 12
device vga0 at isa?
device sc0 at isa? flags 0x100
device npx0 at nexus? port IO_NPX irq 13
device apm0 at nexus? disable flags 0x20
device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio1 at isa? port IO_COM2 irq 3
device miibu
device fxp
device wx
*******************************************************************
HP> I used to get this type of seg fault when using IPFW with BRIDGE-ing under
HP> FreeBSD 4.5, but everything went OK, when I tweaked the various tunables,
HP> although this might be a different case completely. :)
I tried to play with tunables... But it doesn't help... System crashes
on sendto syscall almost every hour :( when load is high...
# netstat -m
344/1744/32768 mbufs in use (current/peak/max):
333 mbufs allocated to data
11 mbufs allocated to packet headers
322/1118/8192 mbuf clusters in use (current/peak/max)
--
With respect,
Alexandr V. Shutko mailto:AVShutko@mail.khstu.ru
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204162340.g3GNe6V76559>
