Chosen Solution
I have recently been having kernel panics on my new MacBook. They seem to be cpu related I will have linked the log below. thanks for your help I also am trying the sleep wake thing although I don’t think thats my issue as the log suggests a page fault. https://pastebin.com/BSjPu0hv
All panic logs will indicate “cpu caller” of that’s the basis you’re using for it relating to CPU. IU would be more likely to think this is an issue with RAM or the SSD. A kernel panic of type “14” is a page fault. As you mention. If you’re not familiar, Paging is how a computer keeps track of some temporary data. Essentially it’s a cache (this is an oversimplification, but still). Usually it will be done to RAM, but if no free RAM is available, it will use your hard drive as a “swap” drive and write temporary data of this kind to the SSD. It can also be caused by software issues, but it is not my first thought for sure. Are there other panic logs? Or just this one? If there are several, they may be for other things. It can help pin down the issue.