9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] Parallels 5
Date: Fri, 16 Apr 2010 19:35:36 -0400	[thread overview]
Message-ID: <5117f90cb068aafbb939af2bdd103620@ladd.quanstro.net> (raw)
In-Reply-To: <alpine.BSF.2.00.1004161448120.75886@orthanc.ca>

On Fri Apr 16 16:51:50 EDT 2010, lyndon@orthanc.ca wrote:
> > please send the panic message.  would like to fix.
>
> panic: kernel fault: no user process pc=0xf01f047b addr=0x000002cc
> panic: kernel fault: no user process pc=0xf01f047b addr=0x000002cc
> dumpstack disabled
> cpu0: exiting
>
> (the panic line does print twice)

looks like the vesa emulation barfs on screen blanking.
in parallels.  wierd.

the distribution doesn't have vesa screen blanking and
it is called from interrupt context (mouseclock).

here's a fix for that bug

ladd; diffy -c vgavesa.c
/n/dump/2010/0416/sys/src/9/pc/vgavesa.c:167,173 - vgavesa.c:167,176
  		u.bx = 0x0101;
  	else
  		u.bx = 0x0001;
- 	vbecall(&u);
+ 	if(!waserror()){
+ 		vbecall(&u);
+ 		poperror();
+ 	}
  }

- erik



  parent reply	other threads:[~2010-04-16 23:35 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-15 17:11 [9fans] Recommended emulators/VMs for P9 install Joel C. Salomon
2010-04-15 18:35 ` Gabriel Díaz
2010-04-15 18:44   ` erik quanstrom
2010-04-15 20:43     ` Gabriel Diaz
2010-04-15 18:56 ` Federico G. Benavento
2010-04-15 18:58   ` erik quanstrom
2010-04-16  6:19   ` Rodolfo (kix)
2010-04-16 16:40     ` Patrick Kelly
2010-04-16 17:07       ` Ethan Grammatikidis
2010-04-16 17:48         ` Patrick Kelly
2010-04-16 23:10           ` Ethan Grammatikidis
2010-04-16 19:00     ` James Chapman
2010-04-16 19:51       ` [9fans] Parallels 5 Lyndon Nerenberg
2010-04-16 19:56         ` Lyndon Nerenberg
2010-04-16 20:25           ` erik quanstrom
2010-04-16 20:25         ` erik quanstrom
2010-04-16 20:50           ` Lyndon Nerenberg
2010-04-16 21:04             ` erik quanstrom
2010-04-16 22:06               ` Francisco J Ballesteros
2010-04-19 15:30                 ` erik quanstrom
2010-04-16 23:35             ` erik quanstrom [this message]
2010-04-16 14:50   ` [9fans] Recommended emulators/VMs for P9 install Joel C. Salomon
2010-04-16 16:42     ` Patrick Kelly
2010-04-17 15:37     ` Georg Lehner
2010-04-18 17:38       ` Patrick Kelly
2010-04-15 18:56 ` Skip Tavakkolian
2010-04-15 21:59 ` Eric Van Hensbergen
2010-04-15 22:27   ` erik quanstrom
2011-05-06  5:46 [9fans] Parallels 5 Daniel Lyons
2011-05-06  7:36 ` Anthony Sorace
2011-05-06 13:36   ` Daniel Lyons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5117f90cb068aafbb939af2bdd103620@ladd.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).