-
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
[CLOSED] Brackets version 27 halt on Windows 7 #4076
Comments
Comment by WebsiteDeveloper
|
Comment by hectorfhurtado Hi, oh yes, when I just opened brackets, It consumed 57MB, but, when I started changed between files ( with Ctrl + Tab ), memory consumptions went to 125MB in 10 seconds more or less. I had opened 6 files and I was looping on these. |
Comment by JeffryBooher High Priority. This isn't related to #4394. |
Comment by njx
|
Comment by njx High priority for sprint 28. Tentatively assigning to |
Comment by cauliturtle
update: not only open files, It needed to be wait also in switching the files on Working Files |
Comment by hectorfhurtado HI, I'm using polymer and a bunch of node modules, but I've noticed that Brackets hangs when I have various opened files on my Working Files area and if I don't save on my current file and jump to another It just stops working. That exactly happend to me yesterday, very frustrating on that moment :) I'm back on release 26 |
Comment by dangoor From the look of it, I think you're right |
Comment by dangoor
Here's what I have seen so far... I threw all of Polymer's .min.js files into a directory (just to be rough on the code hinting system). I installed express into node_modules, knowing that that comes along with a number of files (124 .js files in node_modules). If I use cmd-tab to switch between files a bunch, the CPU works hard for a few seconds but the app never becomes unresponsive. I do see memory usage climbing as I do this. The brackets-helper process on my Mac is now at 738MB, up from 590MB before my last handful of cmd-tab switches. Given that each of the 6 Polymer files I have is more than 100K, this test is probably a bit harsher than reality, which is why I'm interested in knowing more specifically which libraries you have. |
Comment by hectorfhurtado Hi, these are mi dependencies on node: "dependencies": { From polymer, I'm using polymer.min.js and web-animations.js; but in total my project has 13.323 files, because I have a bunch of MIBs, scripts that act as agents, sass files, etc. I don't know if Brackets actually tries to scan all of these files or just the ones I'm using on the working space. If Brackets is looking at all, is there a way to hide from brackets unrelevant files? Thanks in advace |
Comment by hectorfhurtado these are some detail of my machine: |
Comment by RaymondLim
Update: Actually, I started out with ExtJS and switched to web-animation.js when I got the hang. So it may not be the web-animations.js. |
Comment by dangoor
One more question: were you actively typing at the time the screen went blank? Or did this seem to happen without any specific action on your part? If you spot this again, it would be interesting to note if you were doing something that triggers code hinting. For example, typing |
Comment by hectorfhurtado Hi, I was not only actively typing but switching back and forth between files without saving my work on them. I don't know if this added too much memory consumption. I triedon Firday to save my work every time and Brackets v27 didn't crashed. Thanks in advance |
Comment by dangoor Thanks for the update. The fact that you were bouncing back and forth without saving could be a useful clue. |
Comment by dangoor Using Tern+CodeMirror on top of polymer and web-animations, you can see Chrome crash here: (URL removed, because it's been reproduced enough) |
Comment by hectorfhurtado Hi, Yes It crashes everytime on your demo. I'm not using webAnimations.js anymore, I changed my code to use CSS3 animations instead because the new build of webAnimations of polymer stopped working and the new build lets you use CSS3 animations through polymer-scope. More interesting, when I removed from my code webAnimtaion.js my app now runs on Firefox ( before It only ran on Chrome ). Maybe that file was poisoned or something :) Anyway, I've been using Brackets v27 since my last comment and It's been working well all the time. Thanks in advance from preventing Turn turn crazy. |
Comment by dangoor Great! I'm glad to hear that it's working better for you after you removed web-animations.js. I don't yet have a workaround or exact trigger isolated, so there's still a chance that the bug will crop up. Given that I think your problem is the same as #4438, can I close this issue and we'll just use that other one to track this problem? |
Comment by hectorfhurtado Hi, if #4438 is the same I think It's OK to close this issue. On webAnimations.js seems to be a variable declaration to be undefined (Firefox console said) and I don't know if Turn is trying to resolve its value because that variable is used repeatedly. Thanks again. |
Comment by dangoor I've posted a workaround for this crash. I would appreciate if anyone who is running into this crash could give that a try and let me know here if it works for you. |
Comment by dangoor Since this was my test case, I'm going to close this one. If anyone reading this spots another crash, please open a new issue and we'll track it down. |
Issue by hectorfhurtado
Tuesday Jul 09, 2013 at 19:45 GMT
Originally opened as adobe/brackets#4400
Hi,
First of all, thanks for this awsome editor.
Second of all, with this new release ( 27 ), from time to time Brackets just halts and the content panel is turned into a light blue color and no button has effect, not even the red top right button to close it, I have to force the exit on Task manager. I don't know how this is triggered, It just happens.
I'm running Brackets on a Windows 7 machine.
This is a screenshot:
Thanks in advance.
The text was updated successfully, but these errors were encountered: