CentOS リリース 6.3 (Final) に nodejs パッケージをインストールしました
しかし、引数なしで実行すると、起動時にクラッシュしました。
[root@lcnolw1073 ~]# nodejs
nodejs: ../src/handle_wrap.cc:65: static v8::Handle<v8::Value> node::HandleWrap::Unref(const v8::Arguments&): Assertion `args.Holder()->InternalFieldCount() > 0' failed.
Aborted (core dumped)
また、空のファイルを使用します。
[root@lcnolw1073 ~]# nodejs /dev/null
Segmentation fault (core dumped)