View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033444 | Community | OCCT:Data Exchange | public | 2023-08-07 11:39 | 2024-10-20 18:21 |
Reporter | borm | Assigned To | borm | ||
Priority | normal | Severity | crash | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2022 | ||
Product Version | 7.7.1 | ||||
Target Version | Unscheduled | ||||
Summary | 0033444: Data Exchange - Crash by reading STEP file | ||||
Description | Crash by reading attached STEP file. We read the file as follows: STEPCAFControl_Reader stepReader; stepReader.SetColorMode(Standard_True); stepReader.SetNameMode(Standard_True); const auto result = stepReader.Perform(fileName, pOcctDocument); | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
ABR_BJK.STEP (82,343 bytes) |
|
Dear borm, it is impossible to read this file. The separator between integer and decimal parts should be a dot, while here it is a comma. 0000001 = DIRECTION ( 'NONE', ( -0,0000000000000000000, -0,0000000000000000000, 1,000000000000000000 ) ) ; |
|
Hi, hmm the file is not possible to load due to problem with the format. However the reader should not crash but come with some reasonable error or exception IMO. Can you improve the error handling in this case? That would be great! Many thanks, Gabriel |
|
@borm issue is resolved. No more crash |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-08-07 11:39 | borm | New Issue | |
2023-08-07 11:39 | borm | Assigned To | => ika |
2023-08-07 11:39 | borm | File Added: ABR_BJK.STEP | |
2023-08-07 11:41 | dpasukhi | Severity | major => crash |
2023-08-07 11:41 | dpasukhi | Target Version | => Unscheduled |
2023-08-07 11:41 | dpasukhi | Summary | Crash by reading STEP file => Data Exchange - Crash by reading STEP file |
2023-08-07 11:43 | dpasukhi | Relationship added | has duplicate 0033443 |
2023-11-03 18:09 | ika | Assigned To | ika => borm |
2023-11-03 18:09 | ika | Status | new => feedback |
2023-11-03 18:09 | ika | Note Added: 0114483 | |
2023-12-04 12:59 | borm | Note Added: 0114687 | |
2024-10-20 18:21 | dpasukhi | Note Added: 0116850 | |
2024-10-20 18:21 | dpasukhi | Status | feedback => closed |
2024-10-20 18:21 | dpasukhi | Resolution | open => fixed |