Comment #11 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=22618
------------------------------------------------------------------------
r22618 | [email protected] | 2009-08-06 10:26:37 -0700 (Thu, 06 Aug 2009) |
14 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/branches/197/src/chrome/browser/renderer_host/browser_render_process_host.cc?r1=22618&r2=22617
M
http://src.chromium.org/viewvc/chrome/branches/197/src/chrome/browser/renderer_host/browser_render_process_host.h?r1=22618&r2=22617
M
http://src.chromium.org/viewvc/chrome/branches/197/src/chrome/browser/renderer_host/mock_render_process_host.cc?r1=22618&r2=22617
M
http://src.chromium.org/viewvc/chrome/branches/197/src/chrome/browser/renderer_host/mock_render_process_host.h?r1=22618&r2=22617
M
http://src.chromium.org/viewvc/chrome/branches/197/src/chrome/browser/renderer_host/render_process_host.h?r1=22618&r2=22617
M
http://src.chromium.org/viewvc/chrome/branches/197/src/chrome/browser/renderer_host/render_view_host.cc?r1=22618&r2=22617
M
http://src.chromium.org/viewvc/chrome/branches/197/src/chrome/browser/renderer_host/test/test_render_view_host.cc?r1=22618&r2=22617
M
http://src.chromium.org/viewvc/chrome/branches/197/src/chrome/browser/visitedlink_unittest.cc?r1=22618&r2=22617
Merge 22540 - 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
[email protected]
Review URL: http://codereview.chromium.org/164071
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---