View Issue Details

IDProjectCategoryView StatusLast Update
0030585Open CASCADEOCCT:Modeling Algorithmspublic2020-12-11 11:59
Reporterkgv Assigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionduplicate 
Product Version5.2.2 
Target Version7.6.0 
Summary0030585: Modeling Algorithms - BRepFill_OffsetWire uses global instance of BRepMAT2d_Explorer
DescriptionBRepFill_OffsetWire can cause issues in multi-threaded applications, because it uses a shared instance of BRepMAT2d_Explorer class:

  //  Modified by Sergey KHROMOV - Tue Nov 26 17:39:03 2002 Begin
  static BRepMAT2d_Explorer Exp;

  Exp.Perform(mySpine);


This should be eliminated.
TagsNo tags attached.
Test case number

Relationships

related to 0030584 closedapn Open CASCADE Modeling Algorithms, BRepFill_OffsetWire - access violation on Face having no boundaries 
has duplicate 0031977 closedbugmaster Community Modeling Algorithms - useless static variable in BRepFill_OffsetWire::Init() preventing its parallel usage 

Activities

kgv

2020-12-07 10:03

developer   ~0097406

Last edited: 2020-12-07 10:03

Dear bugmaster, please close the issue as duplicate of 0031977.

Issue History

Date Modified Username Field Change
2019-03-16 13:54 kgv New Issue
2019-03-16 13:54 kgv Assigned To => msv
2019-03-16 13:54 kgv Relationship added related to 0030584
2019-08-12 17:45 msv Target Version 7.4.0 => 7.5.0
2020-09-14 22:54 msv Target Version 7.5.0 => 7.6.0
2020-12-06 18:04 kgv Relationship added has duplicate 0031977
2020-12-07 10:03 kgv Note Added: 0097406
2020-12-07 10:03 kgv Assigned To msv => bugmaster
2020-12-07 10:03 kgv Status new => feedback
2020-12-07 10:03 kgv Resolution open => duplicate
2020-12-07 10:03 kgv Note Edited: 0097406
2020-12-11 11:59 bugmaster Status feedback => closed