Comment #2 on issue 10585 by [email protected]: Renderer crash while
trying to load psapi.dll in PlatformCanvasWin
http://code.google.com/p/chromium/issues/detail?id=10585
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=13872
------------------------------------------------------------------------
r13872 | [email protected] | 2009-04-16 13:44:12 -0700 (Thu, 16 Apr 2009) | 12
lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/skia/ext/platform_canvas_win.cc?r1=13872&r2=13871
Fix 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
Review URL: http://codereview.chromium.org/75027
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---