https://bugs.documentfoundation.org/show_bug.cgi?id=30920
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #48 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this by following comment 36. I don't know if it's related but I noticed this log on console: warn:legacy.tools:527177:527177:sfx2/source/doc/objmisc.cxx:1134: Don't close the medium when loading documents! the SfxObjectShell::FinishedLoading is called twice: 1) #0 SfxObjectShell::FinishedLoading(SfxLoadedFlags) (this=0x563225024a30, nFlags=SfxLoadedFlags::ALL) at sfx2/source/doc/objmisc.cxx:1131 #1 0x00007f5baf817ed0 in SwDocShell::LoadingFinished() (this=0x563225024a30) at sw/source/uibase/app/docsh.cxx:1196 #2 0x00007f5baf6db0b4 in SwHTMLParser::~SwHTMLParser() (this=0x5632280a0790) at sw/source/filter/html/swhtml.cxx:502 #3 0x00007f5baf6dbcd9 in SwHTMLParser::~SwHTMLParser() (this=0x5632280a0790) at sw/source/filter/html/swhtml.cxx:469 #4 0x00007f5bae431e31 in SvRefBase::ReleaseRef() (this=0x5632280a0790) at include/tools/ref.hxx:163 #5 0x00007f5baf6f8c0a in tools::SvRef<SwHTMLParser>::~SvRef() (this=0x7fffb29e40f0) at include/tools/ref.hxx:56 #6 0x00007f5baf6d8a1f in HTMLReader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) (this=0x5632251909a0, rDoc=..., rBaseURL="file:///home/julien/lo/libreoffice/instdir/program/../LICENSE.html", rPam=SwPaM = {...}, rName="file:///home/julien/lo/libreoffice/instdir/program/../LICENSE.html") at sw/source/filter/html/swhtml.cxx:253 #7 0x00007f5baf57fdd3 in SwReader::Read(Reader const&) (this=0x563227fd5970, rOptions=...) at sw/source/filter/basflt/shellio.cxx:204 #8 0x00007f5baf817a1e in SwDocShell::ConvertFrom(SfxMedium&) (this=0x563225024a30, rMedium=...) at sw/source/uibase/app/docsh.cxx:230 #9 0x00007f5be47b9031 in SfxObjectShell::DoLoad(SfxMedium*) (this=0x563225024a30, pMed=0x56322534bb00) at sfx2/source/doc/objstor.cxx:761 2) #0 SfxObjectShell::FinishedLoading(SfxLoadedFlags) (this=0x563225024a30, nFlags=SfxLoadedFlags::ALL) at sfx2/source/doc/objmisc.cxx:1131 #1 0x00007f5baf817ed0 in SwDocShell::LoadingFinished() (this=0x563225024a30) at sw/source/uibase/app/docsh.cxx:1196 #2 0x00007f5baf817d85 in SwDocShell::ConvertFrom(SfxMedium&) (this=0x563225024a30, rMedium=...) at sw/source/uibase/app/docsh.cxx:256 #3 0x00007f5be47b9031 in SfxObjectShell::DoLoad(SfxMedium*) (this=0x563225024a30, pMed=0x56322534bb00) at sfx2/source/doc/objstor.cxx:761 Noel/Caolán: any idea about the root cause or whom may help here? It's indeed not critical, some may say cosmetic and I can understand it, but it would be great to tackle this one after about more than 12 years. -- You are receiving this mail because: You are the assignee for the bug.
