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

Node crashes everytime chimera is used #19

Open franciscolourenco opened 11 years ago

franciscolourenco commented 11 years ago

Using any of the examples provided, node crashes with

Using the chimera in lib
fish: Job 1, 'coffee chimera.coffee ' terminated by signal SIGSEGV (Address boundary error)

OSX 10.8.2 node 0.8.18 chimera 0.3.2

The OSX crash popup which appears contains the following: https://gist.github.com/ab217ec8ba86450bb295

deanmao commented 11 years ago

Hey sorry, on vacation right now, I'll take a look soon.

chadbaudoin commented 11 years ago

+1...have fun on vacation

tstellanova commented 11 years ago

Possibly related crash I'm seeing about 70% of runs on OSX 10.8.2:

https://gist.github.com/tstellanova/5017680

It looks like a weak reference is being accessed after it's already been released. Looking at the stack trace, possibly a network reply method is being called after the object has already been released (but WebCore still has a reference to it).

santiago commented 11 years ago

+1

ghost commented 11 years ago

+1

yawnt commented 11 years ago

+1