Comment #9 on issue 17555 by [email protected]: Crash -
WTF::HashSet<WebCore::Page*, WTF::PtrHash<WebCore::Page*>,
WTF::HashTraits<WebCore::Page*> >::end()
http://code.google.com/p/chromium/issues/detail?id=17555
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=22540
------------------------------------------------------------------------
r22540 | [email protected] | 2009-08-05 14:28:51 -0700 (Wed, 05 Aug
2009) | 11 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/browser_render_process_host.cc?r1=22540&r2=22539
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/browser_render_process_host.h?r1=22540&r2=22539
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/mock_render_process_host.cc?r1=22540&r2=22539
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/mock_render_process_host.h?r1=22540&r2=22539
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_process_host.h?r1=22540&r2=22539
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_view_host.cc?r1=22540&r2=22539
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/test/test_render_view_host.cc?r1=22540&r2=22539
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/visitedlink_unittest.cc?r1=22540&r2=22539
Ensure that we never call into WebCore::Page static methods when Page
constructor hasn't been called.
This is a top crash for Mac right now. The crash occurs because the static
table of all pages in the renderer is initialized
in WebCore:: Page constructor, and if we attempt to access this table
before the Page was created (i.e. before WebView::Create is called),
we get into a crashy situation. I am really not sure how to reproduce this,
but I can defend against the situation.
BUG=17555
R=darin
TEST=unable to repro, speculative fix.
Review URL: http://codereview.chromium.org/159887
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---