File node-segfault.patch of Package nodejs
Index: node-v0.6.19/src/node.cc =================================================================== --- node-v0.6.19.orig/src/node.cc +++ node-v0.6.19/src/node.cc @@ -2645,7 +2645,6 @@ int Start(int argc, char *argv[]) { #ifndef NDEBUG // Clean up. context.Dispose(); - V8::Dispose(); #endif // NDEBUG return 0;