[9fans] vmware oddity (Fusion on Mac OS X)

2009-08-18 Thread David Leimbach
Just fired up my plan 9 image in VMWare, and I noticed that gnot is showing a large amount of interrupts, and then the whole tracking of the system interrupts goes to nothing, the mouse stops working, and things are generally frozen. However, the odd bit is at one point time seemed to speed up and

Re: [9fans] vmware oddity (Fusion on Mac OS X)

2009-08-18 Thread erik quanstrom
On Tue Aug 18 10:28:44 EDT 2009, leim...@gmail.com wrote: > now i am getting repeated soverflow for fx->in messages repeatedly. > it sounds like the interrupt handler takes long enough that there is no time to process the incoming frames. i wonder, are you running venti? - erik

Re: [9fans] vmware oddity (Fusion on Mac OS X)

2009-08-18 Thread David Leimbach
now i am getting repeated soverflow for fx->in messages repeatedly. On Tue, Aug 18, 2009 at 7:20 AM, David Leimbach wrote: > Just fired up my plan 9 image in VMWare, and I noticed that gnot is showing > a large amount of interrupts, and then the whole tracking of the system > interrupts goes to

Re: [9fans] vmware oddity (Fusion on Mac OS X)

2009-08-18 Thread David Leimbach
On Tue, Aug 18, 2009 at 7:32 AM, erik quanstrom wrote: > On Tue Aug 18 10:28:44 EDT 2009, leim...@gmail.com wrote: > > > now i am getting repeated soverflow for fx->in messages repeatedly. > > > > it sounds like the interrupt handler takes long enough that > there is no time to process the incomin

Re: [9fans] vmware oddity (Fusion on Mac OS X)

2009-08-18 Thread erik quanstrom
> > it sounds like the interrupt handler takes long enough that > > there is no time to process the incoming frames. > > > > i wonder, are you running venti? > > > I am, and venti took a long time to start at boot this time around. I > suppose I should just run fossil in vmware. well, there are

Re: [9fans] vmware oddity (Fusion on Mac OS X)

2009-08-20 Thread james toy
I was just actually about to post about this. I have yet to find a fix; however, it seems its after the multiplex code and can be found here http://fxr.watson.org/fxr/source/pc/devether.c?v=PLAN9#L202 I am not running venti; I am only running fossil. I don't think that is related in light of t

Re: [9fans] vmware oddity (Fusion on Mac OS X)

2009-08-20 Thread erik quanstrom
> > http://fxr.watson.org/fxr/source/pc/devether.c?v=PLAN9#L202 > you may wish to give "standard" (at least to 9fans) links to code, e.g: /sys/src/9/pc/devether.c:202 you would probablly benefit from removing the print statements. they're potentially going to make the problem much wors