You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to track down the point of the crash, I discovered node-segfault-handler. I built that for the target system, and I require it as the very first thing in my source. The crashing has stopped completely (well , at least for the first 500 attempts . . it was a random problem, but it was happening at least 1 in 10 times before)
Any ideas what might cause something like that?
I'm using nodejs 6.11.2 on the target environment, but that doesn't seem to make any difference.
The text was updated successfully, but these errors were encountered:
If you can cause the process to segfault and dump core it can be inspected with gdb. You need to ensure that the correct ulimit is set to allow dumping core files (ulimit -c unlimited).
Leaving this here where maybe people with some experience debugging node native modules might suggest some ideas.
I'm having a problem with a native node module crashing. That module is here: https://github.com/webosose/nodejs-module-webos-sysbus
While trying to track down the point of the crash, I discovered node-segfault-handler. I built that for the target system, and I require it as the very first thing in my source. The crashing has stopped completely (well , at least for the first 500 attempts . . it was a random problem, but it was happening at least 1 in 10 times before)
Any ideas what might cause something like that?
I'm using nodejs 6.11.2 on the target environment, but that doesn't seem to make any difference.
The text was updated successfully, but these errors were encountered: