[ros-bugs] [Bug 3626] cmd shell initially comes up in permanent loop printing squares

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Dec 2 17:17:46 CET 2008


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





--- Comment #29 from Haos <olaf_siejka at o2.pl>  2008-12-02 17:17:45 CET ---
Update:

(subsystems\win32\csrss\win32csr\guiconsole.c:1526) GuiConsoleResize X 560 Y
375
ConPrintf1: 59
(dll\win32\kernel32\misc\nls.c:266) Section doesnt exist, trying to create
it(dll\win32\kernel32\misc\nls.c:266) Section doesnt exist, trying to create
it(dll\win32\kernel32\misc\nls.c:296) Section creation FAILED


Please observe nls.c from:
    Status = NtOpenSection(&SectionHandle, SECTION_MAP_READ,
&ObjectAttributes);

I put first DPRINT at the beginning of IF section, before FileNamePos();

and second at the STATUS check:

    if (!NT_SUCCESS(Status))
    {
        RtlLeaveCriticalSection(&CodePageListLock);
        DPRINT1("Section creation FAILED");
        return NULL;
    }

It seems that we are trying to create two sections, and we fail at second
attempt. Any suggestions?


-- 
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.


More information about the Ros-bugs mailing list