RESOLVED FIXED 135656
REGRESSION: Inspector crashes when debugger is paused and injected scripts access window.screen()
https://bugs.webkit.org/show_bug.cgi?id=135656
Summary REGRESSION: Inspector crashes when debugger is paused and injected scripts ac...
Brian Burg
Reported 2014-08-06 10:33:24 PDT
Created attachment 236109 [details] CrashReporter dump This did not happen as of yesterday on trunk. It's reproducible on my machine, at least. 1. Go to a website (eg., http://www.nihilogic.dk/labs/tetris/) 2. Set breakpoint (eg., tetris.js:95) 3. Hit the breakpoint (eg., press any key) 4. *boom*
Attachments
CrashReporter dump (74.92 KB, text/plain)
2014-08-06 10:33 PDT, Brian Burg
no flags
Radar WebKit Bug Importer
Comment 1 2014-08-06 10:45:44 PDT
Mark Lam
Comment 2 2014-08-08 15:40:37 PDT
The regression was introduced in <http://trac.webkit.org/r172129> which is a mega merge commit. Proceeding with teasing out the individual merge revision that is the culprit.
Mark Lam
Comment 3 2014-08-08 23:48:58 PDT
The issue is due r170680: <http://trac.webkit.org/r170680> which was merged in r172129. Will roll out the patch for now while I figure out what the root issue is, and re-open https://bugs.webkit.org/show_bug.cgi?id=134420 to do the real work.
Mark Lam
Comment 4 2014-08-08 23:51:37 PDT
Patch for r170680 rolled out in r172372: <http://trac.webkit.org/r172372>.
Note You need to log in before you can comment on or make changes to this bug.