nodejs/llnode

error message for a node binary to core file mismatch

Aperta

#102 aperta il 19 giu 2017

 (4 commenti) (0 reazioni) (0 assegnatari)C++ (101 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (1167 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Is it possible to detect that there is a version mismatch between node and the core file, and print an error or warning? Here I'm using the wrong version of node with a core file, and it doesn't complain, but it would be helpful if it did.

(lldb) target create "node" --core "core.3397"
Core file '/mnt/core.3397' (x86_64) was loaded.
(lldb) v8 nodeinfo
No process objects found.

Guida contributor