[bug] FreeCAD 0.20 crash if I click on Sketch

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
Grue
Posts: 23
Joined: Thu Oct 20, 2016 8:50 am
Location: Moscow
Contact:

[bug] FreeCAD 0.20 crash if I click on Sketch

Post by Grue »

Code: Select all

OS: Ubuntu 20.04.3 LTS (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.20.
Build type: Release
Branch: unknown
Hash: e4aad767f452db386659f90139f6527af1fb1640
Python version: 3.8.10
Qt version: 5.12.8
Coin version: 4.0.0
OCC version: 7.5.2
Locale: English/United States (en_US)
FreeCAD file with problem: https://isaev.ru/temp/phone-tripod-central-leg.FCStd

History: I imported an STL file to change hole diameter, Mesh->Import mesh. Then Part->Create shape from mesh. Then Part->Convert to solid. Then Part->Create a copy->Refine. Then created new body and added shape binder, created a Sketch, made a circle referencing that shape binder and padded it in Part Design. Then I Part->Cut to make a hole.

So far it worked. But now if I click on Sketch, FreeCAD silently crashes. If I delete that Cut operation, everything works again.
Life sucks, then you die.
chrisb
Veteran
Posts: 53945
Joined: Tue Mar 17, 2015 9:14 am

Re: [bug] FreeCAD 0.20 crash if I click on Sketch

Post by chrisb »

I can confirm the crash. Where did you get your FreecAD from? The version number looks cumbersome.

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.20.27008 (Git)
Build type: Release
Python version: 3.9.9
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.3
Locale: C/Default (C)
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Grue
Posts: 23
Joined: Thu Oct 20, 2016 8:50 am
Location: Moscow
Contact:

Re: [bug] FreeCAD 0.20 crash if I click on Sketch

Post by Grue »

chrisb wrote: Fri Jan 14, 2022 12:09 pm I can confirm the crash. Where did you get your FreecAD from? The version number looks cumbersome.

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.20.27008 (Git)
Build type: Release
Python version: 3.9.9
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.3
Locale: C/Default (C)

Code: Select all

# cat /etc/apt/sources.list.d/freecad-maintainers-ubuntu-freecad-daily-focal.list
deb http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu focal main
# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
Life sucks, then you die.
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: [bug] FreeCAD 0.20 crash if I click on Sketch

Post by GeneFC »

I don't get a crash on Windows, but the error is present.

Capture.JPG
Capture.JPG (78.83 KiB) Viewed 1390 times

Basically it is a typical case of cross-linking that is not supported.

Gene
Post Reply