[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1115257: marked as done (trixie-pu: package samhain/4.1.4-6+deb13u1)



Your message dated Sat, 15 Nov 2025 11:21:45 +0000
with message-id <736c7150dc08501cc89945035c406eaf9688e144.camel@adam-barratt.org.uk>
and subject line Closing requests for updates included in 13.2
has caused the Debian Bug report #1115257,
regarding trixie-pu: package samhain/4.1.4-6+deb13u1
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 owner@bugs.debian.org
immediately.)


-- 
1115257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115257
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: samhain@packages.debian.org
Control: affects -1 + src:samhain
User: release.debian.org@packages.debian.org
Usertags: pu

[ Reason ]
Depending on the configuration and the host (not clear what host
condition trigger the issue), samhain segfaults on startup. It has been
tracked as an issue dnmalloc, the samhain memory allocator, when
"recent" GCC versions are used.

[ Impact ]
samhain is unusable on the affects hosts / configurations.

[ Tests ]
There is no automated test for the code. That said I have reproduced the
issue on an affected system using the provided configuration file in
#1111631 and checked that the issue is correctly fixed with the change.

[ Risks ]
The risk of disabling the dnmalloc allocator is quite low, the well
tested glibc memory allocator is used instead. This is the one used on
non-amd64 and non-i386 builds, and samhain works fine on these
architectures.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
The only change is to unconditionally disable the dnmalloc memory
allocator (it was enabled only on amd64 and i386) to workaround the
issue. The same commit of the forky/sid version is used directly.

[ Other info ]
I have already uploaded the package to the archive. Thanks for
considering.
diff -Nru samhain-4.1.4/debian/changelog samhain-4.1.4/debian/changelog
--- samhain-4.1.4/debian/changelog	2025-03-26 19:48:21.000000000 +0100
+++ samhain-4.1.4/debian/changelog	2025-09-14 17:43:34.000000000 +0200
@@ -1,3 +1,10 @@
+samhain (4.1.4-6+deb13u1) trixie; urgency=medium
+
+  * d/rules:
+    - Quick fix preventing potential segfaults (Closes: #1111631)
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 14 Sep 2025 17:43:34 +0200
+
 samhain (4.1.4-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru samhain-4.1.4/debian/rules samhain-4.1.4/debian/rules
--- samhain-4.1.4/debian/rules	2025-03-26 19:48:21.000000000 +0100
+++ samhain-4.1.4/debian/rules	2025-09-14 17:43:34.000000000 +0200
@@ -37,6 +37,15 @@
 endif
 
 
+# This is a quick fix regarding bug #1111631 following a patch provided by
+# Aurelien Jarno <aurel32@debian.org>, see https://bugs.debian.org/1111631
+# for further details. I suggest to report the problem upstream so that they
+# can rework the dnmalloc code.
+#
+# Disable dnmalloc for all architectures at it is unmaintained and has issues
+# with GCC >= 11 (see #1111631)
+DNMALLOC = --disable-dnmalloc
+
 %:
 	dh $@
 

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 13.2

Hi,

The updates referenced in each of these bugs were included in today's
13.2 trixie point release.

Regards,

Adam

--- End Message ---

Reply to: