On May 22, 02014, at 6:13, mps <[email protected]> wrote: > I am running my node.js server by forever and my script gets killed in 1-2 > days and i get this error in the log file: > > error: Forever detected script was killed by signal: SIGSEGV > [snip]
> where could the segment fault be coming from? Best bet is to configure your server to dump core files. (ulimit and some system parameters control whether or not you get a dump) Given the core file, it should be possible to look at it with a debugger and see where the crash was and what was going on. Generally this is within C/C++ dependencies (or, I hope not, within V8). There’s also the slim chance that your machine has bad RAM or something equally evil, but that’s a long shot. Aria
signature.asc
Description: Message signed with OpenPGP using GPGMail
