-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Crash on reload if large-ish JS project open #10865
Comments
Here's one with full CEF symbols:
(this was using a tip-of-master local brackets-shell build, but I can also repro this crash just as easily with the official 1.2 build) |
I have a suspicion this is related to the JS code hints web worker -- the crash doesn't repro if you have a non-JS file open or if you have a JS file outside the project open. The main difference between those cases? In the crash case, code hints parsing/indexing process is running in the background and is probably unfinished (still running) when the reload happened. In the non-crash case that background process isn't running at all... |
Sorry, original title was wrong -- wrote it earlier before I'd fully narrowed down the repro steps |
On #11569, I can no longer repro this issue while I can on master. Looks promising. |
This appears to be fixed with the merge of #11569 and will come to you in Release 1.8. |
This seems very timing-sensitive, so hopefully this is hard to hit in general... I ran into it about 10 times in a row while working on PR #10859 though :-/
It almost always crashes after 1-3 reloads for me.
Crash dump:
The text was updated successfully, but these errors were encountered: