Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 1997 14:43:45 -0600
From:      "Justin T. Gibbs" <gibbs@plutotech.com>
To:        Nick Esborn <nick@capella.grayphics.com>
Cc:        freebsd-questions@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG
Subject:   Re: RELENG-22 fatal trap 18 
Message-ID:  <199705181945.NAA19645@pluto.plutotech.com>
In-Reply-To: Your message of "Sun, 18 May 1997 11:31:18 PDT." <Pine.BSF.3.95.970518111329.5464A-100000@capella.grayphics.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>
>Fatal trap 18: integer divide fault while in kernel mode
>instruction pointer     = 0x8:0xf01b5eea

This doesn't look at all like a SCSI problem.  SCSI problems usually
show up as transaction timeouts, not integer divide panics.  The
fact that your filesystem needs to be fscked at boot is simply a
consequence of the crash.

The next thing for you to do is to find out what routine the
instruction pointer is in.  Doing an "nm /kernel | sort" will do
that for you.  The next step is to put DDB into your kernel (options
DDB + *full* kernel rebuild) so you can provide a stack trace the next
time it happens.

My gut feeling is that you shouldn't be overclocking your P6 and that 
this is the cause of your problem.  Overclocking issues are usually
very load dependant, and different versions of FreeBSD have different
memory/cache load characteristics.  You might want to try putting it
back to where it's supposed to be to see if this clears up your problem.

--
Justin T. Gibbs
===========================================
  FreeBSD: Turning PCs into workstations
===========================================



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