https://bz.apache.org/ooo/show_bug.cgi?id=128398
--- Comment #4 from [email protected] --- Frame #10 is still good: Thread 10 hit Breakpoint 1, SfxObjectShell::SaveTo_Impl (this=0x80a3f3ae0, rMedium=..., pSet=0x0) at source/doc/objstor.cxx:1469 1469 bOk = SaveAsOwnFormat( rMedium ); (gdb) print getDocProperties()->getEditingCycles() $1 = 10 Frame #9 is good: Thread 10 hit Breakpoint 2, sd::DrawDocShell::SaveAsOwnFormat (this=0x80a3f3ae0, rMedium=...) at source/ui/docshell/docshel4.cxx:1211 1211 return SfxObjectShell::SaveAsOwnFormat(rMedium); (gdb) print getDocProperties()->getEditingCycles() $2 = 10 Frame #8 is good: Thread 10 hit Breakpoint 3, SfxObjectShell::SaveAsOwnFormat (this=0x80a3f3ae0, rMedium=...) at source/doc/objstor.cxx:3270 3270 return SaveAs( rMedium ); (gdb) print getDocProperties()->getEditingCycles() $3 = 10 Only frame #7 is bad: Thread 10 hit Breakpoint 4, sd::DrawDocShell::SaveAs (this=0x80a3f3ae0, rMedium=...) at source/ui/docshell/docshel4.cxx:606 606 bRet = SdXMLFilter( rMedium, *this, sal_True, SDXMLMODE_Normal, SotStorage::GetVersion( rMedium.GetStorage() ) ).Export(); (gdb) print getDocProperties()->getEditingCycles() $4 = 1 So the bug is somewhere within the frame #7 function, sd::DrawDocShell::SaveAs() in source/ui/docshell/docshel4.cxx -- You are receiving this mail because: You are the assignee for the issue.
