View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031784 | Community | OCCT:Data Exchange | public | 2020-09-21 18:48 | 2023-08-07 15:52 |
Reporter | Vico Liang | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | unable to reproduce | ||
Product Version | 7.5.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0031784: Progress stop at postion 99% when exporting BREP and IGES for some cases | ||||
Description | New build with master branch occt 7.5 dev. The export actully done but the progress is still at position 99%. I tried some models, some have this issues, not all. The model is private so i can't attache it here. I think there might be something wrong in export function to BREP and IGES. Code snippet: //Write BREP BRepTools::Write(aCompound, filePath, Message_ProgressIndicator::Start(ProgressIndicator())); // Wirte IGES IGESCAFControl_Writer aXCAFWriter; aXCAFWriter.Perform(aXCAFDocument,filePath,Message_ProgressIndicator::Start(ProgressIndicator()); | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
Hello Vico, the model for reproducing the issue is really needed here, as guessing on the code could take a lot of time with no luck. Described behavior is not necessary a bug - it might be missing progress indication at some step or unfortunate disproportions in model structure. You may try localizing the issue on your own by attaching debugger when status stuck on 99% and figure out which code takes much time with no progress update. If model(s) cannot be attached to the bug due to privacy issue - you may share them with developers via contact form. |
|
Dear @bugmaster please close the issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-09-21 18:48 | Vico Liang | New Issue | |
2020-09-21 18:48 | Vico Liang | Assigned To | => gka |
2020-09-22 03:57 | Vico Liang | Description Updated | |
2020-11-18 11:37 | kgv | Note Added: 0096874 | |
2020-11-18 11:37 | kgv | Assigned To | gka => Vico Liang |
2020-11-18 11:37 | kgv | Status | new => feedback |
2020-11-18 11:37 | kgv | Resolution | open => unable to reproduce |
2021-11-01 18:14 |
|
Target Version | 7.6.0 => 7.7.0 |
2022-10-24 10:38 |
|
Target Version | 7.7.0 => 7.8.0 |
2023-08-02 02:08 | dpasukhi | Assigned To | Vico Liang => dpasukhi |
2023-08-02 02:08 | dpasukhi | Assigned To | dpasukhi => bugmaster |
2023-08-02 02:08 | dpasukhi | Note Added: 0113835 | |
2023-08-02 02:08 | dpasukhi | Target Version | 7.8.0 => Unscheduled |
2023-08-07 15:52 | vglukhik | Status | feedback => closed |