[ros-bugs] [Bug 4577] New: SESSION5_INITIALIZATION_FAILED

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Wed Jun 3 08:10:47 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4577

           Summary: SESSION5_INITIALIZATION_FAILED
           Product: ReactOS
           Version: TRUNK
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Kernel
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: perencia at gmail.com
         QAContact: ros-bugs at reactos.org


The mentioned bugcheck is thrown at boot, preventing the system to start.

This is part of the involved code ( ntoskrnl/ex/init.c )

01876     Status = ZwWaitForSingleObject(ProcessInfo->ProcessHandle, FALSE,
&Timeout);
01877     if (InbvBootDriverInstalled) FinalizeBootLogo();
01878     if (Status == STATUS_SUCCESS)
01879     {
01880         /* Failed, display error */
01881         RtlInitUnicodeString(&DebugString, L"INIT: Session Manager
terminated.");
01882         ZwDisplayString(&DebugString);
01883 
01884         /* Bugcheck the system if SMSS couldn't initialize */
01885         KeBugCheck(SESSION5_INITIALIZATION_FAILED);
01886     }


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list