-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault Error #74
Comments
I'm getting a segfault of my own just from including the "segfault-handler" module. It doesn't make it far enough in to set its own signal handler routine before the SEGV occurs. Here is the first few lines of my reproduction:
It should exit with status 1 immediately after loading "segfault-handler", but instead it just unceremoniously segfaults during a wrapper function around dlopen:
Can you try running your nodejs script under gdb and post your stack trace? I wanna see if yours is similar to mine:
|
i am getting this error
Segmentation fault
i don't know why or where-->
The text was updated successfully, but these errors were encountered: