|
From: David K. <kr...@mb...> - 2002-05-19 16:25:18
|
Now edit exits without error. But after edit exits, the console is adding ` before chars readed from the keyboard. Terminal is unusable for that. Typing reboot results in : Unknown command `r Unknown command `e Unknown command `b Unknown command `o Unknown command `o Unknown command `t or in second Unknown command `r` Unknown command `e` Unknown command `b` Unknown command `o` Unknown command `o` Unknown command `t`. Backround in edit is not redrawing while menu exits or moves. David Casper Hornstrup wrote: > søn, 2002-05-19 kl. 17:10 skrev David Welch: > >>On Sun, May 19, 2002 at 03:46:05PM +0200, Casper Hornstrup wrote: >> >>>Fixed, please try again. >>> >> >>I do not think this fix is correct; we can certainly try to lock an >>fast mutex when the current thread doesn't already own it but if the >>current thread does already own it then we will deadlock since fast >>mutexes aren't recursive. The real problem is locking the address space >>when we already own it so I had have reverted your changes and modified >>section.c not to do this. > > > Yes, you are right, I wasn't thinking there. > > > > _______________________________________________________________ > Hundreds of nodes, one monster rendering program. > Now that's a super model! Visit http://clustering.foundries.sf.net/ > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > |