运行 Yosemite 的 Mac Mini 随机关机,然后在一段时间内陷入重启循环 - 日志显示不多

n1r*_*reu 5 shutdown reboot macos

运行 Mac Mini 2.5 GHz Intel Core i5 和 16GB RAM。我最近遇到了在日志中似乎没有明显原因的随机关机。这是一个日志,显示最近发生关闭的时间段:

Nov 29 13:31:34 minimac.local screensharingd[3148]: Authentication: FAILED :: User Name: N/A :: Viewer Address: 70.33.238.149 :: Type: VNC DES
Nov 29 13:31:36 minimac kernel[0]: Google Chrome He (map: 0xffffff8047df2960) triggered DYLD shared region unnest for map: 0xffffff8047df2960, region 0x7fff90000000->0x7fff90200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
Nov 29 13:31:50 minimac.local screensharingd[3148]: Authentication: FAILED :: User Name: N/A :: Viewer Address: 69.58.96.42 :: Type: VNC DES
Nov 29 13:33:06 minimac com.apple.xpc.launchd[1] (com.apple.screensharing[3232]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.screensharing.server
Nov 29 13:33:09 minimac.local screensharingd[3232]: Authentication: FAILED :: User Name: N/A :: Viewer Address: 106.240.241.58 :: Type: VNC DES
Nov 29 13:33:20 minimac.local screensharingd[3232]: Authentication: FAILED :: User Name: N/A :: Viewer Address: 50.121.137.174 :: Type: VNC DES
Nov 29 13:33:29 minimac.local screensharingd[3232]: Authentication: FAILED :: User Name: N/A :: Viewer Address: 75.109.245.13 :: Type: VNC DES
Nov 29 13:33:39 minimac.local screensharingd[3232]: Authentication: FAILED :: User Name: N/A :: Viewer Address: 66.192.171.130 :: Type: VNC DES
Nov 29 13:33:45 minimac.local screensharingd[3232]: Authentication: FAILED :: User Name: N/A :: Viewer Address: 67.214.107.178 :: Type: VNC DES
Nov 29 13:34:37 minimac.local discoveryd[53]: Basic DNSResolver  dropping message because it doesn't match the one sent Port:53 MsgID:39067
Nov 29 15:46:18 localhost bootlog[0]: BOOT_TIME 1417304778 0
Nov 29 15:46:39 localhost syslogd[16]: Configuration Notice:
    ASL Module "com.apple.AccountPolicyHelper" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
Run Code Online (Sandbox Code Playgroud)

从那以后,我关闭了 VNC,但我不知道这会是什么原因。我没有任何电源监控,但我也在这条路上努力。是否可以设置某种额外的详细日志记录以更好地了解触发关闭的原因?

此外,在这些随机关机后,机器会在密码屏幕后重新启动几次,然后才最终恢复稳定状态。

所以我想为了一个准确的问题:

  1. 有没有人在那些可疑的日志行中看到任何内容?
  2. 是否有额外的日志记录可以触发以获取更多详细信息?
  3. 有没有人知道其他地方的这个问题?

更新:

  • Apple Hardware Test 回来了
  • 我有两个在内核空间中运行的第 3 方应用程序:Little Snitch 和 Macproxy
  • 删除 Little Snitch 没有帮助 - 随机重启发生了
  • 但是,删除 Macproxy 已经有一段时间没有重新启动了。

我会让系统在当前配置下运行并报告我的发现。

谢谢指点!

更新 2:我遵循了该消息

Nov 29 13:31:36 minimac kernel[0]: Google Chrome He (map: 0xffffff8047df2960) 触发 DYLD 共享区域 unnest for map: 0xffffff8047df2960, region 0x7fff90000000->0x7fff90.20000 虽然对于调试器来说并不异常,但这会增加系统内存占用,直到目标退出。

在尝试了很多东西(SMC 重置、PRAM 重置等)之后,我发现关闭 Chrome 可以缓解突然重启。在 Chrome 关闭的情况下,我现在有几个小时的正常运行时间。为了最终确定我的假设,我将重新启动它并查看它是否再次崩溃。我通过谷歌看到一些关于 Chrome 导致 Mac 崩溃的轶事,但没有什么是确凿的证据。

小智 -1

听起来可能存在硬件问题。您是否尝试过运行Apple 硬件测试/诊断

您还可以尝试运行安全模式,其中包括自动磁盘检查和修复实用程序。

我的理由是,如果您随机重新启动和重新启动循环,这听起来像是 RAM 问题。如果您开始出现错误,我会特别这么说。我会说运行硬件测试以查看 RAM 是否存在任何问题。

我认为这不是过热问题,因为这些问题往往只是随机关闭和不稳定。我决定添加安全模式/光盘检查以防万一。我非常怀疑这是否与硬盘相关,例如损坏,因为您最终能够登录操作系统。

这只是根据我使用 PC 硬件的经验得出的,与 Mac 硬件相差不远。然而,我对 Mac 软件不太了解。