View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023604 | Open CASCADE | OCCT:Modeling Algorithms | public | 2012-11-29 14:59 | 2013-04-03 10:34 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.5.4 | ||||
Target Version | 6.5.5 | Fixed in Version | 6.5.5 | ||
Summary | 0023604: Uninitialized variables in debug mode | ||||
Description | There are uninitialized variables in debug mode caused errors and lead to some tests FAILED result( for example, 'chamfer equal_dist_sequence A5'). | ||||
Steps To Reproduce | In Draw run: test chamfer equal_dist_sequence A5 | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
related to | 0023547 | closed | Tests failures in debug mode |
|
Dear abv, the redundant code parts have been removed. Please, review. |
|
No remarks, please test |
|
Dear BugMaster, Branch CR23604 (and products from GIT master) was compiled on Linux and Windows platforms and tested. Regressions: Not detected Improvements: Not detected Testing cases: Not needed |
|
Branch CR23604 is wrong one. Please re-test correct branch CR23604_recovered |
occt: master 7a06c690 2012-12-10 12:53:05
Committer: |
0023604: Uninitialized variables in debug mode Removed #ifndef DEB ... #else ... #endif directives where the variables were being initialized only in release mode. Removed unused part of code. |
Affected Issues 0023604 |
|
mod - src/AIS/AIS.cxx | Diff File | ||
mod - src/AIS/AIS_DiameterDimension.cxx | Diff File | ||
mod - src/BinTools/BinTools_ShapeSet.cxx | Diff File | ||
mod - src/Bisector/Bisector_BisecCC.cxx | Diff File | ||
mod - src/Bisector/Bisector_BisecPC.cxx | Diff File | ||
mod - src/Bisector/Bisector_Inter.cxx | Diff File | ||
mod - src/BiTgte/BiTgte_Blend.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Analyzer.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Face.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Wire.cxx | Diff File | ||
mod - src/BRepClass3d/BRepClass3d_SolidExplorer.cxx | Diff File | ||
mod - src/BRepFeat/BRepFeat_MakeDPrism.cxx | Diff File | ||
mod - src/BRepFeat/BRepFeat_MakeLinearForm.cxx | Diff File | ||
mod - src/BRepFeat/BRepFeat_MakePrism.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_Generator.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_LocationLaw.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_NSections.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_Pipe.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_TrimSurfaceTool.cxx | Diff File | ||
mod - src/BRepLib/BRepLib.cxx | Diff File | ||
mod - src/BRepLib/BRepLib_MakeWire_1.cxx | Diff File | ||
mod - src/BRepOffset/BRepOffset_Inter2d.cxx | Diff File | ||
mod - src/BRepOffset/BRepOffset_Offset.cxx | Diff File | ||
mod - src/BRepOffset/BRepOffset_Tool.cxx | Diff File | ||
mod - src/BRepTest/BRepTest_FeatureCommands.cxx | Diff File | ||
mod - src/BRepTest/BRepTest_FilletCommands.cxx | Diff File | ||
mod - src/BRepTools/BRepTools_ShapeSet.cxx | Diff File | ||
mod - src/CDM/CDM_Document.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_1.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_2.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_6.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_C1.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_C2.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_CnCrn.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_SpKP.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_ChBuilder.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_FilBuilder.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_FilBuilder_C2.cxx | Diff File | ||
mod - src/ChFiDS/ChFiDS_FilSpine.cxx | Diff File | ||
mod - src/ChFiKPart/ChFiKPart_ComputeData.cxx | Diff File | ||
mod - src/ChFiKPart/ChFiKPart_ComputeData_ChAsymPlnCyl.cxx | Diff File | ||
mod - src/DDocStd/DDocStd_DocumentCommands.cxx | Diff File | ||
mod - src/Draw/Draw_Display.cxx | Diff File | ||
mod - src/DrawDim/DrawDim.cxx | Diff File | ||
mod - src/DsgPrs/DsgPrs_AnglePresentation.cxx | Diff File | ||
mod - src/DsgPrs/DsgPrs_LengthPresentation.cxx | Diff File | ||
mod - src/Expr/Expr_Product.cxx | Diff File | ||
mod - src/Expr/Expr_Sum.cxx | Diff File | ||
mod - src/Extrema/Extrema_ExtPExtS.cxx | Diff File | ||
mod - src/Extrema/Extrema_ExtPRevS.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_SnglrFunc.cxx | Diff File | ||
mod - src/GeomliteTest/GeomliteTest_ApproxCommands.cxx | Diff File | ||
mod - src/Graphic2d/Graphic2d_HidingGraphicObject.cxx | Diff File | ||
mod - src/IntCurve/IntCurve_IConicTool.cxx | Diff File | ||
mod - src/IntCurve/IntCurve_PConicTool.cxx | Diff File | ||
mod - src/IntCurve/IntCurve_ProjectOnPConicTool.cxx | Diff File | ||
mod - src/IntPatch/IntPatch_LineConstructor.cxx | Diff File | ||
mod - src/IntPatch/IntPatch_Polyhedron.cxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_MaillageAffinage.cxx | Diff File | ||
mod - src/LProp/LProp_AnalyticCurInf.cxx | Diff File | ||
mod - src/MAT2d/MAT2d_MiniPath.cxx | Diff File | ||
mod - src/MgtTopoDS/MgtTopoDS.cxx | Diff File | ||
mod - src/OSD/OSD_Error.cxx | Diff File | ||
mod - src/OSD/OSD_Path.cxx | Diff File | ||
mod - src/PlotMgt/PlotMgt_PlotterParameter.cxx | Diff File | ||
mod - src/ProjLib/ProjLib_ProjectOnPlane.cxx | Diff File | ||
mod - src/QANewBRepNaming/QANewBRepNaming.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveFace.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangle.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectionManager.cxx | Diff File | ||
mod - src/TestTopOpe/TestTopOpe_BOOP.cxx | Diff File | ||
mod - src/TestTopOpe/TestTopOpe_EditBOOP.cxx | Diff File | ||
mod - src/TestTopOpe/TestTopOpe_HDSCommands.cxx | Diff File | ||
mod - src/TestTopOpeDraw/TestTopOpeDraw_DrawableSHA.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_FaceEdgeFiller.cxx | Diff File | ||
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_ffsfs.cxx | Diff File | ||
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_HBuilder.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-29 14:59 |
|
New Issue | |
2012-11-29 14:59 |
|
Assigned To | => omy |
2012-11-29 15:01 |
|
Status | new => assigned |
2012-11-29 15:02 |
|
Relationship added | related to 0023547 |
2012-11-29 16:57 |
|
Note Added: 0022454 | |
2012-11-29 16:57 |
|
Assigned To | omy => abv |
2012-11-29 16:57 |
|
Status | assigned => resolved |
2012-12-02 09:22 |
|
Note Added: 0022496 | |
2012-12-02 09:22 |
|
Assigned To | abv => bugmaster |
2012-12-02 09:22 |
|
Status | resolved => reviewed |
2012-12-03 18:57 |
|
Assigned To | bugmaster => mkv |
2012-12-07 12:08 |
|
Note Added: 0022618 | |
2012-12-07 12:08 |
|
Test case number | => Not needed |
2012-12-07 12:08 |
|
Assigned To | mkv => bugmaster |
2012-12-07 12:08 |
|
Status | reviewed => tested |
2012-12-10 17:04 |
|
Note Added: 0022638 | |
2012-12-18 10:45 |
|
Changeset attached | => occt master 7a06c690 |
2012-12-18 10:45 |
|
Assigned To | bugmaster => omy |
2012-12-18 10:45 |
|
Status | tested => verified |
2012-12-18 10:45 |
|
Resolution | open => fixed |
2013-02-26 10:00 |
|
Target Version | 6.6.0 => 6.5.5 |
2013-04-03 10:33 | bugmaster | Status | verified => closed |
2013-04-03 10:34 | bugmaster | Fixed in Version | => 6.5.5 |