View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024046 | Open CASCADE | OCCT:Coding | public | 2013-06-26 10:16 | 2013-12-19 13:56 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.6.0 | ||||
Target Version | 6.7.0 | Fixed in Version | 6.7.0 | ||
Summary | 0024046: in CMake build case. testgrid process produces debug error: the variable 'tolreached' is being used withoud being initialized. | ||||
Description | tests 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 Reproduce | 1. 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 | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
in cmake case "Basic Runtime Checks" option is "Both (/RTC1, equiv. to /RTCsu)" unlike vc case where "Basic Runtime Checks" option is "default". |
|
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; |
|
That is correct for sure (should have been corrected in v6.6.0...) |
|
Dear bugmaster, please test and integrate these fixes (united CR1 branch of WOK git) |
|
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 |
|
Fix has been integrated into master of occt-wok repository |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-26 10:16 |
|
New Issue | |
2013-06-26 10:16 |
|
Assigned To | => ibs |
2013-06-26 10:28 |
|
Note Added: 0024872 | |
2013-06-26 11:36 |
|
Note Added: 0024873 | |
2013-06-26 11:37 |
|
Status | new => assigned |
2013-06-26 11:38 |
|
Note Edited: 0024873 | |
2013-06-26 11:44 |
|
Note Edited: 0024873 | |
2013-06-26 12:34 |
|
Note Added: 0024880 | |
2013-06-26 14:37 |
|
Additional Information Updated | |
2013-06-26 14:37 |
|
Additional Information Updated | |
2013-06-26 14:38 |
|
Status | assigned => resolved |
2013-06-26 14:40 |
|
Assigned To | ibs => bugmaster |
2013-06-26 14:40 |
|
Status | resolved => reviewed |
2013-06-26 15:08 |
|
Assigned To | bugmaster => ibs |
2013-06-26 15:08 |
|
Status | reviewed => assigned |
2013-06-26 16:30 |
|
Status | assigned => resolved |
2013-06-26 16:31 |
|
Note Added: 0024888 | |
2013-06-26 16:31 |
|
Assigned To | ibs => bugmaster |
2013-06-26 16:31 |
|
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 |
|
Category | OCCT Release:BUILD => OCCT:Coding |