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

--- Comment #5 from Michael Meeks <michael.me...@novell.com> 2012-02-15 
12:29:23 PST ---
#3  0x00007fd19495e7d0 in osl_acquireMutex () from 
/opt/libreoffice3.5/program/../ure-link/lib/libuno_sal.so.3
#4  0x00007fd1882a0a19 in osl_waitCondition () from 
/opt/libreoffice3.5/program/../program/configmgr.uno.so
#5  0x00007fd190d4f038 in 
utl::DefaultFontConfiguration::tryLocale(com::sun::star::lang::Locale const&, 
rtl::OUString const&) const () from
/opt/libreoffice3.5/program/libutllo.so
#6  0x00007fd190d4f665 in 
utl::DefaultFontConfiguration::getDefaultFont(com::sun::star::lang::Locale 
const&, int) const ()

looks garbled - utl's tryLocale seems likely, but it calls directly via the 
vtable into configmgr, presumably something like:

       Reference< XNameAccess > xNode;
       if ( m_xConfigAccess->hasByName( it->second.aConfigLocaleString ) )

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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