-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Linux on Manjaro] Crash on launch #632
Comments
In the future copy and paste output rather than posting screenshots. If you run the executable under |
Possibly the same crash as flutter/flutter#47954, but no way to know yet. |
That's all that appears when running, I don't know how to run the executable in gdb ... |
This comment has been minimized.
This comment has been minimized.
Same issue, also manjaro. When running in gdb, i get the following segfault:
|
Same issue, but on go-flutter, also manjaro.
Using this (pacman-undo) I've reverted my last upgrade. Downgrading the following package solved this issue.
Those are the packages I've kept in the vim buffer when executing pacman-undo. |
I just recently installed Manjaro, so I don't have the old package on my system. Could you shoot me a link? |
Uhhfff, I've seach dichotomic-ly which package was causing this issue. You need to downgrade them to
Please use the something like: https://wiki.manjaro.org/index.php?title=Downgrading_packages, don't trust peoples with your package binaries^^ |
The crash is in Skia, so it seems like this is either a Skia bug, or in (based on the above) libglvnd. @topisani I would suggest getting a backtrace in addition to the crash itself, then filing a Skia bug for further investigation by the Skia team as a starting point; they would better be able to tell if it's an issue in Skia or in the library. |
This is definitely the same crash as flutter/flutter#47954. Closing in favor of that bug, since it's all within the GLFW embedding that's in the engine rather than code at the level of this repository. |
This solution solved the problem, thank you bro. |
@pchampio Solved,thank you! |
Describe the bug
When running the example or any application for desktop Linux opens the application window (does not load fully) and then closes appearing this error in the console.
Doctor Output
![err2](https://user-images.githubusercontent.com/37430107/72094532-64ef4480-32f5-11ea-97b7-440d2033e2ba.png)
The text was updated successfully, but these errors were encountered: