Sublime Forum

Plugin host crashing

#1

Not too often but maybe once a day I see the message saying that plugin host has crashed. Slightly annoying. Sublime 3 creates crash dumps when that happens. Can I do something useful with those crash dumps like send it to the author to analyze, for example?

Being able to tell which plugin has caused the crash would be fairly useful to know to.

0 Likes

#2

I wonder if there is some way in Python to hook every function call, this way before executing it, we can save the called function to a file, to discover packages that make plugin host to crash.

0 Likes