Status: Untriaged
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-All Area-Misc Size-Medium

New 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

crash:
http://crash/reportdetail?reportid=a44ed9c6098c25b3


The real call stack:

kernel32!RaiseException+0x53
chrome_1000000!__delayLoadHelper2+0x13b
chrome_1000000!_tailMerge_PSAPI_DLL+0xd
chrome_1000000!RenderWidget::PaintRect+0x64
chrome_1000000!RenderWidget::DoDeferredPaint+0xfe
chrome_1000000!RunnableMethod<RenderWidget,void (__thiscall
RenderWidget::*)(void),Tuple0>::Run+0x2b
chrome_1000000!MessageLoop::RunTask+0x7c
chrome_1000000!MessageLoop::DeferOrRunPendingTask+0x28
chrome_1000000!MessageLoop::DoWork+0x6e

So PaintRect() creates a PlatformCanvasWin which in its constructors does

   bool initialized = initialize(width, height, is_opaque, shared_section);
   if (!initialized)
     CrashForBitmapAllocationFailure(width, height);

And CrashForBitmapAllocationFailure() calls GetProcessMemoryInfo() which
tries to load psapi.dll

But the sandbox is on. So bang!



--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to