Hi folks,
I’m a developer on Windows 10 x64 and I work on the Brave web browser, which is forked from the Chromium project. If you’re not familiar with the Chromium project, the source code itself is massive (both in terms of the source code itself and the git history that gets download via gclient)
SublimeText works great with this massive codebase, including all my packages (list below). The problem is exclusively when compiling the source code. I can start a compile and SublimeText starts to freeze - like it’s waiting for a file lock to free up or something. Eventually, it crashes. It’s super easy to reproduce for me - maybe I have too many files open in my workspace?
When looking at the root directory for SublimeText, each of these crashes results in a crash dump which is 0KB
I’m a paid user, love the product - never had problems with this same usage on macOS. I’m curious if anyone can help. Besides the crash itself, I’m curious why all the crash dumps are 0KB. I’d love to collect useful information that someone could inspect
I’m using version 3.2.2 Build 3211. Here are a list of packages I have installed via PackageControl:
BabelBracketHighlighterEditorConfigFavoritesFileDiffsGitGutterHandlebarsMarkdownPreviewMarkdownTOCPackage ControlPretty JSONProjectEnvironmentSideBarEnhancementsStringEncodeSublimeLinterSublimeLinter-contrib-standardTrailingSpacesTypeScript
Some of my configuration (key bindings, preferences, etc) is public:

Thanks again!