External Publication
Visit Post

General Discussion • Re: Do 'silent' crashes leave a report somewhere?

Pale Moon forum - Forum index [Unofficial] June 6, 2026
Source

/var/lib/systemd/coredump/

I don't use systemd. Do you know where else it could be?

Here are some options if you are using an init system such as sysvinit:

  • If kernel.core_pattern is set to a simple filename (e.g., core), the core dump may be saved in the current working directory of the crashed process.
  • If kernel.core_pattern specifies a path (e.g., /var/crash/core.%p), the dump should be saved to that specified location.

You may want to bring this topic up in the Devuan, MX, or antiX forums, where they could probably help pinpoint you based on your particular system setup.

For me on MX Linux using sysvinit, if I run the following command:

CODE:

cat /proc/sys/kernel/core_pattern

the output I get is:

CODE:

core

which should mean that the core dump will be generated in the current working directory of the crashed process: https://linux.die.net/man/5/core

But, once again, asking for help in the Devuan, MX, or antiX forum would be more productive for you, as those forums will have experts in this area.


Discussion in the ATmosphere

Loading comments...