From owner-freebsd-current Sun May 26 18:01:05 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA28209 for current-outgoing; Sun, 26 May 1996 18:01:05 -0700 (PDT) Received: from bunyip.cc.uq.oz.au (pp@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA28187 for ; Sun, 26 May 1996 18:00:55 -0700 (PDT) Received: from bunyip.cc.uq.oz.au by bunyip.cc.uq.oz.au id <29952-0@bunyip.cc.uq.oz.au>; Mon, 27 May 1996 11:00:04 +1000 Received: from netfl15a.devetir.qld.gov.au by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP id JAA01910; Mon, 27 May 1996 09:54:29 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id IAA26075; Sat, 25 May 1996 08:42:29 GMT Message-Id: <199605250842.IAA26075@netfl15a.devetir.qld.gov.au> To: toor@dyson.iquest.net, FreeBSD-current@freebsd.org Subject: Another VM bug - as at ctm src-cur 1818 X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Date: Sat, 25 May 1996 18:42:28 +1000 From: Stephen Hocking Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I get panic: vm_page_activate: already active with a traceback (courtesy of savecore & gdb -k) of #0 0xf018f67b in boot () #1 0xf0117733 in panic () #2 0xf0184014 in vm_page_activate () #3 0xf0185b03 in vm_pageout_scan () #4 0xf01861b2 in vm_pageout () #5 0xf0106db5 in kproc_start () #6 0xf0106d31 in main () I don't have debugging symbols in the current kernel. This is on a machine with 8Mb, 486/66, 1542B, Barracuda. It happens part way through a make all in /usr/src. John, if you wish to quickly repeat this, build yourself a kernel which has MAXMEM (or whatever it is), set to something like 4 or 6Mb, and try doing a make world in /usr/src. It'll bite within the first 1/2 hour. Stephen