Bug 14337 - ASSERTION FAILED: !resource->scriptObject when navigating to a page in the b/f cache with the inspector open
Summary: ASSERTION FAILED: !resource->scriptObject when navigating to a page in the b/...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-23 08:11 PDT by mitz
Modified: 2007-07-22 14:13 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-06-23 08:11:44 PDT
The ASSERT(!resource->scriptObject) in InspectorController::addScriptResource() fails when the inspector is open and you navigate away from the inspected document to a document coming from the page cache.

To reproduce, using a debug build of TOT:
1) Go to data:text/html,foo
2) In the same window, go to data:text/html,bar
3) Choose Debug > Show Web Inspector
4) In the Safari window, click the Back toolbar button
Comment 1 mitz 2007-07-04 23:44:23 PDT
Attachment 15392 [details] in bug 13250 seems to address this bug.
Comment 2 mitz 2007-07-22 14:13:06 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/24516>.