开发人员工具在Chrome版本50.0.2661.102 m上崩溃

问题描述:

所以我有以下问题.

每当我单击请求以查看标头/有效负载/响应 我收到一个没有响应的窗口.

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

如果我等待约2分钟,它将起作用.

If i wait ~2 minutes it works.

所以我在这里收到的是在本地计算机上工作时开发人员工具没有响应的状态.

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

我尝试重新安装chrome.什么都没改变.

I tried to re-install chrome. Nothing changed.

当前版本为:最新版本为50.0.2661.102 m.

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.

后来我以某种方式发现了问题.想法是chrome试图显示Cookie(请求标头),该Cookie的长度为18k个字符,这似乎在减慢许多开发人员工具的速度,有时甚至使他崩溃.

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.

我刚刚看到在Mozilla中,Cookie仅限于几个字符(显示透视图),然后它们显示...

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

我找不到有关此崩溃的任何已知问题,因此您可以采取以下几个步骤:

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

  1. 使用 Chrome清理工具,看看是否有帮助.
  2. 完全清洁并重新安装Chrome(包括删除用户文件夹).如果此后仍然有效,则可以缓慢地向后添加扩展和插件,看看是否有任何问题再次引起问题.
  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.