View Issue Details

IDProjectCategoryView StatusLast Update
0031784CommunityOCCT:Data Exchangepublic2023-08-07 15:52
ReporterVico Liang Assigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionunable to reproduce 
Product Version7.5.0 
Target VersionUnscheduled 
Summary0031784: Progress stop at postion 99% when exporting BREP and IGES for some cases
DescriptionNew 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());
TagsNo tags attached.
Test case number

Activities

kgv

2020-11-18 11:37

developer   ~0096874

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.

dpasukhi

2023-08-02 02:08

administrator   ~0113835

Dear @bugmaster
please close the issue

Issue History

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 szy Target Version 7.6.0 => 7.7.0
2022-10-24 10:38 szy 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