meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

error found in coroutine.cc:75 #162

Closed ar4mirez closed 8 years ago

ar4mirez commented 9 years ago

Trying to run a script using node versions 0.10.33 & 0.11 and I'm getting this error: node: ../src/coroutine.cc:75: void* find_thread_id_key(void*): Assertionthread_data_key' failed.` The package that I'm using is CamanJS.

Steps:

index.js

var Caman = require('caman'); // here is when breaks and returns the error above.
...

https://github.com/laverdet/node-fibers/blob/master/src/coroutine.cc#L75