Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 1996 21:13:28 -0700 (PDT)
From:      John-Mark Gurney <gurney_j@nike.efn.org>
To:        FreeBSD Hackers <hackers@freebsd.org>
Subject:   double fault upon running gzip binary...
Message-ID:  <Pine.BSF.3.91.960427210106.3338D-100000@nike.efn.org>

next in thread | raw e-mail | index | archive | help
well... I'm running FreeBSD 2.2-960323-SNAP on my Toshiba T1960CS 
notebook, 486/50dx2...

I have 

pseudo-device   gzip            # Exec gzipped a.out's

compiled into my kernel for my notebook plus pccard stuff from 0414...  I 
would run tcsh gzipped under multiuser mode and it would just reboot.. 
no warning or anything..  imediate reboot...  so I decided to run it under 
single user mode and got:

Fatal double fault:
eip = 0xf018c479
esp = 0xefbfdff8
ebp = 0xefbfe094
panic: double fault

when I ran it...

the machine has 12 megs of ram... the pcmcia control is an Intel 82365... 
plus I have nep0 driver compiled in...  it has a 1.0 APM BIOS and Slow
Idling CPU is disabled... 

my kernel config file is:
machine		"i386"
cpu		"I486_CPU"
ident		note
maxusers	10

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=8"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
options		LAPTOP
options		NEPPMHACK

config		kernel	root on wd0 swap on wd0 and wd1 and sd0 and sd1 and vn0 dumps on wd0

controller	isa0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0

controller	crd0
device		pcic0

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device          sio2    at isa? port "IO_COM3" tty irq 5 vector siointr
device          sio3    at isa? port "IO_COM3" tty irq 5 vector siointr
device          sio4    at isa? port "IO_COM3" tty irq 5 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr
device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

device nep0 at isa? port 0x300 net irq 10 vector nepintr

device pca0 at isa? tty

device          apm0    at isa?

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	pif
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	pty	16
pseudo-device	speaker
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	vn
pseudo-device	tun	1

I'm not sure how to procede from here... I have in the past (on for 
my other machine) tried to compile in KGDB, DDB, and DDB_UNATTENDED but the 
kernel didn't compile unless I removed those options...  Thanks for the 
help...

John-Mark

gurney_j@efn.org
http://resnet.uoregon.edu/~gurney_j/
Modem/FAX: (541) 683-6954   (FreeBSD Box)

Live in Peace, destroy Micro$oft, support free software, run FreeBSD (unix)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960427210106.3338D-100000>