Bugzilla – Attachment 143715 Details for
Bug 118881
Personas not found again (seems root cause is different than tdf#114731)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bt with debug symbols
bt.txt (text/plain), 4.74 KB, created by
Julien Nabet
on 2018-07-23 09:37:54 UTC
(
hide
)
Description:
bt with debug symbols
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2018-07-23 09:37:54 UTC
Size:
4.74 KB
patch
obsolete
>(gdb) bt >#0 0x00007fffd914b4b2 in (anonymous namespace)::globalTransfer_((anonymous namespace)::TransferCommandContext const&, com::sun::star::uno::Reference<com::sun::star::ucb::XContent> const&, com::sun::star::uno::Reference<com::sun::star::ucb::XContent> const&, com::sun::star::uno::Reference<com::sun::star::sdbc::XRow> const&) (rContext=..., xSource=uno::Reference to (gio::Content *) 0x55555b2bd418, xTarget=uno::Reference to (fileaccess::BaseContent *) 0x55555b2bbe58, xSourceProps=uno::Reference to (ucbhelper::PropertyValueSet *) 0x55555b2c8978) at /home/julien/lo/libreoffice/ucb/source/core/ucbcmds.cxx:1148 >#1 0x00007fffd914e452 in UniversalContentBroker::globalTransfer(com::sun::star::ucb::GlobalTransferCommandArgument2 const&, com::sun::star::uno::Reference<com::sun::star::ucb::XCommandEnvironment> const&) (this=0x55555780f650, rArg=..., xEnv=uno::Reference to ((anonymous namespace)::OCommandEnvironment *) 0x55555b2ad0c8) > at /home/julien/lo/libreoffice/ucb/source/core/ucbcmds.cxx:1884 >#2 0x00007fffd91306dd in UniversalContentBroker::execute(com::sun::star::ucb::Command const&, int, com::sun::star::uno::Reference<com::sun::star::ucb::XCommandEnvironment> const&) (this=0x55555780f650, aCommand=..., Environment=uno::Reference to ((anonymous namespace)::OCommandEnvironment *) 0x55555b2ad0c8) > at /home/julien/lo/libreoffice/ucb/source/core/ucb.cxx:659 >#3 0x00007ffff10806a6 in ucbhelper::Content::transferContent(ucbhelper::Content const&, ucbhelper::InsertOperation, rtl::OUString const&, int, rtl::OUString const&, bool, rtl::OUString const&, rtl::OUString*, rtl::OUString const&) const (this=0x7fffa7c55380, rSourceContent=..., eOperation=ucbhelper::InsertOperation::Copy, rTitle="LibreOffice", nNameClashAction=1, rMimeType="", bMajorVersion=false, rVersionComment="", pResultURL=0x0, rDocumentId="") at /home/julien/lo/libreoffice/ucbhelper/source/client/content.cxx:996 >#4 0x00007fffd91764a3 in (anonymous namespace)::OFileAccess::transferImpl(rtl::OUString const&, rtl::OUString const&, bool) (this=0x55555c49ce70, rSource="https:\\u002F\\u002Faddons.cdn.mozilla.net\\u002Fuser-media\\u002Faddons\\u002F420580\\u002Fpreview_large.jpg?modified=34824cf6", rDest="file:///home/julien/lo/libreoffice/instdir/program/../program/../user/gallery/personas/LibreOffice/", bMoveData=false) at /home/julien/lo/libreoffice/ucb/source/core/FileAccess.cxx:264 >#5 0x00007fffd91768af in (anonymous namespace)::OFileAccess::copy(rtl::OUString const&, rtl::OUString const&) (this=0x55555c49ce70, SourceURL="https:\\u002F\\u002Faddons.cdn.mozilla.net\\u002Fuser-media\\u002Faddons\\u002F420580\\u002Fpreview_large.jpg?modified=34824cf6", DestURL="file:///home/julien/lo/libreoffice/instdir/program/../program/../user/gallery/personas/LibreOffice/") at /home/julien/lo/libreoffice/ucb/source/core/FileAccess.cxx:279 >#6 0x00007fffa943ee66 in (anonymous namespace)::getPreviewFile(rtl::OUString const&, rtl::OUString*, rtl::OUString*) (rURL="https://addons.mozilla.org/en-US/firefox/addon/libreoffice/?src=api", pPreviewFile=0x7fffa7c55898, pPersonaSetting=0x7fffa7c558a0) at /home/julien/lo/libreoffice/cui/source/options/personalization.cxx:711 >#7 0x00007fffa943fb8c in SearchAndParseThread::execute() (this=0x55555b6c0400) at /home/julien/lo/libreoffice/cui/source/options/personalization.cxx:811 >#8 0x00007ffff56a9594 in salhelper::Thread::run() (this=0x55555b6c0400) at /home/julien/lo/libreoffice/salhelper/source/thread.cxx:40 >#9 0x00007ffff56a98ee in osl::threadFunc(void*) (param=0x55555b6c0410) at /home/julien/lo/libreoffice/include/osl/thread.hxx:185 >#10 0x00007ffff7f8ba23 in osl_thread_start_Impl(void*) (pData=0x55555b6bb950) at /home/julien/lo/libreoffice/sal/osl/unx/thread.cxx:234 >#11 0x00007ffff7b12f2a in start_thread (arg=0x7fffa7c56700) at pthread_create.c:463 >#12 0x00007ffff7c23edf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 >(gdb) p xSourceProps >$1 = uno::Reference to (ucbhelper::PropertyValueSet *) 0x55555b2c8978 >(gdb) p *xSourceProps >Cannot resolve function operator* to any overloaded instance >(gdb) frame 1 >#1 0x00007fffd914e452 in UniversalContentBroker::globalTransfer (this=0x55555780f650, rArg=..., > xEnv=uno::Reference to ((anonymous namespace)::OCommandEnvironment *) 0x55555b2ad0c8) at /home/julien/lo/libreoffice/ucb/source/core/ucbcmds.cxx:1884 >1884 globalTransfer_( aTransferCtx, xSource, xTarget, xRow ); >(gdb) p rArg >$2 = (const com::sun::star::ucb::GlobalTransferCommandArgument2 &) @0x7fffa7c551c0: {<com::sun::star::ucb::GlobalTransferCommandArgument> = { > Operation = com::sun::star::ucb::TransferCommandOperation::TransferCommandOperation_COPY, SourceURL = "", > TargetURL = "file:///home/julien/lo/libreoffice/instdir/program/../program/../user/gallery/personas/", NewTitle = "LibreOffice", NameClash = 1}, MimeType = "", > DocumentId = ""} >(gdb) q >
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 118881
: 143715 |
147636