Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/43.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js无法启动,出现v8符号错误_Node.js_Centos_V8 - Fatal编程技术网

Node.js无法启动,出现v8符号错误

Node.js无法启动,出现v8符号错误,node.js,centos,v8,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()->InternalField

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