Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Developer Tools unresponsive since update 32.0.1700.76 m

Chrome itself appears to work fine but I'm having problems with Developers Tools. After a short period of time it becomes unresponsive and the following dialog pops up...

enter image description here

Is this a known bug, can or will it be fixed soon? Also, the meantime what should I do, how can I roll back to older working version of Chrome?

I use Chrome and Developer Tools extensively and this is causing a major headache, so any advise would be welcome.

like image 650
Jon Miles Avatar asked Jan 17 '14 11:01

Jon Miles


People also ask

Why Developer Tools is not working in Chrome?

Just had the same problem. The window is apparently minimized. On windows, hold the mouse on the chrome icon in the taskbar, when the thumb shows up, right click on it and select maximize window. Solution worked.

How do I reinstall Chrome developer tools?

Press F12 and open the developer tools. On the refresh button, on the top left of the browser window, do a right click.

How do I enable F12 Developer Tools in Chrome?

Chrome. To open the developer console window on Chrome, use the keyboard shortcut Ctrl Shift J (on Windows) or Ctrl Option J (on Mac). Alternatively, you can use the Chrome menu in the browser window, select the option "More Tools," and then select "Developer Tools."


2 Answers

It is a known bug that got pushed with v32. I have not seen anything about fixing it yet though.

It happens with any model window (which includes devtools) or when Chrome is running in app mode.

Chrome isn't actually crashing and you can still continue to use it, but that will continually pop up with devtools open.

The issue has been fixed as of today's (1/28/2014) update. Version: 32.0.1700.102 m

like image 144
Jason Kaczmarsky Avatar answered Sep 22 '22 21:09

Jason Kaczmarsky


I started getting this problem as well.

In searching, I came across this issue: "Page(s) Unresponsive" error messages in 32+.

As best I figured out, the bug is related to:

  • Windows 7/8 with Aero Theme
  • Scrollbars on pages (such as in the developer console)
  • Pages with popups (in particular Window.open() calls)

I guess they are slated to push the fix into version 33...and maybe leave the stable* 32 how it is (I hope not).

So there are a few options:

  • Switch away from Aero Theme until version 33 is in stable
  • Upgrade to the beta channel, i.e. version 33
  • Click on the Wait button every 30 seconds whenever the chrome developer tools is open (Don't try this at home).

Update:

  • Chrome has released a hotfix into the version 32 stable channel.
like image 40
Xantix Avatar answered Sep 19 '22 21:09

Xantix