From owner-freebsd-current Sun May 11 18:49:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA22096 for current-outgoing; Sun, 11 May 1997 18:49:44 -0700 (PDT) Received: from mie.mrit.co.jp (mie.mrit.co.jp [210.128.138.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA22091 for ; Sun, 11 May 1997 18:49:41 -0700 (PDT) Received: by mie.mrit.co.jp (8.8.4/cf:mrit970101) from mrit [133.185.23.3] with ESMTP id KAA15166 for ; Mon, 12 May 1997 10:49:30 +0900 (JST) Received: by mrit.mei.co.jp (8.8.4/mrit970130) with SMTP id KAA24132; Mon, 12 May 1997 10:49:30 +0900 from [133.185.25.38]; Received: from martina by martina.codec.mrit.mei.co.jp (8.6.9+2.4W/mimehead1.3b1 enc/codec-mrit-9606) id KAA12296; Mon, 12 May 1997 10:44:15 +0900 Message-Id: <199705120144.KAA12296@martina.codec.mrit.mei.co.jp> To: current@FreeBSD.ORG Subject: Re: Panic In-reply-to: Your message of "Fri, 09 May 1997 21:51:25 MST." <199705100451.VAA17462@hub.freebsd.org> Reply-To: yasu@mrit.mei.co.jp From: yasu@mrit.mei.co.jp Date: Mon, 12 May 1997 10:44:14 +0900 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I experienced the same Panic, when I was learning programming language `expect'. I will send the `expect' program which caused panic. It's short program. >>>>>>>>>>>>>>>>>>>>>>>>>> #!/usr/local/bin/expect -- spawn -noecho show interact <<<<<<<<<<<<<<<<<<<<<<<<<< This program is just spawning MH command `show', and interact with it. This program often (1 out of 2~3 times) causes panics for my machine, and I gave up learning `expect'. My machine has ASUS P6NP5 with Pentium Pro. > >Fatal trap 12: page fault while in kernel mode > >cpunumber = 0 > >fault virtual address = 0x44 > >fault code = supervisor read, page not present > >instruction pointer = 0x8:0xf0111330 > >stack pointer = 0x10:0xf49bff30 > >frame pointer = 0x10:0xf49bff30 > >code segment = base 0x0, limit 0xfffff, type 0x1b > > = DPL 0, pres 1, def32, gran 1 > >processor eflags = interrupt enabled, resume, IOPL = 0 > >current process = 4 (update) > >interrupt mask = > > > >kernel: type 12 trap, code=0 > >Stopped at _lockstatus+0x8: cmpw $0,0x10(%edx) Yasuhiko Watanabe (yasu@mrit.mei.co.jp)