Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 1997 10:44:14 +0900
From:      yasu@mrit.mei.co.jp
To:        current@FreeBSD.ORG
Subject:   Re: Panic
Message-ID:  <199705120144.KAA12296@martina.codec.mrit.mei.co.jp>
In-Reply-To: Your message of "Fri, 09 May 1997 21:51:25 MST." <199705100451.VAA17462@hub.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705120144.KAA12296>