View Issue Details

IDProjectCategoryView StatusLast Update
0000226Open CASCADEOCCT:Modeling Algorithmspublic2006-06-29 09:15
ReporterjmbAssigned Toifv 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.0.0 
Summary0000226: Nurbsconvert crash in ProjLib_ComputeApproxOnPolarSurface
DescriptionIn the method ProjLib_ComputeApproxOnPolarSurface::Perform the variable
Handle(Geom2d_TrimmedCurve) G2dTC is not always initialized.
It is first instanciated at line 549 (cxx CVS-1.4) after a test. If the test
fails it is not instanciated but the variable is reused later at line 594, so
we got an acces violation since the handle is Null.
TagsNo tags attached.
Test case number

Attached Files

  • face.brep (91,233 bytes)
  • occ226.tar (49,664 bytes)

Activities

2002-03-12 18:42

 

face.brep (91,233 bytes)

2002-05-21 10:26

 

occ226.tar (49,664 bytes)

Issue History

Date Modified Username Field Change
2002-05-13 11:58 bugmaster Assigned To bugmaster => ifv
2002-05-13 11:58 bugmaster Status new => assigned
2002-05-21 14:27 ifv Status assigned => resolved
2002-05-21 18:42 apv CC => aki
2002-05-31 17:06 aki Status resolved => tested
2002-05-31 17:06 apv CC => apv
2002-06-03 14:24 bugmaster Status tested => verified
2002-07-30 13:24 bugmaster Status verified => closed
2002-07-30 13:24 bugmaster Resolution @0@ => fixed
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms