<div dir="ltr"><div>Hi,</div><div>I copied the C++ DocumentLoader example, but I get an segmentation fault.</div><div><br></div><div>The segfault is caused by invoking `cppu::defaultBootstrap_InitialComponentContext()`<br></div><div><br></div><div>gdb:</div><div><br></div><div>Thread 1 "generator" received signal SIGABRT, Aborted.<br>0x00007ffff699386b in raise () from /usr/lib/libc.so.6<br>(gdb) bt<br>#0  0x00007ffff699386b in raise () from /usr/lib/libc.so.6<br>#1  0x00007ffff697e40e in abort () from /usr/lib/libc.so.6<br>#2  0x00007ffff734f44a in __gnu_cxx::__verbose_terminate_handler () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95<br>#3  0x00007ffff73559d6 in __cxxabiv1::__terminate(void (*)()) () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:47<br>#4  0x00007ffff7355a13 in std::terminate () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:57<br>#5  0x00007ffff7355c48 in __cxxabiv1::__cxa_throw (obj=<optimized out>, tinfo=0x555555764d48 <typeinfo for com::sun::star::uno::DeploymentException>, <br>    dest=0x7ffff78d8c10) at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:95<br>#6  0x00007ffff78d3506 in ?? () from /usr/lib/libreoffice/program/libuno_cppuhelpergcc3.so.3<br>#7  0x00007ffff794869e in ?? () from /usr/lib/libreoffice/program/libuno_cppuhelpergcc3.so.3<br>#8  0x00007ffff78e9c7e in cppu::defaultBootstrap_InitialComponentContext(rtl::OUString const&) ()<br>   from /usr/lib/libreoffice/program/libuno_cppuhelpergcc3.so.3<br>#9  0x00007ffff78eac91 in cppu::defaultBootstrap_InitialComponentContext() () from /usr/lib/libreoffice/program/libuno_cppuhelpergcc3.so.3<br>#10 0x0000555555556009 in sal_main_with_args (argc=4, argv=0x7fffffffe708) at generator.cpp:84<br>#11 0x0000555555555f66 in main (argc=4, argv=0x7fffffffe708) at generator.cpp:67</div><div><br></div><div>I'm using libreoffice-sdk 6.0.5, gcc-8.1.1</div><div><br></div><div>command line was: ./generator -env:URE_MORE_TYPES=file://"./offapi.rdb" "./test.odt"  "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager"</div><div><br></div><div>Libreoffice was started with: soffice "-accept=socket,host=localhost,port=2083;urp;StarOffice.ServiceManager"</div><div><br></div><div>Could I get a hint how to fix it?</div><div>ty, Oliver<br></div></div>