Hello, For the test, I tried "catch catch" on gdb and noticed lots of exceptions. Among them, this one: (gdb) bt #0 0x00002aaaabcb0d11 in __cxa_begin_catch () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #1 0x00002aaac660e967 in (anonymous namespace)::JobExecutor::notifyEvent (this=0x253d210, aEvent=...) at /home/julien/compile-libreoffice/libreoffice/framework/source/jobs/jobexecutor.cxx:273 #2 0x00002aaaaeda4acd in (anonymous namespace)::SfxGlobalEvents_Impl::implts_notifyJobExecution (this=0x254bb80, aEvent=...) at /home/julien/compile-libreoffice/libreoffice/sfx2/source/notify/globalevents.cxx:466 #3 0x00002aaaaeda3a94 in (anonymous namespace)::SfxGlobalEvents_Impl::documentEventOccured (this=0x254bb80, _Event=...) at /home/julien/compile-libreoffice/libreoffice/sfx2/source/notify/globalevents.cxx:313 #4 0x00002aaaaaf91339 in desktop::Desktop::Main (this=0x7fffffff5420) at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/app.cxx:1473 #5 0x00002aaab1ee53f3 in ImplSVMain () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svmain.cxx:163
So I tried to add a source to the aEvent, see below, but I can't achieve it. 1471 css::document::DocumentEvent aEvent; 1472 aEvent.EventName = "OnStartApp"; 1473 aEvent.Source = com::sun::star::uno::Reference< com::sun::star::uno::XInterface >(*this); 1474 pExecGlobals->xGlobalBroadcaster->documentEventOccured(aEvent); Any thought? Julien -- View this message in context: http://nabble.documentfoundation.org/Exceptions-at-LO-start-tp4138223.html Sent from the Dev mailing list archive at Nabble.com. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice