Bugzilla – Attachment 121607 Details for
Bug 96785
Crash when copying object from wpd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new bt after applying a naive patch
bt.txt (text/plain), 12.14 KB, created by
Julien Nabet
on 2015-12-29 12:54:15 UTC
(
hide
)
Description:
new bt after applying a naive patch
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2015-12-29 12:54:15 UTC
Size:
12.14 KB
patch
obsolete
>warn:comphelper.container:17548:1:comphelper/source/container/embeddedobjectcontainer.cxx:812: Can not copy embedded object that has no persistence! > >soffice.bin: /home/julien/compile-libreoffice/libreoffice/sd/source/filter/xml/sdxmlwrp.cxx:591: bool SdXMLFilter::Import(ErrCode&): Assertion `!baseURI.isEmpty()' failed. > >Program received signal SIGABRT, Aborted. >0x00002aaaab323657 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 >55 ../sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce type. >(gdb) bt >#0 0x00002aaaab323657 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 >#1 0x00002aaaab324a2a in __GI_abort () at abort.c:89 >#2 0x00002aaaab31c59d in __assert_fail_base (fmt=0x2aaaab459478 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x2aaadadc6437 "!baseURI.isEmpty()", file=file@entry=0x2aaadadc63e8 "/home/julien/compile-libreoffice/libreoffice/sd/source/filter/xml/sdxmlwrp.cxx", line=line@entry=591, function=function@entry=0x2aaadadc8a20 <SdXMLFilter::Import(unsigned int&)::__PRETTY_FUNCTION__> "bool SdXMLFilter::Import(ErrCode&)") at assert.c:92 >#3 0x00002aaaab31c652 in __GI___assert_fail (assertion=0x2aaadadc6437 "!baseURI.isEmpty()", file=0x2aaadadc63e8 "/home/julien/compile-libreoffice/libreoffice/sd/source/filter/xml/sdxmlwrp.cxx", line=591, function=0x2aaadadc8a20 <SdXMLFilter::Import(unsigned int&)::__PRETTY_FUNCTION__> "bool SdXMLFilter::Import(ErrCode&)") at assert.c:101 >#4 0x00002aaada83ddac in SdXMLFilter::Import(unsigned int&) (this=0x7fffffff20f0, nError=@0x7fffffff20b4: 0) > at /home/julien/compile-libreoffice/libreoffice/sd/source/filter/xml/sdxmlwrp.cxx:591 >#5 0x00002aaada93f24e in sd::DrawDocShell::Load(SfxMedium&) (this=0x4898940, rMedium=...) > at /home/julien/compile-libreoffice/libreoffice/sd/source/ui/docshell/docshel4.cxx:290 >#6 0x00002aaaaf1350c1 in SfxObjectShell::LoadOwnFormat(SfxMedium&) (this=0x4898940, rMedium=...) > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/doc/objstor.cxx:3052 >#7 0x00002aaaaf128ac9 in SfxObjectShell::DoLoad(SfxMedium*) (this=0x4898940, pMed=0x8ec3770) at /home/julien/compile-libreoffice/libreoffice/sfx2/source/doc/objstor.cxx:727 >#8 0x00002aaaaf1789a7 in SfxBaseModel::loadFromStorage(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x8e3dfe0, xStorage=uno::Reference to (OStorage *) 0x8e2c818, aMediaDescriptor=uno::Sequence of length 4 = {...}) > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/doc/sfxbasemodel.cxx:3740 >#9 0x00002aaada22642f in OCommonEmbeddedObject::LoadDocumentFromStorage_Impl() (this=0x8e53ce0) > at /home/julien/compile-libreoffice/libreoffice/embeddedobj/source/commonembedding/persistence.cxx:539 >#10 0x00002aaada214159 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) (this=0x8e53ce0, nNextState=1) > at /home/julien/compile-libreoffice/libreoffice/embeddedobj/source/commonembedding/embedobj.cxx:181 >#11 0x00002aaada215b5f in OCommonEmbeddedObject::changeState(int) (this=0x8e53ce0, nNewState=1) > at /home/julien/compile-libreoffice/libreoffice/embeddedobj/source/commonembedding/embedobj.cxx:466 >#12 0x00002aaada239c24 in OCommonEmbeddedObject::getPreferredVisualRepresentation(long) (this=0x8e53ce0, nAspect=1) > at /home/julien/compile-libreoffice/libreoffice/embeddedobj/source/commonembedding/visobj.cxx:177 >#13 0x00002aaaacd5f373 in comphelper::EmbeddedObjectContainer::GetGraphicReplacementStream(long, com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> const&, rtl::OUString*) (nViewAspect=1, xObj=uno::Reference to (OCommonEmbeddedObject *) 0x8e53ce0, pMediaType=0x489a948) > at /home/julien/compile-libreoffice/libreoffice/comphelper/source/container/embeddedobjectcontainer.cxx:1577 >#14 0x00002aaab14ba621 in svt::EmbeddedObjectRef::GetGraphicReplacementStream(long, com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> const&, rtl::OUString*) (nViewAspect=1, xObj=uno::Reference to (OCommonEmbeddedObject *) 0x8e53ce0, pMediaType=0x489a948) > at /home/julien/compile-libreoffice/libreoffice/svtools/source/misc/embedhlp.cxx:792 >#15 0x00002aaab14b963e in svt::EmbeddedObjectRef::GetGraphicStream(bool) const (this=0x8e94a28, bUpdate=false) > at /home/julien/compile-libreoffice/libreoffice/svtools/source/misc/embedhlp.cxx:624 >#16 0x00002aaab14b8598 in svt::EmbeddedObjectRef::GetReplacement(bool) (this=0x8e94a28, bUpdate=false) > at /home/julien/compile-libreoffice/libreoffice/svtools/source/misc/embedhlp.cxx:436 >#17 0x00002aaab14b876c in svt::EmbeddedObjectRef::GetGraphic(rtl::OUString*) const (this=0x8e94a28, pMediaType=0x0) > at /home/julien/compile-libreoffice/libreoffice/svtools/source/misc/embedhlp.cxx:454 >#18 0x00002aaad7add8bd in SwOLENode::GetGraphic() (this=0x8e94970) at /home/julien/compile-libreoffice/libreoffice/sw/source/core/ole/ndole.cxx:243 >#19 0x00002aaad8144b01 in SwTransferable::FindOLEReplacementGraphic() const (this=0x4ed51c0) >---Type <return> to continue, or q <return> to quit--- > at /home/julien/compile-libreoffice/libreoffice/sw/source/uibase/dochdl/swdtflvr.cxx:349 >#20 0x00002aaad814703f in SwTransferable::PrepareForCopy(bool) (this=0x4ed51c0, bIsCut=false) > at /home/julien/compile-libreoffice/libreoffice/sw/source/uibase/dochdl/swdtflvr.cxx:846 >#21 0x00002aaad814818d in SwTransferable::Copy(bool) (this=0x4ed51c0, bIsCut=false) at /home/julien/compile-libreoffice/libreoffice/sw/source/uibase/dochdl/swdtflvr.cxx:1016 >#22 0x00002aaad824d1d9 in SwBaseShell::ExecClpbrd(SfxRequest&) (this=0x8cc9a90, rReq=...) > at /home/julien/compile-libreoffice/libreoffice/sw/source/uibase/shells/basesh.cxx:270 >#23 0x00002aaad824c737 in SfxStubSwBaseShellExecClpbrd(SfxShell*, SfxRequest&) (pShell=0x8cc9a90, rReq=...) > at /home/julien/compile-libreoffice/libreoffice/workdir/SdiTarget/sw/sdi/swslots.hxx:1992 >#24 0x00002aaaaeedcca2 in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) (this=0x8cc9a90, pFunc=0x2aaad824c714 <SfxStubSwBaseShellExecClpbrd(SfxShell*, SfxRequest&)>, rReq=...) at /home/julien/compile-libreoffice/libreoffice/include/sfx2/shell.hxx:206 >#25 0x00002aaaaeed3986 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) (this=0x473cc80, rShell=..., rSlot=..., rReq=..., bRecord=true) > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/dispatch.cxx:263 >#26 0x00002aaaaeed68d4 in SfxDispatcher::_Execute(SfxShell&, SfxSlot const&, SfxRequest&, SfxCallMode) (this=0x473cc80, rShell=..., rSlot=..., rReq=..., eCallMode=SfxCallMode::RECORD) at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/dispatch.cxx:853 >#27 0x00002aaaaeebcc2d in SfxBindings::Execute_Impl(SfxRequest&, SfxSlot const*, SfxShell*) (this=0x2b9d2b0, aReq=..., pSlot=0x2aaad90812a0 <aSwBaseShellSlots_Impl+1408>, pShell=0x8cc9a90) at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/bindings.cxx:1275 >#28 0x00002aaaaef4e277 in SfxDispatchController_Impl::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) (this=0x5024b70, aURL=..., aArgs=empty uno::Sequence, rListener=empty uno::Reference) > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/unoctitm.cxx:845 >#29 0x00002aaaaef4bf66 in SfxOfficeDispatch::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x2762c80, aURL=..., aArgs=empty uno::Sequence) at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/unoctitm.cxx:362 >#30 0x00002aaab14a7540 in svt::AsyncAccelExec::impl_ts_asyncCallback(LinkParamNone*) (this=0x4ed7240) > at /home/julien/compile-libreoffice/libreoffice/svtools/source/misc/acceleratorexecute.cxx:467 >#31 0x00002aaab14a7461 in svt::AsyncAccelExec::LinkStubimpl_ts_asyncCallback(void*, LinkParamNone*) (instance=0x4ed7240, data=0x0) > at /home/julien/compile-libreoffice/libreoffice/svtools/source/misc/acceleratorexecute.cxx:459 >#32 0x00002aaab317bff5 in Link<LinkParamNone*, void>::Call(LinkParamNone*) const (this=0x4ed72e0, data=0x0) > at /home/julien/compile-libreoffice/libreoffice/include/tools/link.hxx:84 >#33 0x00002aaab36914fb in vcl::EventPoster::DoEvent_Impl(void*) (this=0x4ed72d8) at /home/julien/compile-libreoffice/libreoffice/vcl/source/helper/evntpost.cxx:52 >#34 0x00002aaab36914b9 in vcl::EventPoster::LinkStubDoEvent_Impl(void*, void*) (instance=0x4ed72d8, data=0x0) > at /home/julien/compile-libreoffice/libreoffice/vcl/source/helper/evntpost.cxx:48 >#35 0x00002aaab3262167 in Link<void*, void>::Call(void*) const (this=0x4eca1f8, data=0x0) at /home/julien/compile-libreoffice/libreoffice/include/tools/link.hxx:84 >#36 0x00002aaab325f3d1 in ImplHandleUserEvent(ImplSVEvent*) (pSVEvent=0x4eca1f0) at /home/julien/compile-libreoffice/libreoffice/vcl/source/window/winproc.cxx:2014 >#37 0x00002aaab3260b8e in ImplWindowFrameProc(vcl::Window*, SalFrame*, unsigned short, void const*) (_pWindow=0x28d6d40, nEvent=22, pEvent=0x4eca1f0) > at /home/julien/compile-libreoffice/libreoffice/vcl/source/window/winproc.cxx:2574 >#38 0x00002aaab379a2ad in SalFrame::CallCallback(unsigned short, void const*) const (this=0x28d7700, nEvent=22, pEvent=0x4eca1f0) > at /home/julien/compile-libreoffice/libreoffice/vcl/inc/salframe.hxx:263 >#39 0x00002aaab3799e8f in SalGenericDisplay::DispatchInternalEvent() (this=0x25653e0) at /home/julien/compile-libreoffice/libreoffice/vcl/generic/app/gendisp.cxx:95 >#40 0x00002aaac82dd076 in GtkData::userEventFn(void*) (data=0x6d58f0) at /home/julien/compile-libreoffice/libreoffice/vcl/unx/gtk3/../gtk/gtkdata.cxx:988 >#41 0x00002aaac82dd0f2 in call_userEventFn(void*) (data=0x6d58f0) at /home/julien/compile-libreoffice/libreoffice/vcl/unx/gtk3/../gtk/gtkdata.cxx:998 >---Type <return> to continue, or q <return> to quit--- >#42 0x00002aaabb09ae8a in g_main_context_dispatch (context=0x2532520) at /build/glib2.0-2.46.2/./glib/gmain.c:3154 >#43 0x00002aaabb09ae8a in g_main_context_dispatch (context=context@entry=0x2532520) at /build/glib2.0-2.46.2/./glib/gmain.c:3769 >#44 0x00002aaabb09b230 in g_main_context_iterate (context=context@entry=0x2532520, block=block@entry=0, dispatch=dispatch@entry=1, self=<optimized out>) > at /build/glib2.0-2.46.2/./glib/gmain.c:3840 >#45 0x00002aaabb09b2dc in g_main_context_iteration (context=0x2532520, may_block=0) at /build/glib2.0-2.46.2/./glib/gmain.c:3901 >#46 0x00002aaac82dbf19 in GtkData::Yield(bool, bool) (this=0x6d58f0, bWait=false, bHandleAllCurrentEvents=false) > at /home/julien/compile-libreoffice/libreoffice/vcl/unx/gtk3/../gtk/gtkdata.cxx:610 >#47 0x00002aaac82defed in GtkInstance::DoYield(bool, bool, unsigned long) (this=0x6d5510, bWait=false, bHandleAllCurrentEvents=false, nReleased=0) > at /home/julien/compile-libreoffice/libreoffice/vcl/unx/gtk3/../gtk/gtkinst.cxx:404 >#48 0x00002aaab36cc377 in ImplYield(bool, bool, unsigned long) (i_bWait=false, i_bAllEvents=false, nReleased=0) > at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svapp.cxx:513 >#49 0x00002aaab36c815c in Application::Yield() () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svapp.cxx:539 >#50 0x00002aaab36c80a6 in Application::Execute() () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svapp.cxx:475 >#51 0x00002aaaaafa51e9 in desktop::Desktop::DoExecute() () at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/app.cxx:1284 >#52 0x00002aaaaafa63aa in desktop::Desktop::Main() (this=0x7fffffff4e60) at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/app.cxx:1609 >#53 0x00002aaab36d6c82 in ImplSVMain() () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svmain.cxx:170 >#54 0x00002aaab36d6dc4 in SVMain() () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svmain.cxx:207 >#55 0x00002aaaaaff58d2 in soffice_main() () at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/sofficemain.cxx:96 >#56 0x00000000004007ab in main () at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/main.c:48 >#57 0x00000000004007ab in main (argc=<optimized out>, argv=<optimized out>) at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/main.c:47 >(gdb)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 96785
:
121606
| 121607