From craig at helmsdeep.org Tue Oct 7 05:51:26 2025 From: craig at helmsdeep.org (Craig Holyoak) Date: Tue, 7 Oct 2025 14:51:26 +1000 Subject: Bug#1108530: e2guardian crash with segfault References: <175129671802.8555.4449921692912856626.reportbug@marea.fusslab.blz> Message-ID: I'm experiencing what I believe is the same issue. In my testing the segfault is occurring in the libpcre2-posix library. It looks like the Debian package was minimally patched (1003_pcre2.patch) to compile against the newer library but there are apparantly breaking changes between the two (acknowleged upstream at https://github.com/e2guardian/e2guardian/issues/849). For now I'm testing to see if avoiding regex lists in the config will prevent the crashes, or whether the dependency runs deeper than that.