Bug 139508 - Web Inspector: Inspector Process crash when navigating to non-inspectable page
Summary: Web Inspector: Inspector Process crash when navigating to non-inspectable page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2014-12-10 14:49 PST by Joseph Pecoraro
Modified: 2014-12-11 11:27 PST (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.01 KB, patch)
2014-12-10 14:51 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-12-10 14:49:47 PST
* SUMMARY
Inspector Process crash when going back to non-inspectable page.

* STEPS TO REPRODUCE
1. Open Safari to Favorites view
2. Load http://bogojoker.com
3. Open Inspector
4. Navigate Back
  => Inspector Process crashes while in the process of closing

* CRASH DETAILS
Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000008

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.WebKit   IPC::Connection::sendMessage(std::__1::unique_ptr<IPC::MessageEncoder, std::__1::default_delete<IPC::MessageEncoder> >, unsigned int) + 36
1   com.apple.WebKit   bool IPC::Connection::send<Messages::WebInspector::SendMessageToBackend>(Messages::WebInspector::SendMessageToBackend&&, unsigned long long, unsigned int) + 105
2   com.apple.WebKit   non-virtual thunk to WebKit::WebInspectorUI::sendMessageToBackend(WTF::String const&) + 29
3   com.apple.WebCore  WebCore::jsInspectorFrontendHostPrototypeFunctionSendMessageToBackend(JSC::ExecState*) + 357 (RefPtr.h:59)
...
Comment 1 Joseph Pecoraro 2014-12-10 14:51:28 PST
Created attachment 243069 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2014-12-10 14:51:52 PST
<rdar://problem/18605190>
Comment 3 WebKit Commit Bot 2014-12-11 11:27:34 PST
Comment on attachment 243069 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 243069

Committed r177164: <http://trac.webkit.org/changeset/177164>
Comment 4 WebKit Commit Bot 2014-12-11 11:27:37 PST
All reviewed patches have been landed.  Closing bug.