View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030426 | Open CASCADE | OCCT:Foundation Classes | public | 2018-12-27 11:37 | 2023-08-01 15:08 |
Reporter | Assigned To | ||||
Priority | normal | Severity | feature | ||
Status | new | Resolution | open | ||
Target Version | Unscheduled | ||||
Summary | 0030426: Foundation Classes - protect against termination on errors detected by standard C library | ||||
Description | Behavior of some standard C library functions is that in case of error the application gets terminated without raising any C++ exception. For instance, this call will kill the app under MSVC 2010 and 2015: const char* aName = 0; std::ofstream aFile(aName); It would be nice to have possibility to handle this kind of situations. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-12-27 11:37 |
|
New Issue | |
2018-12-27 11:37 |
|
Assigned To | => abv |
2019-09-04 15:43 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-11 16:13 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-09-20 10:49 | kgv | Severity | minor => feature |
2021-09-20 10:49 | kgv | Target Version | 7.6.0 => 7.7.0 |
2022-10-24 10:40 |
|
Target Version | 7.7.0 => 7.8.0 |
2023-08-01 15:08 | dpasukhi | Target Version | 7.8.0 => Unscheduled |