To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66018
------- Additional comments from [EMAIL PROTECTED] Thu Jun 29 03:52:42 -0700
2006 -------
Anyway, by problem appears to be as so...
(gdb) /usr/src/redhat/BUILD/scratch/OOC680_m6/linguistic/source/dlistimp.cxx:338
i.e. pExitListener->Activate();
(gdb) print com::sun::star::lang::XTypeProvider::static_type
$1 = {const com::sun::star::uno::Type &(void *)} 0x1eb4134 <com::sun::star::lang
(gdb) step...
/usr/src/redhat/BUILD/scratch/OOC680_m6/solver/680/unxlngi6.pro/inc/cppuhelper/i
i.e. { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this
(gdb) step into cd::get()...
(gdb) print *p
$13 = {m_nTypes = 2, m_storedTypeRefs = 0 '\0', m_createdId = 0 '\0', m_id = '\0
m_type = {getCppuType = 0x1eb90ee <com::sun::star::frame::XTerminateListen
typeRef = 0x1eb90ee}, m_offset = 20}}}
(gdb) print p->m_typeEntries[0]
$14 = {m_type = {getCppuType = 0x1eb90ee <com::sun::star::frame::XTerminateListe
typeRef = 0x1eb90ee}, m_offset = 20}
(gdb) print p->m_typeEntries[1]
$15 = {m_type = {getCppuType = 0, typeRef = 0x0}, m_offset = 16}
where cd::get should run...
class_data* operator ()()
{
static class_data1 s_cd =
{
1 +1, sal_False, sal_False,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
{ { Ifc1::static_type }, ((sal_IntPtr)(Ifc1 *) (Impl *) 16) - 16 },
{ { ::com::sun::star::lang::XTypeProvider::static_type }, ((sal_IntP
}
};
return reinterpret_cast< class_data * >(&s_cd);
}
i.e. the com::sun::star::lang::XTypeProvider::static_type isn't get initted for
me while the Ifc1::static_type is.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]