Node crashed with a General Protection Fault. From syslog:
Mar 12 23:51:01 ip-10-159-31-166 kernel: [136874.501802] node[28987] general protection ip:8902a8 sp:7fffe8326820 error:0 in node[400000+786000]
I'm assuming Node itself is the cause as JS is memory managed - let me know if that's incorrect.
> process.version
'v0.8.19'
Is there a known issue in node 0.8.19 that causes this?
How can I make node not crash?