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.

貢獻者指南