View Issue Details

IDProjectCategoryView StatusLast Update
0031426Open CASCADEOCCT:Modeling Algorithmspublic2023-08-01 15:08
Reporterkgv Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.4.0 
Target VersionUnscheduled 
Summary0031426: Modeling Algorithms - out of range within HLRBRep_PolyAlgo
DescriptionTest case hlr/poly_hlr/bug23625_1 crashes on regerenated triangulation with out of range exception. Probably range checks are missing within HLRBRep_PolyAlgo and it might be BRepMesh generating broken Poly_PolygonOnTriangulation.
Steps To Reproduce
test hlr poly_hlr bug23625_1 1
vclear
tclean a
incmesh a 7.6 12
vdisplay a
vcomputehlr a result -algoType polyAlgo


Result:
** Exception ** 000001D93DB39C30 : OSD_Exception_ACCESS_VIOLATION: ACCESS VIOLATION at address 0x000001D8551439B8 during 'READ' operation


Within debugger at line
> const Handle(HLRAlgo_PolyInternalNode)* pi1p2 =
      &(((HLRAlgo_Array1OfPINod*)PINod1)->ChangeValue(Pol1(nbPol)));

HPol[0] has size 3 and HPol[1] has size 2.
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-03-11 20:58 kgv New Issue
2020-03-11 20:58 kgv Assigned To => msv
2020-09-15 12:10 msv Target Version 7.5.0 => 7.6.0
2021-08-29 18:53 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:42 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled