Bugzilla – Attachment 138633 Details for
Bug 114676
Base Freezes on DB Connect() macro
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb output during hang
20171224_0110_gdb (text/plain), 45.72 KB, created by
Terrence Enger
on 2017-12-24 20:15:06 UTC
(
hide
)
Description:
gdb output during hang
Filename:
MIME Type:
Creator:
Terrence Enger
Created:
2017-12-24 20:15:06 UTC
Size:
45.72 KB
patch
obsolete
>I enabled macros. CPU usage is back to zero. No database window. > Id Target Id Frame >* 1 Thread 0x7ffff7f7aac0 (LWP 3359) "soffice.bin" __lll_lock_wait () > at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135 > 2 Thread 0x7fffd910a700 (LWP 3381) "rtl_cache_wsupd" 0x00007ffff7177076 in futex_abstimed_wait_cancelable (private=<optimized out>, > abstime=0x7fffd9109b10, expected=0, > futex_word=0x7ffff7dd4728 <g_cache_list+648>) > at ../sysdeps/unix/sysv/linux/futex-internal.h:205 > 4 Thread 0x7fffd2372700 (LWP 3386) "PipeIPC" 0x00007ffff747465d in accept > () at ../sysdeps/unix/syscall-template.S:84 > 5 Thread 0x7fffd1412700 (LWP 3387) "URP Acceptor" 0x00007ffff747465d in accept () at ../sysdeps/unix/syscall-template.S:84 > 6 Thread 0x7fffd2b73700 (LWP 3388) "gmain" 0x00007ffff7469a6d in poll () > at ../sysdeps/unix/syscall-template.S:84 > 7 Thread 0x7fffcf22b700 (LWP 3389) "gdbus" 0x00007ffff7469a6d in poll () > at ../sysdeps/unix/syscall-template.S:84 > 15 Thread 0x7fffc99b7700 (LWP 3413) "dconf worker" 0x00007ffff7469a6d in poll () at ../sysdeps/unix/syscall-template.S:84 > 20 Thread 0x7fffcd385700 (LWP 3457) "DocumentEventNo" 0x00007ffff7176b26 in futex_wait_cancelable (private=<optimized out>, expected=0, > futex_word=0x55555758c8c8) > at ../sysdeps/unix/sysv/linux/futex-internal.h:88 >Quit > >Thread 20 (Thread 0x7fffcd385700 (LWP 3457)): >#0 0x00007ffff7176b26 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55555758c8c8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 >#1 0x00007ffff7176b26 in __pthread_cond_wait_common (abstime=0x0, mutex=0x55555758c8d0, cond=0x55555758c8a0) at pthread_cond_wait.c:502 >#2 0x00007ffff7176b26 in __pthread_cond_wait (cond=0x55555758c8a0, mutex=0x55555758c8d0) at pthread_cond_wait.c:655 >#3 0x00007ffff7b76aec in osl_waitCondition(oslCondition, TimeValue const*) (Condition=0x55555758c8a0, pTimeout=0x0) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/conditn.cxx:226 >#4 0x00007fffcb975670 in osl::Condition::wait(TimeValue const*) (this=0x7fffcd382930, pTimeout=0x0) at /home/terry/lo_hacking/git/libo6/include/osl/conditn.hxx:119 >#5 0x00007fffcb96b16a in UUIInteractionHelper::handleRequest(com::sun::star::uno::Reference<com::sun::star::task::XInteractionRequest> const&) (this=0x55555706f240, rRequest=uno::Reference to (comphelper::OInteractionRequest *) 0x55555758e468) at /home/terry/lo_hacking/git/libo6/uui/source/iahndl.cxx:175 >#6 0x00007fffcb99eb32 in (anonymous namespace)::UUIInteractionHandler::handle(com::sun::star::uno::Reference<com::sun::star::task::XInteractionRequest> const&) (this=0x55555700dab0, rRequest=uno::Reference to (comphelper::OInteractionRequest *) 0x55555758e468) at /home/terry/lo_hacking/git/libo6/uui/source/interactionhandler.cxx:138 >#7 0x00007ffff1aab5d9 in sfx2::PreventDuplicateInteraction::handle(com::sun::star::uno::Reference<com::sun::star::task::XInteractionRequest> const&) (this=0x55555709d0e0, xRequest=uno::Reference to (comphelper::OInteractionRequest *) 0x55555758e468) at /home/terry/lo_hacking/git/libo6/sfx2/source/appl/preventduplicateinteraction.cxx:114 >#8 0x00007fffc866e847 in dbaccess::ODatabaseSource::connectWithCompletion(com::sun::star::uno::Reference<com::sun::star::task::XInteractionHandler> const&, bool) (this=0x55555733a7a0, _rxHandler=uno::Reference to (sfx2::PreventDuplicateInteraction *) 0x55555709d110, _bIsolated=false) at /home/terry/lo_hacking/git/libo6/dbaccess/source/core/dataaccess/datasource.cxx:1068 >#9 0x00007fffc866e1e8 in dbaccess::ODatabaseSource::connectWithCompletion(com::sun::star::uno::Reference<com::sun::star::task::XInteractionHandler> const&) (this=0x55555733a7a0, _rxHandler=uno::Reference to (sfx2::PreventDuplicateInteraction *) 0x55555709d110) at /home/terry/lo_hacking/git/libo6/dbaccess/source/core/dataaccess/datasource.cxx:1006 >#10 0x00007fffc3d61311 in dbaui::ODatasourceConnector::connect(com::sun::star::uno::Reference<com::sun::star::sdbc::XDataSource> const&, dbtools::SQLExceptionInfo*) const (this=0x7fffcd383050, _xDataSource=uno::Reference to (dbaccess::ODatabaseSource *) 0x55555733a810, _pErrorInfo=0x7fffcd3831b0) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/misc/datasourceconnector.cxx:136 >#11 0x00007fffc3d60de7 in dbaui::ODatasourceConnector::connect(rtl::OUString const&, dbtools::SQLExceptionInfo*) const (this=0x7fffcd383050, _rDataSourceName="file:///tmp/bug_114676/ConnectToDB/OpenFormMacro.odb", _pErrorInfo=0x7fffcd3831b0) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/misc/datasourceconnector.cxx:90 >#12 0x00007fffc3bbf794 in dbaui::OGenericUnoController::connect(rtl::OUString const&, rtl::OUString const&, dbtools::SQLExceptionInfo*) (this=0x5555574327c0, _rDataSourceName="file:///tmp/bug_114676/ConnectToDB/OpenFormMacro.odb", _rContextInformation="The connection to the data source \"OpenFormMacro\" could not be established.", _pErrorInfo=0x7fffcd3831b0) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/browser/genericcontroller.cxx:958 >#13 0x00007fffc3b212bd in dbaui::OApplicationController::ensureConnection(dbtools::SQLExceptionInfo*) (this=0x5555574327c0, _pErrorInfo=0x7fffcd3831b0) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/app/AppControllerDnD.cxx:357 >#14 0x00007fffc3b3141e in dbaui::OApplicationController::connect() (this=0x5555574327c0) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/app/AppControllerGen.cxx:326 >#15 0x00007fffd3b8f81c in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) (pThis=0x555557432a88, nVtableIndex=8, pRegisterReturn=0x7fffcd3835e0, pReturnTypeRef=0x55555584e1c0, bSimpleReturn=true, pStack=0x7fffcd383320, nStack=0, pGPR=0x7fffcd383460, pFPR=0x7fffcd383490) at /home/terry/lo_hacking/git/libo6/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:133 >#16 0x00007fffd3b8e462 in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void*, void**, uno_Any**) (pThis=0x555557577d90, aVtableSlot=..., pReturnTypeRef=0x55555584e1c0, nParams=0, pParams=0x0, pUnoReturn=0x7fffcd3835e0, pUnoArgs=0x7fffcd3835d0, ppUnoExc=0x7fffcd3836c0) at /home/terry/lo_hacking/git/libo6/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:233 >#17 0x00007fffd3b8eed3 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch(uno_Interface*, typelib_TypeDescription const*, void*, void**, uno_Any**) (pUnoI=0x555557577d90, pMemberDescr=0x555556ce64b0, pReturn=0x7fffcd3835e0, pArgs=0x7fffcd3835d0, ppException=0x7fffcd3836c0) at /home/terry/lo_hacking/git/libo6/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:420 >#18 0x00007fffc2012c51 in stoc_corefl::IdlInterfaceMethodImpl::invoke(com::sun::star::uno::Any const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any>&) (this=0x555556ce6c10, rObj=uno::Any("com.sun.star.frame.XController": {<com::sun::star::lang::XComponent> = {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x555557432848}, <No data fields>}, <No data fields>}), rArgs=empty uno::Sequence) at /home/terry/lo_hacking/git/libo6/stoc/source/corereflection/criface.cxx:697 >#19 0x00007ffff27c9180 in SbUnoObject::Notify(SfxBroadcaster&, SfxHint const&) (this=0x555557571480, rBC=..., rHint=...) at /home/terry/lo_hacking/git/libo6/basic/source/classes/sbunoobj.cxx:2229 >#20 0x00007ffff12fd903 in SfxBroadcaster::Broadcast(SfxHint const&) (this=0x5555575724d0, rHint=...) at /home/terry/lo_hacking/git/libo6/svl/source/notify/SfxBroadcaster.cxx:49 >#21 0x00007ffff28f92fb in SbxVariable::Broadcast(SfxHintId) (this=0x55555757e1f0, nHintId=SfxHintId::BasicDataWanted) at /home/terry/lo_hacking/git/libo6/basic/source/sbx/sbxvar.cxx:186 >#22 0x00007ffff28f231b in SbxValue::SbxValue(SbxValue const&) (this=0x5555575722e0, __vtt_parm=0x7ffff2c33be8 <VTT for SbxMethod+16>, r=..., __in_chrg=<optimized out>) at /home/terry/lo_hacking/git/libo6/basic/source/sbx/sbxvalue.cxx:62 >#23 0x00007ffff28f856c in SbxVariable::SbxVariable(SbxVariable const&) (this=0x5555575722e0, __vtt_parm=0x7ffff2c33be0 <VTT for SbxMethod+8>, r=..., __in_chrg=<optimized out>) at /home/terry/lo_hacking/git/libo6/basic/source/sbx/sbxvar.cxx:69 >#24 0x00007ffff28e99ce in SbxMethod::SbxMethod(SbxMethod const&) (this=0x5555575722e0, r=..., __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at /home/terry/lo_hacking/git/libo6/basic/source/sbx/sbxobj.cxx:872 >#25 0x00007ffff28b05f0 in SbiRuntime::FindElement(SbxObject*, unsigned int, unsigned int, ErrCode, bool, bool) (this=0x555556e25410, pObj=0x555557571480, nOp1=18, nOp2=12, nNotFound=..., bLocal=false, bStatic=false) at /home/terry/lo_hacking/git/libo6/basic/source/runtime/runtime.cxx:3507 >#26 0x00007ffff28b2766 in SbiRuntime::StepELEM(unsigned int, unsigned int) (this=0x555556e25410, nOp1=18, nOp2=12) at /home/terry/lo_hacking/git/libo6/basic/source/runtime/runtime.cxx:3982 >#27 0x00007ffff28a6a3a in SbiRuntime::Step() (this=0x555556e25410) at /home/terry/lo_hacking/git/libo6/basic/source/runtime/runtime.cxx:766 >#28 0x00007ffff27fd0b0 in SbModule::Run(SbMethod*) (this=0x555556c61050, pMeth=0x555556e20260) at /home/terry/lo_hacking/git/libo6/basic/source/classes/sbxmod.cxx:1141 >#29 0x00007ffff27fbc61 in SbModule::Notify(SfxBroadcaster&, SfxHint const&) (this=0x555556c61050, rBC=..., rHint=...) at /home/terry/lo_hacking/git/libo6/basic/source/classes/sbxmod.cxx:806 >#30 0x00007ffff12fd903 in SfxBroadcaster::Broadcast(SfxHint const&) (this=0x555556e46210, rHint=...) at /home/terry/lo_hacking/git/libo6/svl/source/notify/SfxBroadcaster.cxx:49 >#31 0x00007ffff2801597 in SbMethod::Broadcast(SfxHintId) (this=0x555556e46270, nHintId=SfxHintId::BasicDataWanted) at /home/terry/lo_hacking/git/libo6/basic/source/classes/sbxmod.cxx:2117 >#32 0x00007ffff28f31bc in SbxValue::Get(SbxValues&) const (this=0x555556e46270, rRes=...) at /home/terry/lo_hacking/git/libo6/basic/source/sbx/sbxvalue.cxx:287 >#33 0x00007ffff28012f9 in SbMethod::Call(SbxValue*, SbxVariable*) (this=0x555556e46270, pRet=0x555556e201d0, pCaller=0x0) at /home/terry/lo_hacking/git/libo6/basic/source/classes/sbxmod.cxx:2072 >#34 0x00007fffc2741184 in basprov::BasicScriptImpl::invoke(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, com::sun::star::uno::Sequence<short>&, com::sun::star::uno::Sequence<com::sun::star::uno::Any>&) (this=0x555556e1a5d0, aParams=uno::Sequence of length 1 = {...}, aOutParamIndex=empty uno::Sequence, aOutParam=empty uno::Sequence) at /home/terry/lo_hacking/git/libo6/scripting/source/basprov/basscript.cxx:234 >#35 0x00007fffc3097b20 in scripting_protocolhandler::ScriptProtocolHandler::dispatchWithNotification(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=0x555556e9f9c0, aURL=..., lArgs=uno::Sequence of length 1 = {...}, xListener=empty uno::Reference) at /home/terry/lo_hacking/git/libo6/scripting/source/protocolhandler/scripthandler.cxx:212 >#36 0x00007fffc3098421 in scripting_protocolhandler::ScriptProtocolHandler::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556e9f9c0, aURL=..., lArgs=uno::Sequence of length 1 = {...}) at /home/terry/lo_hacking/git/libo6/scripting/source/protocolhandler/scripthandler.cxx:302 >#37 0x00007fffc86a8838 in dbaccess::(anonymous namespace)::lcl_dispatchScriptURL_throw(dbaccess::DocumentEventExecutor_Data const&, rtl::OUString const&, com::sun::star::document::DocumentEvent const&) (_rDocExecData=..., _rScriptURL="vnd.sun.star.script:Standard.Module1.OpeningForm?language=Basic&location=document", _rTrigger=...) at /home/terry/lo_hacking/git/libo6/dbaccess/source/core/dataaccess/documenteventexecutor.cxx:109 >#38 0x00007fffc86a9008 in dbaccess::DocumentEventExecutor::documentEventOccured(com::sun::star::document::DocumentEvent const&) (this=0x5555573e4b00, Event=...) at /home/terry/lo_hacking/git/libo6/dbaccess/source/core/dataaccess/documenteventexecutor.cxx:182 >#39 0x00007fffc86ac2f9 in comphelper::OInterfaceContainerHelper2::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent>::operator()(com::sun::star::uno::Reference<com::sun::star::document::XDocumentEventListener> const&) const (this=0x7fffcd384990, listener=uno::Reference to (dbaccess::DocumentEventExecutor *) 0x5555573e4b28) at /home/terry/lo_hacking/git/libo6/include/comphelper/interfacecontainer2.hxx:272 >#40 0x00007fffc86abfb9 in comphelper::OInterfaceContainerHelper2::forEach<com::sun::star::document::XDocumentEventListener, comphelper::OInterfaceContainerHelper2::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent> >(comphelper::OInterfaceContainerHelper2::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent> const&) (this=0x5555573bc260, func=...) at /home/terry/lo_hacking/git/libo6/include/comphelper/interfacecontainer2.hxx:285 >#41 0x00007fffc86aba49 in comphelper::OInterfaceContainerHelper2::notifyEach<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent>(void (com::sun::star::document::XDocumentEventListener::*)(com::sun::star::document::DocumentEvent const&), com::sun::star::document::DocumentEvent const&) (this=0x5555573bc260, NotificationMethod=&virtual com::sun::star::document::XDocumentEventListener::documentEventOccured(com::sun::star::document::DocumentEvent const&), Event=...) at /home/terry/lo_hacking/git/libo6/include/comphelper/interfacecontainer2.hxx:298 >#42 0x00007fffc86aac33 in dbaccess::DocumentEventNotifier_Impl::impl_notifyEvent_nothrow(com::sun::star::document::DocumentEvent const&) (this=0x5555573bc210, _rEvent=...) at /home/terry/lo_hacking/git/libo6/dbaccess/source/core/dataaccess/documenteventnotifier.cxx:196 >#43 0x00007fffc86aaf7e in dbaccess::DocumentEventNotifier_Impl::processEvent(comphelper::AnyEvent const&) (this=0x5555573bc210, _rEvent=...) at /home/terry/lo_hacking/git/libo6/dbaccess/source/core/dataaccess/documenteventnotifier.cxx:229 >#44 0x00007ffff44f1cd9 in comphelper::AsyncEventNotifierBase::execute() (this=0x55555745a1c0) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/asyncnotification.cxx:158 >#45 0x00007ffff44f25b5 in comphelper::AsyncEventNotifierAutoJoin::run() (this=0x55555745a1c0) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/asyncnotification.cxx:258 >#46 0x00007ffff44f311a in osl::threadFunc(void*) (param=0x55555745a1d0) at /home/terry/lo_hacking/git/libo6/include/osl/thread.hxx:185 >#47 0x00007ffff7b995b5 in osl_thread_start_Impl(void*) (pData=0x55555745a1f0) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/thread.cxx:234 >#48 0x00007ffff7170519 in start_thread (arg=0x7fffcd385700) at pthread_create.c:456 >#49 0x00007ffff7473a5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 > >Thread 15 (Thread 0x7fffc99b7700 (LWP 3413)): >#0 0x00007ffff7469a6d in poll () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007ffff5b1e119 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007ffff5b1e22c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007fffc99bf42d in () at /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so >#4 0x00007ffff5b455f5 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007ffff7170519 in start_thread (arg=0x7fffc99b7700) at pthread_create.c:456 >#6 0x00007ffff7473a5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 > >Thread 7 (Thread 0x7fffcf22b700 (LWP 3389)): >#0 0x00007ffff7469a6d in poll () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007ffff5b1e119 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007ffff5b1e4b2 in g_main_loop_run () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007fffeb7dead6 in () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 >#4 0x00007ffff5b455f5 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007ffff7170519 in start_thread (arg=0x7fffcf22b700) at pthread_create.c:456 >#6 0x00007ffff7473a5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 > >Thread 6 (Thread 0x7fffd2b73700 (LWP 3388)): >#0 0x00007ffff7469a6d in poll () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007ffff5b1e119 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007ffff5b1e22c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007ffff5b1e271 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#4 0x00007ffff5b455f5 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007ffff7170519 in start_thread (arg=0x7fffd2b73700) at pthread_create.c:456 >#6 0x00007ffff7473a5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 > >Thread 5 (Thread 0x7fffd1412700 (LWP 3387)): >#0 0x00007ffff747465d in accept () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007ffff7b8646d in osl_acceptPipe(oslPipe) (pPipe=0x555556a8dff0) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/pipe.cxx:412 >#2 0x00007fffd16e57c7 in osl::Pipe::accept(osl::StreamPipe&) (this=0x7fffd1411828, Connection=...) at /home/terry/lo_hacking/git/libo6/include/osl/pipe.hxx:151 >#3 0x00007fffd16e4e97 in io_acceptor::PipeAcceptor::accept() (this=0x555556a86c20) at /home/terry/lo_hacking/git/libo6/io/source/acceptor/acc_pipe.cxx:155 >#4 0x00007fffd16f0878 in io_acceptor::OAcceptor::accept(rtl::OUString const&) (this=0x5555566fca70, sConnectionDescription="pipe,name=terry") at /home/terry/lo_hacking/git/libo6/io/source/acceptor/acceptor.cxx:217 >#5 0x00007fffd195975c in desktop::Acceptor::run() (this=0x5555566fba80) at /home/terry/lo_hacking/git/libo6/desktop/source/offacc/acceptor.cxx:103 >#6 0x00007fffd195906b in desktop::offacc_workerfunc(void*) (acc=0x5555566fba80) at /home/terry/lo_hacking/git/libo6/desktop/source/offacc/acceptor.cxx:43 >#7 0x00007ffff7b995b5 in osl_thread_start_Impl(void*) (pData=0x5555566ff0a0) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/thread.cxx:234 >#8 0x00007ffff7170519 in start_thread (arg=0x7fffd1412700) at pthread_create.c:456 >#9 0x00007ffff7473a5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 > >Thread 4 (Thread 0x7fffd2372700 (LWP 3386)): >#0 0x00007ffff747465d in accept () at ../sysdeps/unix/syscall-template.S:84 >#1 0x00007ffff7b8646d in osl_acceptPipe(oslPipe) (pPipe=0x55555668b910) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/pipe.cxx:412 >#2 0x00007ffff77c9e13 in osl::Pipe::accept(osl::StreamPipe&) (this=0x55555668b410, Connection=...) at /home/terry/lo_hacking/git/libo6/include/osl/pipe.hxx:151 >#3 0x00007ffff77c7feb in desktop::PipeIpcThread::execute() (this=0x55555668b3e0) at /home/terry/lo_hacking/git/libo6/desktop/source/app/officeipcthread.cxx:1150 >#4 0x00007ffff2c434f4 in salhelper::Thread::run() (this=0x55555668b3e0) at /home/terry/lo_hacking/git/libo6/salhelper/source/thread.cxx:40 >#5 0x00007ffff2c4384e in osl::threadFunc(void*) (param=0x55555668b3f0) at /home/terry/lo_hacking/git/libo6/include/osl/thread.hxx:185 >#6 0x00007ffff7b995b5 in osl_thread_start_Impl(void*) (pData=0x55555668a9f0) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/thread.cxx:234 >#7 0x00007ffff7170519 in start_thread (arg=0x7fffd2372700) at pthread_create.c:456 >#8 0x00007ffff7473a5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 > >Thread 2 (Thread 0x7fffd910a700 (LWP 3381)): >#0 0x00007ffff7177076 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fffd9109b10, expected=0, futex_word=0x7ffff7dd4728 <g_cache_list+648>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 >#1 0x00007ffff7177076 in __pthread_cond_wait_common (abstime=0x7fffd9109b10, mutex=0x7ffff7dd44a0 <g_cache_list>, cond=0x7ffff7dd4700 <g_cache_list+608>) at pthread_cond_wait.c:539 >#2 0x00007ffff7177076 in __pthread_cond_timedwait (cond=0x7ffff7dd4700 <g_cache_list+608>, mutex=0x7ffff7dd44a0 <g_cache_list>, abstime=0x7fffd9109b10) at pthread_cond_wait.c:667 >#3 0x00007ffff7b43d29 in rtl_cache_wsupdate_wait(unsigned int) (seconds=10) at /home/terry/lo_hacking/git/libo6/sal/rtl/alloc_cache.cxx:1193 >#4 0x00007ffff7b43f27 in rtl_cache_wsupdate_all(void*) (arg=0xa) at /home/terry/lo_hacking/git/libo6/sal/rtl/alloc_cache.cxx:1315 >#5 0x00007ffff7170519 in start_thread (arg=0x7fffd910a700) at pthread_create.c:456 >#6 0x00007ffff7473a5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 > >Thread 1 (Thread 0x7ffff7f7aac0 (LWP 3359)): >#0 0x00007ffff717a15c in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135 >#1 0x00007ffff7172e56 in __GI___pthread_mutex_lock (mutex=0x55555583f840) at ../nptl/pthread_mutex_lock.c:115 >#2 0x00007ffff7b84214 in osl_acquireMutex(oslMutexImpl*) (pMutex=0x55555583f840) at /home/terry/lo_hacking/git/libo6/sal/osl/unx/mutex.cxx:97 >#3 0x00007ffff446cb01 in osl::Mutex::acquire() (this=0x55555583f818) at /home/terry/lo_hacking/git/libo6/include/osl/mutex.hxx:56 >#4 0x00007ffff4571c69 in comphelper::GenericSolarMutex::doAcquire(unsigned int) (this=0x55555583f810, nLockCount=1) at /home/terry/lo_hacking/git/libo6/comphelper/source/misc/solarmutex.cxx:64 >#5 0x00007fffebf9284c in comphelper::SolarMutex::acquire(unsigned int) (this=0x55555583f810, nLockCount=1) at /home/terry/lo_hacking/git/libo6/include/comphelper/solarmutex.hxx:72 >#6 0x00007fffec6c19f7 in SalGenericInstance::AcquireYieldMutex(unsigned int) (this=0x55555584da40, nCount=1) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/app/geninst.cxx:63 >#7 0x00007fffec549c4e in Application::AcquireSolarMutex(unsigned int) (nCount=1) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:567 >#8 0x00007fffd85d5ead in SolarMutexReleaser::~SolarMutexReleaser() (this=0x7fffffff2a08, __in_chrg=<optimized out>) at /home/terry/lo_hacking/git/libo6/include/vcl/svapp.hxx:1474 >#9 0x00007fffd85d494f in GtkSalData::Yield(bool, bool) (this=0x55555584e080, bWait=true, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:474 >#10 0x00007fffd85d8074 in GtkInstance::DoYield(bool, bool) (this=0x55555584da40, bWait=true, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtkinst.cxx:410 >#11 0x00007fffec54da3f in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:469 >#12 0x00007fffec549aeb in Application::Yield() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:534 >#13 0x00007fffec54969f in Application::Execute() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:449 >#14 0x00007ffff77793af in desktop::Desktop::Main() (this=0x7fffffff31a0) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1603 >#15 0x00007fffec559c9b in ImplSVMain() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:194 >#16 0x00007fffec559e04 in SVMain() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:232 >#17 0x00007ffff77d039f in soffice_main() () at /home/terry/lo_hacking/git/libo6/desktop/source/app/sofficemain.cxx:163 >#18 0x00005555555549f2 in sal_main () at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:48 >#19 0x00005555555549d8 in main (argc=4, argv=0x7fffffff34e8) at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:47 >From To Syms Read Shared Object Library >0x00007ffff7ddaaa0 0x00007ffff7df6070 Yes /lib64/ld-linux-x86-64.so.2 >0x00007ffff7b356a0 0x00007ffff7b9b650 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libuno_sal.so.3 >0x00007ffff7774140 0x00007ffff785e4b4 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsofficeapp.so >0x00007ffff73a6b90 0x00007ffff74d73c3 Yes /lib/x86_64-linux-gnu/libc.so.6 >0x00007ffff716eb10 0x00007ffff717cbc1 Yes /lib/x86_64-linux-gnu/libpthread.so.0 >0x00007ffff6f65e90 0x00007ffff6f66b4e Yes /lib/x86_64-linux-gnu/libdl.so.2 >0x00007ffff6d5f190 0x00007ffff6d622af Yes /lib/x86_64-linux-gnu/librt.so.1 >0x00007ffff6a6a090 0x00007ffff6b12ca9 Yes (*) /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >0x00007ffff66d0f20 0x00007ffff674ad2a Yes /lib/x86_64-linux-gnu/libm.so.6 >0x00007ffff64b6ac0 0x00007ffff64c6de5 Yes (*) /lib/x86_64-linux-gnu/libgcc_s.so.1 >0x00007ffff6296280 0x00007ffff62a83f1 Yes (*) /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2 >0x00007ffff6049900 0x00007ffff6075221 Yes (*) /lib/x86_64-linux-gnu/libdbus-1.so.3 >0x00007ffff5df1f70 0x00007ffff5e23bde Yes (*) /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >0x00007ffff5aede30 0x00007ffff5b66119 Yes (*) /lib/x86_64-linux-gnu/libglib-2.0.so.0 >0x00007ffff5698550 0x00007ffff58406f8 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libicui18n.so.60 >0x00007ffff51f23b0 0x00007ffff5304b90 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libicuuc.so.60 >0x00007ffff4edae10 0x00007ffff4f431b0 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libcurl.so.4 >0x00007ffff4bafda0 0x00007ffff4c37434 Yes (*) /usr/lib/x86_64-linux-gnu/libX11.so.6 >0x00007ffff498e1d0 0x00007ffff498fa29 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libclewlo.so >0x00007ffff446bf30 0x00007ffff4607376 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libcomphelper.so >0x00007ffff41055f0 0x00007ffff4170ee2 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libuno_cppu.so.3 >0x00007ffff3d39e60 0x00007ffff3e2620d Yes /home/terry/lo_hacking/git/libo6/instdir/program/libuno_cppuhelpergcc3.so.3 >0x00007ffff3aae7a0 0x00007ffff3add189 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libdeploymentmisclo.so >0x00007ffff342ff50 0x00007ffff36c42b5 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libeditenglo.so >0x00007ffff30b41c0 0x00007ffff30e96c4 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libi18nlangtag.so >0x00007ffff2e60250 0x00007ffff2e87ce0 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libopencllo.so >0x00007ffff2c428a0 0x00007ffff2c44bae Yes /home/terry/lo_hacking/git/libo6/instdir/program/libuno_salhelpergcc3.so.3 >0x00007ffff2757880 0x00007ffff28fc737 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsblo.so >0x00007ffff19e5ff0 0x00007ffff1f6e720 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsfxlo.so >0x00007ffff11ba320 0x00007ffff13b5fdf Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsvllo.so >0x00007ffff076d010 0x00007ffff0b19be5 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsvxlo.so >0x00007fffef3fa110 0x00007fffefbd218a Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsvxcorelo.so >0x00007fffee6755a0 0x00007fffeea6119d Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsvtlo.so >0x00007fffeddb4340 0x00007fffedfc92c3 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libtklo.so >0x00007fffed993260 0x00007fffeda0354b Yes /home/terry/lo_hacking/git/libo6/instdir/program/libtllo.so >0x00007fffed697cd0 0x00007fffed6fa8a2 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libucbhelper.so >0x00007fffed196120 0x00007fffed31dbc7 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libutllo.so >0x00007fffebebc1d0 0x00007fffec8969ef Yes /home/terry/lo_hacking/git/libo6/instdir/program/libvcllo.so >0x00007fffeb749670 0x00007fffeb829592 Yes (*) /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 >0x00007fffeb4a12a0 0x00007fffeb4f2fc4 Yes (*) /lib/x86_64-linux-gnu/libsystemd.so.0 >0x00007fffeb28b960 0x00007fffeb29022a Yes (*) /usr/lib/x86_64-linux-gnu/libffi.so.6 >0x00007fffeb019640 0x00007fffeb06a5ed Yes (*) /lib/x86_64-linux-gnu/libpcre.so.3 >0x00007fffe94ae4d0 0x00007fffe94ae5aa Yes (*) /home/terry/lo_hacking/git/libo6/instdir/program/libicudata.so.60 >0x00007fffe9247510 0x00007fffe929119a Yes /home/terry/lo_hacking/git/libo6/instdir/program/libssl3.so >0x00007fffe9014220 0x00007fffe90325b1 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsmime3.so >0x00007fffe8cbcd70 0x00007fffe8dd1bcb Yes /home/terry/lo_hacking/git/libo6/instdir/program/libnss3.so >0x00007fffe8a9fe50 0x00007fffe8aa12db Yes /home/terry/lo_hacking/git/libo6/instdir/program/libplds4.so >0x00007fffe889a480 0x00007fffe889c45f Yes /home/terry/lo_hacking/git/libo6/instdir/program/libplc4.so >0x00007fffe8655dc0 0x00007fffe86857ef Yes /home/terry/lo_hacking/git/libo6/instdir/program/libnspr4.so >0x00007fffe841c7e0 0x00007fffe8434910 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libnssutil3.so >0x00007fffe81f81c0 0x00007fffe8208afe Yes (*) /lib/x86_64-linux-gnu/libz.so.1 >0x00007fffe7fd9b40 0x00007fffe7feb9f5 Yes (*) /usr/lib/x86_64-linux-gnu/libxcb.so.1 >0x00007fffe7d11350 0x00007fffe7d78e4b Yes /home/terry/lo_hacking/git/libo6/instdir/program/libgpgmepp.so.6 >0x00007fffe79c1900 0x00007fffe79e35d5 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libreglo.so >0x00007fffe76ab9a0 0x00007fffe774f2a9 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libunoidllo.so >0x00007fffe7459cb0 0x00007fffe746b6bb Yes /home/terry/lo_hacking/git/libo6/instdir/program/libxmlreaderlo.so >0x00007fffe714f910 0x00007fffe71d73e3 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libxmlscriptlo.so >0x00007fffe6d96810 0x00007fffe6ecd35e Yes (*) /usr/lib/x86_64-linux-gnu/libxml2.so.2 >0x00007fffe61a67b0 0x00007fffe666ee7f Yes /home/terry/lo_hacking/git/libo6/instdir/program/libxolo.so >0x00007fffe5cbe150 0x00007fffe5dda248 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libbasegfxlo.so >0x00007fffe5934340 0x00007fffe59da241 Yes /home/terry/lo_hacking/git/libo6/instdir/program/liblnglo.so >0x00007fffe5669b30 0x00007fffe56c52b1 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsotlo.so >0x00007fffe5409030 0x00007fffe542e10a Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsaxlo.so >0x00007fffe51daa90 0x00007fffe51e3892 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libi18nutil.so >0x00007fffe4fb4700 0x00007fffe4fc9e4e Yes /home/terry/lo_hacking/git/libo6/instdir/program/liblangtag-lo.so.1 >0x00007fffe4ac6300 0x00007fffe4c32bba Yes /home/terry/lo_hacking/git/libo6/instdir/program/liborcus-0.13.so.0 >0x00007fffe470e6a0 0x00007fffe476f098 Yes /home/terry/lo_hacking/git/libo6/instdir/program/liborcus-parser-0.13.so.0 >0x00007fffe42403c0 0x00007fffe43988ef Yes /home/terry/lo_hacking/git/libo6/instdir/program/libdrawinglayerlo.so >0x00007fffe3e5da50 0x00007fffe3ed7373 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libfwelo.so >0x00007fffe3bc2cc0 0x00007fffe3bff1f5 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libjvmfwklo.so >0x00007fffe3964d30 0x00007fffe398c675 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libavmedialo.so >0x00007fffe345a7a0 0x00007fffe35d931c Yes /home/terry/lo_hacking/git/libo6/instdir/program/libdbtoolslo.so >0x00007fffe30eef30 0x00007fffe3144907 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libepoxy.so >0x00007fffe2e351d0 0x00007fffe2e7ca27 Yes /home/terry/lo_hacking/git/libo6/instdir/program/liblcms2.so.2 >0x00007fffe2b20530 0x00007fffe2be8636 Yes (*) /usr/lib/x86_64-linux-gnu/libcairo.so.2 >0x00007fffe289f890 0x00007fffe28e7ca0 Yes (*) /usr/lib/x86_64-linux-gnu/libcups.so.2 >0x00007fffe2640e50 0x00007fffe2660a9a Yes (*) /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 >0x00007fffe23916b0 0x00007fffe2409ff4 Yes (*) /usr/lib/x86_64-linux-gnu/libfreetype.so.6 >0x00007fffe2176700 0x00007fffe218049f Yes (*) /usr/lib/x86_64-linux-gnu/libXext.so.6 >0x00007fffe168a300 0x00007fffe1b54aff Yes /home/terry/lo_hacking/git/libo6/instdir/program/libpdfiumlo.so >0x00007fffe13dfbd0 0x00007fffe13e5dd0 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libjvmaccesslo.so >0x00007fffe11d9110 0x00007fffe11da026 Yes (*) /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 >0x00007fffe0fb6b40 0x00007fffe0fcdd1f Yes (*) /lib/x86_64-linux-gnu/libselinux.so.1 >0x00007fffe0d9d720 0x00007fffe0da8cc6 Yes /lib/x86_64-linux-gnu/libresolv.so.2 >0x00007fffe0b51960 0x00007fffe0b84909 Yes (*) /lib/x86_64-linux-gnu/libmount.so.1 >0x00007fffe0834c00 0x00007fffe0900b38 Yes (*) /lib/x86_64-linux-gnu/libgcrypt.so.20 >0x00007fffe0606090 0x00007fffe061cb92 Yes (*) /lib/x86_64-linux-gnu/liblzma.so.5 >0x00007fffe03f32c0 0x00007fffe03ff966 Yes (*) /usr/lib/x86_64-linux-gnu/liblz4.so.1 >0x00007fffe01ede60 0x00007fffe01eeba9 Yes (*) /usr/lib/x86_64-linux-gnu/libXau.so.6 >0x00007fffdffe8340 0x00007fffdffe9c48 Yes (*) /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 >0x00007fffdfd96fe0 0x00007fffdfdd3870 Yes /home/terry/lo_hacking/git/libo6/workdir/UnpackedTarball/gpgmepp/src/.libs/libgpgme.so.11 >0x00007fffdfb815a0 0x00007fffdfb8aa77 Yes /home/terry/lo_hacking/git/libo6/workdir/UnpackedTarball/libassuan/src/.libs/libassuan.so.0 >0x00007fffdf957a00 0x00007fffdf96f048 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libstorelo.so >0x00007fffdf59f0e0 0x00007fffdf6d3e72 Yes (*) /usr/lib/x86_64-linux-gnu/libicui18n.so.57 >0x00007fffdf195930 0x00007fffdf257d3b Yes (*) /usr/lib/x86_64-linux-gnu/libicuuc.so.57 >0x00007fffdd6bc4d0 0x00007fffdd6bc5aa Yes (*) /usr/lib/x86_64-linux-gnu/libicudata.so.57 >0x00007fffdd42f2c0 0x00007fffdd482e07 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libcanvastoolslo.so >0x00007fffdd178bb0 0x00007fffdd1d7501 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libcppcanvaslo.so >0x00007fffdcf13ed0 0x00007fffdcf36c77 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libfwilo.so >0x00007fffdcc6a4d0 0x00007fffdcced740 Yes (*) /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 >0x00007fffdca324b0 0x00007fffdca54268 Yes (*) /usr/lib/x86_64-linux-gnu/libpng16.so.16 >0x00007fffdc829d90 0x00007fffdc82a8a3 Yes (*) /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0 >0x00007fffdc6200b0 0x00007fffdc6249d8 Yes (*) /usr/lib/x86_64-linux-gnu/libxcb-render.so.0 >0x00007fffdc412b00 0x00007fffdc418b55 Yes (*) /usr/lib/x86_64-linux-gnu/libXrender.so.1 >0x00007fffdc1d1f40 0x00007fffdc201866 Yes (*) /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 >0x00007fffdbe88c40 0x00007fffdbf6fa5a Yes (*) /usr/lib/x86_64-linux-gnu/libgnutls.so.30 >0x00007fffdbc51610 0x00007fffdbc566d9 Yes (*) /usr/lib/x86_64-linux-gnu/libavahi-common.so.3 >0x00007fffdba40a80 0x00007fffdba48b1d Yes (*) /usr/lib/x86_64-linux-gnu/libavahi-client.so.3 >0x00007fffdb80ed20 0x00007fffdb82b563 Yes (*) /lib/x86_64-linux-gnu/libexpat.so.1 >0x00007fffdb5cadb0 0x00007fffdb5f6f49 Yes (*) /lib/x86_64-linux-gnu/libblkid.so.1 >0x00007fffdb3aec50 0x00007fffdb3b8dc9 Yes (*) /lib/x86_64-linux-gnu/libgpg-error.so.0 >0x00007fffdb19a750 0x00007fffdb1a762f Yes (*) /lib/x86_64-linux-gnu/libbsd.so.0 >0x00007fffdaee46f0 0x00007fffdaf3f0aa Yes (*) /usr/lib/x86_64-linux-gnu/libkrb5.so.3 >0x00007fffdac91a30 0x00007fffdacadfc0 Yes (*) /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 >0x00007fffdaa8a4b0 0x00007fffdaa8b06a Yes (*) /lib/x86_64-linux-gnu/libcom_err.so.2 >0x00007fffda87fe70 0x00007fffda88506c Yes (*) /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 >0x00007fffda67a4b0 0x00007fffda67b0ac Yes (*) /lib/x86_64-linux-gnu/libkeyutils.so.1 >0x00007fffda3758f0 0x00007fffda4087cf Yes (*) /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 >0x00007fffda12e6b0 0x00007fffda1320e3 Yes (*) /usr/lib/x86_64-linux-gnu/libidn2.so.0 >0x00007fffd9dbd4e0 0x00007fffd9df1c93 Yes (*) /usr/lib/x86_64-linux-gnu/libunistring.so.2 >0x00007fffd9b9bcb0 0x00007fffd9ba6933 Yes (*) /usr/lib/x86_64-linux-gnu/libtasn1.so.6 >0x00007fffd996c4d0 0x00007fffd998819f Yes (*) /usr/lib/x86_64-linux-gnu/libnettle.so.6 >0x00007fffd97367e0 0x00007fffd97440cf Yes (*) /usr/lib/x86_64-linux-gnu/libhogweed.so.4 >0x00007fffd94b7540 0x00007fffd95165f8 Yes (*) /usr/lib/x86_64-linux-gnu/libgmp.so.10 >0x00007fffd92a74e0 0x00007fffd92a8bd3 Yes (*) /lib/x86_64-linux-gnu/libuuid.so.1 >0x00007fffd85ad700 0x00007fffd8674791 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libvclplug_gtk3lo.so >0x00007fffd7cec780 0x00007fffd802f7b9 Yes (*) /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >0x00007fffd7996ca0 0x00007fffd7a0befe Yes (*) /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >0x00007fffd77639b0 0x00007fffd77689de Yes (*) /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 >0x00007fffd751e560 0x00007fffd753ebd6 Yes (*) /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 >0x00007fffd72f5700 0x00007fffd730284f Yes (*) /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0 >0x00007fffd70e5450 0x00007fffd70e63c9 Yes (*) /usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2 >0x00007fffd6ec42c0 0x00007fffd6ed82e4 Yes (*) /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 >0x00007fffd6cbc630 0x00007fffd6cbc78a Yes (*) /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 >0x00007fffd6ab5bc0 0x00007fffd6ab9d5f Yes (*) /usr/lib/x86_64-linux-gnu/libSM.so.6 >0x00007fffd689bef0 0x00007fffd68a996a Yes (*) /usr/lib/x86_64-linux-gnu/libICE.so.6 >0x00007fffd66891d0 0x00007fffd6693a27 Yes (*) /usr/lib/x86_64-linux-gnu/libXi.so.6 >0x00007fffd6484c70 0x00007fffd6485695 Yes (*) /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 >0x00007fffd6281b90 0x00007fffd628247b Yes (*) /usr/lib/x86_64-linux-gnu/libXdamage.so.1 >0x00007fffd607c590 0x00007fffd607e8c6 Yes (*) /usr/lib/x86_64-linux-gnu/libXfixes.so.3 >0x00007fffd5e56770 0x00007fffd5e6a8f9 Yes (*) /usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0 >0x00007fffd5c114c0 0x00007fffd5c2beca Yes (*) /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0 >0x00007fffd5a061e0 0x00007fffd5a07cff Yes (*) /usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0 >0x00007fffd5803660 0x00007fffd5803856 Yes (*) /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1 >0x00007fffd55f9380 0x00007fffd55fdcff Yes (*) /usr/lib/x86_64-linux-gnu/libwayland-client.so.0 >0x00007fffd534ed80 0x00007fffd5393e61 Yes (*) /usr/lib/x86_64-linux-gnu/libepoxy.so.0 >0x00007fffd50e42c0 0x00007fffd50ec89d Yes (*) /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 >0x00007fffd4edab50 0x00007fffd4edb4b4 Yes (*) /usr/lib/x86_64-linux-gnu/libXinerama.so.1 >0x00007fffd4cd0cd0 0x00007fffd4cd6dc5 Yes (*) /usr/lib/x86_64-linux-gnu/libXrandr.so.2 >0x00007fffd4ac6a10 0x00007fffd4acb490 Yes (*) /usr/lib/x86_64-linux-gnu/libXcursor.so.1 >0x00007fffd48bbec0 0x00007fffd48bf923 Yes (*) /usr/lib/x86_64-linux-gnu/libthai.so.0 >0x00007fffd46989a0 0x00007fffd46aa488 Yes (*) /usr/lib/x86_64-linux-gnu/libatspi.so.0 >0x00007fffd43f6390 0x00007fffd4450cb9 Yes (*) /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0 >0x00007fffd41e7380 0x00007fffd41ea7f0 Yes (*) /usr/lib/x86_64-linux-gnu/libdatrie.so.1 >0x00007fffd3fe1460 0x00007fffd3fe3dfb Yes (*) /usr/lib/x86_64-linux-gnu/libXtst.so.6 >0x00007fffd3db54d0 0x00007fffd3dd8285 Yes (*) /usr/lib/x86_64-linux-gnu/libgraphite2.so.3 >0x00007fffd3b7d840 0x00007fffd3b9bb1e Yes /home/terry/lo_hacking/git/libo6/instdir/program/libgcc3_uno.so >0x00007fffd37f57b0 0x00007fffd38ced89 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libconfigmgrlo.so >0x00007fffd35c7600 0x00007fffd35ccb1e Yes (*) /usr/lib/x86_64-linux-gnu/libdconf.so.1 >0x00007fffd33bc320 0x00007fffd33c0b0e Yes /lib/x86_64-linux-gnu/libnss_compat.so.2 >0x00007fffd31a70d0 0x00007fffd31b2cd1 Yes /lib/x86_64-linux-gnu/libnsl.so.1 >0x00007fffd2f99150 0x00007fffd2f9fa12 Yes /lib/x86_64-linux-gnu/libnss_nis.so.2 >0x00007fffd2d87240 0x00007fffd2d8d341 Yes /lib/x86_64-linux-gnu/libnss_files.so.2 >0x00007fffd2b76f70 0x00007fffd2b7d297 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/liblocalebe1lo.so >0x00007fffd1958ef0 0x00007fffd1964eb5 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/liboffacclo.so >0x00007fffd16e4600 0x00007fffd171930d Yes /home/terry/lo_hacking/git/libo6/instdir/program/libiolo.so >0x00007fffd1428ad0 0x00007fffd1482f8f Yes /home/terry/lo_hacking/git/libo6/instdir/program/libbinaryurplo.so >0x00007fffd0964c60 0x00007fffd09be0d3 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libucb1.so >0x00007fffd0213980 0x00007fffd0495561 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libfwklo.so >0x00007fffcff5af30 0x00007fffcff64475 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libdesktopbe1lo.so >0x00007fffcfb448e0 0x00007fffcfbc2ef1 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libi18npoollo.so >0x00007fffcf8c8b30 0x00007fffcf8cb0e9 Yes /home/terry/lo_hacking/git/libo6/instdir/program/liblocaledata_en.so >0x00007fffcf678f90 0x00007fffcf693926 Yes (*) /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so >0x00007fffcf4428e0 0x00007fffcf4598f6 Yes (*) /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so >0x00007fffcf22ceb0 0x00007fffcf22d81a Yes /lib/x86_64-linux-gnu/libutil.so.1 >0x00007fffce74db10 0x00007fffce74def9 Yes (*) /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so >0x00007fffce4e5cf0 0x00007fffce509c25 Yes (*) /usr/lib/x86_64-linux-gnu/librsvg-2.so.2 >0x00007fffce2abc20 0x00007fffce2c9fb5 Yes (*) /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3 >0x00007fffce09eef0 0x00007fffce0a0de9 Yes (*) /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so >0x00007fffcc7b7100 0x00007fffcc7bec22 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libsal_textenclo.so >0x00007fffcc4abf60 0x00007fffcc4c6501 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libstocserviceslo.so >0x00007fffcc1a8ec0 0x00007fffcc2240df Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libpackage2.so >0x00007fffcbecddf0 0x00007fffcbf359b9 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libucpfile1.so >0x00007fffcbc38170 0x00007fffcbc531dc Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libfsstoragelo.so >0x00007fffcb960980 0x00007fffcb9b5c90 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libuuilo.so >0x00007fffcb66eb90 0x00007fffcb6d4282 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libexpwraplo.so >0x00007fffcb38f050 0x00007fffcb3e65bc Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libfwllo.so >0x00007fffcb07bd30 0x00007fffcb10974c Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libxstor.so >0x00007fffcac5a7a0 0x00007fffcac5d2cd Yes /home/terry/lo_hacking/git/libo6/instdir/program/libqstart_gtklo.so >0x00007fffca640040 0x00007fffca897ade Yes (*) /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 >0x00007fffca33e930 0x00007fffca3956ea Yes (*) /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 >0x00007fffc9f6c5f0 0x00007fffca024236 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libacclo.so >0x00007fffc9be3e00 0x00007fffc9c8d754 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libucpchelp1.so >0x00007fffc7949b60 0x00007fffc796edb2 Yes (*) /usr/lib/x86_64-linux-gnu/libxslt.so.1 >0x00007fffc744c710 0x00007fffc762337f Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libclucene.so >0x00007fffc7098270 0x00007fffc70f30e0 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libhelplinkerlo.so >0x00007fffc6cc8420 0x00007fffc6da8e33 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libdeployment.so >0x00007fffc6a8d040 0x00007fffc6a91df3 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libucpexpand1lo.so >0x00007fffc67b4ba0 0x00007fffc6819af1 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libunoxmllo.so >0x00007fffc656d410 0x00007fffc6578f56 Yes (*) /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so >0x00007fffc99bbc30 0x00007fffc99c0c2e Yes (*) /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so >0x00007fffc8ef4300 0x00007fffc8f640e5 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libfilterconfiglo.so >0x00007fffc8b7b6d0 0x00007fffc8bd1d38 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libdbaxmllo.so >0x00007fffc84bab40 0x00007fffc8708940 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libdbalo.so >0x00007fffc3ae77e0 0x00007fffc3f052c5 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libdbulo.so >0x00007fffc81443b0 0x00007fffc814c60b Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libmcnttype.so >0x00007fffc7e0c2d0 0x00007fffc7ea9e6c Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libxmlsecurity.so >0x00007fffc35f6cb0 0x00007fffc361c6ff Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libxsec_fw.so >0x00007fffc32d4f90 0x00007fffc337ec29 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libxsec_xmlsec.so >0x00007fffc3096ee0 0x00007fffc30a1751 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libprotocolhandlerlo.so >0x00007fffc2e1add0 0x00007fffc2e57ca9 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libscriptframe.so >0x00007fffc2b84aa0 0x00007fffc2bcaf3c Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libucptdoc1lo.so >0x00007fffc29674b0 0x00007fffc296c0e7 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libproxyfaclo.so >0x00007fffc2729f80 0x00007fffc27446d0 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libbasprovlo.so >0x00007fffc24c4bb0 0x00007fffc24f7633 Yes /home/terry/lo_hacking/git/libo6/instdir/program/../program/libucppkg1.so >0x00007fffc2253af0 0x00007fffc228df57 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libintrospectionlo.so >0x00007fffc1ff4080 0x00007fffc2019692 Yes /home/terry/lo_hacking/git/libo6/instdir/program/libreflectionlo.so >(*): Shared library is missing debugging information.
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 114676
:
138617
|
138632
| 138633 |
138676