Your message dated Tue, 14 Jul 2026 19:06:24 +0000
with message-id <[email protected]>
and subject line Bug#1136400: fixed in mimalloc 3.3.2+ds-2
has caused the Debian Bug report #1136400,
regarding mimalloc: riscv64: build-time MMU detection causes crashes on SV48
systems
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.)
--
1136400: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1136400
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-libmimalloc-sys
Version: 0.1.47+dfsg-1
Severity: serious
X-Debbugs-Cc: [email protected], [email protected]
User: [email protected]
Usertags: riscv64
Dear maintainer,
the autopkgtests of rust-libmimalloc-sys fail:
127s error[E0425]: cannot find function `mi_malloc` in this scope
127s --> src/extended.rs:1020:28
127s |
127s 17 | pub fn mi_calloc(count: usize, size: usize) -> *mut c_void;
127s | -----------------------------------------------------------
similarly named function `mi_calloc` defined here
127s ...
127s 1020 | let ptr = unsafe { mi_malloc(32) } as *mut u8;
127s | ^^^^^^^^^
127s |
127s help: a function with a similar name exists
127s |
127s 1020 - let ptr = unsafe { mi_malloc(32) } as *mut u8;
127s 1020 + let ptr = unsafe { mi_calloc(32) } as *mut u8;
127s |
127s help: consider importing this function
127s |
127s 1016 + use crate::mi_malloc;
127s |
127s
127s For more information about this error, try `rustc --explain E0425`.
127s error: could not compile `libmimalloc-sys` (lib test) due to 1 previous
error
127s
127s Caused by:
127s process didn't exit successfully: `CARGO=/usr/bin/cargo
CARGO_CRATE_NAME=libmimalloc_sys
CARGO_MANIFEST_DIR=/usr/share/cargo/registry/libmimalloc-sys-0.1.40
CARGO_MANIFEST_PATH=/usr/share/cargo/registry/libmimalloc-sys-0.1.40/Cargo.toml
CARGO_PKG_AUTHORS='Octavian Oncescu <[email protected]>'
CARGO_PKG_DESCRIPTION='Sys crate wrapping the mimalloc allocator'
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE=''
CARGO_PKG_NAME=libmimalloc-sys CARGO_PKG_README=''
CARGO_PKG_REPOSITORY='https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys'
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.40 CARGO_PKG_VERSION_MAJOR=0
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE=''
CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.507VUezvIG/target/debug/deps
OUT_DIR=/tmp/tmp.507VUezvIG/target/riscv64gc-unknown-linux-gnu/debug/build/libmimalloc-sys-c102f2a0c5e98212/out
rustc --crate-name libmimalloc_sys --edition=2018 src/lib.rs
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat
--emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg
'feature="arena"' --cfg 'feature="cty"' --cfg 'feature="extended"' --cfg
'feature="secure"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature,
values("arena", "cty", "extended", "secure"))' -C metadata=f3a36e8f116d61f1 -C
extra-filename=-a656d63922750d93 --out-dir
/tmp/tmp.507VUezvIG/target/riscv64gc-unknown-linux-gnu/debug/deps --target
riscv64gc-unknown-linux-gnu -C
incremental=/tmp/tmp.507VUezvIG/target/riscv64gc-unknown-linux-gnu/debug/incremental
-L
dependency=/tmp/tmp.507VUezvIG/target/riscv64gc-unknown-linux-gnu/debug/deps -L
dependency=/tmp/tmp.507VUezvIG/target/debug/deps --extern
cty=/tmp/tmp.507VUezvIG/target/riscv64gc-unknown-linux-gnu/debug/deps/libcty-1b05055fa781f71d.rlib
--extern
libc=/tmp/tmp.507VUezvIG/target/riscv64gc-unknown-linux-gnu/debug/deps/liblibc-23125869910bcf7c.rlib
-C debuginfo=2 -C strip=none --cap-lints warn -C linker=riscv64-linux-gnu-gcc
-C link-arg=-Wl,-z,relro --remap-path-prefix
/usr/share/cargo/registry/libmimalloc-sys-0.1.40=/usr/share/cargo/registry/libmimalloc-sys-0.1.40
--remap-path-prefix /tmp/tmp.507VUezvIG/registry=/usr/share/cargo/registry -l
mimalloc` (exit status: 1)
128s autopkgtest [05:06:27]: test rust-libmimalloc-sys:@:
-----------------------]
See
https://ci.debian.net/packages/r/rust-libmimalloc-sys/testing/riscv64/70743830/
for details.
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
Source: mimalloc
Source-Version: 3.3.2+ds-2
Done: Alex Myczko <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mimalloc, 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.
Alex Myczko <[email protected]> (supplier of updated mimalloc 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: Tue, 14 Jul 2026 20:40:48 +0200
Source: mimalloc
Architecture: source
Version: 3.3.2+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Alex Myczko <[email protected]>
Changed-By: Alex Myczko <[email protected]>
Closes: 1136400
Changes:
mimalloc (3.3.2+ds-2) unstable; urgency=medium
.
* Fix riscv64 build-time MMU detection. (Closes: #1136400)
Thanks Aurelien Jarno for the patch.
Checksums-Sha1:
76810eae18b214343262384e7dd1875d438515ce 1941 mimalloc_3.3.2+ds-2.dsc
c1de13a0505524a6231ff0db0340030c2ea75e62 5736 mimalloc_3.3.2+ds-2.debian.tar.xz
d5b6a37a9c4a5e63f957db58cf054541c723e87e 7259
mimalloc_3.3.2+ds-2_source.buildinfo
Checksums-Sha256:
b6d2c05684fbdf4e91f6c1732b488dc8e622dad4706ecaa6483deff93cb75b28 1941
mimalloc_3.3.2+ds-2.dsc
a1a5faf56a540a6fd3f9417b95085e98742acdba6fe99980a5bce3d3cc5e6ff2 5736
mimalloc_3.3.2+ds-2.debian.tar.xz
5a17bec0b007bd455d049b4671514230a06d600e7bf78a27ada636d330c7eeba 7259
mimalloc_3.3.2+ds-2_source.buildinfo
Files:
693239c53907776a69044fb6e464e771 1941 libs optional mimalloc_3.3.2+ds-2.dsc
de146db9ffd01bf9ee1cd4f9c0559dba 5736 libs optional
mimalloc_3.3.2+ds-2.debian.tar.xz
92cadf70cbaa60a63a6d78ee1483c155 7259 libs optional
mimalloc_3.3.2+ds-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmpWg4oPHHRhckBkZWJp
YW4ub3JnAAoJEBFoUrzfdRXA+tgQAIqF3XFFRQGzgEPN85f39SfbhCXbnmVpnpMD
JF5cjux3kohmraJWHxOiSqxA9FGSGK5KmE0xTw8Qzi5bs/PnYY9xj50PS5hw75ei
7mof7sByhOD9CqWGu6tHewkwmcWxYq68nsp17w3GCiHVasy2yfF3CP1RqxdDCWY4
XC5f95+m4r2HCn0VaVx7l5JQ1/h7EVMDOSkldCmbpqOexeMOV7LmkJU/Xa/ttv0O
kr2N1hKCa1wyZPQDdBF3wY5k2xq+JKXhTYCeM83kpCPKgUUQeegx54/bLxZTKTID
SMhVGGqIkZkI8R6iAuBqWLkO/dSr8K+u2JRXoTUoN/flNClbc6V3JpVvVqmUZVjL
iFqZJ+k1tYDOXH8SDM1J7/1Ts7MRZkL/2bEHkbuJby3mHftdKt9SbkhxojUzPctd
D+HST5Vv+GDpqPM3pcTJBMtdEAlrNDLhv+O4JPSGhAPyS+PJRXDaWL8UtFti+ypN
67B3Abr1Ri/Wh4u6PJry44vIRD1drsWozsf80wEbLoo+TrJ4GaIcvJusF+IcpcX/
Q4TWhnMICeCl/asXOaxocz52p+XdfzUFa+aFonIsW9imGwb9l0B5714Ai1xXQQAs
1SOqeLFrvMt3jUz3b5z33oW/si15peiZZatlF1+ceAsTLLlO77qTewx43aa7sE1m
9AnkJrAH
=XTzW
-----END PGP SIGNATURE-----
pgpaFG2JhBhcF.pgp
Description: PGP signature
--- End Message ---