OCC Bugs in the Bugtracker

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
user1234
Veteran
Posts: 3345
Joined: Mon Jul 11, 2016 5:08 pm

Re: OCC Bugs in the Bugtracker

Post by user1234 »

Referencing to this Ticket, issue #6161. This issue is missing in this list here.

This bug is still repeatable in OCCT7.6.1

Greetings
user1234
user1234
Veteran
Posts: 3345
Joined: Mon Jul 11, 2016 5:08 pm

Re: OCC Bugs in the Bugtracker

Post by user1234 »

issue #6203 is also missing (and reproducable).

Greetings
user1234
user1234
Veteran
Posts: 3345
Joined: Mon Jul 11, 2016 5:08 pm

Re: OCC Bugs in the Bugtracker

Post by user1234 »

issue #6268 is also missing. Also it does not crash here, i get the message TopoDS::Shell:

0.png
0.png (154.3 KiB) Viewed 2419 times

, which is in my opinion OK, because the shape will be invaild anyway.

Code: Select all

OS: Debian GNU/Linux 11 (bullseye) (X-Cinnamon/lightdm-xsession)
Word size of FreeCAD: 64-bit
Version: 0.20.27917 (Git)
Build type: Release
Branch: master
Hash: 5f092f90728d6b6f8a8c0a1cfbf2c22ee829b71e
Python 3.9.2, Qt 5.15.2, Coin 4.0.0, OCC 7.6.1
Locale: English/United States (en_US)
A candidate for closing?

Greetings
user1234
user1234
Veteran
Posts: 3345
Joined: Mon Jul 11, 2016 5:08 pm

Re: OCC Bugs in the Bugtracker

Post by user1234 »

Regarding issue #6318, this issue is still here.

Here is a file to reproduce, because the original ones are not downloadable. Can someone on GitHub link or add this?

6318.FCStd
(24.76 KiB) Downloaded 57 times

Greetings
user1234
user1234
Veteran
Posts: 3345
Joined: Mon Jul 11, 2016 5:08 pm

Re: OCC Bugs in the Bugtracker

Post by user1234 »

issue #6319 does not crash here either. That the result is not good have maybe something to do with issue #6318, both ellipses bases.

Maybe also a candidate to close?

Greetings
user1234
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: OCC Bugs in the Bugtracker

Post by Kunda1 »

Thanks @user1234
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
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: OCC Bugs in the Bugtracker

Post by Kunda1 »

issue #6268 Crash with AdditivePipe (BRepFill_PipeShell::BuildHistory)
Can folks take a look at this ? Make sure it's not a dupe and possibly make an upstream ticket?
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
User avatar
chennes
Veteran
Posts: 3881
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: OCC Bugs in the Bugtracker

Post by chennes »

Kunda1 wrote: Sun Apr 03, 2022 5:49 pm issue #6268 Crash with AdditivePipe (BRepFill_PipeShell::BuildHistory)
Can folks take a look at this ?
It does not crash with OCCT7.7.0dev, though it doesn't successfully create the geometry, either.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
NewJoker
Veteran
Posts: 3018
Joined: Sun Oct 11, 2020 7:49 pm

Re: OCC Bugs in the Bugtracker

Post by NewJoker »

Here's a recently discussed issue which was diagnosed to be an OCC bug: issue #6538

Perhaps it could be reported to their bugtracker since there's a chance they will be able to fix it.
user1234
Veteran
Posts: 3345
Joined: Mon Jul 11, 2016 5:08 pm

Re: OCC Bugs in the Bugtracker

Post by user1234 »

Kunda1 wrote: Sun Apr 03, 2022 5:49 pm issue #6268 Crash with AdditivePipe (BRepFill_PipeShell::BuildHistory)
Also do not crash here.

Code: Select all

OS: Debian GNU/Linux 11 (bullseye) (X-Cinnamon/lightdm-xsession)
Word size of FreeCAD: 64-bit
Version: 0.20.28749 (Git)
Build type: Release
Branch: master
Hash: a59dac16759acd039d666bf3b3b80a8e56a2cd72
Python 3.9.2, Qt 5.15.2, Coin 4.0.0, OCC 7.6.2
Locale: English/United States (en_US)

Also i do not think, that the output will be ever be valid. Can it be closed?

Greetings
user1234
Post Reply