<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Fatal Python error: Python memory allocator called without holding the GIL"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=128220#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Fatal Python error: Python memory allocator called without holding the GIL"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=128220">bug 128220</a>
from <span class="vcard"><a class="email" href="mailto:julien@palard.fr" title="julien@palard.fr">julien@palard.fr</a>
</span></b>
<pre>Hi!
<span class="quote">> Did you install packages only from official Debian testing repo using apt-get or did you external packages with dpkg or some packages from unstable?</span >
TL;DR: You should install libreoffice-voikko to reproduce the issue.
I'm having only two sources: Debian testing (Bulleye) and Debian sid. Almost
all my packages are from testing, see:
$ apt list --installed | grep -v 'testing\|firmware\|microcode'
ecryptfs-utils/unstable,now 111-4 amd64 [installed]
firefox/unstable,now 69.0.2-1 amd64 [installed]
iucode-tool/now 2.3.1-1 amd64 [installed,local]
libecryptfs1/unstable,now 111-4 amd64 [installed,automatic]
libjpeg-progs/unstable,now 1:9c-2 amd64 [installed,automatic]
libjpeg9/unstable,now 1:9c-2 amd64 [installed,automatic]
Yesterday I uninstalled libreoffice, to test your idea I re-installed it today
and I'm no longer having the issue.
Let's investigate:
- I had the issue.
- I uninstalled using `aptitude purge ~ilibreoffice`.
- I reinstalled using `apt install libreoffice` (probably a smaller subset)
- I'm no longer having the issue.
I parsed my /var/log/apt/history using a bit of Python like:
<span class="quote">>>> installed = {s.strip() for s in purged.replace(", automatic", "").split("\n")[2].split(":", 1)[1].split(",")}
>>> uninstalled = {s.strip() for s in purged.split("\n")[0].split(":", 1)[1].split(",")}</span >
The purge uninstalled 110 packages, the install installed 185.
This give me the list of packaged I had but I miss (99 of them), composed of:
- libreoffice-gnome:amd64 (1:6.3.2-1+b1)
- libreoffice-gtk3:amd64 (1:6.3.2-1+b1)
- libreoffice-help-*
- libreoffice-l10n-*
- libreoffice-style-elementary:amd64 (1:6.3.2-1)
- libreoffice-voikko:amd64 (5.0-3+b1)
libreoffice-gtk3 and libreoffice-style-elementary are dependencies of
libreoffice-gnome, installing the 3 of them don't bring the bug back.
help-* and l10n-* are not suspected.
I install libreoffice-voikko, doing so I spot this has python3-libvoikko as a
dependency, red flag.
BOOM I can reproduce the bug!
$ apt-cache policy libreoffice-voikko
libreoffice-voikko:
Installed: 5.0-3+b1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>