-
Notifications
You must be signed in to change notification settings - Fork 46
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
total crashes without warning #587
Comments
Can you please launch FreeCAD in a terminal, and then paste the printed call stack information after crash? |
Program received signal SIGSEGV, Segmentation fault. |
What i did was:
This happens since several daily build versions. I guess it is something small because deleting the body while using the ctrl-Z still works in the above situation. (my workaround to get rib of not longer needed stuff in the tree view is to open it in vanila FC and delete the stuff there.) |
The above commit shall fix the crash, which happens in |
I used it one time, but did not need it regularly. So i can switch it off with no harm of workflow. Thx for fixing. |
OS: Ubuntu Core 20 (XFCE/xfce)
Word size of FreeCAD: 64-bit
Version: 2022.1008.14555 (Git shallow)
Build type: Release
Branch: (HEAD detached at 2022.10.08-edge)
Hash: 39bee7c
Python version: 3.8.10
Qt version: 5.15.5
Coin version: 4.0.1
OCC version: 7.6.3
Locale: English/United States (en_US)
This version is crashing if you just delete something from the tree view.
Deleting using the undo function works without crash.
But just click and delete a object in tree view crashes the program.
This behavior happens since a couple of version.
I guess it is something very small but this bug disturbs the workflow a lot.
The text was updated successfully, but these errors were encountered: