brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Brackets hanging on Ubuntu 12.04 LTS #5642

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by alixaxel Wednesday Dec 04, 2013 at 19:57 GMT Originally opened as https://github.com/adobe/brackets/issues/6181


I'm running Sprint 34 on my Ubuntu setup and I love having Brackets as my secondary editor. I've experienced some major problems / crashes with it though:

Running Ubuntu 12.04 LTS 64-bit on a single monitor setup.

Is there any known cause (and fix) for this behavior?

core-ai-bot commented 3 years ago

Comment by ingorichter Wednesday Dec 04, 2013 at 20:20 GMT


@alixaxel How many files do you have in the project you are working on? Can you open the developer tools and see if there is anything in the console? Would you mind attaching it to this issue? If you can't open the developer tools from inside Brackets, you can open them in Chrome from http://localhost:9234.

core-ai-bot commented 3 years ago

Comment by dangoor Wednesday Dec 04, 2013 at 20:40 GMT


@alixaxel The CPU hogging problem could be the JavaScript Code Hints problem that is fixed in master, and we did also have a significant problem with LESS files (though I don't know the specifics of that one). We are working on a 0.34.1 release which will hopefully be out today. You may want to give that a try and see if it solves your problems.

core-ai-bot commented 3 years ago

Comment by alixaxel Wednesday Dec 04, 2013 at 20:43 GMT


Thanks for the quick follow up@ingorichter!

The project I'm working on has 1,391 items, totaling 48.7 MB (most of them are bower components). Usually I have 3-4 working files opened.

Right now the symptoms I'm seeing are:

The developer tools console is showing the following:

less: parsed file:///opt/brackets/www/styles/brackets.less successfully. less-1.4.2.min.js:9
less: css for file:///opt/brackets/www/styles/brackets.less generated in 1029ms less-1.4.2.min.js:9
less: css generated in 1029ms less-1.4.2.min.js:9
2 Using default tab width main.js:50
Uncaught ReferenceError: module is not defined /home/alix/.config/Brackets/extensions/user/mikaeljorhult.brackets-autoprefixer/vendor/autoprefixer/autoprefixer.js:4497
Failed to load resource file:///home/alix/.config/Brackets/extensions/user/brackets-sort-text/strings.js
[Extension] failed to load /home/alix/.config/Brackets/extensions/user/brackets-sort-text Error ExtensionLoader.js:167 false main.js:152
Bad Parameter in _getRelativeMenuItem(): relative position specified with no relativeID Menus.js:415
Cannot assign Ctrl-Shift-Up to io.emmet.increment_number_by_1. It is already assigned to edit.lineUp KeyBindingManager.js:463
Cannot assign Ctrl-Shift-Down to io.emmet.decrement_number_by_1. It is already assigned to edit.lineDown KeyBindingManager.js:463
3 Uncaught TypeError: Cannot call method 'match' of undefined

Not sure if it matters, but I tried several extensions. Here's what's installed:

And since I had to kill Brackets, I can confirm the console log is showing the exact same thing as before.

core-ai-bot commented 3 years ago

Comment by alixaxel Wednesday Dec 04, 2013 at 20:44 GMT


@dangoor I sure will, thanks! Brackets should update itself automatically now, right?

core-ai-bot commented 3 years ago

Comment by dangoor Wednesday Dec 04, 2013 at 21:03 GMT


@alixaxel Brackets will notify you of the update. You'll still need to download/install it.

Thanks for all of the screenshots! It looks like autoprefixer at least is getting an error in the console. You might try disabling some extensions.

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Dec 04, 2013 at 21:05 GMT


The screenshots match the symptoms of the LESS bug (#6057). The CPU hogging issue is very likely #6067. I think we can close this on that assumption. @alixaxel let us know if it's not fixed in the 34.1 build that gets released shortly? Then we can reopen it to investigate as a new, different issue.

core-ai-bot commented 3 years ago

Comment by alixaxel Wednesday Dec 04, 2013 at 21:34 GMT


Will do! Thank you so much for the speedy replies@dangoor@peterflynn.