View Issue Details

IDProjectCategoryView StatusLast Update
0024046Open CASCADEOCCT:Codingpublic2013-12-19 13:56
ReporteribsAssigned Toibs 
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version6.6.0 
Target Version6.7.0Fixed in Version6.7.0 
Summary0024046: in CMake build case. testgrid process produces debug error: the variable 'tolreached' is being used withoud being initialized.
Descriptiontests of OCCT is build with CMake produces debug error: the variable 'tolreached' is being used withoud being initialized.

if occt is generated with VS solution that has been generated with wgenproj - this error won't appear.
Steps To Reproduce1. generate cmake meta-project: wgenproj -target=cmake
2. generate vs solution: cmake gui with vc9
3. compile generated vc9 OCCT solution
4. install occt into specific folder (build install project of vc9 OCCT solution)
5. run.bat & testgrid
Additional information
and documentation updates
"Basic Runtime Checks" option was "Both (/RTC1, equiv. to /RTCsu)" and has been switched into default state now
TagsNo tags attached.
Test case number

Activities

ibs

2013-06-26 10:28

developer   ~0024872

in cmake case "Basic Runtime Checks" option is "Both (/RTC1, equiv. to /RTCsu)" unlike vc case where "Basic Runtime Checks" option is "default".

ibs

2013-06-26 11:36

developer   ~0024873

Last edited: 2013-06-26 11:44

abv,

I replace the code below (HatchGen_Hatcher.gxx):

#ifndef DEB
    TopAbs_Orientation LocalTransition = TopAbs_EXTERNAL;
#else
    TopAbs_Orientation LocalTransition;
#endif

by

TopAbs_Orientation LocalTransition = TopAbs_EXTERNAL;

abv

2013-06-26 12:34

manager   ~0024880

That is correct for sure (should have been corrected in v6.6.0...)

ibs

2013-06-26 16:31

developer   ~0024888

Dear bugmaster,
please test and integrate these fixes (united CR1 branch of WOK git)

bugmaster

2013-06-27 10:22

administrator   ~0024892

Fix has been tested on windows station: I7 4 core and 6 Gb memory without restriction by threads.
Duration of testing: 4,5 hours
http://occt-tests/results_master_2013-06-26T1723/summary.html

bugmaster

2013-06-27 11:34

administrator   ~0024896

Fix has been integrated into master of occt-wok repository

Issue History

Date Modified Username Field Change
2013-06-26 10:16 ibs New Issue
2013-06-26 10:16 ibs Assigned To => ibs
2013-06-26 10:28 ibs Note Added: 0024872
2013-06-26 11:36 ibs Note Added: 0024873
2013-06-26 11:37 ibs Status new => assigned
2013-06-26 11:38 ibs Note Edited: 0024873
2013-06-26 11:44 ibs Note Edited: 0024873
2013-06-26 12:34 abv Note Added: 0024880
2013-06-26 14:37 ibs Additional Information Updated
2013-06-26 14:37 ibs Additional Information Updated
2013-06-26 14:38 ibs Status assigned => resolved
2013-06-26 14:40 ibs Assigned To ibs => bugmaster
2013-06-26 14:40 ibs Status resolved => reviewed
2013-06-26 15:08 ibs Assigned To bugmaster => ibs
2013-06-26 15:08 ibs Status reviewed => assigned
2013-06-26 16:30 ibs Status assigned => resolved
2013-06-26 16:31 ibs Note Added: 0024888
2013-06-26 16:31 ibs Assigned To ibs => bugmaster
2013-06-26 16:31 ibs Status resolved => reviewed
2013-06-27 10:22 bugmaster Note Added: 0024892
2013-06-27 11:34 bugmaster Note Added: 0024896
2013-06-27 11:34 bugmaster Status reviewed => verified
2013-06-27 11:34 bugmaster Resolution open => fixed
2013-06-27 11:34 bugmaster Assigned To bugmaster => ibs
2013-08-09 12:06 bugmaster Target Version Unscheduled => 6.7.0
2013-12-19 13:52 bugmaster Status verified => closed
2013-12-19 13:56 bugmaster Fixed in Version => 6.7.0
2014-01-11 11:58 abv Category OCCT Release:BUILD => OCCT:Coding