solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

grunt dev periodically crashes #49

Closed Fauntleroy closed 10 years ago

Fauntleroy commented 11 years ago

Without any warning, grunt dev will crash with the error Abort trap: 6. There's probably some larger unseen error, but I'll need to figure out how to make this more verbose. I've got a hunch this is a problem with grunt-contrib-watch, since it happens with no interaction on my part.

Fauntleroy commented 11 years ago

Might be related: https://github.com/joyent/node/issues/4261

lucaspottersky commented 11 years ago

Yeah, just got this error too...

Fauntleroy commented 11 years ago

I haven't had this happen for a while, but then again I haven't let grunt dev run for very long periods of time recently. If this happens to you often you might want to try updating Node to the latest stable version.