Issue 3795: Check: CrashForBitmapAllocationfailure()
http://code.google.com/p/chromium/issues/detail?id=3795

Comment #11 by [EMAIL PROTECTED]:
I looked at some stack dumps and it seems like a bunch of them have  
abnormal bitmap
sizes. This could happen if BeginPaint fails and the PAINTSTRUCT member of  
canvas is
uninitialized. I am adding code to initialize PAINTSTRUCT in canvas  
constructors.

Also, when this fails, we try to display a message box and crash hit the  
same code
path recursively. When we hit CHECK(0), since there are no guarantees of  
anything
being in the sane state. So ideally, CHECK(0) should do minimal stuff and  
shouldn't
in a business of displaying a message box.





Issue attribute updates:
        Owner: [EMAIL PROTECTED]
        Cc: [EMAIL PROTECTED]

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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to