Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(systemd): enable support for systemd compiled with ASAN
When systemd is compiled with ASAN library to troubleshoot memory issues within systemd code, the libasan library expects to have /proc be available as soon as systemd starts, which isn't the case currently, causing an assertion to fail, systemd to crash and kernel to panic: ==1==AddressSanitizer CHECK failed: ../../../../libsanitizer/sanitizer_common/sanitizer_procmaps_common.cc:75 "((data_.proc_self_maps.len)) > ((0))" (0x0, 0x0) <empty stack> X.XXXXXXX Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100 [...]
- Loading branch information