-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
[GTK] Arch Linux crashing when Drawables are used #1914
Comments
Update after some investigation: Other dotnet applications still run fine, only programs made using Eto crash. Also, it seems like, not just drawables crash, but a whole lot of other stuff as well!? Can't really pinpoint anything exact though. |
@Miepee thanks for reporting the issue! What version of .NET are you using? This sounds like it is possibly something that needs fixing in https://github.com/GtkSharp/GtkSharp, but I can't be 100% sure. |
Latest dotnet, which at time of writing is 5.0.4 for runtime, SDK and targeting pack. |
Maybe? I managed to get a new stacktrace which only differs in the last line: Which is for me |
This crash is caused by updating glib2 from 2.66.7-1 to 2.68.0-1. |
Are you sure it's not |
@Miepee You are correct, I meant glib2. Sorry about that. |
Also we can confirm that. |
Fixed upstream in GtkSharp 3.24.24.32. Updating to GtkSharp 3.24.24.32 or later should fix this issue. |
Expected Behavior
Arch Linux shouldn't crash, and behave like other Linux distros.
Actual Behavior
Arch Linux crashes. Here's the stacktrace:
Steps to Reproduce the Problem
Code that Demonstrates the Problem
This code is a slightly modified "Hello-World"/default-project in order to invoke the crash.
Specifications
Tested with .net Core 5 from both the Community repositories, from the Arch User Repositores (AUR) and from the prepackaged dotnet binaries from MS as well as just using the "self-contained"-option on compile.
I also tried compiling for
ubuntu.18.04-x64
andarch-x64
instead oflinux-x64
, every one has the same result.I tried both building it on other platforms and then transferring the compiled version to an Arch PC, as well as building it on an Arch PC instead.
The text was updated successfully, but these errors were encountered: