You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/03/18 12:26:33 UTC

[Bug 120458] [PyUNO] freeze on calling methods of method node of Basic (basprov::BasicMethodNodeImpl)

https://issues.apache.org/ooo/show_bug.cgi?id=120458

--- Comment #3 from hanya <ha...@gmail.com> ---
Created attachment 80423
  --> https://issues.apache.org/ooo/attachment.cgi?id=80423&action=edit
Proposed patch to fix this problem

This patch provides fixes: 
If self->members->xInvocation is not valid reference in PyUNO_new_UNCHECKED
function, 
introspection mechanism is used to call method and to get property values. 
To get list of methods and properties is also requires this switching.

It seems this way is used in Basic runtime.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.