Vincenzo Calligaro
Vincenzo Calligaro
Many thanks @povilas-ohd for the added info and the new test file! I'll test it ASAP (most likely in the next hours) and give you a feedback. Thanks again!
@povilas-ohd, I finished the basic tests on [honeycomb_wall_V1.zip](https://github.com/user-attachments/files/17893165/honeycomb_wall_V1.zip). First of all I confirm that the issue happens in v1.0 ```ruby OS: Linux Mint 22 (X-Cinnamon/cinnamon/xcb) Architecture: x86_64 Version: 1.0.0.39109 (Git)...
Hi @chennes! Yes, I started looking at this last night, trying to figure out if this can fix #17041. Unfortunately ATM it doesn't look so, at least in my local...
Brief update: haven't yet figured out why it's not working in the specific case of my previous comment but I think I'm tracking this down. ATM one thing that I...
Yes. I was really sad when I heard what happened to him at the last biweekly developers meeting. Can't do anything about that beside joining the chorus of "Thank you...
Good news (I think). After quite some tests/study/modifications probably I managed to improve this PR to fix some of the cases of #17041. Tested modified version of ```ruby OS: Linux...
@3x380V your https://github.com/FreeCAD/FreeCAD/pull/16803#issuecomment-2536801387 `SEGFAULT` looks happening during the opening of an already existing file >``` > #17 0x7f6,d00,2cc,f67 in App::Application::openDocument(char const*, bool) from /home/ladis/src/FreeCAD-build-qt5/lib/libFreeCADApp.so+0xc5 > ``` If so can you...
Thanks @3x380V for sharing the file. ATM all I can do is confirm your issue. Tested [Weekly Build](https://github.com/FreeCAD/FreeCAD-AppImage/releases/tag/weekly-builds) ```ruby OS: Linux Mint 22 (X-Cinnamon/cinnamon/xcb) Architecture: x86_64 Version: 1.1.0dev.39642 (Git) Conda...
@3x380V I have both good news and bad news. Good news: If I add `&& !getDocument()->testStatus(App::Document::Status::Restoring)` after `names.empty()` in https://github.com/FreeCAD/FreeCAD/blob/aa228f2b329793326589b760767e48f49cb7eb1c/src/Mod/Part/App/PartFeature.cpp#L363 then the model loads without `SEGFAULT` Bad news: after the...
@3x380V thanks for your feedback! A couple of questions/observations, to avoid misunderstandings: > I was commenting away whole block Do you mean the entire `if` that starts from https://github.com/FreeCAD/FreeCAD/blob/aa228f2b329793326589b760767e48f49cb7eb1c/src/Mod/Part/App/PartFeature.cpp#L363 or...