Anonymous | Login | 2021-01-15 21:41 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0028720 | Community | [OCCT] OCCT:Modeling Algorithms | public | 2017-05-09 11:18 | 2020-09-15 09:14 | ||||||||
Reporter | orgot | ||||||||||||
Assigned To | jgv | ||||||||||||
Priority | normal | Severity | crash | ||||||||||
Status | assigned | Resolution | open | ||||||||||
Platform | Windows | OS | VC++ 2012 | OS Version | 64 bit | ||||||||
Product Version | [OCCT] 6.5.4 | ||||||||||||
Target Version | [OCCT] 7.6.0* | Fixed in Version | |||||||||||
Summary | 0028720: Modeling Algorithms - HLRBrep_PolyAlgo crash with specific shape | ||||||||||||
Description | I created the following small code to use HLR Poly algo on a shape. The shape is not null. The brep file attached to this post. TopoDS_Shape shape = ... ; Handle(HLRBRep_Algo) algo = new HLRBRep_Algo(); HLRAlgo_Projector projector(gp_Ax2()); algo->Add(shape); algo->Projector(projector); algo->Update(); <--- Crash in this function With draw command: pload ALL vinit restore MS4SY.brep vdisplay MS4SY vsetdispmode 1 vcomputehlr MS4SY test <--- Crash | ||||||||||||
Steps To Reproduce | pload MODELING VISUALIZATION vclear vinit View1 restore MS4SY.brep b vdisplay -dispMode 1 b vfit vcomputehlr b test Result: 65 void HLRAlgo_PolyInternalData::UpdateLinks() ... 142 aSegIndices = &PISeg->ChangeValue(myNbPISeg); An exception was caught 000001DD88885550 : Standard_OutOfRange: NCollection_Array1::ChangeValue ** Exception ** 000001DD88885550 : Standard_OutOfRange: NCollection_Array1::ChangeValue Index: 1392, Upper: 1391. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Test case number | |||||||||||||
Attached Files | ![]() | ||||||||||||
![]() |
|
(0065867) kgv (developer) 2017-05-12 10:30 |
Dear orgot, > Assigned To: msv => kgv Please don't change default assignments - bugs are assigned to a person responsible for specified domain (Category). |
![]() |
|||
Date Modified | Username | Field | Change |
2017-05-09 11:18 | orgot | New Issue | |
2017-05-09 11:18 | orgot | Assigned To | => msv |
2017-05-09 11:18 | orgot | File Added: MS4SY.brep | |
2017-05-12 09:42 | orgot | Assigned To | msv => kgv |
2017-05-12 10:18 | kgv | Steps to Reproduce Updated | View Revisions |
2017-05-12 10:28 | kgv | Assigned To | kgv => msv |
2017-05-12 10:28 | kgv | Product Version | 7.1.0 => 6.5.4 |
2017-05-12 10:30 | kgv | Note Added: 0065867 | |
2017-05-12 10:39 | msv | Assigned To | msv => jgv |
2017-05-12 10:39 | msv | Status | new => assigned |
2017-05-12 10:39 | msv | Target Version | => 7.2.0 |
2017-07-21 11:17 | msv | Target Version | 7.2.0 => 7.3.0 |
2017-12-05 17:09 | msv | Target Version | 7.3.0 => 7.4.0 |
2019-08-12 16:44 | msv | Target Version | 7.4.0 => 7.5.0 |
2020-09-14 22:55 | msv | Target Version | 7.5.0 => 7.6.0* |
2020-09-15 09:14 | kgv | Summary | HLRBrep_PolyAlgo crash with specific shape => Modeling Algorithms - HLRBrep_PolyAlgo crash with specific shape |
2020-09-15 09:14 | kgv | Description Updated | View Revisions |
Copyright © 2000 - 2021 MantisBT Team |