Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


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.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.