-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Segfault on Archlinux #14485
Comments
This also can be seen of the comment of aucunhenac on
+1 for Arch Linux and Manjaro support |
I swapped out the sqlite3 library for an older one and it started working fine. |
Does it mean that it's a sqlite bug ? A further inspection would be very useful. |
I don't think so. log:
|
Version 1.14 is also affected.
|
@Hritik14 , instead of running Please, find the trace I got: brackets-strace-dump.log I hope it helps! |
Further looking into, I've noticed that some of the those I've also compared the trace with Version
Version
For some reason, with version Everything is pretty weird, I must say... |
@Musikolo You can create
to by-pass this error. |
@petronny, after doing as indicated, unfortunately I get a similar issue:
|
Just in case it helps, I'm adding the trace of the segmentation fault I got with
I'm not an expert, but I would say the issue is related to the bundled @shubhsnov / @swmitra / @vickramdhawal, thoughts? |
Voila! After so much back and forth, I got to solve issue. All I had to do is replacing the library That's all! |
Thanks @Musikolo for all the investigation. It seems the issue is in the CEF binary we're using. We're looking into the issue. |
I also found that using CEF binary version I don't version was bundled with Brackets |
@shubhsnov @Musikolo If I compile v1.14 from source with cef 3.2785.1486 by int32 GetPendingFilesToOpen(ExtensionString& files)
{
} This is petty weird that there is no return value. So I change it to int32 GetPendingFilesToOpen(ExtensionString& files)
{
return 0;
} Then it can start up now but will raise segment fault when I click |
BTW, where is the source code for cef |
#14095
|
There doesn't seem to be any fix in version 14.1 as well. Core dump still comes up with
|
Description
Brackets gives a segfault when launched.
Stack trace gives:
Steps to Reproduce
Versions
1.14 - affected
1.13 - affected
1.13-pre3 - affected
1.13-pre2 - affected
1.13-pre1 - NOT TESTED
1.12 - NOT affected
ArchLinux 4.17.6-1-zen
The text was updated successfully, but these errors were encountered: