我在CentOS版本6.3(最终版)上安装了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)