[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 19:58:11 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=128220
--- Comment #5 from julien at palard.fr ---
If it can help:
here's my apt list --installed | grep libreoffice:
libreoffice-base-core/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-base-drivers/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-base/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-calc/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-common/testing,now 1:6.3.2-1 all [installed,automatic]
libreoffice-core/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-draw/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-gnome/testing,now 1:6.3.2-1+b1 amd64 [installed]
libreoffice-gtk3/testing,now 1:6.3.2-1+b1 amd64 [installed]
libreoffice-impress/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-java-common/testing,now 1:6.3.2-1 all [installed,automatic]
libreoffice-math/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-nlpsolver/testing,now 0.9+LibO6.3.2-1 all [installed,automatic]
libreoffice-report-builder-bin/testing,now 1:6.3.2-1+b1 amd64
[installed,automatic]
libreoffice-report-builder/testing,now 1:6.3.2-1 all [installed,automatic]
libreoffice-script-provider-bsh/testing,now 1:6.3.2-1 all [installed,automatic]
libreoffice-script-provider-js/testing,now 1:6.3.2-1 all [installed,automatic]
libreoffice-script-provider-python/testing,now 1:6.3.2-1 all
[installed,automatic]
libreoffice-sdbc-firebird/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-sdbc-mysql/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice-sdbc-postgresql/testing,now 1:6.3.2-1+b1 amd64
[installed,automatic]
libreoffice-style-colibre/testing,now 1:6.3.2-1 all [installed,automatic]
libreoffice-style-elementary/testing,now 1:6.3.2-1 all [installed]
libreoffice-style-tango/testing,now 1:6.3.2-1 all [installed,automatic]
libreoffice-voikko/testing,unstable,now 5.0-3+b1 amd64 [installed]
libreoffice-wiki-publisher/testing,now 1.2.0+LibO6.3.2-1 all
[installed,automatic]
libreoffice-writer/testing,now 1:6.3.2-1+b1 amd64 [installed,automatic]
libreoffice/testing,now 1:6.3.2-1+b1 amd64 [installed]
mdk at seraph$ which python3
/usr/bin/python3
mdk at seraph$ dpkg -S $(which python3)
python3-minimal: /usr/bin/python3
mdk at seraph$ apt-cache policy python3-minimal
python3-minimal:
Installed: 3.7.5-1
Candidate: 3.7.5-1
Version table:
*** 3.7.5-1 990
990 https://deb.debian.org/debian bullseye/main amd64 Packages
500 https://deb.debian.org/debian sid/main amd64 Packages
100 /var/lib/dpkg/status
According to strace, it uses this Python, not Python 2, I see:
$ grep -i python --color /tmp/libreoffice.strace
14771 openat(AT_FDCWD,
"/usr/lib/libreoffice/program/services/scriptproviderforpython.rdb", O_RDONLY)
= 7
14771 openat(AT_FDCWD, "/usr/lib/libreoffice/program/libpythonloaderlo.so",
O_RDONLY|O_CLOEXEC) = 22
14771 openat(AT_FDCWD, "/usr/lib/libreoffice/program/libpython3.7m.so.1.0",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
14771 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpython3.7m.so.1.0",
O_RDONLY|O_CLOEXEC) = 22
14771 access("/usr/lib/libreoffice/program/pythonloader.unorc", F_OK) = 0
14771 openat(AT_FDCWD, "/usr/lib/libreoffice/program/pythonloader.unorc",
O_RDONLY) = 22
[...]
14771 stat("/usr/lib/python3/dist-packages/libvoikko.py",
{st_mode=S_IFREG|0644, st_size=33294, ...}) = 0
Also:
$ apt list --installed | grep voikko
libenchant-voikko/testing,unstable,now 1.6.0-11.3 amd64
[installed,automatic]
libreoffice-voikko/testing,unstable,now 5.0-3+b1 amd64 [installed]
libvoikko1/testing,unstable,now 4.2-2 amd64 [installed,automatic]
python3-libvoikko/testing,unstable,now 4.2-2 all [installed,automatic]
voikko-fi/testing,unstable,now 2.3-1 amd64 [installed,automatic]
--
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/897d1c9f/attachment.html>
More information about the Libreoffice-bugs
mailing list