Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel panics in RTKit #489

Open
chrisridd opened this issue Nov 1, 2023 · 3 comments
Open

Kernel panics in RTKit #489

chrisridd opened this issue Nov 1, 2023 · 3 comments

Comments

@chrisridd
Copy link

chrisridd commented Nov 1, 2023

I am experiencing a number of kernel panics that occur some time between my leaving the computer (and me) to sleep, and returning to it the next morning. I've seen this on two separate M1 MacBookPros.

I note an article here that suspects RTKit is managing the Secure Enclave Processor, which presumably Secretive is accessing via Apple APIs.

As my kernel panics all seem to involve "something" crashing in RTKit, is there a possibility that whatever APIs Secretive is using is tickling this? The thing failing is undocumented so I know I might be barking up the wrong tree. It would be perhaps interesting to know if other Secretive users also experienced RTKit crashes or whether I'm just lucky :-)

I've seen this in macOS 13.x as well as macOS 14.x, and in up-to-date versions of Secretive.

FYI here's my latest panic text from macOS 14.1, which has also been automatically sent to Apple's bug reporting black hole.

panic(cpu 2 caller 0xfffffe002001dfdc): DCPEXT0 PANIC - ASSERT!AFKService.cpp:1000 0xffffffff40f7c5d8  - termination(63)
ASSERT!AFKService.cpp:1000 0xffffffff40f7c5d8 
RTKit: RTKit-2413.41.1.release - Client: local-t600xdcp.release
!UUID: c1e249b7-b246-35a7-ba5f-8ed93c7d93f5
Time: 0x00000872c75996d5

Faulting task  63 Call Stack: 0x000000000001e034 0x000000000001da38 0x000000000001d848 0x000000000002098c 0x00000000000ce748 0x00000000000cfce0 0x00000000000c96e8 0x000000000001e768 0x00000000000c93d4 0x00000000000cfbf0 0x00000000000ca530 0x0000000000012710 000000000000000000
RTKit Task List:
  name                    | pri     | stack use | status     | resource | warning
0 rtk_background          | 007     |   864/2048  | SEMWAIT    | 0x860770 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

1 rtk_ep_work             | 057     |   912/2048  | SEMWAIT    | 0x85cdd0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

2 log_tx                  | 007     |   352/2048  | SEMWAIT    | 0x849920 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

3 log_flush               | 015     |   272/4096  | SEMWAIT    | 0x848cb0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x0000000000023da0 0x0000000000012710

4 tracekit_work           | 007     |   592/4096  | SEMWAIT    | 0x8467e0 | 
     0x000000000000e718 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

5 Terminator              | 015     |   496/2048  | SEMWAIT    | 0x845350 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

6 main                    | 015     |  8512/40960 | SEMWAIT    | 0x830130 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x000000000000ce74 0x000000000000f010

7 dcpexpert               | 015     |   352/16384 | SEMWAIT    | 0x842340 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

8 power                   | 000     |  1616/65536 | RUNNABLE   | 0x62d1a0 | 
     0x0000000000011c1c 0x000000000001d310 0x000000000001d050 0x0000000000012710

9 rtkitpmgr               | 015     |   352/16384 | SEMWAIT    | 0x83d370 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

10 iomfb_driver            | 016     | 11344/16384 | SEMWAIT    | 0x838cf0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

11 iomfb_low               | 009     |   352/16384 | SEMWAIT    | 0xffffffff410ea700 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

12 iomfb_driver_low        | 008     |   352/16384 | SEMWAIT    | 0xffffffff410db670 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

13 iomfb_cdfd              | 014     |  3808/16384 | SEMWAIT    | 0xffffffff410bd420 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

14 iomfb_backlight         | 016     |   352/4096  | SEMWAIT    | 0xffffffff4108ec90 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

15 iomfb_reg_stream        | 016     |   352/4096  | SEMWAIT    | 0xffffffff4108b270 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

16 iomfb_video_async       | 016     |  5152/16384 | SEMWAIT    | 0xffffffff4107aec0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

17 iomfb_video_if          | 016     |   352/4096  | SEMWAIT    | 0xffffffff410768c0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

18 iomfb_video_async       | 016     |   352/16384 | SEMWAIT    | 0xffffffff4106a110 |
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

19 iomfb_video_if_stub     | 016     |   352/4096  | SEMWAIT    | 0xffffffff41065b20 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

20 iomfb_dcp_disp_serv     | 016     |  1088/4096  | SEMWAIT    | 0xffffffff41058680 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

21 iomfb_ap_link           | 016     |  1296/4096  | SEMWAIT    | 0xffffffff41057170 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

22 iomfb_ap_caller_0       | 016     |   352/512   | SEMWAIT    | 0xffffffff41055cf0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

23 iomfb_ap_caller_1       | 016     |   352/512   | SEMWAIT    | 0xffffffff41055680 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

24 iomfb_ap_caller_2       | 016     |   352/512   | SEMWAIT    | 0xffffffff41055000 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

25 iomfb_ap_caller_3       | 016     |   352/512   | SEMWAIT    | 0xffffffff41054940 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

26 iomfb_ap_callee_0       | 016     |  6976/16384 | SEMWAIT    | 0xffffffff410542c0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

27 iomfb_ap_callee_1       | 016     |  6704/16384 | SEMWAIT    | 0xffffffff4104fe50 |
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

28 iomfb_ap_callee_2       | 016     |   352/16384 | SEMWAIT    | 0xffffffff4104b9d0 |
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

29 iomfb_ap_callee_3       | 016     |   352/16384 | SEMWAIT    | 0xffffffff41047560 |
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

30 iosurface_tracker_timer | 015     |   688/16384 | SEMWAIT    | 0xffffffff41042620 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

31 AUCWorkLoop             | 015     |   352/16384 | SEMWAIT    | 0xffffffff4103e030 |
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

32 auc_dcp_queue           | 015     |  1840/16384 | WAITING    | 0xffffffff4103a048 | 
     0x0000000000011c1c 0x00000000000123c4 0x00000000000112e4 0x000000000001ea80 0x00000000000ca56c 0x0000000000012710

33 dcpav                   | 015     |   624/16384 | SEMWAIT    | 0xffffffff41035290 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

34 cpCapsThread            | 015     |  1312/16384 | SEMWAIT    | 0xffffffff4102dbc0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

35 additionThread          | 015     |   352/16384 | SEMWAIT    | 0xffffffff41029510 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

36 removalThread           | 015     |   352/16384 | SEMWAIT    | 0xffffffff41024e60 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

37 dcpdptx-hdcp-interface  | 015     |  2384/16384 | SEMWAIT    | 0xffffffff4101da20 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

38 dcpav-controller-epic   | 015     |  2384/16384 | SEMWAIT    | 0xffffffff41018730 |
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

39 dcpdp-controller-epic   | 015     |   352/16384 | SEMWAIT    | 0xffffffff41013350 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

40 dcpdptx-port-epic       | 015     |  6496/16384 | RUNNABLE   | 0 | 
     0x0000000000011c1c 0x00000000000123c4 0x000000000001e7d4 0x00000000000c9600 0x0000000000090e70 0x00000000000c96c8 0x000000000001e768 0x00000000000c9418 0x0000000000090ce4 0x000000000002f29c 0x000000000003d100 0x0000000000043b00 0x00000000000c96c8 0x000000000001e768 0x00000000000c9418 0x000000000003a484 0x0000000000043c8c 0x00000000000c96c8 0x000000000001e768 0x00000000000c9418 0x000000000003a380 0x000000000004190c 0x000000000003c9f0 0x0000000000047bec 0x00000000000c96c8 0x000000000001e768 0x00000000000c9418 0x0000000000038920 0x00000000000379a0 0x00000000000912a8 0x000000000008f8e0 0x00000000000c96c8 0x000000000001e768 0x00000000000c9418 0x000000000008f7ec 0x00000000000d2e6c 0x00000000000c9080 0x000000000001e4a4 0x0000000000012710

41 cpCapsThread            | 015     |  1312/16384 | SEMWAIT    | 0xffffffff41006140 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

42 additionThread          | 015     |   352/16384 | SEMWAIT    | 0xffffffff41001a90 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

43 removalThread           | 015     |   352/16384 | SEMWAIT    | 0xffffffff40ffd3e0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

44 dcpdptx-hdcp-interface  | 015     |  2384/16384 | SEMWAIT    | 0xffffffff40ff5fa0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

45 dcpav-controller-epic   | 015     |  2384/16384 | SEMWAIT    | 0xffffffff40ff0c30 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

46 dcpdp-controller-epic   | 015     |   352/16384 | SEMWAIT    | 0xffffffff40feb860 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

47 dcpdptx-port-epic       | 015     |   352/16384 | SEMWAIT    | 0xffffffff40fe5a50 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

48 endpoint                | 015     |  2864/8192  | WAITING    | 0xffffffff40fdf590 | 
     0x0000000000011c1c 0x00000000000123c4 0x00000000000112e4 0x000000000001ea80 0x00000000000ca56c 0x0000000000012710

49 cp                      | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f10970 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

50 cp                      | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f30b50 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

51 dcpav-device-epic       | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f64af0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

52 ConnectionWatchDog      | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f4c310 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

53 hdcptimer               | 015     |   976/16384 | SEMWAIT    | 0xffffffff40f20ab0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

55 aup                     | 015     |   912/16384 | SEMWAIT    | 0xffffffff40fd4f70 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

60 poweroff                | 015     |   352/16384 | SEMWAIT    | 0xffffffff40fa0540 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

63 termination             | 015     |  2688/16384 | RUNNABLE   | 0 | [Faulting task]

64 config                  | 015     |  4560/16384 | WAITING    | 0xffffffff40f9afd8 | 
     0x0000000000011c1c 0x00000000000123c4 0x00000000000112e4 0x000000000001ea80 0x00000000000ca56c 0x0000000000012710

66 poweroff                | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f2cb30 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

67 cpsrc                   | 015     |   352/16384 | SEMWAIT    | 0xffffffff40fc3c80 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

68 cpsrc                   | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f7b530 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

69 restartIntfc            | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f87da0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

70 iomfb_mailbox           | 018     |   720/16384 | SEMWAIT    | 0xffffffff40f6a2a0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

71 iomfb_mailbox_async     | 018     |  4640/16384 | SEMWAIT    | 0xffffffff40f51a10 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

72 dcpdp-device-epic       | 015     |  2384/16384 | SEMWAIT    | 0xffffffff40f1ca90 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

73 restartIntfc            | 015     |   352/16384 | SEMWAIT    | 0xffffffff40fbfc50 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

74 hdmiErrorMonitor        | 015     |   352/16384 | SEMWAIT    | 0xffffffff40efdb30 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

75 hdmiErrorMonitor        | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f28b00 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

76 hdmiErrorInject         | 015     |   352/16384 | SEMWAIT    | 0xffffffff40f24ae0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

77 sinkCount               | 015     |   352/16384 | SEMWAIT    | 0xffffffff40faf680 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

78 linkStatus              | 015     |   352/16384 | SEMWAIT    | 0xffffffff40fab660 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

79 cpIrq                   | 015     |   352/16384 | SEMWAIT    | 0xffffffff40ee5990 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

80 hdmiErrorInject         | 015     |   352/16384 | SEMWAIT    | 0xffffffff40ef9b00 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

81 sinkCount               | 015     |  6064/16384 | SEMWAIT    | 0xffffffff40f041f0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

82 linkStatus              | 015     |  2080/16384 | SEMWAIT    | 0xffffffff40ef1ab0 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

83 cpIrq                   | 015     |   352/16384 | SEMWAIT    | 0xffffffff40eeda90 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

84 dpIrq                   | 015     |  2160/16384 | SEMWAIT    | 0xffffffff40ed9910 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710

85 dpIrq                   | 015     |   352/16384 | SEMWAIT    | 0xffffffff40ee1960 | 
     0x0000000000011c1c 0x0000000000012ba8 0x000000000001e438 0x0000000000012710


Chinook ASC Async error info: 
l2c_err_sts 0x5000fbfc00000000, l2c_err_adr 000000000000000000, l2c_err_inf 000000000000000000
lsu_err_sts 000000000000000000, fed_err_sts 000000000000000000, mmu_err_sts 000000000000000000
dpc_err_sts 000000000000000000

Mailbox (0): (0)
 Inbox  AKF_KIC_INBOX_CTRL = 0x00027701, AKF_KIC_MAILBOX_SET = 0x11111101
 Outbox AKF_AP_OUTBOX_CTRL = 0x0002ee01, AKF_AP_MAILBOX_SET  = 0x00000000

   dir   endpoint      timestamp           msg
   ====  ============  ==================  ==================
   [TX]        user24  0x00000872b823897c  0x0000005000000302
   [RX]        user24  0x00000872b8239064  0x0000000000000342
   [TX]        user24  0x00000872b823abb4  0x0000009000000302
   [RX]        user24  0x00000872b823af44  0x0000000000000342
   [TX]        user24  0x00000872b823b5d4  0x0000009000000302
   [RX]        user24  0x00000872b823b7dc  0x0000000000000342
   [TX]        user24  0x00000872b823c124  0x000000ac00000302
   [RX]        user24  0x00000872b823c428  0x0000000000000342
   [RX]        user24  0x00000872b823cfbc  0x0000002000000202
   [TX]        user24  0x00000872b823d9b8  0x0000000000000242
   [RX]    management  0x00000872bb005e4c  0x00307dfb00000029
   [TX]    management  0x00000872bb00658c  0x0040000000000029
   [RX]        user09  0x00000872bca5c664  0x00a2000000000000
   [TX]        user09  0x00000872bca669bc  0x0085000000000000
   [RX]    management  0x00000872bf839f2c  0x0030bde50000002a
   [TX]    management  0x00000872bf83a6dc  0x004000000000002a
   [RX]    management  0x00000872c260dac8  0x0030f9b00000002b
   [TX]    management  0x00000872c260e304  0x004000000000002b
   [RX]        user11  0x00000872c405cc1c  0x00a2000000003840
   [TX]        user11  0x00000872c4063fdc  0x0085000000000000
   [RX]        user11  0x00000872c40659b4  0x00a2000000003980
   [TX]        syslog  0x00000872c406acd4  0x0050000000000031
   [RX]        syslog  0x00000872c406b518  0x0050000000000031
   [TX]        syslog  0x00000872c406ba7c  0x0050000000000032
   [RX]        syslog  0x00000872c406bee0  0x0050000000000032
   [TX]        user24  0x00000872c406c8ec  0x0000004c00000302
   [RX]        user24  0x00000872c406d1bc  0x0000000000000342
   [TX]        user24  0x00000872c406d848  0x0000004c00000302
   [RX]        user24  0x00000872c406dbe4  0x0000000000000342
   [TX]        user24  0x00000872c406df34  0x0000004c00000302
   [RX]        user24  0x00000872c406e2e8  0x0000000000000342
   [TX]        user24  0x00000872c4072e74  0x0000004c00000302
   [TX]        user12  0x00000872c4075ab0  0x0085000000000000
   [RX]        user24  0x00000872c4075ef4  0x0000000000000342
   [TX]        user24  0x00000872c40768ac  0x0000004c00000302
   [TX]        user05  0x00000872c40770f8  0x0085000000000000
   [TX]        user10  0x00000872c407986c  0x0085000000000000
   [TX]        user10  0x00000872c407cb5c  0x0085000000000000
   [TX]        user09  0x00000872c407ded0  0x0085000000000000
   [TX]        user08  0x00000872c407f3ac  0x0085000000000000
   [RX]        user24  0x00000872c409fd28  0x0000000000000342
   [TX]        user24  0x00000872c40a069c  0x0000004c00000302
   [RX]        user24  0x00000872c40a23f4  0x0000000000000342
   [TX]        user24  0x00000872c40a2afc  0x0000004c00000302
   [RX]        user24  0x00000872c40a3168  0x0000000000000342
   [TX]        user24  0x00000872c40a34c8  0x0000004c00000302
   [RX]        user24  0x00000872c40a390c  0x0000000000000342
   [TX]        user24  0x00000872c40a3ca4  0x0000004c00000302
   [RX]        user24  0x00000872c40a4050  0x0000000000000342
   [TX]        user24  0x00000872c40a43d8  0x0000004c00000302
   [RX]        user24  0x00000872c40a47b8  0x0000000000000342
   [TX]        user24  0x00000872c40a4ae8  0x0000004c00000302
   [RX]        user24  0x00000872c40a4e68  0x0000000000000342
   [TX]        user24  0x00000872c40a79b0  0x000000ac00000302
   [RX]        user24  0x00000872c40a7ed4  0x0000000000000342
   [TX]        user11  0x00000872c40aa618  0x0085000000000000
   [RX]        user11  0x00000872c40ab548  0x00a2000000003a40
   [TX]        syslog  0x00000872c40b5ee8  0x0050000000000033
   [RX]        syslog  0x00000872c40b67e0  0x0050000000000033
   [RX]        user24  0x00000872c40be2e8  0x0000002000000202
   [TX]        user24  0x00000872c40bed28  0x0000001c00000002
   [RX]        user24  0x00000872c40bf170  0x0000000000000042
   [TX]        user24  0x00000872c40bf998  0x0000000000000242
   [TX]        syslog  0x00000872c40c0514  0x0050000000000034
   [RX]        syslog  0x00000872c40c0964  0x0050000000000034
   [TX]        syslog  0x00000872c40c69fc  0x0050000000000035
   [RX]        syslog  0x00000872c40c6e38  0x0050000000000035
   [TX]        syslog  0x00000872c40cb964  0x0050000000000036
   [RX]        syslog  0x00000872c40cbd48  0x0050000000000036
   [TX]        syslog  0x00000872c40d14a4  0x0050000000000037
   [RX]        syslog  0x00000872c40d18cc  0x0050000000000037
   [TX]        syslog  0x00000872c40d7a08  0x0050000000000038
   [RX]        syslog  0x00000872c40d7e9c  0x0050000000000038
   [TX]        user11  0x00000872c40e7d94  0x0085000000000000
   [RX]        user11  0x00000872c40e8724  0x00a2000000003b00
   [TX]        user11  0x00000872c40ef130  0x0085000000000000
   [RX]        user11  0x00000872c40f7abc  0x00a2000000003bc0
   [TX]        user11  0x00000872c40f9e6c  0x0085000000000000
   [RX]        user11  0x00000872c40fa6a4  0x00a2000000003c80
   [TX]        user11  0x00000872c40fca64  0x0085000000000000
   [RX]        user11  0x00000872c40fd3b0  0x00a2000000003d40
   [TX]        user11  0x00000872c40ff154  0x0085000000000000
   [RX]    management  0x00000872c6ed2364  0x0030429b0000002c
   [TX]    management  0x00000872c6ed2a6c  0x004000000000002c
   [RX]        user11  0x00000872c73fe65c  0x00a2000000003dc0
   [TX]        user08  0x00000872c746c5bc  0x0085000000000000
   [RX]        user08  0x00000872c7472998  0x00a2000000001000
   [TX]        syslog  0x00000872c74898e4  0x0050000000000039
   [TX]        syslog  0x00000872c7489a50  0x005000000000003a
   [RX]        syslog  0x00000872c7489f74  0x0050000000000039
   [RX]        syslog  0x00000872c748a04c  0x005000000000003a
   [TX]        user09  0x00000872c74c1598  0x0085000000000000
   [RX]        user09  0x00000872c74c4148  0x00a2000000000040
   [TX]        user09  0x00000872c74f6bf8  0x0085000000000000
   [TX]        user08  0x00000872c7512224  0x0085000000000000
   [TX]        user12  0x00000872c75130e8  0x0085000000000000
   [RX]        user08  0x00000872c7513598  0x00a2000000001040
   [TX]        user05  0x00000872c7513788  0x0085000000000000
   [TX]        user05  0x00000872c7513a5c  0x0085000000000000
   [TX]        user11  0x00000872c75143c8  0x0085000000000000
   [TX]        user08  0x00000872c751723c  0x0085000000000000
   [TX]        user09  0x00000872c7529a2c  0x0085000000000000
   [TX]        user09  0x00000872c752a190  0x0085000000000000
   [TX]        syslog  0x00000872c7573840  0x005000000000003b
   [TX]        syslog  0x00000872c7573988  0x005000000000003c
   [RX]        syslog  0x00000872c7573d44  0x005000000000003b
   [RX]        syslog  0x00000872c7573e18  0x005000000000003c
   [RX]        user11  0x00000872c757eeb8  0x00a2000000003e40
   [TX]        user11  0x00000872c7582274  0x0085000000000000
   [RX]        user11  0x00000872c758459c  0x00a2000000000140
   [TX]        user12  0x00000872c7586804  0x0085000000000000
   [TX]        user05  0x00000872c7586b38  0x0085000000000000
   [RX]        user24  0x00000872c758d338  0x0000002000000202
   [TX]        user24  0x00000872c758dadc  0x0000001c00000002
   [RX]        user24  0x00000872c758de44  0x0000000000000042
   [TX]        user24  0x00000872c758e4b0  0x0000000000000242
   [RX]        user24  0x00000872c758e6c8  0x0000001000000202
   [TX]        user24  0x00000872c758e8c4  0x0000000000000242
   [RX]        user24  0x00000872c758eb9c  0x0000001000000202
   [TX]        user24  0x00000872c758ee5c  0x0000000000000242
   [TX]        user11  0x00000872c7590c60  0x0085000000000000
   [RX]        user11  0x00000872c7591258  0x00a2000000000200
   [TX]        user11  0x00000872c75926a0  0x0085000000000000
   [RX]        user11  0x00000872c7592b08  0x00a20000000002c0
   [TX]        syslog  0x00000872c7596a60  0x005000000000003d
   [RX]        syslog  0x00000872c7596f78  0x005000000000003d
   [TX]        syslog  0x00000872c759806c  0x005000000000003e
   [RX]        syslog  0x00000872c7598434  0x005000000000003e
No mapping found for coredump section: 0xffffffff0014b000 - 0xffffffff0018afff
No mapping found for coredump section: 0xffffffff0018b000 - 0xffffffff001cafff
No mapping found for coredump section: 0xffffffff001cb000 - 0xffffffff001cbfff
No mapping found for coredump section: 0xffffffff001cc000 - 0xffffffff001ccfff
Sleep Count: 14
Wake Count:  14
Duty Cycle:  1
Sleep Count: 14
Wake Count:  14
Duty Cycle:  1

RTBuddy(AP): Debug info:
_iopStatus = 0x8
_powerStateChangeLocked = false
Mailbox Status:
IDLE_STATUS: 0x0000002d
INBOX0_CTRL: 0x00027701
OUTBOX0_CTRL: 0x0002ff01
AP->IOP Mailbox Log:
Timestamp          | Dir  | Message
0x00000836dbbfc1e0 | [RX] | 0x005000000000003a 0x0010670000000002
0x00000836dbbfc5c0 | [TX] | 0x0050000000000039 0x0000000000000002
0x00000836dbbfc5f4 | [TX] | 0x005000000000003a 0x0000000000000002
0x00000836dbc33d30 | [RX] | Interrupt
0x00000836dbc33d48 | [RX] | 0x0085000000000000 0x0010780000000028
0x00000836dbc36624 | [TX] | 0x00a2000000000040 0x0000000000000028
0x00000836dbc69438 | [RX] | Interrupt
0x00000836dbc69474 | [RX] | 0x0085000000000000 0x0010890000000028
0x00000836dbc84974 | [RX] | Interrupt
0x00000836dbc84990 | [RX] | 0x0085000000000000 0x00109a0000000027
0x00000836dbc85854 | [RX] | Interrupt
0x00000836dbc85864 | [RX] | 0x0085000000000000 0x0010ab000000002b
0x00000836dbc85ae8 | [TX] | 0x00a2000000001040 0x0000000000000027
0x00000836dbc85f2c | [RX] | Interrupt
0x00000836dbc85f4c | [RX] | 0x0085000000000000 0x0010bc0000000024
0x00000836dbc861f4 | [RX] | Interrupt
0x00000836dbc86204 | [RX] | 0x0085000000000000 0x0010cd0000000024
0x00000836dbc86b54 | [RX] | Interrupt
0x00000836dbc86b68 | [RX] | 0x0085000000000000 0x0010de000000002a
0x00000836dbc89aa4 | [RX] | Interrupt
0x00000836dbc89ac0 | [RX] | 0x0085000000000000 0x0010ef0000000027
0x00000836dbc9c288 | [RX] | Interrupt
0x00000836dbc9c2b8 | [RX] | 0x0085000000000000 0x0010f00000000028
0x00000836dbc9c958 | [RX] | Interrupt
0x00000836dbc9c974 | [RX] | 0x0085000000000000 0x0010010000000028
0x00000836dbce609c | [RX] | Interrupt
0x00000836dbce60c4 | [RX] | 0x005000000000003b 0x0010120000000002
0x00000836dbce61a0 | [RX] | Interrupt
0x00000836dbce61b4 | [RX] | 0x005000000000003c 0x0010230000000002
0x00000836dbce62e0 | [TX] | 0x005000000000003b 0x0000000000000002
0x00000836dbce631c | [TX] | 0x005000000000003c 0x0000000000000002
0x00000836dbcf1394 | [TX] | 0x00a2000000003e40 0x000000000000002a
0x00000836dbcf4a54 | [RX] | Interrupt
0x00000836dbcf4a74 | [RX] | 0x0085000000000000 0x001034000000002a
0x00000836dbcf6b7c | [TX] | 0x00a2000000000140 0x000000000000002a
0x00000836dbcf8f84 | [RX] | Interrupt
0x00000836dbcf8fa4 | [RX] | 0x0085000000000000 0x001045000000002b
0x00000836dbcf92cc | [RX] | Interrupt
0x00000836dbcf92d8 | [RX] | 0x0085000000000000 0x0010560000000024
0x00000836dbcff918 | [TX] | 0x0000002000000202 0x0000000000000037
0x00000836dbd002b0 | [RX] | Interrupt
0x00000836dbd002c0 | [RX] | 0x0000001c00000002 0x0010670000000037
0x00000836dbd00500 | [TX] | 0x0000000000000042 0x0000000000000037
0x00000836dbd00c28 | [RX] | Interrupt
0x00000836dbd00c38 | [RX] | 0x0000000000000242 0x0010780000000037
0x00000836dbd00d94 | [TX] | 0x0000001000000202 0x0000000000000037
0x00000836dbd01100 | [RX] | Interrupt
0x00000836dbd01118 | [RX] | 0x0000000000000242 0x0010890000000037
0x00000836dbd012b0 | [TX] | 0x0000001000000202 0x0000000000000037
0x00000836dbd015e0 | [RX] | Interrupt
0x00000836dbd015f8 | [RX] | 0x0000000000000242 0x00109a0000000037
0x00000836dbd034e4 | [RX] | Interrupt
0x00000836dbd03510 | [RX] | 0x0085000000000000 0x0010ab000000002a
0x00000836dbd0389c | [TX] | 0x00a2000000000200 0x000000000000002a
0x00000836dbd04df0 | [RX] | Interrupt
0x00000836dbd04e00 | [RX] | 0x0085000000000000 0x0010bc000000002a
0x00000836dbd05170 | [TX] | 0x00a20000000002c0 0x000000000000002a
0x00000836dbd091ec | [RX] | Interrupt
0x00000836dbd09204 | [RX] | 0x005000000000003d 0x0010cd0000000002
0x00000836dbd0954c | [TX] | 0x005000000000003d 0x0000000000000002
0x00000836dbd0a838 | [RX] | Interrupt
0x00000836dbd0a848 | [RX] | 0x005000000000003e 0x0010de0000000002
0x00000836dbd0aa28 | [TX] | 0x005000000000003e 0x0000000000000002
0x00000836dbd1ac2c | [RX] | Interrupt
0x00000836dbd1ac4c | [RX] | 0x001041f00024b000 0x0010ef0000000001
0x00000836d881643c | [RX] | Interrupt
0x00000836d8816458 | [RX] | 0x0000004c00000302 0x0010120000000037
0x00000836d881670c | [TX] | 0x0000000000000342 0x0000000000000037
0x00000836d8816b6c | [RX] | Interrupt
0x00000836d8816b88 | [RX] | 0x0000004c00000302 0x0010230000000037
0x00000836d8816e70 | [TX] | 0x0000000000000342 0x0000000000000037
0x00000836d8817280 | [RX] | Interrupt
0x00000836d881729c | [RX] | 0x0000004c00000302 0x0010340000000037
0x00000836d8817548 | [TX] | 0x0000000000000342 0x0000000000000037
0x00000836d881a0f8 | [RX] | Interrupt
0x00000836d881a114 | [RX] | 0x000000ac00000302 0x0010450000000037
0x00000836d881a4c4 | [TX] | 0x0000000000000342 0x0000000000000037
0x00000836d881cd88 | [RX] | Interrupt
0x00000836d881cda4 | [RX] | 0x0085000000000000 0x001056000000002a
0x00000836d881dac8 | [TX] | 0x00a2000000003a40 0x000000000000002a
0x00000836d8828670 | [RX] | Interrupt
0x00000836d88286b8 | [RX] | 0x0050000000000033 0x0010670000000002
0x00000836d8828ce8 | [TX] | 0x0050000000000033 0x0000000000000002
0x00000836d88307a0 | [TX] | 0x0000002000000202 0x0000000000000037
0x00000836d8831498 | [RX] | Interrupt
0x00000836d88314b0 | [RX] | 0x0000001c00000002 0x0010780000000037
0x00000836d8831820 | [TX] | 0x0000000000000042 0x0000000000000037
0x00000836d883211c | [RX] | Interrupt
0x00000836d8832134 | [RX] | 0x0000000000000242 0x0010890000000037
0x00000836d8832ca4 | [RX] | Interrupt
0x00000836d8832cbc | [RX] | 0x0050000000000034 0x00109a0000000002
0x00000836d8832fb4 | [TX] | 0x0050000000000034 0x0000000000000002
0x00000836d88391a8 | [RX] | Interrupt
0x00000836d88391c4 | [RX] | 0x0050000000000035 0x0010ab0000000002
0x00000836d88393a8 | [TX] | 0x0050000000000035 0x0000000000000002
0x00000836d883e0ec | [RX] | Interrupt
0x00000836d883e108 | [RX] | 0x0050000000000036 0x0010bc0000000002
0x00000836d883e2c0 | [TX] | 0x0050000000000036 0x0000000000000002
0x00000836d8843c6c | [RX] | Interrupt
0x00000836d8843c88 | [RX] | 0x0050000000000037 0x0010cd0000000002
0x00000836d8843e54 | [TX] | 0x0050000000000037 0x0000000000000002
0x00000836d884a1e0 | [RX] | Interrupt
0x00000836d884a1f8 | [RX] | 0x0050000000000038 0x0010de0000000002
0x00000836d884a420 | [TX] | 0x0050000000000038 0x0000000000000002
0x00000836d885a500 | [RX] | Interrupt
0x00000836d885a514 | [RX] | 0x0085000000000000 0x0010ef000000002a
0x00000836d885ad18 | [TX] | 0x00a2000000003b00 0x000000000000002a
0x00000836d886189c | [RX] | Interrupt
0x00000836d88618cc | [RX] | 0x0085000000000000 0x0010f0000000002a
0x00000836d8869e4c | [TX] | 0x00a2000000003bc0 0x000000000000002a
0x00000836d886c608 | [RX] | Interrupt
0x00000836d886c628 | [RX] | 0x0085000000000000 0x001001000000002a
0x00000836d886cb30 | [TX] | 0x00a2000000003c80 0x000000000000002a
0x00000836d886f1d8 | [RX] | Interrupt
0x00000836d886f1f0 | [RX] | 0x0085000000000000 0x001012000000002a
0x00000836d886f854 | [TX] | 0x00a2000000003d40 0x000000000000002a
0x00000836d88718d4 | [RX] | Interrupt
0x00000836d88718ec | [RX] | 0x0085000000000000 0x001023000000002a
0x00000836db6443c4 | [TX] | 0x0030429b0000002c 000000000000000000
0x00000836db645248 | [RX] | Interrupt
0x00000836db645298 | [RX] | 0x004000000000002c 0x0010340000000000
0x00000836dbb70788 | [TX] | 0x00a2000000003dc0 0x000000000000002a
0x00000836dbbded10 | [RX] | Interrupt
0x00000836dbbded4c | [RX] | 0x0085000000000000 0x0010450000000027
0x00000836dbbe4d10 | [TX] | 0x00a2000000001000 0x0000000000000027
0x00000836dbbfc078 | [RX] | Interrupt
0x00000836dbbfc094 | [RX] | 0x0050000000000039 0x0010560000000002
0x00000836dbbfc1d4 | [RX] | Interrupt

Debugger message: panic
Memory ID: 0x6
OS release type: User
OS version: 23B74
Kernel version: Darwin Kernel Version 23.1.0: Mon Oct  9 21:27:24 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T6000
Fileset Kernelcache UUID: 0A21EC6765A9DFDBC06647259A701D8D
Kernel UUID: 88BB97DD-3D4F-3EB9-8DDE-FFC364B55886
Boot session UUID: C3A8BDB9-7107-4354-8CD6-E7A1D79B766B
iBoot version: iBoot-10151.41.12
secure boot?: YES
roots installed: 0
Paniclog version: 14
KernelCache slide: 0x0000000014cac000
KernelCache base:  0xfffffe001bcb0000
Kernel slide:      0x0000000014cb4000
Kernel text base:  0xfffffe001bcb8000
Kernel text exec slide: 0x00000000161d4000
Kernel text exec base:  0xfffffe001d1d8000
mach_absolute_time: 0x836dbdacafa
Epoch Time:        sec       usec
 Boot    : 0x653a33bc 0x000daeaa
 Sleep   : 0x65401776 0x0002eacc
 Wake    : 0x65401b09 0x00095fc4
 Calendar: 0x65401b99 0x0005e468

Zone info:
 Zone map: 0xfffffe1014524000 - 0xfffffe3014524000
 . VM    : 0xfffffe1014524000 - 0xfffffe14e11f0000
 . RO    : 0xfffffe14e11f0000 - 0xfffffe167ab88000
 . GEN0  : 0xfffffe167ab88000 - 0xfffffe1b47854000
 . GEN1  : 0xfffffe1b47854000 - 0xfffffe2014520000
 . GEN2  : 0xfffffe2014520000 - 0xfffffe24e11ec000
 . GEN3  : 0xfffffe24e11ec000 - 0xfffffe29adeb8000
 . DATA  : 0xfffffe29adeb8000 - 0xfffffe3014524000
 Metadata: 0xfffffe10007f8000 - 0xfffffe10087f8000
 Bitmaps : 0xfffffe10087f8000 - 0xfffffe100e514000
 Extra   : 0 - 0

TPIDRx_ELy = {1: 0xfffffe29ad8de818  0: 0x0000000000001002  0ro: 0x0000000000000000 }
CORE 0 PVH locks held: None
CORE 1 PVH locks held: None
CORE 2 PVH locks held: None
CORE 3 PVH locks held: None
CORE 4 PVH locks held: None
CORE 5 PVH locks held: None
CORE 6 PVH locks held: None
CORE 7 PVH locks held: None
CORE 8 PVH locks held: None
CORE 9 PVH locks held: None
CORE 0: PC=0xfffffe001d26c620, LR=0xfffffe001d26c620, FP=0xfffffe67c39e3ef0
CORE 1: PC=0xfffffe001d26c620, LR=0xfffffe001d26c620, FP=0xfffffe67c294bef0
CORE 2 is the one that panicked. Check the full backtrace for details.
CORE 3: PC=0xfffffe001d26c624, LR=0xfffffe001d26c620, FP=0xfffffe67c361bef0
CORE 4: PC=0xfffffe001d26c624, LR=0xfffffe001d26c620, FP=0xfffffe67c35ebef0
CORE 5: PC=0xfffffe001d26c624, LR=0xfffffe001d26c620, FP=0xfffffe67c287fef0
CORE 6: PC=0xfffffe001d26c624, LR=0xfffffe001d26c620, FP=0xfffffe67c3a07ef0
CORE 7: PC=0xfffffe001d26c624, LR=0xfffffe001d26c620, FP=0xfffffe67c2123ef0
CORE 8: PC=0xfffffe001d26c624, LR=0xfffffe001d26c620, FP=0xfffffe67c1c2bef0
CORE 9: PC=0xfffffe001d26c624, LR=0xfffffe001d26c620, FP=0xfffffe67c317fef0
Compressor Info: 3% of compressed pages limit (OK) and 8% of segments limit (OK) with 0 swapfiles and OK swap space
Panicked task 0xfffffe1b478d26d8: 0 pages, 554 threads: pid 0: kernel_task
Panicked thread: 0xfffffe29ad8de818, backtrace: 0xfffffe67c218f830, tid: 1113
		  lr: 0xfffffe001d2315e0  fp: 0xfffffe67c218f8c0
		  lr: 0xfffffe001d37c36c  fp: 0xfffffe67c218f930
		  lr: 0xfffffe001d37a7e8  fp: 0xfffffe67c218fa20
		  lr: 0xfffffe001d1dfaa4  fp: 0xfffffe67c218fa30
		  lr: 0xfffffe001d230ebc  fp: 0xfffffe67c218fde0
		  lr: 0xfffffe001da43318  fp: 0xfffffe67c218fe00
		  lr: 0xfffffe002001dfdc  fp: 0xfffffe67c218fe90
		  lr: 0xfffffe001fa54688  fp: 0xfffffe67c218fec0
		  lr: 0xfffffe001d93fed4  fp: 0xfffffe67c218fef0
		  lr: 0xfffffe001d940a84  fp: 0xfffffe67c218ff20
		  lr: 0xfffffe001d1e8ed8  fp: 0x0000000000000000
     Kernel Extensions in backtrace:
        com.apple.driver.IOSlaveProcessor(1.0)[BFD8D86E-6E2B-3FDE-8CAF-9015DF04D919]@0xfffffe001fa53510->0xfffffe001fa54ec3
        com.apple.driver.RTBuddy(1.0)[40937141-3475-3EA4-8005-11897378B3B4]@0xfffffe001fffa170->0xfffffe002003993f
           dependency: com.apple.driver.AppleA7IOP(1.0.2)[01F9CBF3-8C7F-3664-B6D5-B06432CE6444]@0xfffffe001db41440->0xfffffe001db52fb7
           dependency: com.apple.driver.AppleARMPlatform(1.0.2)[8F4250A2-42C0-3474-B22B-7F56DF2510F1]@0xfffffe001dbe7ae0->0xfffffe001dc3a61b
           dependency: com.apple.driver.IOSlaveProcessor(1)[BFD8D86E-6E2B-3FDE-8CAF-9015DF04D919]@0xfffffe001fa53510->0xfffffe001fa54ec3
           dependency: com.apple.iokit.IOReportFamily(47)[4F280A37-133C-36E1-928A-68791A3C793E]@0xfffffe001f9abcb0->0xfffffe001f9aed43
           dependency: com.apple.kec.corecrypto(14.0)[4EAE32F2-4DA7-3078-AE3D-6E4CBCE4739B]@0xfffffe002034cf00->0xfffffe002039d24b

last started kext at 4622782582: com.apple.filesystems.smbfs	5.0 (addr 0xfffffe001c6d6460, size 81955)
loaded kexts:
com.apple.filesystems.smbfs	5.0
com.apple.filesystems.autofs	3.0
com.apple.driver.usb.AppleUSBHostBillboardDevice	1.0
com.apple.driver.AppleTopCaseHIDEventDriver	7400.26
com.apple.driver.AppleBiometricServices	1
com.apple.driver.CoreKDL	1
com.apple.driver.BCMWLANFirmware4387.Hashstore	1
com.apple.driver.DiskImages.ReadWriteDiskImage	493.0.0
com.apple.driver.DiskImages.UDIFDiskImage	493.0.0
com.apple.driver.DiskImages.RAMBackingStore	493.0.0
com.apple.driver.DiskImages.FileBackingStore	493.0.0
com.apple.driver.SEPHibernation	1
com.apple.driver.AppleFileSystemDriver	3.0.1
com.apple.driver.AppleUSBDeviceNCM	5.0.0
com.apple.nke.l2tp	1.9
com.apple.filesystems.tmpfs	1
com.apple.filesystems.nfs	1
com.apple.filesystems.lifs	1
com.apple.filesystems.apfs	2235.41.1
com.apple.IOTextEncryptionFamily	1.0.0
com.apple.filesystems.hfs.kext	650.0.2
com.apple.security.BootPolicy	1
com.apple.BootCache	40
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib	1.0.0
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless	1.0.0d1
com.apple.driver.AppleSmartBatteryManager	161.0.0
com.apple.driver.AppleThunderboltIP	4.0.3
com.apple.driver.AppleALSColorSensor	1.0.0d1
com.apple.driver.AppleAOPVoiceTrigger	300.7
com.apple.AppleEmbeddedSimpleSPINORFlasher	1
com.apple.driver.AppleSmartIO2	1
com.apple.driver.AppleSN012776Amp	700.46
com.apple.driver.AppleCS42L84Audio	700.46
com.apple.driver.AppleDPDisplayTCON	1
com.apple.driver.ApplePMP	1
com.apple.driver.ApplePMPFirmware	1
com.apple.driver.AppleSamsungSerial	1.0.0d1
com.apple.driver.AppleSerialShim	1
com.apple.driver.AppleT6000SOCTuner	1
com.apple.driver.AppleT6000CLPCv3	1
com.apple.driver.AppleInterruptControllerV2	1.0.0d1
com.apple.driver.AppleEventLogHandler	1
com.apple.driver.AppleT6000PMGR	1
com.apple.driver.AppleS5L8960XNCO	1
com.apple.driver.AppleS8000DWI	1.0.0d1
com.apple.driver.AppleS8000AES	1
com.apple.driver.AppleProResHW	326.11.0
com.apple.driver.AppleJPEGDriver	6.2.2
com.apple.driver.AppleMobileDispT600X-DCP	140.0
com.apple.driver.AppleM68Buttons	1.0.0d1
com.apple.driver.AppleMCDP29XXUpdateSupport	1
com.apple.driver.usb.AppleSynopsysUSB40XHCI	1
com.apple.driver.AppleAVE2	703.40.1
com.apple.driver.AppleAVD	735.1
com.apple.AGXG13X	276.56
com.apple.driver.AppleSDXC	3.4.3
com.apple.driver.AppleT8110DART	1
com.apple.driver.AppleBluetoothModule	1
com.apple.driver.AppleBCMWLANBusInterfacePCIe	1
com.apple.driver.AppleS5L8920XPWM	1.0.0d1
com.apple.driver.AudioDMAController-T600x	300.15
com.apple.driver.AppleT6000DART	1
com.apple.driver.AppleSPIMC	1
com.apple.driver.AppleS5L8940XI2C	1.0.0d2
com.apple.driver.AppleT6000	1
com.apple.iokit.IOUserEthernet	1.0.1
com.apple.driver.usb.AppleUSBUserHCI	1
com.apple.iokit.IOKitRegistryCompatibility	1
com.apple.iokit.EndpointSecurity	1
com.apple.driver.AppleDiskImages2	273
com.apple.AppleSystemPolicy	2.0.0
com.apple.nke.applicationfirewall	404
com.apple.kec.InvalidateHmac	1
com.apple.kec.AppleEncryptedArchive	1
com.apple.driver.driverkit.serial	6.0.0
com.apple.iokit.IOAVBFamily	1200.18
com.apple.driver.AppleHSBluetoothDriver	7400.26
com.apple.driver.IOBluetoothHIDDriver	9.0.0
com.apple.driver.AppleHIDKeyboard	7400.2
com.apple.driver.AppleActuatorDriver	7400.42
com.apple.driver.AppleMultitouchDriver	7400.42
com.apple.driver.AppleMesaSEPDriver	100.99
com.apple.iokit.IOBiometricFamily	1
com.apple.driver.AppleUVDMDriver	1.0.0
com.apple.driver.AppleUVDM	1.0.0
com.apple.driver.DiskImages.KernelBacked	493.0.0
com.apple.driver.AppleSEPHDCPManager	1.0.1
com.apple.driver.AppleTrustedAccessory	1
com.apple.iokit.AppleSEPGenericTransfer	1
com.apple.driver.AppleXsanScheme	3
com.apple.driver.usb.networking	5.0.0
com.apple.nke.ppp	1.9
com.apple.driver.AppleBSDKextStarter	3
com.apple.kext.triggers	1.0
com.apple.filesystems.hfs.encodings.kext	1
com.apple.driver.AppleSyntheticGameController	11.1.9
com.apple.driver.AppleBTM	1.0.1
com.apple.driver.IOHIDPowerSource	1
com.apple.driver.AppleCallbackPowerSource	1
com.apple.driver.AppleConvergedIPCOLYBTControl	1
com.apple.driver.AppleConvergedPCI	1
com.apple.driver.AppleBluetoothDebug	1
com.apple.driver.AppleThunderboltUSBDownAdapter	1.0.4
com.apple.driver.AppleThunderboltDPInAdapter	8.5.1
com.apple.driver.AppleThunderboltDPAdapterFamily	8.5.1
com.apple.driver.AppleThunderboltPCIDownAdapter	4.1.1
com.apple.driver.AppleAOPAudio	300.14
com.apple.driver.AppleHIDTransportSPI	7410.1
com.apple.driver.AppleHIDTransport	7410.1
com.apple.driver.AppleInputDeviceSupport	7410.1
com.apple.driver.AppleDiagnosticDataAccessReadOnly	1.0.0
com.apple.driver.AppleCSEmbeddedAudio	700.46
com.apple.driver.AppleEmbeddedAudio	700.46
com.apple.iokit.AppleARMIISAudio	300.11
com.apple.driver.AppleDCPDPTXProxy	1.0.0
com.apple.driver.DCPDPFamilyProxy	1
com.apple.iokit.IONVMeFamily	2.1.0
com.apple.driver.AppleNANDConfigAccess	1.0.0
com.apple.driver.AppleSPU	1
com.apple.driver.AppleSART	1
com.apple.plugin.IOgPTPPlugin	1200.91
com.apple.driver.AppleStockholmControl	1.0.0
com.apple.driver.ApplePassthroughPPM	3.0
com.apple.AGXFirmwareKextG13XRTBuddy	276.56
com.apple.AGXFirmwareKextRTBuddy64	276.56
com.apple.driver.AppleSPMIPMU	1.0.1
com.apple.driver.AppleDialogPMU	1.0.1
com.apple.driver.ApplePMGR	1
com.apple.driver.AppleDisplayCrossbar	1.0.0
com.apple.driver.AppleARMWatchdogTimer	1
com.apple.driver.DCPAVFamilyProxy	1
com.apple.driver.AppleSPMI	1.0.1
com.apple.iokit.IOMobileGraphicsFamily-DCP	343.0.0
com.apple.driver.AppleDCP	1
com.apple.driver.AppleFirmwareKit	1
com.apple.iokit.IOMobileGraphicsFamily	343.0.0
com.apple.driver.AppleM2ScalerCSCDriver	265.0.0
com.apple.driver.AppleT6000TypeCPhy	1
com.apple.driver.AppleT8103TypeCPhy	1
com.apple.driver.AppleHPM	3.4.4
com.apple.iokit.IODisplayPortFamily	1.0.0
com.apple.driver.AppleUSBXDCIARM	1.0
com.apple.driver.AppleUSBXDCI	1.0
com.apple.iokit.IOUSBDeviceFamily	2.0.0
com.apple.driver.usb.AppleSynopsysUSBXHCI	1
com.apple.driver.usb.AppleUSBXHCI	1.2
com.apple.driver.AppleTypeCPhy	1
com.apple.driver.AppleEmbeddedUSBHost	1
com.apple.driver.usb.AppleUSBHub	1.2
com.apple.driver.usb.AppleUSBHostCompositeDevice	1.2
com.apple.iokit.IOGPUFamily	93.10.1
com.apple.driver.AppleThunderboltNHI	7.2.81
com.apple.driver.AppleT6000PCIeC	1
com.apple.iokit.IOThunderboltFamily	9.3.3
com.apple.iokit.IOPortFamily	1.0
com.apple.driver.ApplePIODMA	1
com.apple.driver.AppleT600xPCIe	1
com.apple.driver.AppleMultiFunctionManager	1
com.apple.driver.AppleBluetoothDebugService	1
com.apple.driver.AppleBCMWLANCore	1.0.0
com.apple.iokit.IO80211Family	1200.13.0
com.apple.driver.IOImageLoader	1.0.0
com.apple.driver.AppleOLYHAL	1
com.apple.driver.corecapture	1.0.4
com.apple.driver.AppleEmbeddedPCIE	1
com.apple.driver.AppleMCA2-T600x	800.11
com.apple.driver.AppleEmbeddedAudioLibs	300.1
com.apple.driver.AppleFirmwareUpdateKext	1
com.apple.driver.AppleH13CameraInterface	8.110.0
com.apple.driver.AppleGPIOICController	1.0.2
com.apple.driver.AppleFireStormErrorHandler	1
com.apple.driver.AppleMobileApNonce	1
com.apple.driver.usb.AppleUSBHostPacketFilter	1.0
com.apple.iokit.IOTimeSyncFamily	1200.91
com.apple.driver.DiskImages	493.0.0
com.apple.iokit.IOGraphicsFamily	598
com.apple.iokit.IOBluetoothFamily	9.0.0
com.apple.driver.AppleSSE	1.0
com.apple.driver.AppleSEPKeyStore	2
com.apple.driver.AppleUSBTDM	556
com.apple.iokit.IOUSBMassStorageDriver	243
com.apple.iokit.IOPCIFamily	2.9
com.apple.iokit.IOSCSIBlockCommandsDevice	492
com.apple.iokit.IOSCSIArchitectureModelFamily	492
com.apple.driver.AppleRSMChannel	1
com.apple.iokit.IORSMFamily	1
com.apple.driver.AppleLockdownMode	1
com.apple.driver.AppleIPAppender	1.0
com.apple.driver.AppleFDEKeyStore	28.30
com.apple.driver.AppleEffaceableStorage	1.0
com.apple.driver.AppleCredentialManager	1.0
com.apple.driver.KernelRelayHost	1
com.apple.iokit.IOUSBHostFamily	1.2
com.apple.driver.AppleUSBHostMergeProperties	1.2
com.apple.driver.usb.AppleUSBCommon	1.0
com.apple.driver.AppleSMC	3.1.9
com.apple.driver.RTBuddy	1.0.0
com.apple.driver.AppleEmbeddedTempSensor	1.0.0
com.apple.driver.AppleARMPMU	1.0
com.apple.iokit.IOAccessoryManager	1.0.0
com.apple.driver.AppleOnboardSerial	1.0
com.apple.iokit.IOSkywalkFamily	1.0
com.apple.driver.mDNSOffloadUserClient	1.0.1b8
com.apple.iokit.IONetworkingFamily	3.4
com.apple.iokit.IOSerialFamily	11
com.apple.driver.AppleSEPManager	1.0.1
com.apple.driver.AppleA7IOP	1.0.2
com.apple.driver.IOSlaveProcessor	1
com.apple.driver.AppleBiometricSensor	2
com.apple.iokit.IOHIDFamily	2.0.0
com.apple.driver.AppleANELoadBalancer	7.104.3
com.apple.driver.AppleH11ANEInterface	7.104.2
com.apple.driver.IODARTFamily	1
com.apple.AUC	1.0
com.apple.iokit.IOSurface	352.0.3
com.apple.iokit.IOAVFamily	1.0.0
com.apple.iokit.IOHDCPFamily	1.0.0
com.apple.iokit.IOCECFamily	1
com.apple.iokit.IOAudio2Family	1.0
com.apple.driver.AppleIISController	300.1
com.apple.driver.AppleAudioClockLibs	300.1
com.apple.driver.FairPlayIOKit	71.3.0
com.apple.driver.AppleARMPlatform	1.0.2
com.apple.iokit.IOSlowAdaptiveClockingFamily	1.0.0
com.apple.iokit.IOReportFamily	47
com.apple.security.quarantine	4
com.apple.security.sandbox	300.0
com.apple.iokit.IOStorageFamily	2.1
com.apple.kext.AppleMatch	1.0.0d1
com.apple.driver.AppleMobileFileIntegrity	1.0.5
com.apple.iokit.CoreAnalyticsFamily	1
com.apple.security.AppleImage4	5.0.0
com.apple.kext.CoreTrust	1
com.apple.iokit.IOCryptoAcceleratorFamily	1.0.1
com.apple.kec.pthread	1
com.apple.kec.Libm	1
com.apple.kec.Compression	1.0
com.apple.kec.corecrypto	14.0



** Stackshot Succeeded ** Bytes Traced 708943 (Uncompressed 1817680) **
@maxgoedjen
Copy link
Owner

@chrisridd I've also been experiencing really frequent KPs/wakeup failures on one of my Macs – I'm not aware of anything I could be doing that would be causing it... we're definitely not touching any weird private API or anything I'd expect to cause issues. I'll try and remember to look next time I get one on that Mac to see if RTKit is implicated though.

@maxgoedjen
Copy link
Owner

My suspicion is it's just "for some reason Sonoma has a bunch of KPs when connecting to external displays/going between clamshell and non clamshell mode" but definitely won't rule anything out here.

@chrisridd
Copy link
Author

Ah, that's interesting. The Macs which crash are running open (ie non-clamshell) but do have an external display attached.

I have one more MacBookPro which is running fine but has no external display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants