I would like to hear if this change is agreed with Herve or not, and if not, what's his opinion about it.
On Oct 22, 2008, at 5:59 PM, sginsberg@svn.reactos.org wrote:
Author: sginsberg Date: Wed Oct 22 08:59:01 2008 New Revision: 36894
URL: http://svn.reactos.org/svn/reactos?rev=36894&view=rev Log:
- Notify umpnpmgr about logon after the shell has initialized
- This makes it possible to progress if userinit crashes due to
heavy debug output (due to timing issues in its communication with umpnpmgr), which would leave you stranded with no shell. Not really a hack, as it doesn't hide or fix the crash -- just limits it to a missing "Pending device installations" prompt in case there are any pending. Also, it appears to be done the same way on Windows.
This is Thomas' code.
-----Original Message----- From: ros-dev-bounces@reactos.org [mailto:ros-dev-bounces@reactos.org] On Behalf Of Aleksey Bragin Sent: 22 October 2008 21:49 To: ros-dev@reactos.org Subject: Re: [ros-dev] [ros-diffs] [sginsberg] 36894: - Notify umpnpmgr about logon after the shell has initialized - This makes it possible to progress if userinit crashes due to heavy debug output (due to timing issues in its communication with umpnpmgr), which
I would like to hear if this change is agreed with Herve or not, and if not, what's his opinion about it.
On Oct 22, 2008, at 5:59 PM, sginsberg@svn.reactos.org wrote:
Author: sginsberg Date: Wed Oct 22 08:59:01 2008 New Revision: 36894
URL: http://svn.reactos.org/svn/reactos?rev=36894&view=rev Log:
- Notify umpnpmgr about logon after the shell has initialized
- This makes it possible to progress if userinit crashes due to
heavy debug output (due to timing issues in its communication with umpnpmgr), which would leave you stranded with no shell. Not really a hack, as it doesn't hide or fix the crash -- just limits it to a missing "Pending device installations" prompt in case there are any pending. Also, it appears to be done the same way on Windows.
_______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Then Thomas' opinion too! :-)
On Oct 23, 2008, at 12:52 AM, gedmurphy wrote:
This is Thomas' code.