Bug 83783

Summary: Web Inspector: chrome remote debugger crashes chrome debuggee
Product: WebKit Reporter: guy.hermann
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, guy.hermann, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
an HTML page containing a javascript element none

guy.hermann
Reported 2012-04-12 07:57:19 PDT
Created attachment 136913 [details] an HTML page containing a javascript element Intro: this bug systematically crashes chrome debuggee, it has been reproduced on: -chrome 18.0.1025 on win7/x86_64 -chromium v20.0.1098 on ubuntu11.10/x86_64 it has been quite reduced but lots of things (var names, closure,...) are mandatory to get the bug How to get the bug: -load the attached html file in a remotely debugged chrome/chromium browser -the debugger should stop at line 12 ('debugger;' instruction) -put the mouse pointer on the bl (2nd parameter) at line 10 of function sayHello2: the value of bl is not displayed since the debuggee has crashed!!!
Attachments
an HTML page containing a javascript element (474 bytes, text/html)
2012-04-12 07:57 PDT, guy.hermann
no flags
Pavel Feldman
Comment 1 2012-04-16 06:17:40 PDT
This crash is fixed on ToT (Chrome 20). Note that bl value is still not available due to http://code.google.com/p/chromium/issues/detail?id=89398.
Note You need to log in before you can comment on or make changes to this bug.