Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 1997 15:30:02 -0800 (PST)
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-bugs
Subject:   Re: kern/2649: accessing floppy using wrong major number causes crash at next access
Message-ID:  <199702032330.PAA27861@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/2649; it has been noted by GNATS.

From: j@uriah.heep.sax.de (J Wunsch)
To: javaman@halcyon.com
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: kern/2649: accessing floppy using wrong major number causes crash at next access
Date: Tue, 4 Feb 1997 00:26:13 +0100

 As javaman@halcyon.com wrote:
 
 > Accessing the floppy using the wrong /dev/fdX.XXXX will cause a crash
 > at the next access.  I was using mtools at the time, but I have repeated
 
 (Btw. that's the minor number, not the major number.  Nevermind.)
 
 > Fatal Trap 9: general protection fault while in kernel mode
 > instruction pointer                         = 0x8:0xf010def1
 > stack pointer                               = 0x10: 0xefbffd64
 > frame pointer                               = 0x10: 0xefbffd8c
 > code segment                                = base 0x0, limit 0xfffff, type 0x1b
 > processor eflags                            = interrupt enabled, resume, IOPL=0
 > int mask                                    = net tty bio
 > panic: general protection fault
 
 I've never seen this, and be assured, i also use mtools every now
 and then...
 
 Again, do a
 
 	nm /kernel | sort | more
 
 and extract the region around 0xf010def1.
 
 What makes me wonder is the GP fault.  This is something concerning
 the dreaded segment registers... maybe Bruce's got an idea offhand.
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)



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