View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031114 | Community | OCCT:Modeling Algorithms | public | 2019-10-29 20:05 | 2019-12-17 13:27 |
Reporter | FrancoisLauzon | Assigned To | |||
Priority | normal | Severity | crash | ||
Status | new | Resolution | open | ||
Platform | Windows 10 Pro 64 bits | OS | VC++ 2015 | ||
Product Version | 7.3.0 | ||||
Summary | 0031114: Modeling Algorithms - BRepExtrema_ExtCF crash | ||||
Description | The 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 Reproduce | Use the include Qt .pro project. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
BRepExtrema_ExtCF_crash.7z (4,154 bytes) |
|
I have tested this under 7.3.0 and 7.4.0, both version crash. |
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 |