nodejs/llnode

error message for a node binary to core file mismatch

开放

#102 创建于 2017年6月19日

 (4 条评论) (0 个反应) (0 位负责人)C++ (101 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (1,167 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南