-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grey/White screen crash when editing markdown files with live preview #12944
Comments
Comment by peterflynn Hmm, all these crashes are in a web worker thread... the only thing that uses web workers in Brackets core is JS code hints. Do you have any extensions installed? If so, does the crash still happen if you do Debug > Reload Without Extensions? |
Comment by peterflynn
|
Comment by matthewoates Can the JS Hint extension still crash the editor if I'm not editing any JS files? I'll use it for a little while without extensions to see if I can get it to crash. Installed extensions: |
Comment by peterflynn If some of the crashes happened in folders that didn't contain any JS files (which I think you said was the case for 2 of the crashes?), then the JS code hints worker shouldn't be active at all. (Unless you had opened a JS file earlier in the same session -- it's possible if the JS worker got in a bad state it would just stay running even after switching projects). But the JS worker has pretty strict limits on it now, so it seems a bit unlikely that it's involved. I'm pretty sure some of the TypeScript extensions use worker threads too though, so definitely try Reload Without Extensions. |
Comment by matthewoates Yes, there were no JS files for the first two crashes. I was not editing JS files earlier in the sessions. |
Comment by JeffryBooher
NOTE: this particular function was crashing on 10.6 (#4394) and that's when we discovered there was a library incompatibility between the 10.6 and 10.7 Mac SDKs. So I wouldn't be surprised if there is another incompatibility that exists between 10.7 and 10.10; this may be a fact of life on Yosemite until we upgrade CEF. We will need to verify that it is fixed with a newer build of CEF and file an issue with the CEF repo to fix if it isn't. This particular code lives on the Chromium side so it's hopefully fixed with the newer SDK.
|
Comment by matthewoates Of course I'll check out the new build. I haven't been able to repro the issue without any extensions, but I can possibly narrow it down by uninstalling a few. I imagine that even if it's an extension that's causing the crash, you guys would still want that fixed. |
Comment by peterflynn
|
Comment by peterflynn
|
Issue by matthewoates
Thursday Nov 13, 2014 at 20:51 GMT
Originally opened as adobe/brackets#9926
Similar issue to the one described here:
adobe/brackets#7025
adobe/brackets#7514
The first two logs are from editing markdown files (no JS files were in the working folder) and I don't remember what I was editing for the other two. The first two logs happened within a few minutes of each other.
OS: OSX Yosemite 10.10
Brackets version:
Release 1.0 build 1.0.0-15191 (release 3f2eb90a4)
build timestamp: Fri Oct 31 2014 14:26:26 GMT-0700
Logs: https://gist.github.com/matthewoates/398804a9a5ec109f4f44
The text was updated successfully, but these errors were encountered: