Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

node process blocked #7180

Closed
Closed
@cynron

Description

@cynron

stack backtrace

(gdb) info threads
  Id   Target Id         Frame
  3    Thread 0x7fcfcaf61700 (LWP 31786) "SignalSender" 0x00007fcfc9f97420 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
  2    Thread 0x7fcfc8ff1700 (LWP 31792) "node" 0x00007fcfc9cdb99d in recvmsg () from /lib/x86_64-linux-gnu/libc.so.6
* 1    Thread 0x7fcfcaf63720 (LWP 31784) "node" 0x00007fcfc9f91e75 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0

(gdb) thread 1
[Switching to thread 1 (Thread 0x7fcfcaf63720 (LWP 31784))]
#0  0x00007fcfc9f91e75 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) bt
#0  0x00007fcfc9f91e75 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00000000009c1fee in uv_thread_join (tid=<optimized out>) at ../deps/uv/src/unix/thread.c:37
#2  0x00000000009c26f2 in cleanup () at ../deps/uv/src/unix/threadpool.c:143
#3  0x00000000005af11a in __do_global_dtors_aux ()
#4  0x00000000009c73a1 in _fini ()
#5  0x00007fff7511d6a0 in ?? ()
#6  0x00007fcfcad5f4ec in ?? () from /lib64/ld-linux-x86-64.so.2
#7  0x00007fcfc9c36df2 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8  0x00007fcfc9c36e45 in exit () from /lib/x86_64-linux-gnu/libc.so.6
#9  0x0000000000874f14 in node::FatalException(v8::TryCatch&) ()
#10 0x00000000008754d0 in node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*) ()
#11 0x00000000008755b9 in node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*) ()
#12 0x0000000000890b43 in node::StreamWrap::AfterWrite(uv_write_s*, int) ()
#13 0x00000000009c0c9c in uv__write_callbacks (stream=<optimized out>) at ../deps/uv/src/unix/stream.c:886
#14 uv__stream_io (loop=<optimized out>, w=0x11cda40, events=<optimized out>) at ../deps/uv/src/unix/stream.c:1124
#15 0x00000000009b93af in uv__run_pending (loop=<optimized out>) at ../deps/uv/src/unix/core.c:580
#16 uv_run (loop=0xec2b40, mode=<optimized out>) at ../deps/uv/src/unix/core.c:311
#17 0x0000000000876562 in node::Start(int, char**) ()
#18 0x00007fcfc9c1eead in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#19 0x00000000005af0a9 in _start ()

(gdb) thread 2
[Switching to thread 2 (Thread 0x7fcfc8ff1700 (LWP 31792))]
#0  0x00007fcfc9cdb99d in recvmsg () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x00007fcfc9cdb99d in recvmsg () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007fcfc9cfc19c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007fcfc9cfc61a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x00007fcfc9cb90c7 in getaddrinfo () from /lib/x86_64-linux-gnu/libc.so.6
#4  0x00000000009bc692 in uv__getaddrinfo_work (w=<optimized out>) at ../deps/uv/src/unix/getaddrinfo.c:33
#5  0x00000000009c2620 in worker (arg=<optimized out>) at ../deps/uv/src/unix/threadpool.c:74
#6  0x00000000009b7de1 in uv__thread_start (ctx_v=<optimized out>) at ../deps/uv/src/uv-common.c:322
#7  0x00007fcfc9f90b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#8  0x00007fcfc9cdaa7d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#9  0x0000000000000000 in ?? ()

(gdb) thread 3
[Switching to thread 3 (Thread 0x7fcfcaf61700 (LWP 31786))]
#0  0x00007fcfc9f97420 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) bt
#0  0x00007fcfc9f97420 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x000000000086ad15 in v8::internal::LinuxSemaphore::Wait() ()
#2  0x00000000007700c7 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS() ()
#3  0x000000000086c0d8 in v8::internal::SignalSender::Run() ()
#4  0x000000000086af58 in v8::internal::ThreadEntry(void*) ()
#5  0x00007fcfc9f90b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6  0x00007fcfc9cdaa7d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x0000000000000000 in ?? ()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions