Chromium Code Reviews
DescriptionFix the failure to fail in PlatformCanvasWin ctor
For a renderer CrashForBitmapAllocationFailure does not crash in any of the 4 CHECKS(), it
crashes calling GetProcessMemoryInfo()
- Because GetProcessMemoryInfo() tries to load PSAPI.dll and the sandbox blocks it.
- Now it gives a better dump by disabling the iniling of the function
- Adds a check for the shared memory, which I suspect is the real cause for some of the crashes
BUG=10585
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13872
Patch Set 1 #
Total comments: 2
Patch Set 2 : '' #Messages
Total messages: 4 (0 generated)
|