Skip to content

Instantly share code, notes, and snippets.

@AitorATuin
Created August 7, 2016 10:34
Show Gist options
  • Save AitorATuin/46bafaeeb51388c6c1d367083b83c4c6 to your computer and use it in GitHub Desktop.
Save AitorATuin/46bafaeeb51388c6c1d367083b83c4c6 to your computer and use it in GitHub Desktop.
luv bug?
require('luv')
require('luv')
@AitorATuin
Copy link
Author

Running:

mkdir tests
mv *.lua tests
busted tests

we get:

0 successes / 0 failures / 0 errors / 0 pending : 0.00114 seconds
zsh: segmentation fault (core dumped)  busted tests
``

@creationix
Copy link

Is busted using a different lua version than what luv was compiled against perhaps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment