Bug 69922 - [Chromium] Web Inspector: assertion failure when evaluating expression in worker inspector console
Summary: [Chromium] Web Inspector: assertion failure when evaluating expression in wor...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-12 05:58 PDT by Yury Semikhatsky
Modified: 2011-10-12 06:47 PDT (History)
13 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2011-10-12 06:23 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-10-12 05:58:17 PDT
1. Build Chromium debug.
2. Open inspector for a shared worker.
3. Try to evaluate in the console 1+1

Result:

#
# Fatal error in v8/src/objects-inl.h, line 1516
# CHECK(index < GetInternalFieldCount() && index >= 0) failed
#
Comment 1 Yury Semikhatsky 2011-10-12 06:23:56 PDT
Created attachment 110678 [details]
Patch
Comment 2 anton muhin 2011-10-12 06:38:13 PDT
Comment on attachment 110678 [details]
Patch

lgtm
Comment 3 Yury Semikhatsky 2011-10-12 06:47:30 PDT
Committed r97258: <http://trac.webkit.org/changeset/97258>