Dev Tools Crashing on Chrome Version 50.0.2661.102 m

心不动则不痛 提交于 2019-12-11 20:01:21

问题


So i have the following problem.

Any time i click on a request to view the headers/payload/response i receive a not responding window.

If i wait ~2 minutes it works.

So what i receive here is a developer tools not responsive status when working on local machine.

I tried to re-install chrome. Nothing changed.

Current Version is: Version 50.0.2661.102 m listed as up to date.

Is there any possibility to get some logs or did anyone faced the same problem?

I think it can be relevant if i show what extensions i have installed.

But i tried to enable/disable them and nothing changed.

And i get the same comportment in incognito mode too.

Later edit: I somehow identified the problem. Idea is that chrome is trying to display the cookie (request headers) which was 18k characters long and it looks like this is slowing a lot developer tools and sometimes make him crash.

I just saw that in Mozilla cookies are limited to a couple of characters (display perspective) and after that they show ...


回答1:


I can't find any known issues regarding this crash, so here are a couple of steps you could take:

  1. Use the Chrome Cleanup Tool and see if that helps.
  2. Fully clean and re-install Chrome (including deleting user folders). If it works after that, you can slowly add extensions and plugins back and see if any reintroduce the problem.


来源:https://stackoverflow.com/questions/37440953/dev-tools-crashing-on-chrome-version-50-0-2661-102-m

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!