-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[master] segfault, assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed #8126
Comments
Maybe add "[master]" in your issue title, so that developpers know it's not on a released version of their software :) |
@fiechr Your report lacks any information about how PS was built. All I can say is that my master build which I built today using the static dependencies built using the deps script (as described in https://github.com/prusa3d/PrusaSlicer/blob/master/doc/How%20to%20build%20-%20Linux%20et%20al.md) is running fine. Did you build it the same? Can you still reproduce it with current master? |
Current master still produces the same error. Since I'm using the package from the Arch AUR, this is how it is build currently: |
If there's an issue in the packaging, I'm the one to blame :) |
@fiechr I reproduced the problem with static build against wxWidgets 3.0 (just by setting @Salamandar We only build statically against a patched version of wxWidgets 3.1.4, so linking against stable and ancient wx3.0 is generally discouraged and produces something else that we test, but it probably does not count as packaging issue... |
@lukasmatena Understood. I'll try to build against aur/wxgtk3-dev that is currently at 3.1.4 too. |
I attempted to fix it with 8004e19. Would you please confirm? The crash was inside wxWidgets It may quite well be a bug in wxWidgets that is already fixed in 3.1. Quite likely this one: wxWidgets/wxWidgets#16661. It mentions a race condition manifesting when the child exits too fast, which is to be expected in this case. I don't know if setting This is the ASAN backtrace I got, in case it is needed in future:
|
@lukasmatena Can confirm it works with the latest master (g8004e1987). Thanks !! |
Description of the bug
Since a few days I get this error, when trying to start the built application from the master branch.
Older versions, like for example 63237ae, work fine.
OS is Manjaro Linux.
I know these builds aren't officially supported, but maybe it's an easy fix and/or also relevant for the official builds.
Project file & How to reproduce
n/a
Checklist of files included above
Version of PrusaSlicer
888f45c
Operating system
Manjaro Linux
Printer model
n/a
The text was updated successfully, but these errors were encountered: