BSD process name corresponding to current thread: kernel_task

panic(cpu 2 caller 0xffffff8002412667): "IOSCSIPeripheralDeviceType05::setPowerState(0xffffff804da430e0 : 0xffffff7f826f4234, 1 -> 4) timed out after 100766 ms"@/AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/xnu/xnu-6153.141.2.2/iokit/Kernel/IOServicePM.cpp:5296

Backtrace (CPU 2), Frame : Return Address

0xffffffa3cfbf3b40 : 0xffffff8001d1868d mach_kernel : _handle_debugger_trap + 0x49d

0xffffffa3cfbf3b90 : 0xffffff8001e52ab5 mach_kernel : _kdp_i386_trap + 0x155

0xffffffa3cfbf3bd0 : 0xffffff8001e4463e mach_kernel : _kernel_trap + 0x4ee

0xffffffa3cfbf3c20 : 0xffffff8001cbea40 mach_kernel : _return_from_trap + 0xe0

0xffffffa3cfbf3c40 : 0xffffff8001d17d57 mach_kernel : _DebuggerTrapWithState + 0x17

0xffffffa3cfbf3d40 : 0xffffff8001d18147 mach_kernel : _panic_trap_to_debugger + 0x227

0xffffffa3cfbf3d90 : 0xffffff80024bf2bc mach_kernel : _panic + 0x54

0xffffffa3cfbf3e00 : 0xffffff8002412667 mach_kernel : __ZN9IOService12ackTimerTickEv + 0x6f7

0xffffffa3cfbf3e50 : 0xffffff8002411f49 mach_kernel : __ZN9IOService21actionAckTimerExpiredEP8OSObjectPvS2_S2_S2_ + 0x9

0xffffffa3cfbf3e60 : 0xffffff80024294de mach_kernel : __ZN10IOWorkLoop9runActionEPFiP8OSObjectPvS2_S2_S2_ES1_S2_S2_S2_S2_ + 0x3e

0xffffffa3cfbf3ea0 : 0xffffff8002410cf8 mach_kernel : __ZN9IOService17ack_timer_expiredEPvS0_ + 0x38

0xffffffa3cfbf3ec0 : 0xffffff8001d5a645 mach_kernel : _thread_call_delayed_timer + 0xec5

0xffffffa3cfbf3f40 : 0xffffff8001d5a171 mach_kernel : _thread_call_delayed_timer + 0x9f1

0xffffffa3cfbf3fa0 : 0xffffff8001cbe13e mach_kernel : _call_continuation + 0x2e


BSD process name corresponding to current thread: kernel_task

Boot args: -v keepsyms=1 alcid=21


Mac OS version:

19H15


Kernel version:

Darwin Kernel Version 19.6.0: Thu Oct 29 22:56:45 PDT 2020; root:xnu-6153.141.2.2~1/RELEASE_X86_64

Kernel UUID: 9B5A7191-5B84-3990-8710-D9BD9273A8E5

Kernel slide: 0x0000000001a00000

Kernel text base: 0xffffff8001c00000

__HIB text base: 0xffffff8001b00000

System model name: iMac19,1 (Mac-AA95B1DDAB278B95)

System shutdown begun: NO

Panic diags file available: YES (0x0)

Windows, Windows 10

Posted on Aug 6, 2023 8:29 AM

Reply

Similar questions

2 replies

Aug 6, 2023 9:20 PM in response to romantic19

The system crashed because


"IOSCSIPeripheralDeviceType05::setPowerState(0xffffff804da430e0 : 0xffffff7f826f4234, 1 -> 4) timed out after 100766 ms"


It was expecting some sort of setPowerState() operation to finish, and that didn't happen within 100.766 seconds. The code treated that as a "should not happen" condition and crashed the system.


setPowerState | Apple Developer Documentation


"The driver must return IOPMAckImplied if it has complied with the request when it returns. Otherwise if it has started the process of changing power state but not finished it, the driver should return a number in microseconds which is an upper limit of the time it needs to finish. Then, when it has completed the power switch, it should call acknowledgeSetPowerState."


Perhaps this means that the OS called a driver to do a setPowerState(), the driver said things were "in progress" and promised to finish within 100 seconds, then the driver failed to get back to the OS with an acknowledgeSetPowerState() within that 100-second deadline.



This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

BSD process name corresponding to current thread: kernel_task

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.