Part_ExplodeCompound Hangs (V0.19)

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
BIM Bo
Posts: 40
Joined: Sun Nov 22, 2020 3:55 pm

Part_ExplodeCompound Hangs (V0.19)

Post by BIM Bo »

Increment compiling whatever gets pushed to the Git Repo. I mean - why not?
So 0.19R23308 it is.

Importing this DXF from the register of real estate: http://services.cuzk.cz/dxf/ku/643777.zip
it shows up pretty, but the structure is not as desired. All property borders seem to be convoluted into one part
named "_1900". So I try to split it up somehow.

https://wiki.freecadweb.org/Part_ExplodeCompound

Which - when I do - the fan goes off, FreeCAD cranks up to 100% CPU usage and says bye bye and slides into nirvana, not even the window does redraw anymore.
I wait for a while (like 15 minutes), then Ctrl+C the whole thing

Code: Select all

Start Editing _1900
Start Editing _1900
^CTraceback (most recent call last):
  File "/home/bimbo/.FreeCAD/Mod/Part-o-magic/PartOMagic/Features/Ghost.py", line 164, in slotChangedObject
    def slotChangedObject(self, feature, prop_name):
<class 'KeyboardInterrupt'>: <unknown exception data>
Killed
Before that - when opening the DXF file, there is a bunch of ever repeating messages, but that's probably
not critical.

Code: Select all

CDxfRead::DoRead() Failed to read layer
CDxfRead::ReadLayer() - no layer name
CDxfRead::DoRead() Failed to read layer
CDxfRead::ReadLayer() - no layer name
CDxfRead::DoRead() Failed to read layer
edit: tested also in the ./FreeCAD_0.19-23141-Linux-Conda_glibc2.12-x86_64.AppImage - same result/reproducible
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Part_ExplodeCompound Hangs (V0.19)

Post by Kunda1 »

BIM Bo wrote: Fri Dec 11, 2020 12:22 pm So 0.19R23308 it is.
edit: tested also in the ./FreeCAD_0.19-23141-Linux-Conda_glibc2.12-x86_64.AppImage - same result/reproducible
Note: this post was split off from the 'tapeworm' thread
Please attach About info to this post to help with deeper analysis of the issue.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
chrisb
Veteran
Posts: 53922
Joined: Tue Mar 17, 2015 9:14 am

Re: Part_ExplodeCompound Hangs (V0.19)

Post by chrisb »

Kunda1 wrote: Fri Dec 11, 2020 12:28 pm Note: this post was split off from the 'tapeworm' thread
Moved from Open discussion forum.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply