It seems that the core of the process that crashed was overwritten at shutdown. Can you enable core file per pid with the next command:
``` echo "1" > /proc/sys/kernel/core_uses_pid ``` Then reproduce the case. You should get more core files, each with the pid number in the name. Take the bt for every core file and paste them here.