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!
User avatar
yorik
Founder
Posts: 13664
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: OCC Bugs in the Bugtracker

Post by yorik »

abdullah wrote: Thu Nov 01, 2018 1:00 pm in fact I was thinking... Given that you have, on your own merit, earned a "license to whip" in this community and you have become rather proficient at it, I would be delighted if you would sign up there and let your magic spread.
+1. You would do that magnificently Kunda1. If you are willing to, of course, nobody should take more on the plate than one can handle...
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: OCC Bugs in the Bugtracker

Post by Kunda1 »

:lol:
I've tried and have not been given access not sure why.
For one thing it seems that only devs are given access AFAICT. I don't See any tickets created by end users + who know how to recreate the bugs using the tcl methodology they require.
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
abdullah
Veteran
Posts: 4935
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: OCC Bugs in the Bugtracker

Post by abdullah »

Kunda1 wrote: Thu Nov 01, 2018 4:41 pm :lol:
I've tried and have not been given access not sure why.
For one thing it seems that only devs are given access AFAICT. I don't See any tickets created by end users + who know how to recreate the bugs using the tcl methodology they require.
I am not a dev of OCCT. I do not remember saying I contributed code to FreeCAD. I think I just signed up. What is the "error" you get?

I have never recreated a ticket using the tcl methodology. I produce stand-alone c++ code. In one of my tickets msv has converted my 50 lines c++ code into 3 lines of tcl. It may really worth reporting with it.

Anyway, nobody gives lashes like you do, so we need to get you in. Tell us how we can help get you in :D
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: OCC Bugs in the Bugtracker

Post by Kunda1 »

Added issue #2590 FreeCAD (0.17 Daily) crashes on exporting imported STEP as WebGL
FYI, this wasn't tested with OCC 7.3 and it hasn't been reported upstream.
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
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: OCC Bugs in the Bugtracker

Post by UR_ »

Kunda1 wrote: Mon Nov 19, 2018 10:37 am FYI, this wasn't tested with OCC 7.3 and it hasn't been reported upstream.

No crash here, while exporting Roller.step from tracker to webgl format

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15227 (Git)
Build type: Release
Branch: master
Hash: ddfa51056559c70bf8698c79af69eb74a339ba81
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: German/Germany (de_DE)



result file:
roller.html.zip
(45.46 KiB) Downloaded 104 times

BTW, there is a py3 issue at line 127 importWebGL.py

So please change from:

Code: Select all

    outfile.write(html)
to:

Code: Select all

    outfile.write(html.encode())
Should be forwarded to the py3 porting guys ;)
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: OCC Bugs in the Bugtracker

Post by Kunda1 »

UR_ wrote: Mon Nov 19, 2018 9:51 pm No crash here, while exporting Roller.step from tracker to webgl format
Thanks for testing! will notate the ticket
UR_ wrote: Mon Nov 19, 2018 9:51 pm Should be forwarded to the py3 porting guys
Nice catch ;)
Yes, please let @looo know
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 »

woohoo, abdullah found a workaround for:
issue #2463 Trim tool ignore tangent constraint to arch on circle
The (Upstream ticket still open)
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 »

Added issue #3938 to the list
+ crossed off some issues that were closed in the Missing upstream tickets: section
+ moved an issue that was fixed in OCC7.3
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 »

Cleaned up first post, nothing else to update (no changes in existing downstream or upstream tickets)
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 »

Upstream has rolled out a OCC7.5 milestone tag on their bugtracker. All our pending upstream tickets that were to be fixed in OCC7.4 have been bumped to OCC7.5
The list has been updated accordingly.
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
Post Reply