[ros-bugs] [Bug 2309] New: Deadlock in Win32csr

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sat Jun 16 20:25:08 CEST 2007


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

           Summary: Deadlock in Win32csr
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: hto at mail.cnt.ru
         QAContact: ros-bugs at reactos.org


ConioProcessChar(), which is called ultimately from GuiConsoleGuiThread()
through GuiConsoleWndProc(), GuiConsoleHandleKey() and ConioProcessKey(), calls
ConioConsoleCtrlEvent(), which further calls ConioConsoleCtrlEventTimeout(),
which creates a thread and wait for it an infinite time.

It causes a deadlock, when GuiChangeTitle() is called by API function
CsrSetTitle(), since the main message loop does not work.


-- 
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, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list