I'm using Microsoft's Visual Studio Code (VSCode) to develop TypeScript. All versions are their most up-to-date (and this was happening with 10.15.6, so it's not a 10.15.7 issue).
Randomly a Finder window will pop up at /private/var/tmp
with a new sysdiagnose dump.
The file is called sysdiagnose_[date stamp]_[MacBook Pro machine details].tar.gz
. When unpacked, it contains an entire folder structure full of dumps.
As such it's massively unhelpful! Which one do I need to care about?
I've checked Console.app but it also isn't very helpful unless you know what you're looking for. I do see a pile of events generated by spindump
but they all just say Already saw task <private> [10437] in this stackshot, ignoring second instance
. I don't see anything obvious immediately before these events.
What might be causing this, and how do I go about using these tools to figure out what it is?
Caps Lock
, which I have mapped toEsc
. I'll see if I can spot a pattern there. – John Noble Sep 27 '20 at 09:59sysdiagnose
folder sitting there from 20:00 last night – when I was eating dinner. So it's definitely not me hitting the key combo. I did just press that key combo to test it, and there's no way I'm doing it accidentally. – John Noble Sep 27 '20 at 22:04