Your message dated Thu, 23 Jul 2026 21:32:05 +0000
with message-id <[email protected]>
and subject line Bug#1104598: fixed in akonadi-search 4:24.12.3-1+deb13u1
has caused the Debian Bug report #1104598,
regarding libakonadisearch-bin: akonadi_html_to_text is crashing on trixie
(patch included)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1104598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104598
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libakonadisearch-bin
Version: 4:24.12.3-1
Severity: normal
Tags: patch
Dear Maintainer,
This is a followup to #1104598
I'm facing the exact same issue on trixie.
Since this is a debian specific problem and affects trixie, would you please
release a version to stable-proposed-updates that fixes it?
Patch attached.
Thanks
-- System Information:
Debian Release: 13.6
APT prefers stable-updates
APT policy: (991, 'stable-updates'), (991, 'stable-security'), (991,
'stable'), (390, 'oldoldstable-security'), (390, 'oldoldstable'), (389,
'oldoldstable-updates'), (95, 'testing'), (94, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.12.95+deb13-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=fr:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages libakonadisearch-bin depends on:
ii libc6 2.41-12+deb13u3
ii libgcc-s1 14.2.0-19
ii libkf6calendarcore6 6.13.0-1
ii libkf6codecs6 6.13.0-1
ii libkf6configcore6 6.13.0-2
ii libkf6contacts6 6.13.0-1
ii libkf6coreaddons6 6.13.0-1
ii libkf6i18n6 6.13.0-1
ii libkf6textutils1 1.5.4-4
ii libkpim6akonadiagentbase6 [libkpim6akonadia 4:24.12.3-2~deb13u1
gentbase6-24.12]
ii libkpim6akonadicore6 [libkpim6akonadicore6- 4:24.12.3-2~deb13u1
24.12]
ii libkpim6akonadimime6 [libkpim6akonadimime6- 4:24.12.3-1
24.12]
ii libkpim6akonadisearchpim6 [libkpim6akonadis 4:24.12.3-1.1~debian13~bastif1
earchpim6-24.12]
ii libkpim6akonadisearchxapian6 [libkpim6akona 4:24.12.3-1.1~debian13~bastif1
disearchxapian6-24.12]
ii libkpim6mime6 [libkpim6mime6-24.12] 24.12.3-1
ii libqt6core6t64 6.8.2+dfsg-9+deb13u2
ii libqt6dbus6 6.8.2+dfsg-9+deb13u2
ii libqt6gui6 6.8.2+dfsg-9+deb13u2
ii libqt6widgets6 6.8.2+dfsg-9+deb13u2
ii libstdc++6 14.2.0-19
ii libxapian30 1.4.29-3
libakonadisearch-bin recommends no packages.
libakonadisearch-bin suggests no packages.
-- no debconf information
Description: Fix crash in akonadi_html_to_text
Fix crash when input is empty string.
Author: Fab Stz <[email protected]>
Origin: self
Bug: https://bugs.kde.org/show_bug.cgi?id=516865
Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104598
Forwarded: not-needed
Last-Update: 2026-07-17
--- akonadi-search-24.12.3.orig/agent/htmltotext.cpp
+++ akonadi-search-24.12.3/agent/htmltotext.cpp
@@ -56,6 +56,8 @@ int main(int argc, char *argv[])
int s = std::cin.gcount();
content.append(arr, s);
}
+ if (content.isEmpty())
+ return 0;
#ifdef HAS_HTMLPARSER
const auto html = content.toStdString();
--- End Message ---
--- Begin Message ---
Source: akonadi-search
Source-Version: 4:24.12.3-1+deb13u1
Done: Sandro Knauß <[email protected]>
We believe that the bug you reported is fixed in the latest version of
akonadi-search, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Knauß <[email protected]> (supplier of updated akonadi-search package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 22 Jul 2026 19:46:25 +0200
Source: akonadi-search
Architecture: source
Version: 4:24.12.3-1+deb13u1
Distribution: trixie
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <[email protected]>
Changed-By: Sandro Knauß <[email protected]>
Closes: 1104598
Changes:
akonadi-search (4:24.12.3-1+deb13u1) trixie; urgency=medium
.
[ Fab Stz ]
* Fix "akonadi_html_to_text is crashing a lot" (Closes: #1104598)
* Added a patch to not crash on empty input.
Checksums-Sha1:
db88d9c4195d482a1d6c296598705c1411efb35c 3777
akonadi-search_24.12.3-1+deb13u1.dsc
35390af29b0303d8d5d63482be144242dc91bade 18424
akonadi-search_24.12.3-1+deb13u1.debian.tar.xz
33df9730e450756beb7319baefd00ef064a895c5 14439
akonadi-search_24.12.3-1+deb13u1_source.buildinfo
Checksums-Sha256:
1199e1d7e5bde7527bbe0d023727db617ecd3d9f2a196ab7a2e481ee679581f7 3777
akonadi-search_24.12.3-1+deb13u1.dsc
b4f33ed2228ab9d5023e7c6aadd6f6e149a2339d08a93ed15552a2809ac7d271 18424
akonadi-search_24.12.3-1+deb13u1.debian.tar.xz
fb1b961b5f78dacec0ca520b13fdfc72d738a4a23d2c8e2d43a60bded3609fc8 14439
akonadi-search_24.12.3-1+deb13u1_source.buildinfo
Files:
3b05aba078c813693e5de9aae7eea2d1 3777 libs optional
akonadi-search_24.12.3-1+deb13u1.dsc
869df80c6519c84db073f47a286e3533 18424 libs optional
akonadi-search_24.12.3-1+deb13u1.debian.tar.xz
c20d77093e425fdcc02661c229b80cf6 14439 libs optional
akonadi-search_24.12.3-1+deb13u1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
wsG7BAEBCgBvBYJqYQI1CRDjrbAIUGBWNkcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmdDV6kSNS4I7bWoenvM8x/lYPv88LxUZyPbxA0dggvZ
FBYhBDnsEaAgFrcpJkkaBuOtsAhQYFY2AAA3Qw/+MMUDSwxEqKEUxzzI/yrQSUnw
xOlyh0EEjQvvYnknkiIa/seMQBlAA0smywvS3xCGkLoMalqlqWWpqLMuuPWjst3U
NaQzpUsaj4o37H5SW3niNxatH2NtEluUOyExsukGHbovrWHybNusmfTMXFY/Wq1y
MVe1B3bcNoneTiAIPHem6EaGmffkfuTXNU6NejqshKEZxv0CuKAQ+YWckqT+ogtn
Uxpy79/5WMV9Khks3syZVvFitAa7Nmx6BpU6Fw7oGlCpcpdoAR68Fa7Jm7Rrhp8G
DVEJBnzK54VZPH4yMDFoX54iPd2GDavmY06jHlu/Ogh4ptyNluBnLvWg/sVGvD4F
uMhmBlQ/ta7sEevcKGbJQnPu4IE6/RFoqZn4K5nAtfeSp/yzFZFpplL649mydQtg
qQjkJdCDyx9Sec322jVN/FcG+MVio7rc6ZzVlT5RzYw95dFdHY0JUEvIZPEaZulh
xNG0XORUx9/kpPhf7HATwO/GpDsD/+6qp2cmbjlEdNS7C4bCXIh6iA1NiKbG3KU/
t/1oSyHRlwqAQkoAOr2y2N/NIicPzP7gkHTstnZu+vlEYYBoMXYmNK5EVLNi6xcr
Md1JUgi6NO/jqnqwc2HRvYK2mtzBXGq3u0IsK36d1rbBKrahwVszzn+490eSDn+0
LqYEyJfcRMqw97RY/jU=
=6maf
-----END PGP SIGNATURE-----
pgpvetLFzkdiX.pgp
Description: PGP signature
--- End Message ---