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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
So far I haven't been able to reproduce this issue in a debug build, but since 9566fe8 I've been experiencing sporadic segfaults from Node. Here is the list of commands I run:
make clean
make -j8
# I'm sure any number of different scripts would trigger this
gdb --args ./node test/simple/test-domain.js
And here's the backtrace of the segfault:
Program received signal SIGSEGV, Segmentation fault.
0x00000000006cda0c in uv_unref (handle=0xf372d8) at ../deps/uv/src/uv-common.c:410
410 uv__handle_unref(handle);
(gdb)
(gdb) bt
#0 0x00000000006cda0c in uv_unref (handle=0xf372d8) at ../deps/uv/src/uv-common.c:410
#1 0x00000000005a6204 in node::CreateEnvironment(v8::Isolate*, int, char const* const*, int, char const* const*) ()
#2 0x00000000005a635c in node::Start(int, char**) ()
#3 0x00007ffff6bfe76d in __libc_start_main (main=0x5b7c60 <main>, argc=2, ubp_av=0x7fffffffdf98, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
stack_end=0x7fffffffdf88) at libc-start.c:226
#4 0x000000000059ade9 in _start ()
(gdb)
So far I haven't been able to reproduce this issue in a debug build, but since 9566fe8 I've been experiencing sporadic segfaults from Node. Here is the list of commands I run:
And here's the backtrace of the segfault:
/cc @bnoordhuis @indutny