View Issue Details

IDProjectCategoryView StatusLast Update
0031114CommunityOCCT:Modeling Algorithmspublic2019-12-17 13:27
ReporterFrancoisLauzon Assigned Tomsv 
PrioritynormalSeveritycrash 
Status newResolutionopen 
PlatformWindows 10 Pro 64 bitsOSVC++ 2015 
Product Version7.3.0 
Summary0031114: Modeling Algorithms - BRepExtrema_ExtCF crash
DescriptionThe algo BRepExtrema_ExtCF is crashing with the supplied edge.brep and face.brep.
BRepExtrema_ExtCF::NbExt use 'mySqDist.Length()' to compute it's return value while BRepExtrema_ExtCF::PointOnEdge() use 'myPointsOnC'. In this particular case, myPointsOnC is empty and mySqDist is not, so this is why it is crashing.
Maybe use the size of myPointsOnC for NbExt() would fix the crash.
Steps To ReproduceUse the include Qt .pro project.
TagsNo tags attached.
Test case number

Attached Files

  • BRepExtrema_ExtCF_crash.7z (4,154 bytes)

Activities

FrancoisLauzon

2019-10-29 20:05

reporter  

BRepExtrema_ExtCF_crash.7z (4,154 bytes)

FrancoisLauzon

2019-10-29 20:07

reporter   ~0088652

I have tested this under 7.3.0 and 7.4.0, both version crash.

Issue History

Date Modified Username Field Change
2019-10-29 20:05 FrancoisLauzon New Issue
2019-10-29 20:05 FrancoisLauzon Assigned To => msv
2019-10-29 20:05 FrancoisLauzon File Added: BRepExtrema_ExtCF_crash.7z
2019-10-29 20:07 FrancoisLauzon Note Added: 0088652
2019-12-17 13:27 kgv Summary BRepExtrema_ExtCF crash => Modeling Algorithms - BRepExtrema_ExtCF crash