I am hoping that someone could provide some information to me about how to deal 
with this problem. When adding an Extension Add-on which was written in Java 
the application crashes. in cpp2uno.cxx on line 256 after the RuntimeException 
is thrown at line 247. Apparently,  the  type_libInterfaceTypeDescription 
struct (named pTypeDescr)  was not initialized completely.  According to the 
documentation for that struct in typedescription.h and typelib.cxx, not all of 
the members in that struct  are always initialized, depending on the situation. 
However, in the case where I am adding the extension, the RuntimeException on 
line 252 is thrown, then it appears the code attempts to access 
pMapFunctionIndexToMemberIndex element of the struct. This is when the 
application crashes. I've tried to track down the creation of the struct for 
this case, but am having some difficulty since this happen many times 
throughout regular runtime. I've received the following from another developer, 
but I still cannot determine how to address it. "Possibly there was an error 
finding the UNOIDL type data, either compiled into the cppumaker-generated 
headers , or obtained from .rdb file."

Please see related message:

http://markmail.org/message/elyx4immy3ivsjwt


Raymond

Reply via email to