Issue 167406
Summary [scudo] `cat -v` and `dd` report `memory exhausted`
Labels new issue
Assignees
Reporter DemiMarie
    When Scudo malloc is in use, coreutils `cat -v` fails with `memory exhausted` before doing anything.  `dd` can also faiil with this error, though it seems intermittent.  Other programs, including complex ones like Chromium and the COSMIC desktop environment, work as expected.

This was originally reported to Nixpkgs as https://github.com/NixOS/nixpkgs/issues/459884, but https://github.com/NixOS/nixpkgs/issues/459884#issuecomment-3513994924 recommended that I report this here.

In case it matters, Scudo is loaded via NixOS’s `environment.memoryAllocator.provider`, which uses what I believe is the equivalent of `/etc/ld.so.preload` on non-NixOS.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to