How often are bugs reported to OpenCASCADE?

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
lukasubo
Posts: 45
Joined: Sun Jun 05, 2016 5:41 pm

How often are bugs reported to OpenCASCADE?

Post by lukasubo »

Because, as we all know, there are bugs. So many of them. Mainly related to fillets and boolean operations. However, I'd imagine they'd take note of them if there were many reports (and there seem to be many FreeCAD users who could make these).

I know the prevailing response here is that they only care about their commercial customers, but these bugs almost certainly affect them, too.
ickby
Veteran
Posts: 3116
Joined: Wed Oct 05, 2011 7:36 am

Re: How often are bugs reported to OpenCASCADE?

Post by ickby »

There are not many users that can make bug reports. This would require to build the latest opencascade master, rebuild freecad with this occ Version to verify the bug still exists and then learn the occ draw syntax to reproduce the bug for reporting in an appropriate format.

Shoogen did this regulary in the past, and quite a few of the reported bugs have been fixed, but then freecad did lag behindert in support of occ7. This is done now, it compiles again with the latest Version. Now we need to find someone who takes the responsibility to do this.
User avatar
tanderson69
Veteran
Posts: 1626
Joined: Thu Feb 18, 2010 1:07 am

Re: How often are bugs reported to OpenCASCADE?

Post by tanderson69 »

Another issue is that occt wants you to use their mantis bug tracker. Which is fine at face value, but in order to get permissions to the bug tracker you have to sign the CLA (contributors license agreement).
User avatar
yorik
Founder
Posts: 13664
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: How often are bugs reported to OpenCASCADE?

Post by yorik »

One thing we could do at FreeCAD level, provided of course we have people who can use drawexe and sign the cla, would be a bit like linux distributions do... Have a bug on our tracker, with an "upstream link" to a corresponding bug on their tracker. I think Mantis has some tools for that... Just an idea for later.
lukasubo
Posts: 45
Joined: Sun Jun 05, 2016 5:41 pm

Re: How often are bugs reported to OpenCASCADE?

Post by lukasubo »

It would be nice, especially concerning fillets. I see so many people here who have issues with fillets, all of which are OCCT bugs. I'll look at the CLA sometime this summer after exams are over.
ezzieyguywuf
Posts: 656
Joined: Tue May 19, 2015 1:11 am

Re: How often are bugs reported to OpenCASCADE?

Post by ezzieyguywuf »

I have occ7 compiled and FreeCAD built against it. I don't really want to learn the draw.exe syntax, but I wouldn't mind verifying that bugs exist.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: How often are bugs reported to OpenCASCADE?

Post by Kunda1 »

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
Quaoar
Posts: 106
Joined: Thu Jul 27, 2017 11:56 am
Location: Nizhny Novgorod
Contact:

Re: How often are bugs reported to OpenCASCADE?

Post by Quaoar »

lukasubo wrote: Sat Jun 18, 2016 6:36 pm It would be nice, especially concerning fillets. I see so many people here who have issues with fillets, all of which are OCCT bugs. I'll look at the CLA sometime this summer after exams are over.
With fillets, you can do basically only one thing: rewrite them. This particular modeling feature is a pure legacy code inherited from Matra Datavision which is hardly maintainable. Unfortunately, there are no sponsors for this sort huge refactoring (i.e. restarting fillets), so do not expect too much from OCC in that direction. That's a good project, in fact, for a PhD student -)
FOSS CAD model inspection utility and prototyping framework: http://analysissitus.org
Post Reply