[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:02:24 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=128220
--- Comment #12 from julien at palard.fr ---
> Could you check these libs:
Yes:
$ apt-cache policy unoconv uno-libs3 ure
unoconv:
Installed: (none)
Candidate: 0.7-1.1
Version table:
0.7-1.1 990
990 https://deb.debian.org/debian bullseye/main amd64 Packages
500 https://deb.debian.org/debian sid/main amd64 Packages
uno-libs3:
Installed: 6.3.2-1+b1
Candidate: 6.3.2-1+b1
Version table:
6.3.3~rc1-1 500
500 https://deb.debian.org/debian sid/main amd64 Packages
*** 6.3.2-1+b1 990
990 https://deb.debian.org/debian bullseye/main amd64 Packages
100 /var/lib/dpkg/status
ure:
Installed: 6.3.2-1+b1
Candidate: 6.3.2-1+b1
Version table:
6.3.3~rc1-1 500
500 https://deb.debian.org/debian sid/main amd64 Packages
*** 6.3.2-1+b1 990
990 https://deb.debian.org/debian bullseye/main amd64 Packages
100 /var/lib/dpkg/status
Oh, while I'm in this function, I can see the traceback being pretty printed,
if it helps:
File "/usr/lib/libreoffice/program/pythonloader.py", line 136, in activate
mod = self.getModuleFromUrl( locationUrl )
File "/usr/lib/libreoffice/program/pythonloader.py", line 104, in
getModuleFromUrl
exec(codeobject, mod.__dict__)
File "/usr/lib/libreoffice/share/extensions/voikko/lovoikko.py", line 15, in
<module>
from SettingsEventHandler import SettingsEventHandler
File "/usr/lib/python3/dist-packages/uno.py", line 359, in _uno_import
return _builtin_import(name, *optargs, **kwargs)
File
"/usr/lib/libreoffice/share/extensions/voikko/pythonpath/SettingsEventHandler.py",
line 18, in <module>
from PropertyManager import PropertyManager
File "/usr/lib/python3/dist-packages/uno.py", line 359, in _uno_import
return _builtin_import(name, *optargs, **kwargs)
File
"/usr/lib/libreoffice/share/extensions/voikko/pythonpath/PropertyManager.py",
line 18, in <module>
from VoikkoHandlePool import VoikkoHandlePool
File "/usr/lib/python3/dist-packages/uno.py", line 359, in _uno_import
return _builtin_import(name, *optargs, **kwargs)
File
"/usr/lib/libreoffice/share/extensions/voikko/pythonpath/VoikkoHandlePool.py",
line 15, in <module>
from libvoikko import Voikko, VoikkoException
File "/usr/lib/python3/dist-packages/uno.py", line 359, in _uno_import
return _builtin_import(name, *optargs, **kwargs)
sadly I don't see the exception being handled, the only parameter is the
traceback. I don't know if I can gather information about the running Java
process at the moment of the exception (I'm more fluent in debugging Python
than debugging Java).
--
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/b35503f4/attachment.html>
More information about the Libreoffice-bugs
mailing list