Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2001 14:41:39 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        freebsd-alpha@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Peter Wemm <peter@FreeBSD.ORG>
Subject:   Re: cvs commit: src/sys/alpha/alpha pmap.c
Message-ID:  <15247.55907.363565.267385@grasshopper.cs.duke.edu>
In-Reply-To: <XFMail.010831112232.jhb@FreeBSD.org>
References:  <20010831123412.A83980@grasshopper.cs.duke.edu> <XFMail.010831112232.jhb@FreeBSD.org>

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

John Baldwin writes:
 > Can you do a 'l *0xfffffc0000582da8' in gdb to see what source line it died on?

0xfffffc0000582da8 is in pmap_remove_pages (../../../alpha/alpha/pmap.c:2612)

Which ends up being:

  2607  #ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY
  2608                  pte = vtopte(pv->pv_va);
  2609  #else
  2610                  pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va);
  2611  #endif
  2612                  if (!pmap_pte_v(pte))
  2613                          panic("pmap_remove_pages: page on pm_pvlist has no pte\n");
  2614                  tpte = *pte;


Drew

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?15247.55907.363565.267385>