From owner-freebsd-stable Wed Mar 6 10:16:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id AA42937B402 for ; Wed, 6 Mar 2002 10:16:08 -0800 (PST) Received: from bullseye.apana.org.au (dialup-1.acis.com.au [203.14.230.80] (may be forged)) by posgate.acis.com.au (8.11.6/8.11.6) with ESMTP id g26IG3L17782; Thu, 7 Mar 2002 05:16:04 +1100 Received: from bullseye.apana.org.au (tenring.andymac.org [203.9.107.238]) by bullseye.apana.org.au (8.11.6/8.11.6) with ESMTP id g26ALE403171; Wed, 6 Mar 2002 21:21:14 +1100 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Wed, 6 Mar 2002 20:18:59 +1100 (EDT) From: Andrew MacIntyre To: Harry Newton Cc: Subject: Re: reproducable panic with python In-Reply-To: <867koq7gp7.fsf@basilisk.locus> Message-ID: X-X-Sender: andymac@bullseye.andymac.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 5 Mar 2002, Harry Newton wrote: > With this: > > #!/usr/local/bin/python2.2 > > import mmap > m = mmap.mmap(-1,256,mmap.MAP_ANON) > > m = 1 > > I can panic the kernel: > > trap 12: page fault while in kernel mode --- supervisor read, page not > present > > Stopped at: vm_map_clean+0x1ee: cmpl $0,0x40(%edi) Its not a recent problem - I can reproduce the failure on 4.4R with Python 2.1.1 :-( -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac@bullseye.apana.org.au | Snail: PO Box 370 andymac@pcug.org.au | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message