When your process crashes in a systemd-nspawn container, use coredumpctl to locate where the core-file is so you can extract and debug it. Well, I take that back... If your kernel.core_pattern is pointing at systemd-coredump, then that's what you can use coredumpctl for. opensourcedebuggingtips
systemd-nspawn
container, usecoredumpctl
to locate where the core-file is so you can extract and debug it. Well, I take that back... If yourkernel.core_pattern
is pointing atsystemd-coredump
, then that's what you can usecoredumpctl
for. opensource debugging tips