RESOLVED FIXED 83783
Web Inspector: chrome remote debugger crashes chrome debuggee
https://bugs.webkit.org/show_bug.cgi?id=83783
Summary Web Inspector: chrome remote debugger crashes chrome debuggee
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.