Date: Sat, 29 Jan 2000 12:48:34 +0200 (WET) From: Andris Pavenis To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: Rhide 1.4.7.5 - bug In-Reply-To: <3892A859.DA78CEA6@is.elta.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 29 Jan 2000, Eli Zaretskii wrote: > sl wrote: > > > > When alt-f5 is hit and the user-window is displayed, RHIDE does not > > release timeslices. As a result, RHIDE uses up 100% of my cpu under OS/2 4.0. > > Correct me if I'm wrong, but when you press Alt-F5, what runs is the user > program, not RHIDE, isn't that so? If so, then the debugged program is the > one that doesn't release its time slices, not RHIDE. > No. rhide simply waits for some key event to stop showing user screen and there is no _dpmi_yield() in this loop. The same problem is with Linux version of rhide (it uses non-blocking input: timeout(0) call to ncurses) Andris