rgov / Thunderbolt3Unblocker

Enable unsupported Thunderbolt 3 peripherals on macOS
Other
658 stars 84 forks source link

Restarted since the installation of Thunderbolt3Unblocker #31

Closed FreeyW closed 5 years ago

FreeyW commented 5 years ago

My Mac has been restarted since the installation of Thunderbolt3Unblocker, which has happened 7-8 times. I want to know if it is related to the installation of Thunderbolt3Unblocker. thanks.

Kernel_2018-11-30-192306_SeandeMacBook-Pro.txt Kernel_2018-11-13-223643_SeandeMacBook-Pro.txt Kernel_2018-11-14-192011_SeandeMacBook-Pro.txt Kernel_2018-11-15-191443_SeandeMacBook-Pro.txt Kernel_2018-11-16-135300_SeandeMacBook-Pro.txt Kernel_2018-11-16-184050_SeandeMacBook-Pro.txt Kernel_2018-11-17-180403_SeandeMacBook-Pro.txt Kernel_2018-11-22-154617_SeandeMacBook-Pro.txt

rgov commented 5 years ago

At a glance it doesn’t seem related. Can you try uninstalling it and see if the crashes go away?

Sent from my iPhone

On Nov 30, 2018, at 15:17, summear notifications@github.com wrote:

My Mac has been restarted since the installation of Thunderbolt3Unblocker, which has happened 7-8 times. I want to know if it is related to the installation of Thunderbolt3Unblocker. thanks.

Kernel_2018-11-30-192306_SeandeMacBook-Pro.txt Kernel_2018-11-13-223643_SeandeMacBook-Pro.txt Kernel_2018-11-14-192011_SeandeMacBook-Pro.txt Kernel_2018-11-15-191443_SeandeMacBook-Pro.txt Kernel_2018-11-16-135300_SeandeMacBook-Pro.txt Kernel_2018-11-16-184050_SeandeMacBook-Pro.txt Kernel_2018-11-17-180403_SeandeMacBook-Pro.txt Kernel_2018-11-22-154617_SeandeMacBook-Pro.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

FreeyW commented 5 years ago

I changed a mac and still restarted, and a new log was generated. Restart occurs during sleep standby. thank you

panic-full-2018-12-24-065043.txt panic-full-2018-12-23-153831.txt

rgov commented 5 years ago

Both of these new panics are related to your Touch Bar, and I cannot see how they could be related to Thunderbolt 3 Unblocker. The ARM64 processor that powers your Touch Bar is crashing. Thunderbolt 3 Unblocker does not affect that processor at all.

The latest panics are not the same as the ones you attached before, which for instance look like graphics subsystem crashes.

It is not likely that Thunderbolt 3 Unblocker is responsible for every kernel panic your system experiences. It might be related if it happens at the time you load T3U, or at the time you plug in a new Thunderbolt 3 device. It might happen on wake from sleep, when the system re-connects to Thunderbolt 3 peripherals, but it would be obvious from the crash backtrace. None of these seem related.

Again, if you suspect that T3U is the cause, just disable it and see if your system still panics.

Also, if you have a peripheral attached to your system and T3U unblocks it, and then later there is a kernel panic associated with that peripheral. That is not the fault of T3U, that is the fault of the driver that controls the peripheral. T3U just allows the driver to load; it cannot guarantee the stability of the driver.