The backtrace seems to be from the core file generated on shutdown. Likely the core file generated for the runtime issue was overwritten.

Look in the logs and see if you can spot logs printed by PID 2858, that is the process that crashed.

Also, enable core file per process/pid, see:

Then try to reproduce and you should eventually get more than one core file. Paste here the gdb bt full for each of the core files.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.