[ros-bugs] [Bug 4622] New: CreateProcess with CREATE_SUSPENDED flag
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Thu Jun 18 11:25:40 CEST 2009
http://www.reactos.org/bugzilla/show_bug.cgi?id=4622
Summary: CreateProcess with CREATE_SUSPENDED flag
Product: ReactOS
Version: unspecified
Platform: QEmu
OS/Version: ReactOS
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: Win32
AssignedTo: ros-bugs at reactos.org
ReportedBy: readygandalf at gmail.com
QAContact: ros-bugs at reactos.org
CreateProcess with the flag CREATE_SUSPENDED does not work properly. It will
pause the Thread after it got Created which allows the Thread to execute a
minimal amount of Code.
thread.c:175
00426 /* Suspend the Thread if we have to */
00427 if (CreateSuspended) KeSuspendThread(&Thread->Tcb);
If I'm right then it should not Pause it after it got Created.
The best scenario is Steam where it requires the Process to be paused but
still executes code and causes on all Games a crash on initial launch.
--
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