https://bugs.freedesktop.org/show_bug.cgi?id=65545

--- Comment #13 from Noel Power <nopo...@novell.com> ---
(In reply to comment #11)
>       sblo.dll!type_info::`RTTI Complete Object Locator'()    C++
> >     sblo.dll!com::sun::star::uno::Reference<`anonymous 
> > namespace'::Dll>::Reference<`anonymous 
> > namespace'::Dll>(`anonymous-namespace'::Dll * pInterface)  Line 142 + 0x12 
> > bytes      C++
>       sblo.dll!std::_Pair_base<rtl::OUString const
> ,com::sun::star::uno::Reference<`anonymous namespace'::Dll>
> >::_Pair_base<rtl::OUString const ,com::sun::star::uno::Reference<`anonymous
> namespace'::Dll> ><rtl::OUString const &,`anonymous namespace'::Dll *>(const
> rtl::OUString & _Val1, `anonymous-namespace'::Dll * && _Val2)  Line 163 +
> 0x5c bytes    C++
>       sblo.dll!std::pair<rtl::OUString const
> ,com::sun::star::uno::Reference<`anonymous namespace'::Dll>
> >::pair<rtl::OUString const ,com::sun::star::uno::Reference<`anonymous
> namespace'::Dll> ><rtl::OUString const &,`anonymous namespace'::Dll *>(const
> rtl::OUString & _Val1, `anonymous-namespace'::Dll * && _Val2)  Line 247 +
> 0x48 bytes    C++
>       sblo.dll!SbiDllMgr::Impl::getDll(const rtl::OUString & name)  Line 683 +
> 0x52 bytes    C++

com::sun::star::uno::Reference<`anonymous namespace'::Dll> doesn't look right
to me ( and presumably Reference either throws or just barfs ) Dll is an
ordinary c++ struct

e.g. struct Dll: public salhelper::SimpleReferenceObject

presumeably it's rtl::Reference is what is meant here ( not
com::sun::star::Reference )

ahh and lo and behold c40cd8a4f203a4f817a77ab850e5027f8bae9b91

that's I bet the culprit

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to