Comment 4 for bug 787539

Revision history for this message
In , Michael Meeks (michael-meeks) wrote :

Ho hum - the reason the cnx is shutdown, is due to an earlier exception being thrown, from here:

#4 0xb6da1165 in ?? () from /data/opt/OOInstall/ure/lib/libgcc3_uno.so
#5 0xb6c4aea3 in stoc_inspect::ImplIntrospection::implInspect (this=0xb6cb4290, aToInspectObj=...)
    at /data/opt/libreoffice/bootstrap/clone/ure/stoc/source/inspect/introspection.cxx:2070
#6 0xb6c4a924 in stoc_inspect::ImplIntrospection::inspect (this=0xb6cb4290, aToInspectObj=...)
    at /data/opt/libreoffice/bootstrap/clone/ure/stoc/source/inspect/introspection.cxx:1955
#7 0xb6c9ca9a in stoc_inv::Invocation_Impl::setMaterial (this=0xb6bec89c, rMaterial=...)
    at /data/opt/libreoffice/bootstrap/clone/ure/stoc/source/invocation/invocation.cxx:426
#8 0xb6c9bc3a in stoc_inv::Invocation_Impl::Invocation_Impl (this=0xb6bec89c, rAdapted=..., rTC=..., rI=..., rCR=...)
    at /data/opt/libreoffice/bootstrap/clone/ure/stoc/source/invocation/invocation.cxx:284
#9 0xb6ca0622 in stoc_inv::InvocationService::createInstanceWithArguments (this=0xb70e37e8, rArguments=...)
    at /data/opt/libreoffice/bootstrap/clone/ure/stoc/source/invocation/invocation.cxx:1205
#10 0xb7b61bf2 in pyuno::PyUNO_new_UNCHECKED(com::sun::star::uno::Any const&, com::sun::star::uno::Reference<com::sun::star::lang::XSingleServiceFactory> const&) () from /opt/OOInstall/basis3.4/program/pyuno.so
#11 0xb7b61ce5 in pyuno::PyUNO_new(com::sun::star::uno::Any const&, com::sun::star::uno::Reference<com::sun::star::lang::XSingleServiceFactory> const&)
    () from /opt/OOInstall/basis3.4/program/pyuno.so
#12 0xb7b5ba9d in pyuno::Runtime::any2PyObject(com::sun::star::uno::Any const&) const () from /opt/OOInstall/basis3.4/program/pyuno.so
#13 0xb7b63899 in pyuno::PyUNO_callable_call(_object*, _object*, _object*) () from /opt/OOInstall/basis3.4/program/pyuno.so
#14 0xb7ec2b40 in PyObject_Call (func=0xb7c6f130, arg=0xb7c325cc, kw=0x0) at Objects/abstract.c:2522
#15 0xb7ede4d3 in do_call (f=0x80d1e3c, throwflag=0) at Python/ceval.c:4230
#16 call_function (f=0x80d1e3c, throwflag=0) at Python/ceval.c:4035
#17 PyEval_EvalFrameEx (f=0x80d1e3c, throwflag=0) at Python/ceval.c:2665

I guess something goes badly wrong in the introspection mechanics - as if by a miracle [etc.]