nodejs/llnode

error message for a node binary to core file mismatch

Aberta

#102 aberto em 19 de jun. de 2017

 (4 comentários) (0 reação) (0 responsável)C++ (101 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (1.167 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador