Skip to content

Instantly share code, notes, and snippets.

View polaris's full-sized avatar

Jan Deinhard polaris

  • Berlin
View GitHub Profile
@polaris
polaris / helloworld.cc
Created February 3, 2011 20:41
node.js extension causing a segmentation fault
#include <v8.h>
#include <node.h>
#include <node_events.h>
#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include <iostream>
using namespace node;
using namespace v8;