These are continuing... despite 2 more recent betas.
One option is to reinstall of course - and hope the issues goes away, but I'd rather like to understand a little more as to the possible cause
So how to interpret macos panic files from Monterey? They are now encoded, and not being an apple dev, I’m not sure where to start. Really just looking for loaded drivers, stack trace & ideally with symbols…Downloaded the driver toolkit (which has LLDB for remote debugging)..Done this before on windows/linux/AIX, but never mac…Any pointers?
ie interpreting
-rw-rw-rw-@ 1 root _analyticsusers 4547563 17 Nov 18:05 Kernel-2021-11-17-180443.panic
-rw-rw-rw-@ 1 root _analyticsusers 7240 17 Nov 18:05 .contents.panic
the first file starts
{"timestamp":"2021-11-17 18:04:43.00 +0000","bug_type":"210","os_version":"macOS 12.1 (21C5039b)","incident_id":"ACD59F9F-545F-487A-87E1-DB2C92A78003"}
{"macOSProcessedStackshotData":"RGF0ZS9UaW1lOiAgICAgICAgMjAyMS0xMS0xNyAxNzo1OT
and continues with that encoded StackShotData which I’m hoping might contain some pointers as it’s driving me BONKERS!