打开浏览器时出现终端错误

打开浏览器时出现终端错误

当我在终端中打开浏览器时(我试过 Firefox 和 Google Chrome)我收到错误消息。

当我打开 Firefox 时,它会吐出以下内容:

Performance warning: Async animation disabled because frame size (2280, 97) is bigger than the viewport (2160, 1188) or the visual rectangle (2280, 97) is larger than the max allowable value (17895698) [div]

(process:2659): GLib-CRITICAL **: g_path_get_basename: assertion 'file_name != NULL' failed
Vector smash protection is enabled.

(process:3433): GLib-CRITICAL **: g_path_get_basename: assertion 'file_name != NULL' failed

(process:3509): GLib-CRITICAL **: g_path_get_basename: assertion 'file_name != NULL' failed

###!!! [Child][MessageChannel] Error: (msgtype=0x80000F,name=PHttpChannel::Msg___delete__) Channel closing: too late to send/recv, messages will be lost

当我打开 chrome 时,它​​会吐出这个:

[WARNING:flash/platform/pepper/pep_module.cpp(63)] SANDBOXED
Vector smash protection is enabled.

在研究了这两个问题(并做了一些实验)之后,我找不到解决方案,但似乎这是 flash 的问题,而不是 html5 的问题。此外,当我在安全模式下打开 Firefox 时也会发生这种情况。

这还没有给我带来任何(明显的)问题,但这让我很恼火,因为我不知道发生了什么。据我所知,昨晚我上次上网时没有发生这个问题。

最后,如果有帮助的话,我正在运行 64 位 Ubuntu 16.04。

答案1

如果您的浏览器运行正常,则可以放心地忽略这些消息。通常,它们是为开发人员而非最终用户准备的,用于提供调试信息。

沙盒是一项安全功能。Chrome 正在限制网站代码的操作,例如不允许其读取您计算机上的文件。

相关内容