DescriptionAttempt3 at landing this. The previous attempt failed on Windows XP because the \Sessions\Session id\BaseNamedObjects path
does not always exist on Windows XP. It only exists for terminal server sessions.
Relanding this with fixes for the SyncPolicyTest.TestEvent and SyncPolicyTest.TestEventReadOnly tests.
Replace the CreateEvent/OpenEvent patches with their Nt counterparts like
NtOpenEvent and NtCreateEvent.
Reason being :- We patch these APIS via the Export table patch which does not
work with bound imports. This results in our
patched functions never getting called.
This should fix the GPU process hang with the XP presentation path.
The change from the previous patch is to resolve the BaseNamedObjects path via the \Sessions\BNOLinks directory which
contains the BaseNamedObjects symbolic links for the running sessions
BUG=305815
R=cpu@chromium.org, rvargas@chromium.org, cpu, rvargas
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231063
Patch Set 1 #
Total comments: 15
Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 10 (0 generated)
|