nodejs/llnode

error message for a node binary to core file mismatch

オープン

#102 opened on 2017/06/19

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (101 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,167 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド