The systemd config is default and it should dump core and logs a message that it dumped core but I have not been able to find it. Usually core dumps are in
/var/lib/systemd/coredump but the directory is empty.
The server has ECC memory and there are no messages in the syslog about ECC failures.
The SEGV occurred on two consecutive days when systemd was reloading so for the moment I find it unlikely that memory may be the root cause but looking at a core dump would certainly help. Where is it?
Comments
any ideas on how to resolve this?
Are you sure the memory in this system is ok?
As it dumped core, could be interesting to "gdb it" and get a stackframe.
The systemd config is default and it should dump core and logs a message that it dumped core but I have not been able to find it. Usually core dumps are in /var/lib/systemd/coredump but the directory is empty.
The server has ECC memory and there are no messages in the syslog about ECC failures. The SEGV occurred on two consecutive days when systemd was reloading so for the moment I find it unlikely that memory may be the root cause but looking at a core dump would certainly help. Where is it?
Try this:
It was in /var/lib/apport/coredump
The bt full of gdb seems to indicate that systemd chokes on a unit file. I bet it is clamav-freshclam. I am going to reboot now.