Node.js无法以v8符号错误启动

时间:2013-05-22 23:39:29

标签: node.js centos v8

我在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)

0 个答案:

没有答案