View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000670 | Community | OCCT:Foundation Classes | public | 2002-09-02 19:27 | 2015-12-23 11:24 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 5.1.0 | ||||
Summary | 0000670: Problem with the Print method. | ||||
Description | This bug has been added by Francois Lauzon at http://www.opencascade.org/forumorg/bug.php?bug_id=76&f=8 . In some case, when we want to print the exception message to a stream it crash (like when an exception is raised from TCollection_Array2::SetValue for example) because the myMessage is null. Since there is no way of accessing or testing the myMessage value, we should probably correct the problem with something like this: void Standard_Failure::Print (Standard_OStream& AStream) const { if(myMessage){ AStream << DynamicType() ; } else { AStream << DynamicType() << ": " << myMessage ; } } | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2002-09-03 12:26 | bugmaster | Assigned To | bugmaster => imv |
2002-09-03 12:26 | bugmaster | Status | new => assigned |
2002-09-03 12:26 | bugmaster | Category | => FDC |
2003-01-27 13:40 | bugmaster | CC | => apv |
2003-01-27 13:40 | bugmaster | Status | assigned => resolved |
2003-01-29 11:30 |
|
CC | => mkv, aki |
2003-02-26 13:05 |
|
Status | resolved => tested |
2003-02-27 16:07 | bugmaster | Status | tested => closed |
2003-02-27 16:07 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:23 | bugmaster | Category | OCCT:FDC => OCCT:Foundation Classes |
2011-12-15 17:54 | bugmaster | Project | Open CASCADE => Community |
2015-11-20 12:07 | bugmaster | Changeset attached | => occt master 8fcb8c07 |
2015-11-20 12:07 | bugmaster | Assigned To | imv => bugmaster |
2015-11-20 12:07 | bugmaster | Status | closed => verified |
2015-12-07 16:14 | bugmaster | Target Version | => 7.0.0 |
2015-12-07 16:14 | bugmaster | Description Updated | |
2015-12-23 11:24 |
|
Status | verified => closed |
2015-12-23 11:24 |
|
Target Version | 7.0.0 => |