https://bugs.freedesktop.org/show_bug.cgi?id=62155
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #4 from Michael Meeks <[email protected]> --- Wow - a much nicer stack-trace from OSX. 6 libc++abi.dylib 0x904fa31d std::terminate() + 23 7 libc++abi.dylib 0x904fb412 __cxa_throw + 110 8 libgcc3_uno.dylib 0x03fcfd14 gcc3::raiseException(_uno_Any*, _uno_Mapping*) + 1460 9 libgcc3_uno.dylib 0x03fcd8c5 (anonymous namespace)::cpp2uno_call(bridges::cpp_uno::shared::CppInterfaceProxy*, _typelib_TypeDescription const*, _typelib_TypeDescriptionReference*, long, _typelib_MethodParameter*, void**, void*) + 837 10 libgcc3_uno.dylib 0x03fcdfa2 cpp_vtable_call + 1026 11 libgcc3_uno.dylib 0x03fd6457 privateSnippetExecutorClass + 17 12 libuno_cppuhelpergcc3.dylib.3 0x0037c3b7 (anonymous namespace)::FactoryWrapper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) + 55 13 libsclo.dylib 0x2d44638b ScUnoAddInCollection::Initialize() + 811 14 libsclo.dylib 0x2d446658 ScUnoAddInCollection::GetFuncCount() + 24 15 libsclo.dylib 0x2d3ea5fc ScFunctionList::ScFunctionList() + 2524 16 libsclo.dylib 0x2d3ec636 ScGlobal::GetStarCalcFunctionList() + 70 And of course some leaked exception: uno::Reference<uno::XInterface> xInterface; uno::Reference<uno::XComponentContext> xCtx( comphelper::getComponentContext(xManager)); uno::Reference<lang::XSingleComponentFactory> xCFac( xIntFac, uno::UNO_QUERY ); if (xCFac.is()) { xInterface = xCFac->createInstanceWithContext(xCtx); if (xInterface.is()) ReadFromAddIn( xInterface ); } Must be the code - and I guess it's not your work there Noel - sorry about that. This is indeed a duplicate, but with a better trace I'll mark it the other way around. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
