-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
FreeCAD v1.0.0 fails to start - segmentation fault #366299
Comments
On my side in 24.11 that work :
|
I'm also using an Nvidia GPU (2080) and am having no issues with FreeCAD. What card are you running on the desktop? Are you using multiple versions of Nixpkgs in your flake inputs by any chance? |
Thank you guys for the quick response, I really hoped someone else encountered the same issue... I'm running a RTX 3090 with stable drivers (565.77). I am using unstable and 24.11 in my flakes, but there seems to be an issue with cura, therefore I am using that with 24.05. I did some debugging of the launch, and had some interesting findings: Using gdb with
actually runs the program without issues. Running Logs
I have no idea about the Memory Error, but libEGL sounded like an OpenGL issue to me. Therefore I checked my OpenGL information and running freecad with nixGL.
Sadly that did not resolve the issue yet. I'm still curious, why it works when running gdb. |
I dot have the exact same problem on my Laptop (Thinkapd X1 Extreme Gen5 with GeForce RTX 3050 Ti) |
In the past I've run into issues with other Python applications where different versions of glibc were targeted by the host application and the C/C++ components of various python modules being loaded, this has tended to be when mixing and matching versions of Nixpkgs. Can you confirm everything is definitely using the same glibc version. |
Describe the bug
I'm unable to start FreeCad v1.0.0.
When trying to start it, I get the following error:
Steps To Reproduce
Steps to reproduce the behavior:
freecad
orfreecad-wayland
package from nixpkgs 24.11 or unstableI coudn't reproduce this on my laptop (Intel CPU with integrated Graphics). There it works well.
The Issue only happened on my Desktop with NVIDIA GPU, but i have no idea if this is related to the GPU or another problem entirely.
Both machines run on a similar nix-config.
Expected behavior
I expect FreeCAD to start without issues.
Additional context
Running v0.21 from nixpkgs 24.05 works (except some NVIDIA Flickering™)
Also I found this old issue, which looks related #42790
Metadata
I'm using flakes and use a NVIDIA GPU.
Notify maintainers
@gebner
@AndersonTorres
@srounce
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: