Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 2015 09:14:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192825] Continual Core Dumps vm_page_unwire: wire count is zero
Message-ID:  <bug-192825-8-B2hNK3UsrR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192825-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192825-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D192825

--- Comment #4 from Masse Nicolas <nicolas.masse@stormshield.eu> ---
FYI :
(kgdb) f 14
#14 0xffffffff807d0836 in vm_page_unwire (m=3D0xfffffe00d91e90c8, activate=
=3D1) at
../../../vm/vm_page.c:2219
2219    ../../../vm/vm_page.c: No such file or directory.
    in ../../../vm/vm_page.c
(kgdb) p *m
$1 =3D {
  pageq =3D {
    tqe_next =3D 0xfffffe00d91a4608,=20
    tqe_prev =3D 0xfffffe00d91a3618
  },=20
  listq =3D {
    tqe_next =3D 0x0,=20
    tqe_prev =3D 0xfffffe0004cfc6a0
  },=20
  left =3D 0x0,=20
  right =3D 0x0,=20
  object =3D 0xfffffe0004cfc658,=20
  pindex =3D 0,=20
  phys_addr =3D 3352719360,=20
  md =3D {
    pv_list =3D {
      tqh_first =3D 0xfffffe0004d86040,=20
      tqh_last =3D 0xfffffe0004d86048
    },=20
    pat_mode =3D 6
  },=20
  queue =3D 1 '\001',=20
  segind =3D 2 '\002',=20
  hold_count =3D 0,=20
  order =3D 13 '\r',=20
  pool =3D 0 '\0',=20
  cow =3D 0,=20
  wire_count =3D 0,=20
  aflags =3D 3 '\003',=20
  flags =3D 0 '\0',=20
  oflags =3D 0,=20
  act_count =3D 5 '\005',=20
  busy =3D 0 '\0',=20
  valid =3D 255 '=EF=BF=BD',=20
  dirty =3D 255 '=EF=BF=BD'
}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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