https://bugs.documentfoundation.org/show_bug.cgi?id=168265
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |[email protected], | |[email protected] --- Comment #3 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today. Remark: the one without comments doesn't open on Writer but fails with general error on Draw. Xisco: trying to find the root cause, I noticed that the one without comments goes there: Thread 1 "soffice.bin" hit Breakpoint 2, SfxBaseModel::load (this=0x55a869297a30, seqArguments=uno::Sequence of length 16 = {...}) at sfx2/source/doc/sfxbasemodel.cxx:1967 1967 if( m_pData->m_pObjectShell->GetMedium() ) (gdb) p seqArguments $10 = uno::Sequence of length 16 = {{Name = "DocumentService", Handle = 0, Value = uno::Any("string": "com.sun.star.drawing.DrawingDocument"), the other one with comments goes: #0 SfxBaseModel::load (this=0x55a8687f1cb0, seqArguments=uno::Sequence of length 16 = {...}) at sfx2/source/doc/sfxbasemodel.cxx:1967 1967 if( m_pData->m_pObjectShell->GetMedium() ) (gdb) p seqArguments $9 = uno::Sequence of length 16 = {{Name = "DocumentService", Handle = 0, Value = uno::Any("string": "com.sun.star.text.TextDocument"), but don't find the precise location where file detection is done. -- You are receiving this mail because: You are the assignee for the bug.
