[Libreoffice-bugs] [Bug 128220] Fatal Python error: Python memory allocator called without holding the GIL

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 19 21:17:43 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=128220

--- Comment #14 from julien at palard.fr ---
OK, I may have something, but yet I'm not fluent with this Java/Python
interaction.

Right before the crash I see:


> /usr/lib/python3/dist-packages/unohelper.py(252)getTypes()->(<Type instanc...INTERFACE')>)>, <Type instanc...INTERFACE')>)>, <Type instanc...INTERFACE')>)>)
-> return _unohelper_getHandle( self )
(Pdb) l
247             _g_typeTable[self.__class__] = ret
248         return ret
249     
250     class Base(XTypeProvider):
251         def getTypes( self ):
252  ->         return _unohelper_getHandle( self )
253         def getImplementationId(self):
254             return ()
255     
256     class CurrentContext(XCurrentContext, Base ):
257         """a current context implementation, which first does a lookup in
the given
(Pdb) p _unohelper_getHandle( self )
(<Type instance com.sun.star.lang.XTypeProvider (<Enum instance
com.sun.star.uno.TypeClass ('INTERFACE')>)>, <Type instance
com.sun.star.lang.XServiceInfo (<Enum instance com.sun.star.uno.TypeClass
('INTERFACE')>)>, <Type instance com.sun.star.lang.XSingleComponentFactory
(<Enum instance com.sun.star.uno.TypeClass ('INTERFACE')>)>)
(Pdb) n
Fatal Python error: Python memory allocator called without holding the GIL

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191019/2c432706/attachment.html>


More information about the Libreoffice-bugs mailing list