タグ付けされた質問 「v8」

1
Node.jsが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)
1 centos  node.js  v8 
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.