on Ubuntu, even with no plugins installed, ST3 will crash for me on average 20 times a day if not more. It just happens randomly, all the time. Thankfully ST is fairly quick and smart, so i just have to quickly keyboard restart it and it keeps all of the tabs I just had open (usually). I was wondering, however, if there was somewhere that I could find like a crashdump that I could post here to potentially see what’s what, since as far as I know this isn’t an issue everyone is hitting.
ST3 Linux Crashes
I’ve determined, that this only happens when I have my project pointing at my codebase. If I don’t have a currently open folder then it doesnt crash. This wouldn’t be too bad, but it means I’m unable to use ctrl+p to open files.
That would suggest the problem has something to do with the auto file indexing in ST3, which only happens when folders are added.
Are you using the latest dev build, or the beta build? The dev build has some fixes to improve the stability of the indexer.
As a workaround, you can disable the indexing. To do so, add the following to your settings:
"index_files": false
I tried that, upon your suggestion, but it still randomly crashes over time.Is there anything else that only happens when folders are added?
I’m using the latest beta. And it doesn’t look like the most recent dev has anything related to the indexer that the beta doesn’t have.
Thanks for your help though!