Issue 3907: Chrome: Crash Report - Stack Signature: RenderWidgetHost::ScrollRect(void *,gfx::Rect const &,int,int,gfx::Rect const &,gfx::Size const &)-DA5328 http://code.google.com/p/chromium/issues/detail?id=3907
Comment #2 by [EMAIL PROTECTED]: New Revision: 4517 Log: This fixes bug http://code.google.com/p/chromium/issues/detail?id=3907, which was a crash in the browser in the IPC handler codepath which handles scrolling. The crash occured because of a failure to find the backing store for the RenderWidgetHost instance. We would end up dereferencing a NULL backing store pointer and crash. The fix for this is to check for a NULL backing store and return. R=darin Bug=3907 Review URL: http://codereview.chromium.org/9056 Issue attribute updates: Status: Fixed -- 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 -~----------~----~----~----~------~----~------~--~---
