FelisCatus / switchysharp

Automatically exported from code.google.com/p/switchysharp
GNU General Public License v3.0
140 stars 50 forks source link

使用 Auto Switch Mode 时 chrome 一直处于 Resolving proxy,无法浏览网页 #966

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

你遇到了什么问题?(比如,本来应该是怎样的结果,但
实际又是怎样的结果?):

   使用 Auto Switch Mode 时 chrome 一直处于 Resolving proxy,
无法打开任何网页。重启 chrome 或 重启系统都无法解决。

如何重现此问题?(怎样做可以发现这个问题?):

   无法准确重现,刚装好插件,配置好代理,可以正常使用一段时间,
然后就出现这个问题了。

你正在使用什么操作系统和 Chrome/Chromium 的什么版本?
(你可以复制 chrome://version/ 页面的前几行。)

  系统: Ubuntu

  Google Chrome 32.0.1700.107 (Official Build 248368) 
  OS    Linux 
  Blink 537.36 (@165586)
  JavaScript    V8 3.22.24.17
  Flash 12.0.0.44

Original issue reported on code.google.com by kix...@gmail.com on 7 Jun 2014 at 8:05

Attachments:

GoogleCodeExporter commented 9 years ago
如果电脑配置不好的话,尽量不要用 GFW List 
。可以使用全局代理+白名单。

Original comment by shyc2...@gmail.com on 7 Jun 2014 at 8:13

GoogleCodeExporter commented 9 years ago
重装 chrome (version 35) 和 switchsharp,
然后开启 Auto Switch Mode,没有使用 GFW List,
上一会网又出现 Resolving proxy ...

切换到 win 8.1 系统也有这个问题。

Original comment by kix...@gmail.com on 7 Jun 2014 at 10:26

GoogleCodeExporter commented 9 years ago
请在 导入/导出 选项卡按一下 导出PAC 
按钮,将结果上传到这里。

Original comment by shyc2...@gmail.com on 8 Jun 2014 at 5:50

GoogleCodeExporter commented 9 years ago
这是导出的PAC文件。

Original comment by kix...@gmail.com on 8 Jun 2014 at 5:59

Attachments:

GoogleCodeExporter commented 9 years ago
看上去是 Chrome 的 bug ……

如果自动切换模式不行的话,试着用全局代理模式吧。把 
*.google.com 和 *.googleapis.com 加到不代理的那一行里,很方便。

Original comment by shyc2...@gmail.com on 8 Jun 2014 at 6:02

GoogleCodeExporter commented 9 years ago
没明白这个全局代理模式怎么弄 --

Original comment by kix...@gmail.com on 8 Jun 2014 at 6:29

GoogleCodeExporter commented 9 years ago
弹出菜单里选择一个代理模式就可以了。

Original comment by shyc2...@gmail.com on 8 Jun 2014 at 6:47

GoogleCodeExporter commented 9 years ago
谢谢。

Original comment by kix...@gmail.com on 8 Jun 2014 at 6:54

GoogleCodeExporter commented 9 years ago
问题已解决。

出现 Resolving proxy 时,chrome 进程的 cpu 占用率一直接近 100%。

最后发现,把 chrome 
设置中的“硬件加速”选项关掉就没问题了。

Original comment by kix...@gmail.com on 10 Jun 2014 at 5:07

GoogleCodeExporter commented 9 years ago
真是莫名其妙呢。

Original comment by shyc2...@gmail.com on 10 Jun 2014 at 1:56

GoogleCodeExporter commented 9 years ago
似乎正则表达式写法对 cpu 使用率影响巨大,

^https?://(.+\.)*google(apis|usercontent)?\.com  最高占用 120%

^https?://([^\.]+\.)*google(apis|usercontent)?\.com  最高占用 40%

Original comment by kix...@gmail.com on 11 Jun 2014 at 9:26