Bug 43049 - Crash in WebPageNamespace::preferencesDidChange if preferences are changed after the web process crashes
Summary: Crash in WebPageNamespace::preferencesDidChange if preferences are changed af...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-07-27 07:52 PDT by Adam Roben (:aroben)
Modified: 2010-07-27 10:18 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2010-07-27 08:36 PDT, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-07-27 07:52:26 PDT
We'll crash in WebPageNamespace::preferencesDidChange if any preferences are changed after the web process crashes. This is because we dereference a null WebProcessProxy. Unfortunately I can't get a backtrace right now.
Comment 1 Adam Roben (:aroben) 2010-07-27 07:52:56 PDT
<rdar://problem/8239478>
Comment 2 Adam Roben (:aroben) 2010-07-27 08:36:07 PDT
Created attachment 62695 [details]
Patch
Comment 3 Adam Roben (:aroben) 2010-07-27 10:18:31 PDT
Committed r64140: <http://trac.webkit.org/changeset/64140>