Contribute
Register

How to diagnose random reboots and crashes

Status
Not open for further replies.
Joined
Jan 3, 2011
Messages
824
Motherboard
Gigabyte Z370-HD3
CPU
i5-8600
Graphics
RX 560
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
Is there an easy way to diagnose random reboot and or crashes? Or do you simply have to go through the logs and try and figure it out?
 
Or do you simply have to go through the logs and try and figure it out?
Uninstalling non-essential kernel extensions and reading the logs is a good start.

Look for driver failure:
Code:
pmset -g log | grep -i fail

Using --predicate to filter logs:
Code:
log show --predicate "process == 'kernel' && message contains 'ACPI'"

Time limited with --last
Code:
log show --predicate "messageType == error" --last 1h

Clear logs:
Code:
sudo log erase --all

Write to file:
Code:
log show --predicate "messageType == error" --last 1h --style compact > ~/Desktop/errors.log
 
Last edited:
So this is exactly when my system rebooted:

Any idea what it all means?


2018-04-06 03:15:15.056051-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.056052-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.057233-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.057234-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.059196-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.059197-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.082676-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.082677-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.094631-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.094632-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.095512-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.095512-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.096404-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.096404-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.098329-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.098329-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.100260-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.100261-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.102249-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.102249-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.104234-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.104235-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.118302-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.118302-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.121108-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.121109-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.123714-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.123715-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.135739-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.135740-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.137982-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.137982-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.140664-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.140664-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.142589-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.142590-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.155064-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.155065-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.157113-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.157114-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.159050-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.159050-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.161015-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.161015-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.163807-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.163807-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.175037-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.175037-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.176961-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.176961-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.178889-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.178889-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.180812-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.180813-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.182740-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.182740-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.184665-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.184665-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.291030-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.291031-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.293034-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,

2018-04-06 03:15:15.293035-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,

2018-04-06 03:15:15.295070-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,

2018-04-06 03:15:15.295071-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,

2018-04-06 03:15:15.297278-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.297279-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.299682-0400 0x82 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled

2018-04-06 03:15:15.300847-0400 0x82 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled

2018-04-06 03:15:15.302242-0400 0x82 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled

2018-04-06 03:15:15.303413-0400 0x82 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled

2018-04-06 03:15:15.304588-0400 0x82 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled

2018-04-06 03:15:15.305760-0400 0x82 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled

2018-04-06 03:15:15.332132-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.332133-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.336694-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,

2018-04-06 03:15:15.336695-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,

2018-04-06 03:15:15.338530-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.338530-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.341940-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.341941-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.346500-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,

2018-04-06 03:15:15.346500-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,

2018-04-06 03:15:15.348334-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.348335-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.353742-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.353743-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:

2018-04-06 03:15:15.371400-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.371400-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.380225-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.380226-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.382830-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:15.382831-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:19.378067-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5

2018-04-06 03:15:19.382489-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.382496-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.382500-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.382915-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.382921-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.382926-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.383307-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.383314-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.383318-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.400980-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.401017-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.401053-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.401088-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.401123-0400 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14

2018-04-06 03:15:19.422241-0400 0xab Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:19.422241-0400 0xab Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:19.431270-0400 0xab Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:

2018-04-06 03:15:19.431270-0400 0xab Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:
 
Attached is a copy of my config.plist if you want to take a look.
 

Attachments

  • config.plist.zip
    5.4 KB · Views: 54
Just a DSDT.aml

I have uploaded it.

It rebooted again after less than 5 hours, this is a new development, prior to this it was up and stable for over two days.

It just rebooted again about 20 minutes ago, I am uploading an error log file too.
 

Attachments

  • DSDT.aml.zip
    35.8 KB · Views: 67
  • errors.log.zip
    68.1 KB · Views: 86
Last edited:
Attached is a copy of my config.plist if you want to take a look.
That config is full of unnecessary parameters, you have even "OS X 10.8.5 (12F36) Mountain Lion". The values beginning with # are not ignored? So they might be deleted as well. I've attached my current config as an example, your system needs FakeID IntelGFX 0x59168086 and ig-platform-id 0x59120003.
Edit: You can have multiple config.plists files in Clover that you can select at boot. Just name them config-1.plist or config-test.plist
 

Attachments

  • config.plist
    3.1 KB · Views: 183
It's ok thanks, I had one character off in my FakeID perhaps that will resolve the issue.
 
Last edited:
Just a DSDT.aml

I have uploaded it.

It rebooted again after less than 5 hours, this is a new development, prior to this it was up and stable for over two days.

It just rebooted again about 20 minutes ago, I am uploading an error log file too.
Where did you get the DSDT.aml from? The errors are caused by mismatch between OEM tables, DSDT override and Clover patching.
 
Ah ok, how can I correct them? The DSDT.aml was from someone else helping me whom I no longer have contact with unfortunately.
 
Status
Not open for further replies.
Back
Top