Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2001 15:47:13 -0500
From:      "Michael Scheidell" <scheidell@secnap.net>
To:        "Alfred Perlstein" <bright@mu.org>
Cc:        <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: userland program panics freebsd 4.3
Message-ID:  <017601c18f17$a9ce64a0$05032240@MIKELT>
References:  <20011221174007.D551C38CC@overcee.netplex.com.au> <200112211751.fBLHpcr02576@scanner.secnap.net> <20011221181804.A40540@walton.maths.tcd.ie> <015701c18f14$a1b90660$05032240@MIKELT> <20011227143138.I55891@elvis.mu.org>

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

----- Original Message -----
From: "Alfred Perlstein" <bright@mu.org>
To: "Michael Scheidell" <scheidell@secnap.net>
Cc: "David Malone" <dwmalone@maths.tcd.ie>; <freebsd-hackers@FreeBSD.ORG>;
<peter@wemm.org>
Sent: Thursday, December 27, 2001 3:31 PM
Subject: Re: userland program panics freebsd 4.3


> * Michael Scheidell <scheidell@secnap.net> [011227 14:26] wrote:
> > Just an update:
> > userland probram panic's FBSD 4.3-REL, FBSD 4.4-REL and FBSD 4.4-STABLE.
> > its not hardware (unless two completly identicle systems have some type
of
> > chip problem not known yet)
>
> Can you provide this program or a kernel stack trace from this
> crash please?
>
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneld
ebug.html

same place as before:

0  fstatfs (p=0xce1bd260, uap=0xce216f80) at ../../kern/vfs_syscalls.c:684
684             error = VFS_STATFS(mp, sp, p);
(kgdb) lines
Undefined command: "lines".  Try "help".
(kgdb) list
679
680             if ((error = getvnode(p->p_fd, SCARG(uap, fd), &fp)) != 0)
681                     return (error);
682             mp = ((struct vnode *)fp->f_data)->v_mount;
683             sp = &mp->mnt_stat;
684             error = VFS_STATFS(mp, sp, p);
685             if (error)
686                     return (error);
687             sp->f_flags = mp->mnt_flag & MNT_VISFLAGMASK;
688             if (suser_xxx(p->p_ucred, 0, 0)) {
(kgdb) print mp
$1 = (struct mount *) 0x28121604
(kgdb) print sp
$2 = (struct statfs *) 0x7
(kgdb) print p
$3 = (struct proc *) 0x8000
(kgdb) print sp->f_flags
Cannot access memory at address 0x37.




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?017601c18f17$a9ce64a0$05032240>