Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 21:09:20 +0200
From:      Thierry Herbelot <thierry@herbelot.com>
To:        Doug White <dwhite@gumbysoft.com>
Cc:        current ML <current@FreeBSD.ORG>
Subject:   Re: systematic panic on an SMP machine for 5.1-Release
Message-ID:  <200307082109.20039.thierry@herbelot.com>
In-Reply-To: <20030708114359.D25140@carver.gumbysoft.com>
References:  <200307082011.49200.thierry@herbelot.com> <20030708114359.D25140@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Tuesday 08 July 2003 20:44, Doug White a écrit :
> On Tue, 8 Jul 2003, Thierry Herbelot wrote:
> > [I just see that this message is at least lacking a "dmesg" output : I'll
> > send it tomorrow.]
>
> A crashdump will be inifintely more useful.
>
> > #1  0xc030aeb8 in boot ()
> > #2  0xc030b21f in panic ()
> > #3  0xc0164142 in db_panic ()
>
> Note no location information...

it must be around :
#11 0xc04927df in pmap_enter ()

precisely on line 1971 of /sys/i386/pmap.c :
-------------------
        if (origpte & PG_PS)
                panic("pmap_enter: attempted pmap_enter on 4MB page");
-------------------

	TfH

PS : as I said, the box has a 2GB RAM, so moving around the vmcore is not easy



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