https://bugs.documentfoundation.org/show_bug.cgi?id=128220
--- Comment #14 from jul...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs