To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73167
------- Additional comments from [EMAIL PROTECTED] Thu Jan 11 02:23:32 -0800
2007 -------
@sparcmoz: Does the original error also happen when you install the extension
via command line
<path-to>/program/unopkg add <path-to>/Inspector.uno.pkg
That might be easier to debug (when installed within OOo, an additional uno
executable is spawned, which might complicate matters).
Anyway, modifying cppu/source/cppu/cppu_opt.cxx:1.27
---8<---
extern "C" rtl_uString * SAL_CALL cppu_unsatisfied_iquery_msg(
typelib_TypeDescriptionReference * pType )
SAL_THROW_EXTERN_C()
{
...
OUString ret( buf.makeStringAndClear() );
/*+*/if(ret.indexOf(OUString::createFromAscii("com.sun.star.configuration.backend.XSingleLayerStratum"))>=0){
/*+*/int dummy=0;//break here
/*+*/}
rtl_uString_acquire( ret.pData );
return ret.pData;
}
---8<---
might help to find out, in a debugger, more about the call stack of the failing
queryInterface (remember, there *might* be breaks at that place before the
problematic occurrence that leads to the error message is reached).
---------------------------------------------------------------------
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]