Over the last few months, I've been using Node-RED in the context of EVSE (Electric Vehicle Supply Equipment) development.
I'm using Node-RED (v3.0.2) in a Docker container installed in an OEM device.
Recently, Node-RED crashed after the device had been powered on for a few days.
The device I'm using has a location where I can see and download several log files. One of them corresponds to a Core dump file (core.8.node-red.3.5.3) that only appeared after the crash.
I asked the device developers if they could help me understand the reason for the crash and they told me that the root cause was a Node.js crash and they wouldn't waste time analyzing the Core dump file.
My question is whether it is possible for me to open the Core dump file myself, since it is an ELF. What tools do I need?
Thank you for your attention.
Best regards,
Gonçalo Cruz