Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 1996 10:49:14 +0200 (MET DST)
From:      Christian Kratzer <ck@toplink.net>
To:        freebsd-hackers@freebsd.org
Subject:   Help: Kernel panic ...
Message-ID:  <199606060849.KAA18660@toplink1.toplink.net>

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

I was just reading my news with tin on this 64MB P100 ASUS TP4
FreeBSD2.1r machine (no load) when suddenly following scrolled
in my face. ;-((( ( I was not amused )

I've been seeing this a couple of times on our machines since
we installed a new site wide kernel.  I have appended the 
dmesg output after the crash and the diffs from GENERIC to
my kernel config.

Could it have to do with the berkeley packet filter bpf
I recently added to our kernel config ?   I never had that 
in there before. Apart from that I have removed the wd* devices
and added the cy0 driver.  

I'd be thankfull for any pointers.

Greetings
Christian Kratzer
TopLink


-----------
Fatal trap 12: page fault while in kernel mode
fault virtual address	= 0x0
fault code		= supervisor write, page not present
instruction pointer	= 0x8:0xf01a389e
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		= 2 (pagedaemon)
interrupt mask		= net tty bio 
panic: page fault

syncing disks... FreeBSD 2.1.0-RELEASE #1: Tue May 28 11:10:18 MET DST 1996
    root@toplink1.toplink.net:/usr/src/sys/compile/TOPLINK_GENERIC
CPU: 99-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU)
  Origin = "GenuineIntel"  Id = 0x526  Stepping=6
  Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC>
real memory  = 67108864 (65536K bytes)
avail memory = 62758912 (61288K bytes)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 not found at 0x280
ed1 not found at 0x300
cy0 not found
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
sio2 at 0x3e8-0x3ef irq 5 on isa
sio2: type 16550A
sio3 at 0x2e8-0x2ef irq 9 on isa
sio3: type 16550A
lpt0 not found at 0xffffffff
lpt1 not found at 0xffffffff
lpt2 not found at 0xffffffff
mse0: wrong signature ff
mse0 not found at 0x23c
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
bt0 not found at 0x330
uha0 not found at 0x330
ahc1 not found
ahb0 not found
aha0 not found at 0x330
aic0 not found at 0x340
nca0 not found at 0x1f88
nca1 not found at 0x350
sea0 not found
wt0 not found at 0x300
mcd0 not found at 0x300
mcd1: timeout getting status
mcd1 not found at 0x340
matcdc0 not found at 0x230
scd0 not found at 0x230
ie0 not found at 0x360
1 3C5x9 board(s) on ISA found at 0x300
ep0 at 0x300-0x30f irq 10 on isa
ep0: aui/bnc/utp[*BNC*] address 00:a0:24:2e:44:d8 irq 10
ix0 not probed due to I/O address conflict with ep0 at 0x300
le0 not probed due to I/O address conflict with ep0 at 0x300
lnc0 not found at 0x280
lnc1 not probed due to I/O address conflict with ep0 at 0x300
ze0 not probed due to I/O address conflict with ep0 at 0x300
zp0 not probed due to I/O address conflict with ep0 at 0x300
npx0 on motherboard
npx0: INT 16 interface
Probing for devices on the PCI bus:
chip0 <Intel 82437 (Triton)> rev 2 on pci0:0
chip1 <Intel 82371 (Triton)> rev 2 on pci0:7
ncr0 <ncr 53c810 scsi> rev 2 int a irq 11 on pci0:12
ncr0 waiting for scsi devices to settle
(ncr0:0:0): "MICROP 4421-07   0124SJ 24SJ" type 0 fixed SCSI 2
sd0(ncr0:0:0): Direct-Access 
sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8.
2047MB (4193360 512 byte sectors)
(ncr0:1:0): "CONNER CFP1080S 3939" type 0 fixed SCSI 2
sd1(ncr0:1:0): Direct-Access 
sd1(ncr0:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8.
1030MB (2110812 512 byte sectors)
(ncr0:2:0): "CONNER CFP2105S  2.14GB 2D4D" type 0 fixed SCSI 2
sd2(ncr0:2:0): Direct-Access 
sd2(ncr0:2:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8.
2048MB (4194304 512 byte sectors)
changing root device to sd0a
WARNING: / was not properly dismounted.
-----------

Here are the diffs from the 2.1r GENERIC kernel
--------------
6a7
> 
11,12c12,13
< ident		GENERIC
< maxusers	10
---
> ident		TOPLINK_GENERIC
> maxusers	64
40,46c41,47
< controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
< disk		wd0	at wdc0 drive 0
< disk		wd1	at wdc0 drive 1
< 
< controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
< disk		wd2	at wdc1 drive 0
< disk		wd3	at wdc1 drive 1
---
> #controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
> #disk		wd0	at wdc0 drive 0
> #disk		wd1	at wdc0 drive 1
> 
> #controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
> #disk		wd2	at wdc1 drive 0
> #disk		wd3	at wdc1 drive 1
79a81
> 
88a91,92
> device		cy0	at isa? tty irq 15 iomem 0xd8000 iosiz 0x2000 vector cyintr
> 
115,116d118
< pseudo-device	bpfilter	4	#Berkeley packet filter
< 
120,122c122,124
< pseudo-device	sl	1
< # ijppp uses tun instead of ppp device
< #pseudo-device	ppp	1
---
> pseudo-device	sl	12
> pseudo-device	ppp	12
> pseudo-device	bpfilter	4	#Berkeley packet filter
124c126,127
< pseudo-device	pty	16
---
> pseudo-device	pty	32
> pseudo-device	speaker		#Play IBM BASIC-style noises out your speaker
--------------



-- 
TopLink GbR, Internet Services				info@toplink.net
Christian Kratzer					http://www.toplink.net/
Phone: 	+49 7452 87174
Fax: 	+49 7452 87175		FreeBSD spoken here!



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