View Issue Details

IDProjectCategoryView StatusLast Update
0012851Open CASCADEOCCT:Modeling Algorithmspublic2007-01-12 16:28
ReporterptvAssigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.1.1 
Summary0012851: class Geom2dHatch_Intersector has uninitialized fields
DescriptionThe problem noticed under Rational Purify on Windows in Salome 3.2.0 application
during "import GEOM_Nut"
The problem apper duirng instance creation and usage:
  Geom2dHatch_Intersector Inter(pitol,pitol);
  Geom2dHatch_Hatcher H1(Inter,tol2d,tolesp), H2(Inter,tol2d,tolesp);
It is seems (may be I am wrong) that uninitialized fields located in class IntCurve_
IntCurveCurveGen when use constructor without parameters. There are a lot of fields
(double values and not only) leaves to be uninitialized.
Please set them to default values.

BR, PTv.
TagsNo tags attached.
Test case number

Attached Files

  • OCC-ptv.tar.gz (13,118 bytes)

Activities

2007-01-12 16:28

 

OCC-ptv.tar.gz (13,118 bytes)

Issue History

Date Modified Username Field Change
2006-09-06 09:35 bugmaster Status new => verified
2007-01-12 14:34 bugmaster Status verified => closed
2007-01-12 14:34 bugmaster Resolution @0@ => fixed
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms