-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Cannot run brackets due to segmentation fault on Debian 8 #13464
Comments
@pratts |
Thank you for your reply @saurabh95 prateek@prateek-debian:~/work/open-source/brackets-shell$ grunt installer Running "git:shell" (git) task Running "create-project" task Running "build-www" task Running "build" task Running "build-linux" task
Aborted due to warnings. |
Fixed By: adobe/brackets-shell#619 |
Prerequisites
Debug -> Reload Without Extensions
?For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
Brackets cannot run on Debian 8 after updating the master branch to latest code on brackets repository.
Steps to Reproduce
Expected behavior: Brackets should successfully open and run.
Actual behavior: Brackets screen opens and suddenly closes and "Segmentation fault" prints on the screen.
Output of running brackets from command line :
prateek@prateek-debian:~/work/open-source/brackets-shell/installer/linux$ brackets
[0618/235112:ERROR:browser_main_loop.cc(163)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[0618/235112:ERROR:renderer_main.cc(207)] Running without renderer sandbox
[0618/235112:ERROR:nss_util.cc(819)] After loading Root Certs, loaded==false: NSS error code: -8018
Segmentation fault
Output of dmesg afterwards :
[17577.767302] Brackets[28555]: segfault at 3600001 ip 00007fd8d347c614 sp 00007ffd638ef550 error 4 in libgobject-2.0.so.0.4200.1[7fd8d3449000+51000]
[17622.581046] Brackets[28753]: segfault at 3c00001 ip 00007fb8ee9ce614 sp 00007fffe7f652d0 error 4 in libgobject-2.0.so.0.4200.1[7fb8ee99b000+51000]
[19648.369458] Brackets[3063]: segfault at 2600001 ip 00007fc440674614 sp 00007fff4eb46b60 error 4 in libgobject-2.0.so.0.4200.1[7fc440641000+51000]
Versions
Please include the OS and what version of the OS you're running. : Debian 8
Please include the version of Brackets. You can find it under
Help -> About Brackets
(Windows and Linux) orBrackets -> About Brackets
(macOS) : 1.10.0-17439 is the version printed while installing bracketsOne more thing, do you have any plans to include libgcrypt20 (as mentioned in 10255 )? Any other separate stable build for debian 8 ?
Regards,
Prateek Sharma
The text was updated successfully, but these errors were encountered: