Open sedwards2009 opened 10 years ago
I've never seen this (or any other crash for that matter) on my Ubuntu 14.04 64bit.
@sedwards2009: You may want to correct the issue title, as it seems you are not using Ubuntu 14.04 64bit, and are using Kubuntu 13.04, 64bit.
It is 14.04, 64bit sorry. Kubuntu uses the same base libraries as Ubuntu, so that should not matter (famous last words).
It is worth noting that this problem has only appeared in the last 0.43 release. I don't recall the releases before this having this problem.
The changes in the native-code bits between 0.42 and 0.43 were extremely minimal: https://github.com/adobe/brackets-shell/compare/release-0.42...release-0.43#commits_bucket. So it's unlikely that any new bug was injected there -- but it's possible that an existing bug was already lurking, and some change in the JS bits just recently exposed it... Or could something have changed with your machine configuration?
The only thing I can think of is that Brackets is somehow picking up bad library somewhere. @Mark-Simulacrum says that he doesn't have this problem on his Ubuntu 14.04. What I could do is use 'ldd' and post the results. Maybe my Brackets finds slightly different libraries than Mark's.
One more thing that I should probably note about my install. I run Brackets from master
of this repository, but I don't use a master
copy of the Brackets-Shell repository.
So if any changes have been introduced in master
since @sedwards2009's version (and I know they have: Splitview, and many other things - assuming @sedwards2009 is running Brackets Sprint 43), They might be causing the issue.
@Mark-Simulacrum how do you load brackets master without building the shell?
on Linux
the trick for loading alternate source by holding down the shift key during startup does not work if I remember correctly.
@JeffryBooher Pretty sure you can just run the setup_for_hacking
script to create a symlink, just like you would on Mac or Windows...
But I think @Mark-Simulacrum's last comment needs some clarity... Mark, if you're not running the master
copy, what are you running? An official build? Or are you compiling it locally but just from an older stable release tag rather than master
? Or are you compiling it with extra local changes or off of a branch/fork that has extra changes?
I am running Brackets from adobe/brackets master and the latest stable Brackets-Shell .deb
file (downloaded from http://brackets.io). As @peterflynn said, I just use the setup_for_hacking
script to run from master.
Hello, I have the same issue. I'm running Xubuntu 14.04 on two PC's, both of them are affected. I can't find any particular scenario to reproduce, it seems to happen unpredictably. I use the latest official version (not from github): Version 1.0 - 1.0.0-15191 (release 3f2eb90a4) but I had the same issue with previous versions before 1.0 (can't remember the exact build).
What I can say, if it helps:
I'm also using TypeScript, and have had it crash when editing TypeScript, Javascript and/or Markdown.
Brackets occasionally crashes on me. This morning it happen while editing a new (unsaved) document as plain text:
After which point the window stays open but is just grey. I ctrl+c'ed it. It just happens during normal typing and a I don't see any other kind of pattern to it. It has also happened to me when editing a JS file.
Brackets version info:
On Ubuntu 14.04, 64bit. (Kubuntu variant)