Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 1999 12:03:46 +1300
From:      Greg Lehey <grog@lemis.com>
To:        Keith Chiem <chiem@alum97.ucla.edu>, freebsd-questions@FreeBSD.ORG
Subject:   Re: crash meaning?
Message-ID:  <19991017120346.61444@mojave.lemis.com>
In-Reply-To: <14344.15689.515721.358544@blowfish.dsl>; from Keith Chiem on Sat, Oct 16, 1999 at 01:54:33AM -0700
References:  <14344.15689.515721.358544@blowfish.dsl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday, 16 October 1999 at  1:54:33 -0700, Keith Chiem wrote:
>
> Got this from /var/crash:
>
> IdlePTD 2519040
> initial pcb at 1f2b2c
> panicstr: page fault
>
> [many numbers omitted]
>
> Any ideas as to what it means?

No.  The information you supply isn't enough.

If you only had this problem once, we'll never find out.  If it
happens more frequently, you'll need the following:

1.  A kernel with debugging symbols.  You build a debug kernel like
    this:

    # cd /usr/src/sys/i386/conf
    # config -g MYKERNEL			(substitute the name
						of your config file,
						GENERIC by default)
    # cd ../../compile/MYKERNEL
    # make depend
    # make
    # cp kernel kernel.debug			(these two lines are
    # strip -g kernel				new)
    # make install

2.  Ensure that dumping is enabled.  You should have a line line this
    in your /etc/rc.conf:

       dumpdev=/dev/wd0b

    Substitute the name of your swap partition for /dev/wd0b.

3.  Ensure you have a directory /var/crash, and that the file system
    has enough space for a dump and a kernel (about 12 MB more than
    your memory size).

If you have another panic, you should then get a useful dump in
/var/crash.  There's a section about debugging it in the online
handbook.  If you still have trouble, ask us again.

Greg
--
When replying to this message, please copy the original recipients.
For more information, see http://www.lemis.com/questions.html
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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