Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created May 15, 2012 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/9331471de95b907f1824 to your computer and use it in GitHub Desktop.
Save TooTallNate/9331471de95b907f1824 to your computer and use it in GitHub Desktop.
[node@tootallnate ~/node-ffi]$ gcc -o test -shared test.c
[node@tootallnate ~/node-ffi]$ ./test
Segmentation Fault (core dumped)
int main () {
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment