deanmao / node-chimera

A new kind of headless webkit integration for nodejs; a great alternative to phantomjs.
http://www.deanmao.com/2012/08/13/enter-chimera/
MIT License
847 stars 45 forks source link

Segmentation fault: 11 on Mac OS X 10.7.3 (64-bit) #13

Closed Trindaz closed 11 years ago

Trindaz commented 11 years ago

When running examples/example.js I get output:

Using the chimera in lib Segmentation fault: 11

deanmao commented 11 years ago

it seems like you got it running in your later bug reports...

christhorwarth commented 11 years ago

Note - I had this error and the only way to get past it was to have a timeout for 500ms after the Chimera lib is loaded.

kristjanjansen commented 11 years ago

@christhorwarth can you provide an example how to get past this?