[ros-bugs] [Bug 5670] DosBox 0.74 crashes when loses focus

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sun Oct 24 02:11:51 UTC 2010


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





--- Comment #25 from jimtabor <james.tabor at reactos.org>  2010-10-24 02:11:49 CET ---
(In reply to comment #24)
> Not related to DosBox. It happens all the time(seems caused by 49231 commit)
> 
misc.c
    /* update the TEB */
    Teb = NtCurrentTeb();
    pci = GetWin32ClientInfo();
    pti->pClientInfo = pci;
    _SEH2_TRY
    {
        ProbeForWrite( Teb, <----------------- here
                       sizeof(TEB),
                       sizeof(ULONG));

        Teb->Win32ThreadInfo = (PW32THREAD) pti;

LOL!

The Win32k Init bug hits again! 

If Teb not null, there is a problem with access rights (kernel issue). Without
a chance to support any desktop.... My guess, this occurred while in setup.


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



More information about the Ros-bugs mailing list