Bug 203930 - Web Inspector: Uncaught Exception: Unable to get object details - GlobalObject
Summary: Web Inspector: Uncaught Exception: Unable to get object details - GlobalObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-11-06 16:33 PST by Devin Rousso
Modified: 2019-11-07 11:46 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.01 KB, patch)
2019-11-06 16:43 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-11-06 16:33:10 PST
Uncaught Exceptions:
-----------------------
 - Unable to get object details - GlobalObject (at Main.js:3165:75)
    ? @ Main.js:3165:75
    ? @ HeapManager.js:106:39
    _dispatchResponseToCallback @ Connection.js:137:27
    _dispatchResponse @ Connection.js:107:45
    dispatch @ Connection.js:62:35
    dispatchMessageFromTarget @ TargetManager.js:159:35
    dispatchMessageFromTarget @ TargetObserver.js:47:51
    _dispatchEvent @ Connection.js:195:26
    dispatch @ Connection.js:64:32
    dispatch @ InspectorBackend.js:219:52
    ? @ MessageDispatcher.js:42:34

Additional Details:
-----------------------

Notes:
Inspected URL:        https://player.siriusxm.com/home/foryou
Loading completed:    true
Frontend User Agent:  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/605.1.15 (KHTML, like Gecko)
Dispatch Source:      Protocol Event

Protocol Event:
{"method":"Target.dispatchMessageFromTarget","params":{"targetId":"page-10","message":"{\"error\":{\"code\":-32000,\"message\":\"Unable to get object details - GlobalObject\",\"data\":[{\"code\":-32000,\"message\":\"Unable to get object details - GlobalObject\"}]},\"id\":726}"}}
Dispatch Source:      Protocol Command Response

Protocol Command Response:
{"error":{"code":-32000,"message":"Unable to get object details - GlobalObject","data":[{"code":-32000,"message":"Unable to get object details - GlobalObject"}]},"id":726}

Protocol Command Request:
{"id":726,"method":"Heap.getPreview","params":{"heapObjectId":123007}}
Comment 1 Devin Rousso 2019-11-06 16:33:38 PST
<rdar://problem/56960937>
Comment 2 Devin Rousso 2019-11-06 16:43:40 PST
Created attachment 382984 [details]
Patch
Comment 3 BJ Burg 2019-11-06 17:13:57 PST
Comment on attachment 382984 [details]
Patch

rs=me
Comment 4 WebKit Commit Bot 2019-11-07 11:45:57 PST
The commit-queue encountered the following flaky tests while processing attachment 382984 [details]:

imported/w3c/web-platform-tests/content-security-policy/unsafe-eval/eval-scripts-setTimeout-blocked.sub.html bug 203973 (author: dbates@webkit.org)
The commit-queue is continuing to process your patch.
Comment 5 WebKit Commit Bot 2019-11-07 11:46:47 PST
Comment on attachment 382984 [details]
Patch

Clearing flags on attachment: 382984

Committed r252197: <https://trac.webkit.org/changeset/252197>
Comment 6 WebKit Commit Bot 2019-11-07 11:46:49 PST
All reviewed patches have been landed.  Closing bug.