What I did:
0. Installed all updates, "uname -a"
    Linux debian9 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u2
(2017-06-26) i686 GNU/Linux
1. Added "deb http://debug.mirrors.debian.org/debian-debug stretch-debug"
to my sources list.
2. "apt-get install libreoffice-core-dbgsym libreoffice-base-dbgsym
ure-dbgsym uno-libs3-dbgsym libreoffice-gtk3-dbgsym libglib2.0-0-dbg"
3. run "gdb --args /usr/lib/libreoffice/program/soffice.bin --base", in
Database Wizard selected 'Create a new database', 'Embedded database:' ->
'HSQLDB Embedded', click 'Next', click 'Finish', save database file in
/tmp/db.odb.
   "run"
   "bt full"
    Got this backtrace:

$ gdb --args /usr/lib/libreoffice/program/soffice.bin --base
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/libreoffice/program/soffice.bin...Reading
symbols from
/usr/lib/debug/.build-id/fc/81c23f3d8248a3dbc774373cdc9a1ab71f11dd.debug...done.
done.
(gdb) run
Starting program: /usr/lib/libreoffice/program/soffice.bin --base
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[New Thread 0xafae3b40 (LWP 1581)]
[New Thread 0xae48cb40 (LWP 1582)]
[New Thread 0xadaffb40 (LWP 1583)]
[New Thread 0xad0ffb40 (LWP 1584)]
[New Thread 0xac6ffb40 (LWP 1585)]
[New Thread 0xabaffb40 (LWP 1586)]
[New Thread 0xab0ffb40 (LWP 1587)]
[Thread 0xab0ffb40 (LWP 1587) exited]
[Thread 0xae48cb40 (LWP 1582) exited]
[New Thread 0xae48cb40 (LWP 1590)]
[Thread 0xae48cb40 (LWP 1590) exited]
[New Thread 0xae48cb40 (LWP 1592)]
[New Thread 0xab0ffb40 (LWP 1593)]

(soffice:1576): Gtk-CRITICAL **: gtk_container_foreach: assertion
'GTK_IS_CONTAINER (container)' failed
[Thread 0xabaffb40 (LWP 1586) exited]
[New Thread 0xabaffb40 (LWP 1597)]
[New Thread 0xa8ec4b40 (LWP 1598)]
[New Thread 0xa84ffb40 (LWP 1599)]
[New Thread 0xa7affb40 (LWP 1600)]
[New Thread 0xa70ffb40 (LWP 1601)]
[New Thread 0xa66ffb40 (LWP 1602)]
[New Thread 0xa5cffb40 (LWP 1603)]
[New Thread 0xa52ffb40 (LWP 1604)]
[New Thread 0xa48ffb40 (LWP 1605)]
[New Thread 0xa3effb40 (LWP 1606)]
[New Thread 0xa34ffb40 (LWP 1607)]
[Thread 0xabaffb40 (LWP 1597) exited]

Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
_expand_stack_to (bottom=0xbf805fff <error: Cannot access memory at address
0xbf805fff>, bottom@entry=0xbf805000 <error: Cannot access memory at
address 0xbf805000>) at ./src/hotspot/src/os/linux/vm/os_linux.cpp:673
673    ./src/hotspot/src/os/linux/vm/os_linux.cpp: No such file or
directory.
(gdb) bt full
#0  0xa24e7975 in _expand_stack_to(address) (bottom=0xbf805fff <error:
Cannot access memory at address 0xbf805fff>, bottom@entry=0xbf805000
<error: Cannot access memory at address 0xbf805000>)
    at ./src/hotspot/src/os/linux/vm/os_linux.cpp:673
        sp = 0xbfffc6c8 "\r"
        size = 8349385
        p = 0xbf805fe0 <error: Cannot access memory at address 0xbf805fe0>
#1  0xa24ea184 in os::Linux::manually_expand_stack(JavaThread*, unsigned
char*) (t=0x8112d800, addr=0xbf805000 <error: Cannot access memory at
address 0xbf805000>) at ./src/hotspot/src/os/linux/vm/os_linux.cpp:686
        mask_all = {__val = {2147483647, 4294967294, 4294967295 <repeats 30
times>}}
        old_sigset =
            {__val = {0, 0, 3221211064, 3221211096, 2717164998, 96,
3221211064, 2723038560, 3017451961, 2165500688, 2165500688, 2727120896,
2722827668, 2165500720, 2725235452, 63, 2722827632, 2727120896, 2165500504,
3221211144, 2723051487, 2165500688, 0, 2725235452, 1, 180, 3221211144,
2723051371, 2727120896, 2165500504, 2165500504, 3221211176}}
        t = 0x8112d800
        addr = 0xbf805000 <error: Cannot access memory at address
0xbf805000>
#2  0xa24f46c8 in os::create_attached_thread(JavaThread*)
(thread=0x8112d800) at ./src/hotspot/src/os/linux/vm/os_linux.cpp:965
        jt = <optimized out>
        osthread = <optimized out>
#3  0xa24f46c8 in os::create_main_thread(JavaThread*) (thread=0x8112d800)
at ./src/hotspot/src/os/linux/vm/os_linux.cpp:915
#4  0xa2636ede in Thread::set_as_starting_thread() (this=0x8112d800) at
./src/hotspot/src/share/vm/runtime/thread.cpp:988
        parse_result = <optimized out>
        ergo_result = <optimized out>
        create_vm_timer = {<StackObj> = {<No data fields>}, _timer =
{_counter = 1}, _begin_time = 1499280221899}
        timer = {<StackObj> = {<No data fields>}, _active = false, _verbose
= true, _t = {_counter = 0, _start_counter = -4611745787192279040, _active
= false}, _accum = 0x8}
        os_init_2_result = <optimized out>
        adjust_after_os_result = <optimized out>
        main_thread = 0x8112d800
        status = <optimized out>
        hm = {_thread = 0xffffffff, _area = 0x0, _chunk = 0xb3d2a1f8, _hwm
= 0xb7fd5ee0 "", _max = 0xa <error: Cannot access memory at address 0xa>,
_size_in_bytes = 64, _previous_handle_mark = 0x1}
        __the_thread__ = 0xb2338081
        __em = {_thread = 0x0}
#5  0xa2636ede in Threads::create_vm(JavaVMInitArgs*, bool*)
(args=0xbfffcb48, canTryAgain=0xbfffc9a7) at
./src/hotspot/src/share/vm/runtime/thread.cpp:3405
        parse_result = <optimized out>
        ergo_result = <optimized out>
        create_vm_timer = {<StackObj> = {<No data fields>}, _timer =
{_counter = 1}, _begin_time = 1499280221899}
        timer = {<StackObj> = {<No data fields>}, _active = false, _verbose
= true, _t = {_counter = 0, _start_counter = -4611745787192279040, _active
= false}, _accum = 0x8}
        os_init_2_result = <optimized out>
        adjust_after_os_result = <optimized out>
        main_thread = 0x8112d800
        status = <optimized out>
        hm = {_thread = 0xffffffff, _area = 0x0, _chunk = 0xb3d2a1f8, _hwm
= 0xb7fd5ee0 "", _max = 0xa <error: Cannot access memory at address 0xa>,
_size_in_bytes = 64, _previous_handle_mark = 0x1}
        __the_thread__ = 0xb2338081
        __em = {_thread = 0x0}
#6  0xa22e3645 in JNI_CreateJavaVM(JavaVM**, void**, void*) (vm=0xbfffcae8,
penv=0xbfffcda8, args=0xbfffcb48) at
./src/hotspot/src/share/vm/prims/jni.cpp:5220
        result = -1
        dtrace_return_mark = {_ret_ref = <synthetic pointer><error reading
variable>}
        can_try_again = true
#7  0xb233d9a1 in jfw_plugin_startJavaVirtualMachine(JavaInfo const*,
JavaVMOption const*, long, JavaVM_**, JNIEnv_**) (pInfo=<optimized out>,
arOptions=<optimized out>, cOptions=<optimized out>, ppVm=<optimized out>,
ppEnv=<optimized out>) at
./jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx:831
        guard = {pT = 0xb235e4a8 <rtl::Static<osl::Mutex, (anonymous
namespace)::PluginMutex>::get()::instance>}
        errorcode = javaPluginError::NONE
        sRuntimeLib = {pData = 0x81122f80}
        moduleRt = {m_Module = 0x0}
        sPathLocation = {pData = 0x811292c0}
        sSymbolCreateJava = {pData = 0x81129368}
        pCreateJavaVM = <optimized out>
        addForceInterpreted = false
        vm_args = {version = 65538, nOptions = 7, options = 0x81128ec8,
ignoreUnrecognized = 1 '\001'}
        options =
            std::vector of length 7, capacity 8 = {{optionString = {pData =
0x8111ea18}, extraInfo = 0xb233c2f0 <(anonymous
namespace)::abort_handler()>}, {optionString = {pData = 0x81128df0},
extraInfo = 0x0}, {optionString = {pData = 0x81122998}, extraInfo = 0x0},
{optionString = {pData = 0x8006ecc8}, extraInfo = 0x0}, {optionString =
{pData = 0x8006ecf0}, extraInfo = 0x0}, {optionString = {pData =
0x81128ce0}, extraInfo = 0x0}, {optionString = {pData = 0x81128dd0},
extraInfo = 0x0}}
        hasStackSize = <optimized out>
        sarOptions = <optimized out>
        err = <optimized out>
        pJavaVM = 0x0
---Type <return> to continue, or q <return> to quit---
        jmpval = <optimized out>
#8  0xb234fbf4 in jfw_startVM(JavaInfo const*, JavaVMOption*, long,
JavaVM_**, JNIEnv_**) (pInfo=<optimized out>, arOptions=<optimized out>,
cOptions=<optimized out>, ppVM=<optimized out>, ppEnv=<optimized out>)
    at ./jvmfwk/source/framework.cxx:343
        aInfo = {pInfo = 0x8111fa68}
        sarJOptions = std::unique_ptr<JavaVMOption> containing 0x811231b8
        plerr = <optimized out>
        sUserClassPath = {pData = 0x81123200}
        aVendorSettings = {m_xmlDocVendorSettingsFileUrl = {pData =
0x804f0018}, m_xmlDocVendorSettings = {_object = 0x804efc88},
m_xmlPathContextVendorSettings = {_object = 0x811299c8}}
        pVm = 0x0
        vmParams = std::vector of length 0, capacity 0
        index = <optimized out>
        errcode = JFW_E_NONE
#9  0xa863b11a in
stoc_javavm::JavaVirtualMachine::getJavaVM(com::sun::star::uno::Sequence<signed
char> const&) (this=0x81120cb8, rProcessId=...) at
./stoc/source/javavm/javavm.cxx:721
        aJvm = {_props = std::vector of length 3, capacity 4 = {{pData =
0x811201f8}, {pData = 0x8111ca98}, {pData = 0x804efdb8}}}
        sarOptions = std::unique_ptr<JavaVMOption> containing 0x3
        sarPropStrings = std::unique_ptr<rtl::OString> containing 0x81120cb8
        sJavaOption = {pData = 0x81123280}
        pMainThreadEnv = 0x0
        errcode = JFW_E_NONE
        index = <optimized out>
        bStarted = <optimized out>
        aGuard = {pT = 0xa34feb04}

        aId = {_pSequence = 0x81129e70, static s_pType = 0x80087010}
        returnType = <optimized out>
        aProcessId = {_pSequence = 0x81121748, static s_pType = 0x80087010}
        info = {info = 0x0}
#10 0xaf2cac24 in gcc3::callVirtualMethod(void*, long, void*,
_typelib_TypeDescription*, bool, long*, long) (pAdjustedThisPtr=0x81120ce8,
nVtableIndex=3, pRegisterReturn=0xbfffceb0, pReturnTypeDescr=0x8008b1a8,
bSimpleReturn=false, pStackLongs=0xbfffced0, nStackLongs=3) at
/build/libreoffice-Zee9oF/libreoffice-5.2.7/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:102
        edx = -1289556736
        eax = -1073754448
        stackptr = 0xbfffce40
#11 0xaf2ca1f9 in (anonymous
namespace)::cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*,
bridges::cpp_uno::shared::VtableSlot, typelib_TypeDescriptionReference*,
sal_Int32, typelib_MethodParameter*, void*, void**, uno_Any**)
(pThis=pThis@entry=0x8111f2e0, aVtableSlot=..., pReturnTypeRef=<optimized
out>, nParams=<optimized out>, pParams=<optimized out>,
pUnoReturn=<optimized out>, pUnoArgs=<optimized out>, ppUnoExc=<optimized
out>)
    at ./bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx:161
        pCppStack = 0xbfffcedc ""
        pCppStackStart = <optimized out>
        pReturnTypeDescr = 0x8008b1a8
        pCppReturn = <optimized out>
        bSimpleReturn = <optimized out>
        pAdjustedThisPtr = <optimized out>
        pCppArgs = <optimized out>
        pTempIndices = <optimized out>
        ppTempParamTypeDescr = <optimized out>
        nTempIndices = <optimized out>
#12 0xaf2ca80b in
bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*,
_typelib_TypeDescription const*, void*, void**, _uno_Any**)
(pUnoI=0x8111f2e0, pMemberDescr=0x8111e888, pReturn=0xa34fe750,
pArgs=0xa34fe770, ppException=0xa34fe7cc) at
./bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx:359
        pThis = 0x8111f2e0
#13 0xaa80ff11 in s_dispatcher_v(va_list*) (pParam=0xa34fe718) at
./cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx:384
        pUnoI = 0xfffff000
        pMemberType = 0x8111e888
        pReturn = 0xa34fe750
        pArgs = 0xa34fe770
#14 0xb24776ac in s_environment_invoke_v(uno_Environment*,
uno_Environment*, uno_EnvCallee*, va_list*) (pCurrEnv=0x0,
pTargetEnv=<optimized out>, pCallee=0xaa80fee0 <s_dispatcher_v(va_list*)>,
pParam=0xa34fe718)
    at ./cppu/source/uno/EnvStack.cxx:293
        hld = 0x8111b890
        pNextEnv = 0x0
#15 0xac801488 in AffineBridge::outerDispatch(int) (this=0x8111b618,
loop=1) at ./cppu/source/AffineBridge/AffineBridge.cxx:201
        mm = AffineBridge::CB_FPOINTER
#16 0xac8015c4 in AffineBridge::v_callInto_v(void (*)(char**), char**)
(this=<optimized out>, pCallee=<optimized out>, pParam=<optimized out>) at
./cppu/source/AffineBridge/AffineBridge.cxx:270
        guard = {pT = 0x8111b650}
        bResetId = <optimized out>
#17 0xb24779dc in cppu::Enterable::callInto_v(void (*)(char**), char**)
(pParam=<optimized out>, pCallee=<optimized out>, this=0x8111b978) at
./include/cppu/Enterable.hxx:53
        param = 0xbfffd140 "\001"
---Type <return> to continue, or q <return> to quit---
#18 0xb24779dc in cppu::Enterable::callInto(void (*)(char**), ...)
(this=0x8111b978, pCallee=0xb2476760 <s_pull(va_list*)>) at
./include/cppu/Enterable.hxx:90
        param = 0xbfffd140 "\001"
#19 0xb2477835 in s_callInto_v (pEnv=0x8111b890, pParam=0xbfffd148,
pCallee=0xb2477750 <s_environment_invoke_vv(va_list*)>) at
./cppu/source/uno/EnvStack.cxx:233
        pEnterable = <optimized out>
        param = 0xbfffd178
"\330\321\377\277ivG\262\060\341F\262\020\322\377\277\001"
#20 0xb2477835 in s_callInto(uno_Environment*, uno_EnvCallee*,
uno_EnvCallee*) (pEnv=0x8111b890, pCallee=0xb2477750
<s_environment_invoke_vv(va_list*)>, pCallee=0xb2477750
<s_environment_invoke_vv(va_list*)>)
    at ./cppu/source/uno/EnvStack.cxx:244
        param = 0xbfffd178
"\330\321\377\277ivG\262\060\341F\262\020\322\377\277\001"
#21 0xb2477685 in s_environment_invoke_v(uno_Environment*,
uno_Environment*, uno_EnvCallee*, va_list*) (pCurrEnv=0x0,
pTargetEnv=0x8111b890, pCallee=pCallee@entry=0xaa80fee0
<s_dispatcher_v(va_list*)>, pParam=0xbfffd1d8)
    at ./cppu/source/uno/EnvStack.cxx:300
        pNextEnv = 0x8111b890
#22 0xb24776e4 in uno_Environment_invoke_v(uno_Environment*,
uno_EnvCallee*, va_list*) (pTargetEnv=<optimized out>, pCallee=0xaa80fee0
<s_dispatcher_v(va_list*)>, pParam=0xbfffd1d8) at
./cppu/source/uno/EnvStack.cxx:312
#23 0xb2477728 in uno_Environment_invoke(uno_Environment*, uno_EnvCallee*,
...) (pEnv=0x8111b890, pCallee=0xaa80fee0 <s_dispatcher_v(va_list*)>) at
./cppu/source/uno/EnvStack.cxx:321
        param = 0xbfffd20c
"|\304\021\201\060\374\021\201\340\242\022\201k\377\200\252"
#24 0xaa8107ee in Proxy::dispatch(_typelib_TypeDescriptionReference*,
_typelib_MethodParameter*, long, _typelib_TypeDescription const*, void*,
void**, _uno_Any**) (this=<optimized out>, pReturnTypeRef=<optimized out>,
pParams=<optimized out>, nParams=2, pMemberType=<optimized out>,
pReturn=<optimized out>, pArgs=<optimized out>, ppException=<optimized
out>) at ./cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx:446
        args = 0xbfffd250
        return_td = 0x8111eff0
        ret = 0xbfffd230
        exc_data = {pType = 0x808aa420, pData = 0x0, pReserved = 0x80832758}
        exc = 0xbfffd2b0
#25 0xaa810b21 in s_Proxy_dispatch(uno_Interface*, typelib_TypeDescription
const*, void*, void**, uno_Any**) (pUnoI=0x8111ac50,
pMemberType=0x8111ef90, pReturn=0xbfffd3b0, pArgs=0xbfffd380,
ppException=0xbfffd41c)
    at ./cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx:171
        pThis = 0x8111ac50
        param = {pName = 0x1, pTypeRef = 0x808aa420, bIn = 104 'h', bOut =
211 '\323'}
        nParams = 2
        pParams = 0x811169b8
        pReturnTypeRef = 0x8111eff0
#26 0xaf2c7720 in (anonymous
namespace)::cpp2uno_call(bridges::cpp_uno::shared::CppInterfaceProxy*,
typelib_TypeDescription const*, typelib_TypeDescriptionReference*,
sal_Int32, typelib_MethodParameter*, void**, void*)
(pThis=pThis@entry=0x8111b028,
pMemberTypeDescr=<optimized out>, pReturnTypeRef=<optimized out>,
nParams=<optimized out>, pParams=<optimized out>, pCallStack=<optimized
out>, pReturnValue=<optimized out>)
    at ./bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx:155
        pCppStack = 0xbfffd580 "\ayA\262"
        pReturnTypeDescr = 0x8111eff0
        pUnoReturn = <optimized out>
        pCppReturn = <optimized out>
        pUnoArgs = <optimized out>
        pCppArgs = <optimized out>
        pTempIndices = <optimized out>
        ppTempParamTypeDescr = <optimized out>
        nTempIndices = <optimized out>
        aUnoExc = {pType = 0x808aa420, pData = 0x0, pReserved = 0x81111fc8}
        pUnoExc = 0xbfffd420
#27 0xaf2c7c77 in (anonymous namespace)::cpp_vtable_call(int, int, void**,
void*) (nFunctionIndex=3, nVtableOffset=0, pCallStack=0xbfffd56c,
pReturnValue=0xbfffd560) at
./bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx:333
        pThis = 0x8111b03c
        pCppI = 0x8111b028
        nMemberPos = <optimized out>
        aMemberDescr = {_pTypeDescr = 0x8111ef90}
#28 0xaf2ce4b9 in privateSnippetExecutorClass () at
/usr/lib/libreoffice/program/libgcc3_uno.so
#29 0xa7cd18dd in  () at
/usr/lib/libreoffice/program/../program/libhsqldb.so

#30 0xaa844237 in
connectivity::OPoolCollection::getConnectionWithInfo(rtl::OUString const&,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)
(this=0x81109798, _rURL=..., _rInfo=...)
    at ./connectivity/source/cpool/ZPoolCollection.cxx:118
        aGuard = {pT = 0x811097d8}
        xConnection = {<com::sun::star::uno::BaseReference> = {_pInterface
= 0x0}, <No data fields>}
        xDriver = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80beccb0}, <No data fields>}
        xDriverNode = {<com::sun::star::uno::BaseReference> = {_pInterface
= 0x0}, <No data fields>}
        sImplName = {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}
#31 0xaa5f04b7 in  () at /usr/lib/libreoffice/program/../program/libdbalo.so
#32 0xaa5f3b83 in  () at /usr/lib/libreoffice/program/../program/libdbalo.so
#33 0xaa5f4152 in  () at /usr/lib/libreoffice/program/../program/libdbalo.so
#34 0xaa5f4432 in  () at /usr/lib/libreoffice/program/../program/libdbalo.so
#35 0xaa5f47f8 in  () at /usr/lib/libreoffice/program/../program/libdbalo.so
#36 0xaa2a0d3b in
dbaui::ODatasourceConnector::connect(com::sun::star::uno::Reference<com::sun::star::sdbc::XDataSource>
const&, dbtools::SQLExceptionInfo*) const (this=0xbfffdcb0,
_xDataSource=..., _pErrorInfo=0x0)
    at ./dbaccess/source/ui/misc/datasourceconnector.cxx:139
---Type <return> to continue, or q <return> to quit---
        xConnection = {<com::sun::star::uno::BaseReference> = {_pInterface
= 0x0}, <No data fields>}
        sPassword = {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}
        sUser = {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}
        bPwdRequired = 208
        aInfo =
          {m_aContent = {<_uno_Any> = {pType = 0x8007ae10, pData =
0xbfffdbd0, pReserved = 0xb2460f1b
<typelib_typedescription_release(typelib_TypeDescription*)+11>}, <No data
fields>}, m_eType = dbtools::SQLExceptionInfo::TYPE::Undefined}
#37 0xaa2a2a4d in dbaui::ODatasourceConnector::connect(rtl::OUString
const&, dbtools::SQLExceptionInfo*) const (this=<optimized out>,
_rDataSourceName=..., _pErrorInfo=<optimized out>)
    at ./dbaccess/source/ui/misc/datasourceconnector.cxx:89
        xConnection = <optimized out>
        xDatasource = {<com::sun::star::uno::BaseReference> = {_pInterface
= 0x80cd890c}, <No data fields>}
#38 0xaa1a8893 in dbaui::OGenericUnoController::connect(rtl::OUString
const&, rtl::OUString const&, dbtools::SQLExceptionInfo*) (this=0x80d04998,
_rDataSourceName=..., _rContextInformation=..., _pErrorInfo=<optimized out>)
    at ./dbaccess/source/ui/browser/genericcontroller.cxx:969
        aWaitCursor = {mpWindow = {m_rInnerRef = {m_pBody = 0x80f43c00}}}
        aConnector = {m_pErrorMessageParent = {m_rInnerRef = {m_pBody =
0x80f43c00}}, m_xContext = {<com::sun::star::uno::BaseReference> =
{_pInterface = 0x80085c08}, <No data fields>}, m_sContextInformation =
{pData = 0x80c621d8}}
        xConnection = <optimized out>
#39 0xaa136753 in
dbaui::OApplicationController::ensureConnection(dbtools::SQLExceptionInfo*)
(this=<optimized out>, _pErrorInfo=<optimized out>) at
./dbaccess/source/ui/app/AppControllerDnD.cxx:357
        aSolarGuard = {m_solarMutex = @0x80071d98}
        sConnectingContext = {pData = 0x80c621d8}
        aWO = {mpWindow = {m_rInnerRef = {m_pBody = 0x80f43c00}}}
        conn = {<com::sun::star::uno::BaseReference> = {_pInterface = 0x0},
<No data fields>}
#40 0xaa12150d in
dbaui::OApplicationController::onContainerSelect(dbaui::ElementType)
(this=0x80d04998, _eType=dbaui::E_TABLE) at
./dbaccess/source/ui/app/AppController.cxx:1667
        xConnection = {m_xComponent = <error reading variable: Cannot
access memory at address 0x5>, m_xTypedComponent =
{<com::sun::star::uno::BaseReference> = {_pInterface = 0x0}, <No data
fields>}}
        aSelGuard = {m_rNotifier = @0x80cec0b8}
        xLayoutManager = {<com::sun::star::uno::BaseReference> =
{_pInterface = 0xaa099ea4}, <No data fields>}
        pendingSelection = <optimized out>
#41 0xaa1581f9 in
dbaui::OApplicationSwapWindow::onContainerSelected(dbaui::ElementType)
(this=0x80d82d58, _eType=dbaui::E_TABLE) at
./dbaccess/source/ui/app/AppSwapWindow.cxx:141
#42 0xb5987133 in Link<SvtIconChoiceCtrl*, void>::Call(SvtIconChoiceCtrl*)
const (data=0x81057f80, this=0x810580dc) at ./include/tools/link.hxx:84
#43 0xb5987133 in SvtIconChoiceCtrl::ClickIcon() (this=0x81057f80) at
./svtools/source/contnr/ivctrl.cxx:279
#44 0xb597d5e0 in
SvxIconChoiceCtrl_Impl::CallSelectHandler(SvxIconChoiceCtrlEntry*)
(this=0x80ec4858) at ./svtools/source/contnr/imivctl1.cxx:3521
        this = 0x80ec4858
#45 0xb597e8b7 in
SvxIconChoiceCtrl_Impl::SelectEntry(SvxIconChoiceCtrlEntry*, bool, bool,
bool) (this=0x80ec4858, pEntry=0x80fbb768, bSelect=<optimized out>,
bAdd=false, bSyncPaint=false) at ./svtools/source/contnr/imivctl1.cxx:377
        nEntryFlags = <optimized out>
#46 0xb597ea08 in
SvxIconChoiceCtrl_Impl::SetCursor(SvxIconChoiceCtrlEntry*)
(this=0x80ec4858, pEntry=0x80fbb768) at
./svtools/source/contnr/imivctl1.cxx:2014
        pOldCursor = <optimized out>
        pEntry = 0x80fbb768
        this = 0x80ec4858
#47 0xb5987232 in SvtIconChoiceCtrl::SetCursor(SvxIconChoiceCtrlEntry*)
(this=0x81057f80, pEntry=0x80fbb768) at
./svtools/source/contnr/ivctrl.cxx:321
#48 0xaa15832d in
dbaui::OApplicationSwapWindow::selectContainer(dbaui::ElementType)
(this=0x80d82d58, _eType=dbaui::E_TABLE) at
./dbaccess/source/ui/app/AppSwapWindow.cxx:181
        nCount = 4
        pEntry = <optimized out>
#49 0xaa15a6ed in
dbaui::OApplicationView::selectContainer(dbaui::ElementType)
(this=0x80f43c00, _eType=dbaui::E_TABLE) at
./dbaccess/source/ui/app/AppView.cxx:459
        aWO = {mpWindow = {m_rInnerRef = {m_pBody = 0x80f43c00}}}
#50 0xaa122d32 in
dbaui::OApplicationController::select(com::sun::star::uno::Any const&)
(this=<optimized out>, _aSelection=...) at
./dbaccess/source/ui/app/AppController.cxx:2872
        aSolarGuard = <optimized out>
        aGuard = <optimized out>
        aSelection = {_pSequence = 0xb24951b8 <cppu::g_emptySeq>, static
s_pType = 0x800820c8}
        aCurrentSelection = {_pSequence = 0xb24951b8 <cppu::g_emptySeq>,
static s_pType = 0x80c92cc0}
        aSelectedObjects = {_pSequence = 0x81109a68, static s_pType =
0x81108678}
        aSelectedElements = std::map with 0 elements
        eSelectedCategory = <optimized out>
#51 0xab2b3bea in
dbaxml::DBContentLoader::load(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>
const&, rtl::OUString const&,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&,
com::sun::star::uno::Reference<com::sun::star::frame::XLoadEventListener>
const&) (this=<optimized out>, rFrame=..., _rURL=..., rArgs=...,
rListener=...) at ./dbaccess/source/filter/xml/dbloader2.cxx:535
        aSelection = {Type = 1000, Name = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}}
        aMediaDesc = {m_pImpl =
std::unique_ptr<comphelper::NamedValueCollection_Impl> containing
0x80c6ca50}
        xModel = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80ce2510}, <No data fields>}
        sSalvagedURL = {pData = 0x80bf7940}
        bCreateNew = <optimized out>
        bStartTableWizard = false
        bSuccess = true
        xExistentDBDoc = {<com::sun::star::uno::BaseReference> =
{_pInterface = 0x0}, <No data fields>}
        sViewName = {pData = 0x80c96128}
        nInitialSelection = <optimized out>
---Type <return> to continue, or q <return> to quit---
#52 0xb507b67f in framework::LoadEnv::impl_loadContent() (this=<optimized
out>) at ./framework/source/loadenv/loadenv.cxx:1104
        pListener = 0x80c961e0
        xListener = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80c961f4}, <No data fields>}
        aWriteLock = {pT = 0x0}
        sTarget = {pData = 0x80bfffc8}
        xTargetFrame = {<com::sun::star::uno::BaseReference> = {_pInterface
= 0x80cae608}, <No data fields>}
        xTargetLock = {<com::sun::star::uno::BaseReference> = {_pInterface
= 0x80cae61c}, <No data fields>}
        xProgress = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80cd287c}, <No data fields>}
        lDescriptor = {_pSequence = 0x80cd37f0, static s_pType = 0x808aa420}
        sURL = {pData = 0x80bf7940}
        xLoader = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80cd52b0}, <No data fields>}
#53 0xb507c849 in framework::LoadEnv::startLoading() (this=<optimized out>)
at ./framework/source/loadenv/loadenv.cxx:379
        aReadLock = {pT = 0x0}
        bStarted = <optimized out>
#54 0xb50070b8 in
framework::LoadDispatcher::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=<optimized out>, rURL=..., lArguments=..., xListener=...) at
./framework/source/dispatch/loaddispatcher.cxx:115
        xThis = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80bff080}, <No data fields>}
        g = {pT = 0x80bff09c}
        xBaseFrame = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80bb9f04}, <No data fields>}
        xComponent = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x0}, <No data fields>}
        aRet = <optimized out>
#55 0xb50080db in
framework::LoadDispatcher::dispatchWithReturnValue(com::sun::star::util::URL
const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
const&) (this=0x80bff080, rURL=..., lArguments=...)
    at ./framework/source/dispatch/loaddispatcher.cxx:62
#56 0xb4a94fe2 in
comphelper::SynchronousDispatch::dispatch(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
const&, rtl::OUString const&, rtl::OUString const&, long,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)
(xStartPoint=..., sURL=..., sTarget=..., nFlags=<optimized out>,
lArguments=...) at ./comphelper/source/misc/synchronousdispatch.cxx:64
        aRet = {<_uno_Any> = {pType = 0x8007ae10, pData = 0xbfffe634,
pReserved = 0x0}, <No data fields>}
        aURL =
            {Complete = {pData = 0x80bdd080}, Main = {pData = 0x80ba6cb8},
Protocol = {pData = 0x80ba8110}, User = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, Password = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, Server = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, Port = 0, Path = {pData = 0x80ba3760}, Name =
{pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}, Arguments = {pData =
0x80ba3788}, Mark = {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}}
        xTrans = <optimized out>
        xDispatcher = {<com::sun::star::uno::BaseReference> = {_pInterface
= 0x80bff094}, <No data fields>}
        aComponent = <optimized out>
#57 0xb580c8a7 in
desktop::DispatchWatcher::executeDispatchRequests(std::vector<desktop::DispatchWatcher::DispatchRequest,
std::allocator<desktop::DispatchWatcher::DispatchRequest> > const&, bool)
(this=0x80ba5000, aDispatchRequestsList=std::vector of length 1, capacity 1
= {...}, bNoTerminate=false) at ./desktop/source/app/dispatchwatcher.cxx:418
        aObj =
          {m_aAbsURIRef = {pData = 0x80bfedb0, nCapacity = 37}, m_aScheme =
{m_nBegin = 0, m_nLength = 7}, m_aUser = {m_nBegin = -1, m_nLength = 0},
m_aAuth = {m_nBegin = -1, m_nLength = 0}, m_aHost = {m_nBegin = -1,
m_nLength = 0}, m_aPort = {m_nBegin = -1, m_nLength = 0}, m_aPath =
{m_nBegin = 16, m_nLength = 9}, m_aQuery = {m_nBegin = 26, m_nLength = 11},
m_aFragment = {m_nBegin = -1, m_nLength = 0}, m_eScheme =
INetProtocol::PrivSoffice, m_eSmartScheme = INetProtocol::Http}
        xDoc = {<com::sun::star::uno::BaseReference> = {_pInterface = 0x0},
<No data fields>}
        nCount = <optimized out>
        aArgs = {_pSequence = 0x80abbd10, static s_pType = 0x808aa420}
        aName = {pData = 0x80be16b8}
        aTarget = {pData = 0x80a350a0}
        __for_range = <error reading variable: Cannot access memory at
address 0x4>
        xDesktop = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80bb9efc}, <No data fields>}
        aDispatches = std::vector of length 0, capacity 0
        aAsTemplateArg = {pData = 0x80c04930}
        bSetInputFilter = 128
        aForcedInputFilter = {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}
        aGuard = <optimized out>
        bEmpty = <optimized out>
#58 0xb5818f63 in
desktop::RequestHandler::ExecuteCmdLineRequests(desktop::ProcessDocumentsRequest&,
bool) (aRequest=..., noTerminate=false) at
./desktop/source/app/officeipcthread.cxx:1364
        dispatchWatcher = <optimized out>
        aTempList =
              std::vector of length 1, capacity 1 = {{aRequestType =
desktop::DispatchWatcher::REQUEST_OPEN, aURL = {pData = 0x80bff198},
aCwdUrl = {<boost::optional_detail::optional_base<rtl::OUString>> =
{<boost::optional_detail::optional_tag> = {<No data fields>}, m_initialized
= true, m_storage = {dummy_ = {data = "X\352\006\200", aligner_ = {<No data
fields>}}}}, <No data fields>}, aPrinterName = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, aPreselectedFactory = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}}}
        aGuard = {pT = 0x0}
        aDispatchList = std::vector of length 0, capacity 1
        bShutdown = false
#59 0xb57f7ae5 in desktop::Desktop::OpenDefault() () at
./desktop/source/app/app.cxx:2236
        aName = {pData = 0x80bff198}
        aOpt =
---Type <return> to continue, or q <return> to quit---
          {<utl::detail::Options> = {<utl::ConfigurationBroadcaster> =
{_vptr.ConfigurationBroadcaster = 0xb7ec7ab0 <vtable for
SvtModuleOptions+8>, mpList = 0x0, m_nBroadcastBlocked = 0, m_nBlockedHint
= 0}, <utl::ConfigurationListener> = {_vptr.ConfigurationListener =
0xb7ec7ac8 <vtable for SvtModuleOptions+32>}, <No data fields>}, static
m_pDataContainer = 0x80bf72d0, static m_nRefCount = 2}
        aRequest =
          {aCwdUrl =
{<boost::optional_detail::optional_base<rtl::OUString>> =
{<boost::optional_detail::optional_tag> = {<No data fields>}, m_initialized
= true, m_storage = {dummy_ = {data = "X\352\006\200", aligner_ = {<No data
fields>}}}}, <No data fields>}, aModule = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, aOpenList = std::vector of length 1, capacity 1
= {{pData = 0x80bff198}}, aViewList = std::vector of length 0, capacity 0,
aStartList = std::vector of length 0, capacity 0, aPrintList = std::vector
of length 0, capacity 0, aForceOpenList = std::vector of length 0, capacity
0, aForceNewList = std::vector of length 0, capacity 0, aPrinterName =
{pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}, aPrintToList = std::vector
of length 0, capacity 0, aConversionList = std::vector of length 0,
capacity 0, aConversionParams = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, aConversionOut = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, aInFilter = std::vector of length 0, capacity 0,
pcProcessed = 0x0, bTextCat = false}
#60 0xb57f9fba in desktop::Desktop::OpenClients() () at
./desktop/source/app/app.cxx:2185
        xFirst = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x0}, <No data fields>}
        bRecovery = 191
        bAllowRecoveryAndSessionManagement = <optimized out>
        aRequest =
          {aCwdUrl =
{<boost::optional_detail::optional_base<rtl::OUString>> =
{<boost::optional_detail::optional_tag> = {<No data fields>}, m_initialized
= true, m_storage = {dummy_ = {data = "X\352\006\200", aligner_ = {<No data
fields>}}}}, <No data fields>}, aModule = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, aOpenList = std::vector of length 0, capacity 0,
aViewList = std::vector of length 0, capacity 0, aStartList = std::vector
of length 0, capacity 0, aPrintList = std::vector of length 0, capacity 0,
aForceOpenList = std::vector of length 0, capacity 0, aForceNewList =
std::vector of length 0, capacity 0, aPrinterName = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, aPrintToList = std::vector of length 0, capacity
0, aConversionList = std::vector of length 0, capacity 0, aConversionParams
= {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}, aConversionOut = {pData =
0xb3f2af5c <aImplEmpty_rtl_uString>}, aInFilter = std::vector of length 0,
capacity 0, pcProcessed = 0x0, bTextCat = false}
        xDesktop = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80bb9efc}, <No data fields>}
        xList = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80bb97f4}, <No data fields>}
#61 0xb57fac87 in desktop::Desktop::OpenClients_Impl(void*)
(this=0xbffff288) at ./desktop/source/app/app.cxx:1937
        pExitPostStartup = <optimized out>
#62 0xb66b0683 in Link<void*, void>::Call(void*) const (data=<optimized
out>, this=0x80bd8fdc) at ./include/tools/link.hxx:84
        pWindow = {m_rInnerRef = {m_pBody = 0x80bd26a8}}
#63 0xb66b0683 in ImplHandleUserEvent (pSVEvent=0x80bd8fd8) at
./vcl/source/window/winproc.cxx:1959
        pWindow = {m_rInnerRef = {m_pBody = 0x80bd26a8}}
#64 0xb66b0683 in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*)
(_pWindow=0x80bd26a8, nEvent=SalEvent::UserEvent, pEvent=0x80bd8fd8) at
./vcl/source/window/winproc.cxx:2527
        pWindow = {m_rInnerRef = {m_pBody = 0x80bd26a8}}
#65 0xb697083f in SalFrame::CallCallback(SalEvent, void const*) const
(pEvent=0x80bd8fd8, nEvent=SalEvent::UserEvent, this=0x80bd2c48) at
./vcl/inc/salframe.hxx:280
        pData = 0x80bd8fd8
        pFrame = 0x80bd2c48
        nEvent = SalEvent::UserEvent
#66 0xb697083f in SalGenericDisplay::DispatchInternalEvent()
(this=0x808a9df0) at ./vcl/unx/generic/app/gendisp.cxx:86
        pData = 0x80bd8fd8
        pFrame = 0x80bd2c48
        nEvent = SalEvent::UserEvent
#67 0xaf20adfc in GtkData::userEventFn(void*) (data=<optimized out>) at
./vcl/unx/gtk3/gtk3gtkdata.cxx:807
        bContinue = 1
        pThis = <optimized out>
        pData = <optimized out>
        aGuard = {pT = 0x80071d98}
#68 0xaf20aeae in call_userEventFn(void*) (data=0x80071f70) at
./vcl/unx/gtk3/gtk3gtkdata.cxx:817
        aGuard = {m_solarMutex = @0x80071d98}
#69 0xb343f39b in g_main_dispatch (context=0x807718f8) at
././glib/gmain.c:3203
        dispatch = 0xb343bb30 <g_idle_dispatch>
        prev_source = 0x0
        was_in_call = 0
        user_data = 0x80071f70
        callback = 0xaf20ae80 <call_userEventFn(void*)>
        cb_funcs = <optimized out>
        cb_data = 0x80aabfe8
        need_destroy = <optimized out>
        source = 0x809c8470
        current = 0x808b0610
        i = 0
#70 0xb343f39b in g_main_context_dispatch (context=0x807718f8) at
././glib/gmain.c:3856
#71 0xb343f789 in g_main_context_iterate (context=context@entry=0x807718f8,
block=block@entry=0, dispatch=dispatch@entry=1, self=<optimized out>) at
././glib/gmain.c:3929
        max_priority = -100
        timeout = 0
        some_ready = 1
        nfds = 0
        allocated_nfds = <optimized out>
        fds = <optimized out>
---Type <return> to continue, or q <return> to quit---
#72 0xb343f854 in g_main_context_iteration (context=0x807718f8,
may_block=0) at ././glib/gmain.c:3990
        retval = <optimized out>
#73 0xaf20a37a in GtkData::Yield(bool, bool) (this=0x80071f70, bWait=false,
bHandleAllCurrentEvents=false) at ./vcl/unx/gtk3/gtk3gtkdata.cxx:465
        nMaxEvents = 0
        wasOneEvent = <optimized out>
        bDispatchThread = true
        bWasEvent = false
#74 0xaf20bb70 in GtkInstance::DoYield(bool, bool, unsigned long)
(this=0x80071ed0, bWait=false, bHandleAllCurrentEvents=false, nReleased=0)
at ./vcl/unx/gtk3/../gtk/gtkinst.cxx:415
#75 0xb68c5306 in ImplYield(bool, bool, unsigned long) (nReleased=0,
i_bAllEvents=false, i_bWait=<optimized out>) at
./vcl/source/app/svapp.cxx:511
        pSVData = 0xb7fa70c0 <rtl::Static<ImplSVData, (anonymous
namespace)::private_aImplSVData>::get()::instance>
        bHasActiveIdles = true
        eResult = <optimized out>
#76 0xb68c5306 in Application::Yield() () at ./vcl/source/app/svapp.cxx:556
#77 0xb68c7d38 in Application::Execute() () at
./vcl/source/app/svapp.cxx:473
        pSVData = 0xb7fa70c0 <rtl::Static<ImplSVData, (anonymous
namespace)::private_aImplSVData>::get()::instance>
#78 0xb57fc32d in desktop::Desktop::DoExecute() () at
./desktop/source/app/app.cxx:1320
        layer2 = {m_aEnvTypeName = {pData = 0x80c005b8}, m_xPreviousContext
= {<com::sun::star::uno::BaseReference> = {_pInterface = 0x808ab2fc}, <No
data fields>}}
        bTerminateRequested = false
        layer = {m_aEnvTypeName = {pData = 0x808aa2f8}, m_xPreviousContext
= {<com::sun::star::uno::BaseReference> = {_pInterface = 0x80071e04}, <No
data fields>}}
        aUnknown = {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}
        inst_fin = <optimized out>
        xContext = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80085c08}, <No data fields>}
        xRestartManager = {<com::sun::star::uno::BaseReference> =
{_pInterface = 0x80a661f4}, <No data fields>}
        xDesktop = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80bb9efc}, <No data fields>}
        aAppearanceCfg =
          {<utl::ConfigItem> = {<utl::ConfigurationBroadcaster> =
{_vptr.ConfigurationBroadcaster = 0xb7e3d274 <vtable for
SvtTabAppearanceCfg+8>, mpList = 0x0, m_nBroadcastBlocked = 0,
m_nBlockedHint = 0}, sSubTree = {pData = 0x80c089f8}, m_xHierarchyAccess =
{<com::sun::star::uno::BaseReference> = {_pInterface = 0x80c0731c}, <No
data fields>}, xChangeLstnr = {<com::sun::star::uno::BaseReference> =
{_pInterface = 0x0}, <No data fields>}, m_nMode =
ConfigItemMode::DelayedUpdate, m_bIsModified = false,
m_bEnableInternalNotification = false, m_nInValueChange = 0}, nDragMode =
DragMode::SystemDep, nScaleFactor = 100, nSnapMode = SnapType::NONE,
nMiddleMouse = MouseMiddleButtonAction::PasteSelection, nAAMinPixelHeight =
8, bMenuMouseFollow = true, bFontAntialiasing = true, static bInitialized =
true}
        aOptions =
          {<utl::detail::Options> = {<utl::ConfigurationBroadcaster> =
{_vptr.ConfigurationBroadcaster = 0xb7e3d224 <vtable for
SvtAccessibilityOptions+8>, mpList = 0x0, m_nBroadcastBlocked = 0,
m_nBlockedHint = 0}, <utl::ConfigurationListener> =
{_vptr.ConfigurationListener = 0xb7e3d240 <vtable for
SvtAccessibilityOptions+36>}, <No data fields>}, <SfxListener> =
{_vptr.SfxListener = 0xb7e3d254 <vtable for SvtAccessibilityOptions+56>,
mpImpl = std::unique_ptr<SfxListener::Impl> containing 0x80c64c60}, static
sm_pSingleImplConfig = 0x80bdd198, static sm_nAccessibilityRefCount = 2}
#79 0xb57fc32d in desktop::Desktop::Main() (this=0xbffff288) at
./desktop/source/app/app.cxx:1650
        layer2 = {m_aEnvTypeName = {pData = 0x80c005b8}, m_xPreviousContext
= {<com::sun::star::uno::BaseReference> = {_pInterface = 0x808ab2fc}, <No
data fields>}}
        bTerminateRequested = false
        layer = {m_aEnvTypeName = {pData = 0x808aa2f8}, m_xPreviousContext
= {<com::sun::star::uno::BaseReference> = {_pInterface = 0x80071e04}, <No
data fields>}}
        aUnknown = {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}
        inst_fin = <optimized out>
        xContext = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80085c08}, <No data fields>}
        xRestartManager = {<com::sun::star::uno::BaseReference> =
{_pInterface = 0x80a661f4}, <No data fields>}
        xDesktop = {<com::sun::star::uno::BaseReference> = {_pInterface =
0x80bb9efc}, <No data fields>}
        aAppearanceCfg =
          {<utl::ConfigItem> = {<utl::ConfigurationBroadcaster> =
{_vptr.ConfigurationBroadcaster = 0xb7e3d274 <vtable for
SvtTabAppearanceCfg+8>, mpList = 0x0, m_nBroadcastBlocked = 0,
m_nBlockedHint = 0}, sSubTree = {pData = 0x80c089f8}, m_xHierarchyAccess =
{<com::sun::star::uno::BaseReference> = {_pInterface = 0x80c0731c}, <No
data fields>}, xChangeLstnr = {<com::sun::star::uno::BaseReference> =
{_pInterface = 0x0}, <No data fields>}, m_nMode =
ConfigItemMode::DelayedUpdate, m_bIsModified = false,
m_bEnableInternalNotification = false, m_nInValueChange = 0}, nDragMode =
DragMode::SystemDep, nScaleFactor = 100, nSnapMode = SnapType::NONE,
nMiddleMouse = MouseMiddleButtonAction::PasteSelection, nAAMinPixelHeight =
8, bMenuMouseFollow = true, bFontAntialiasing = true, static bInitialized =
true}
        aOptions =
          {<utl::detail::Options> = {<utl::ConfigurationBroadcaster> =
{_vptr.ConfigurationBroadcaster = 0xb7e3d224 <vtable for
SvtAccessibilityOptions+8>, mpList = 0x0, m_nBroadcastBlocked = 0,
m_nBlockedHint = 0}, <utl::ConfigurationListener> =
{_vptr.ConfigurationListener = 0xb7e3d240 <vtable for
SvtAccessibilityOptions+36>}, <No data fields>}, <SfxListener> =
{_vptr.SfxListener = 0xb7e3d254 <vtable for SvtAccessibilityOptions+56>,
mpImpl = std::unique_ptr<SfxListener::Impl> containing 0x80c64c60}, static
sm_pSingleImplConfig = 0x80bdd198, static sm_nAccessibilityRefCount = 2}
#80 0xb68cbbd6 in ImplSVMain() () at ./vcl/source/app/svmain.cxx:185
        pSVData = 0xb7fa70c0 <rtl::Static<ImplSVData, (anonymous
namespace)::private_aImplSVData>::get()::instance>
        nReturn = 1
#81 0xb68cbd09 in SVMain() () at ./vcl/source/app/svmain.cxx:223
        nRet = -1208659968
#82 0xb58222b3 in soffice_main() () at
./desktop/source/app/sofficemain.cxx:166
        aDesktop =
          {<Application> = {_vptr.Application = 0xb7dbf178 <vtable for
desktop::Desktop+8>}, m_rSplashScreen =
{<com::sun::star::uno::BaseReference> = {_pInterface = 0x808ab63c}, <No
data fields>}, m_bCleanedExtensionCache = false, m_bServicesRegistered =
true, m_aBootstrapError = desktop::Desktop::BE_OK, m_aBootstrapErrorMessage
= {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}, m_aBootstrapStatus =
desktop::Desktop::BS_OK, m_xLockfile = std::unique_ptr<desktop::Lockfile>
containing 0x80bb9d28, m_firstRunTimer = {<Scheduler> = {_vptr.Scheduler =
0xb7eda360 <vtable for Timer+8>, mpSchedulerData = 0x0, mpDebugName = 0x0,
mePriority = SchedulerPriority::HIGHEST, mbActive = false, static
ImmediateTimeoutMs = 1, static InfiniteTimeoutMs = 86400000}, maTimeoutHdl
= {function_ = 0x0, instance_ = 0x0}, mnTimeout = 1, mbAuto = false},
static pResMgr = 0x80bba530}
        rCmdLineArgs =
---Type <return> to continue, or q <return> to quit---
            @0xb7f8cac0: {m_cwdUrl =
{<boost::optional_detail::optional_base<rtl::OUString>> =
{<boost::optional_detail::optional_tag> = {<No data fields>}, m_initialized
= true, m_storage = {dummy_ = {data = "X\352\006\200", aligner_ = {<No data
fields>}}}}, <No data fields>}, m_minimized = false, m_invisible = false,
m_norestore = false, m_headless = false, m_eventtesting = false,
m_quickstart = false, m_noquickstart = false, m_terminateafterinit = false,
m_nologo = false, m_nolockcheck = false, m_nodefault = false, m_help =
false, m_writer = false, m_calc = false, m_draw = false, m_impress = false,
m_global = false, m_math = false, m_web = false, m_base = true,
m_helpwriter = false, m_helpcalc = false, m_helpdraw = false, m_helpbasic =
false, m_helpmath = false, m_helpimpress = false, m_helpbase = false,
m_version = false, m_splashpipe = false, m_textcat = false, m_unknown =
{pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}, m_bEmpty = false,
m_bDocumentArgs = true, m_accept = std::vector of length 0, capacity 0,
m_unaccept = std::vector of length 0, capacity 0, m_openlist = std::vector
of length 0, capacity 0, m_viewlist = std::vector of length 0, capacity 0,
m_startlist = std::vector of length 0, capacity 0, m_forceopenlist =
std::vector of length 0, capacity 0, m_forcenewlist = std::vector of length
0, capacity 0, m_printlist = std::vector of length 0, capacity 0,
m_printtolist = std::vector of length 0, capacity 0, m_printername = {pData
= 0xb3f2af5c <aImplEmpty_rtl_uString>}, m_conversionlist = std::vector of
length 0, capacity 0, m_conversionparams = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, m_conversionout = {pData = 0xb3f2af5c
<aImplEmpty_rtl_uString>}, m_infilter = std::vector of length 0, capacity
0, m_language = {pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}, m_pidfile =
{pData = 0xb3f2af5c <aImplEmpty_rtl_uString>}}
#83 0x8000061d in sal_main () at ./desktop/source/app/main.c:48
        ret = 2
#84 0x8000061d in main (argc=2, argv=0xbffff3c4) at
./desktop/source/app/main.c:47
(gdb)
(gdb) quit
A debugging session is active.

    Inferior 1 [process 1576] will be killed.

Quit anyway? (y or n) y

$

Reply via email to