Crash when moving links in and out of an assembly3

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
ToniTen
Posts: 240
Joined: Fri Sep 04, 2020 10:11 am

Crash when moving links in and out of an assembly3

Post by ToniTen »

I have found a way to crash FreeCAD when dealing with assembly3 and links:

Code: Select all

OS: Ubuntu 18.04.5 LTS (XFCE/xubuntu)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.23040 (Git) AppImage
Build type: Release
Branch: master
Hash: 2cfd04d17cae10a5499eaedae621cc624a2eb65f
Python version: 3.8.6
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Spanish/Spain (es_ES)
How to reproduce:
  • Open
    Prueba_ASM3.FCStd
    (4.67 KiB) Downloaded 20 times
  • You will see an assembly with a link with cardinality 2 to
    110x170x19_16022.FCStd
    (46.63 KiB) Downloaded 22 times
    named 16022
  • Delete the parent link (16022). You will see two links drop off outside of the assembly (link_i0 and link_i1)
  • Drag one of the links back into the assembly
I redirected the stdout and stderr to the
stderr.txt
(13.78 KiB) Downloaded 19 times
file
Post Reply