Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2000 14:18:17 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        "Matthew Zahorik" <matt@thebiz.net>
Cc:        <alpha@FreeBSD.ORG>
Subject:   Re: HELP!
Message-ID:  <14588.42187.126783.219096@grasshopper.cs.duke.edu>
In-Reply-To: <00c501bfa955$203546e0$1401eed8@mahatma>
References:  <00c501bfa955$203546e0$1401eed8@mahatma>

next in thread | previous in thread | raw e-mail | index | archive | help

Matthew Zahorik writes:
 > I have a reliable kernel panic when copying a file.
 > 
 > These are diskless servers.  /etc is a MFS filesystem.  /sandbox/etc is NFS
 > mounted.
 > 
 > [shell1]:DING~:~# cd /sandbox/etc
 > [shell1]:12:00pm:/sandobx/etc# cp /etc/sshd_config .
 > 
 > fatal kernel trap:
 > 
 >     trap entry = 0x2 (memory management fault)
 >     a0         = 0x0
 >     a1         = 0x1
 >     a2         = 0xffffffffffffffff
 >     pc         = 0x0
 >     ra         = 0x1
 >     curproc    = 0xfffffe0011456e00
 >         pid = 338, comm = cp
 > 
 > 

The values in the RA & PC are probably accurate & they could indicate
that something followed a null function pointer.

Maybe you could provide more details?  Like kldstat output & perhaps
the output from either mount or df?  Is either NFS or MFS loaded as a
module?  Are you certain your modules match your kernel?  If they or
anything else is loaded as a module, can you try compiling everything
(but osf/1) into your kernel statically?

I think I've at least partially replicated your environment, and I
cannot duplicate this crash:

<2:11pm>vivaldi/gallatin:~>df -h . /tmp
Filesystem                                Size   Used  Avail Capacity  Mounted on
locus:/cs/locus/home1                     9.9G   4.9G   4.9G    50%    /a/locus/cs/locus/home1
mfs:22                                    124M   4.3M   110M     4%    /tmp
<2:11pm>vivaldi/gallatin:~>uname -srm
FreeBSD 4.0-RELEASE alpha
<2:11pm>vivaldi/gallatin:~>sysctl hw.model
hw.model: COMPAQ AlphaServer DS10 466 MHz
<2:11pm>vivaldi/gallatin:~>cp /tmp/sshd_config .
<2:11pm>vivaldi/gallatin:~>kldstat 
Id Refs Address            Size     Name
 1    2 0xfffffc0000300000 314ae8   kernel
 2    1 0xfffffe000204c000 22000    osf1.ko

Cheers,

Drew

------------------------------------------------------------------------------
Andrew Gallatin, Sr Systems Programmer	http://www.cs.duke.edu/~gallatin
Duke University				Email: gallatin@cs.duke.edu
Department of Computer Science		Phone: (919) 660-6590


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




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