VSCode crashed, julia process live containing data. Any way to access?

I had a script running all day but VSCode crashed overnight, taking the output with it.

  1. Is there any way to connect to the process and recover the data or determine if there was an error?
  2. Is there a log anywhere of the last error Julia encountered?
  3. If I generate a memory dump of the process, would there be any (easy) way to find and extract the data I’m looking for?

I know the code didn’t complete successfully because the last step is saving the data to disk.

Wow, that is a new one, normally our Julia stuff crashes, not the VS Code process :slight_smile:

I don’t think there is anything that can be recovered, unfortunately… I think that when the VS Code process stops, it automatically kills the Julia REPL process as well.

1 Like