-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
OpenFileDialog.ShowAsync segfaults on Linux #2817
Comments
Please, install debug symbols for Judging from the stack trace, libfreetype tries to call something in libSkiaSharp, which it shouldn't be doing under any circumstances. The only possible reasons for that I can think of are:
|
I've checked the |
This should be fixed in Skia.Sharp 1.68.1, When can we expect Avalonia to target a fixed version of Skia.Sharp? |
|
@kekekeks at all, has this been merged and pushed out yet? Having the same issue in Manjaro Linux |
FreeType symbols should no longer be exported so there might be a different cause. The current release still uses Avalonia's custom build so if possible try current master. |
@josegomez are you checking with master or 0.9.x-based build? |
I'm using the latest published nuget @kekekeks 0.9.7 |
Just replicated this on manjaro linux with Avalonia 0.9.7 Back Trace and such
|
I have the same issue.
Back Trace
|
Workaround for 0.9.x:
Duplicate of #4325 |
Causes a segfault inside GTK's drawing code.
Back trace from lldb
The text was updated successfully, but these errors were encountered: