-
Notifications
You must be signed in to change notification settings - Fork 2k
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
segfault in fresh installation as user (--user) prusaslicer fatpack 2.9.0-alpha #13618
Comments
Hello @sl1pkn07, this is very hard for us to reproduce as it does not happen on any of the linux distributions we tested. It is especially hard, because flatpak should provide reproducible environment for the most part, so you probably stumbled upon something very specific. Just from the limited segfault information, can you please make sure your graphics card drivers are properly installed? But honestly, that is grasping at straws. Can you think of a way we could reproduce it? Since you are using Arch, I am afraid it might be hard to reproduce your setup. |
maybe making a fatpack with all symbols possible (sadly nvidia not provide their libaries with symbols) included can output a more specific output. but eats a tons and tons of system resources, included hdd space. other option is start build again a "native" package myself like always i do in old times until star fail build because reasons not fixed in upstream.. idk if is fixed now. let me try this weekend. greetings |
I am sorry to hear you struggle like this. Building might not work right now, but there is an open PR #13609 that we plan to merge ASAP. You are right about the symbols, we should do that. But we cannot obviously bundle symbols for everything that the flatpak is made of, so it might not help here. |
touching things with Flatseal, now the output is
so seems this fatpak package is not work at all with environments with wayland like me (KDE plasma 6) greetings |
Thank you, this is more helpful. We will see what we can do. |
Just for reference, PrusaSlicer does not currently support wayland, but there is a PR: #13307 |
I can confirm having the same issue, it seems to be related with the latest nvidia drivers 556 and opengl usage. Issue seems to happen with X11 and wayland. (I'm using debian 12). I'm trying to compile prusaslicer right now to figure out the function causing the error. |
Interesting. If I run the program normally, I do get a segfault. However if I run it with gdb or strace, it works without crashing. |
using |
Seems the issue is the nvidia driver. Downgrading to 560.35.05-1 fixes the issues. According to other nvidia user forums, it seems that 565.57.01 has some bugs. |
tested with nvidia-565-77 and got the same builded manually with #13307 , #13609 and #13081 and some patches from gentoo (opencascade 7.8.0 patch and sed tweaks) deps with
and prusaslicer iself with
works ok for me greetings |
Description of the bug
after fresh install prusaslicer via fatpack as user
and run it (if not exist systemwide installation, fatpack runs all as user, see flatpak/flatpak#3552 (comment))
the program not open. instead, print this message in console
then run coredumpctlr ad see
run
coredumpctl info 3053318
(the last one run for example) and:Project file & How to reproduce
fresh install fatpack via system package for the first time and:
run it (if not exist systemwide installation, fatpack runs all as user, see flatpak/flatpak#3552 (comment))
and see the ouptut
run
coredumpctl
and see the outputand run
coredumpctl info $PID
for see the info of the segfault
Checklist of files included above
Version of PrusaSlicer
2.9.0 alpha
Operating system
Archlinux
Printer model
none
The text was updated successfully, but these errors were encountered: