View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017460 | Community | OCCT:Visualization | public | 2007-10-30 10:19 | 2012-03-29 17:26 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 6.5.2 | ||||
Summary | 0017460: Error in StdSelect_BRepOwner::Clear | ||||
Description | This problem is reported by Stephane Routelous <stephane.routelous@exotk.org>: "in StdSelect_BrepOwner.cxx line 142 : if(myPrsSh.IsNull()) PM->Clear(myPrsSh,M);// <- crash what's the point of clearing a null object ? maybe it should be : if(!myPrsSh.IsNull())" | ||||
Tags | No tags attached. | ||||
Test case number | Test case not required. | ||||
|
Dear mkv, Please test the fix. The bug lives from 2007, but still not fixed. see the post http://www.opencascade.org/org/forum/thread_12246/ It seems a time to fix it. |
|
This is just misprint - that for sure. Branch http://svn/svn/occt/branches/OCC17460 was prepared for this one-line fix. Dear Bugmaster, please perform regression tests on this branch. |
|
Dear BugMaster, This fix tested. Regression was not found. -- Regards, Mike I. |
|
Integration into trunk of occt repository Date: 2011-09-16 16:44:35 +0400 (Fri, 16 Sep 2011) New Revision: 9051 Modified: trunk/src/StdSelect/StdSelect_BRepOwner.cxx |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-06-21 16:20 |
|
CC | => mkv, inv, kgv |
2011-08-02 11:24 | bugmaster | Category | OCCT:VIZ => OCCT:Visualization |
2011-09-13 15:13 | kgv | Assigned To | bugmaster => kgv |
2011-09-13 15:13 | kgv | Status | new => assigned |
2011-09-13 15:15 | kgv | Note Added: 0018130 | |
2011-09-13 15:15 | kgv | Assigned To | kgv => bugmaster |
2011-09-13 15:15 | kgv | Status | assigned => resolved |
2011-09-13 15:29 | bugmaster | Status | resolved => reviewed |
2011-09-13 15:29 | bugmaster | Fixed in Version | EMPTY => |
2011-09-13 15:29 | bugmaster | Description Updated | |
2011-09-13 17:04 | bugmaster | Assigned To | bugmaster => kgv |
2011-09-16 15:16 |
|
Test case number | => Test case not required. |
2011-09-16 16:21 |
|
Note Added: 0018192 | |
2011-09-16 16:21 |
|
Assigned To | kgv => bugmaster |
2011-09-16 16:21 |
|
Status | reviewed => tested |
2011-09-16 16:45 | bugmaster | Note Added: 0018195 | |
2011-09-16 16:45 | bugmaster | Status | tested => verified |
2011-09-16 16:45 | bugmaster | Resolution | open => fixed |
2011-09-16 16:47 | bugmaster | Note Edited: 0018195 | |
2011-12-15 16:20 |
|
Project | Open CASCADE => Community |
2012-03-29 17:26 | bugmaster | Changeset attached | => occt master 6153bb63 |