搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Getting a strange message: "Sandbox: attempt to open unexpected file"

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 J B

more options

I run firefox from the command line in a terminal, and recently I have been seeing this set of messages in the term when I load various webpages:

Sandbox: attempt to open unexpected file /sys/devices/system/cpu/cpu0/cache/index2/size Sandbox: attempt to open unexpected file /sys/devices/system/cpu/cpu0/cache/index3/size Sandbox: attempt to open unexpected file /sys/devices/system/cpu/present Sandbox: attempt to open unexpected file /sys/devices/system/cpu Sandbox: unexpected multiple open of file /proc/cpuinfo

Mostly, there doesn't seem to be any loss of function related to this message. However, I have one anecdotal example of a forum website I have used in the past freezing on a blank screen at the same time these messages pop up in the term.

I can find no match for this particular message on the entire open internet. There is one near-match on bugzilla bug # Bug 1718493, but that is solved and done.

Any thoughts appreciated, thanks!

I run firefox from the command line in a terminal, and recently I have been seeing this set of messages in the term when I load various webpages: Sandbox: attempt to open unexpected file /sys/devices/system/cpu/cpu0/cache/index2/size Sandbox: attempt to open unexpected file /sys/devices/system/cpu/cpu0/cache/index3/size Sandbox: attempt to open unexpected file /sys/devices/system/cpu/present Sandbox: attempt to open unexpected file /sys/devices/system/cpu Sandbox: unexpected multiple open of file /proc/cpuinfo Mostly, there doesn't seem to be any loss of function related to this message. However, I have one anecdotal example of a forum website I have used in the past freezing on a blank screen at the same time these messages pop up in the term. I can find no match for this particular message on the entire open internet. There is one near-match on bugzilla bug # Bug 1718493, but that is solved and done. Any thoughts appreciated, thanks!

由J B于修改

所有回复 (2)

more options

Could be a problem with the Widevine plugin if this happens when you visit pages that use DRM protected content.

  • 1712506 - Widevine try to access /proc/self/maps and /proc/net/unix

See also:

more options

I don't think it's any DRM issue since at least for this particular website which is just an old-school php forum, but those source files prompted me to discover the debugger and console windows you can open up in firefox and break on Exception (very cool), which eventually revealed that there is a server 500 error from the forum website i'm trying to access. So I guess that's nothing to do with firefox on my end despite the odd messages. I then tried the same page in google chrome, and it showed the 500 error directly on a served page. So thanks for the feedback, it did nudge me in the right direction.