brackets-archive / bracketsIssues

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

[CLOSED] Brackets crash on Linux #4871

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by nogo Monday Sep 23, 2013 at 12:41 GMT Originally opened as https://github.com/adobe/brackets/issues/5294


I maintain the Arch Linux Packages and realize that the brackets crash when opening the live view. Btw, where can I find the dump?

Details:

system> brackets 
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[0923/142709:ERROR:browser_main_loop.cc(212)] GLib: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Failed to execute child process "chromium-browser" (No such file or directory)
[1]    9093 segmentation fault (core dumped)  brackets
core-ai-bot commented 3 years ago

Comment by ingorichter Monday Sep 23, 2013 at 16:47 GMT


@nogo Is there any specific configuration for core dumps on your system to put them in a specific location? On my Ubuntu machine apport takes care of writing the core dumps to /var/crash. I don't know how Arch Linux is dealing with it.

core-ai-bot commented 3 years ago

Comment by nogo Tuesday Sep 24, 2013 at 06:19 GMT


This is want I can found in my logs

kernel: Brackets[5338]: segfault at fffffffc03681c1a ip 00007f93002433b7 sp 00007ffff2b26790 error 5 in libglib-2.0.so.0.3600.4[7f93001e0000+fc000]
core-ai-bot commented 3 years ago

Comment by nogo Thursday Sep 26, 2013 at 07:01 GMT


5307 is closed but brackets still crashes

core-ai-bot commented 3 years ago

Comment by peterflynn Thursday Sep 26, 2013 at 07:22 GMT


@nogo Did you compile a new brackets-shell for yourself that includes the fix that just landed? Otherwise you will still see the bug, of course.

core-ai-bot commented 3 years ago

Comment by nogo Thursday Sep 26, 2013 at 07:25 GMT


@peterflynn I rebuild the package minutes before. I'm one brackets.git@8c57da5 and brackets-shell.git@7f4a66a .

core-ai-bot commented 3 years ago

Comment by ingorichter Thursday Sep 26, 2013 at 16:31 GMT


Let me pick this up later today. I created an Arch Linux installation for myself to have the same system available

core-ai-bot commented 3 years ago

Comment by ingorichter Friday Sep 27, 2013 at 02:26 GMT


@nogo I found a fix for this issue. Would you mind checking out this branch irichter/fix-5294 to verify that it works for you too? Thank you.

core-ai-bot commented 3 years ago

Comment by nogo Friday Sep 27, 2013 at 08:06 GMT


@ingorichter I tried your branch, brackets does not crash at live preview, but I got other problems. I could not open live preview at all. The extension manager didn't receive any thing. This may not correnspont to the problem above.

Details for build: brackets.git@2b17d39 brackets-shell@irichter/fix-5294

core-ai-bot commented 3 years ago

Comment by ingorichter Friday Sep 27, 2013 at 17:04 GMT


@nogo that is good to hear that it doesn't crash. I think this PR https://github.com/adobe/brackets/pull/5346 is missing. I fixed this two days ago and the PR is not yet merged. You can get the branch where I made the change for the PR and see if this resolves the issues completely.

core-ai-bot commented 3 years ago

Comment by ingorichter Friday Sep 27, 2013 at 18:18 GMT


@nogo live preview doesn't work for you? I have an idea, why this happens: I specify a temporary data directory for Chrome(-ium) live development session. If this directory doesn't exists, then no browser will show up and live development hangs. Let me fix this quickly.

core-ai-bot commented 3 years ago

Comment by ingorichter Friday Sep 27, 2013 at 18:20 GMT


@nogo the other issue that you saw with the Extension Manager, that is an unrelated issue. You can file an issue or wait until PR #5346 got merged.

core-ai-bot commented 3 years ago

Comment by ingorichter Friday Sep 27, 2013 at 22:35 GMT


@nogo I pushed my changes to the irichter/fix-5294 branch. Would you mind giving it a try again? Thanks.

core-ai-bot commented 3 years ago

Comment by nogo Saturday Sep 28, 2013 at 07:50 GMT


@ingorichter Awesome job. Brackets live preview is running stable.

core-ai-bot commented 3 years ago

Comment by ingorichter Monday Sep 30, 2013 at 06:17 GMT


set FBNC since this PR https://github.com/adobe/brackets-shell/pull/342 is not yet merged

core-ai-bot commented 3 years ago

Comment by njx Monday Sep 30, 2013 at 18:39 GMT


Assigning to@ingorichter since he's fixed it already.

core-ai-bot commented 3 years ago

Comment by JeffryBooher Wednesday Oct 16, 2013 at 21:17 GMT


Merged https://github.com/adobe/brackets-shell/pull/342. Closing as fixed.@nogo please let us know if you continue to see issues.

core-ai-bot commented 3 years ago

Comment by nogo Thursday Oct 17, 2013 at 07:27 GMT


Great work. At the moment I can't see any problem with the last build. (brackets.git@13239cc6e28ea3b268e55d53a4afa03c978f0e88 and brackets-shell.git@cbb861356507530cb1bf5009282fceca956cff9b)