Skip to content

Instantly share code, notes, and snippets.

@lpgauth
Created July 25, 2014 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lpgauth/27e66f7a2104d8b5af74 to your computer and use it in GitHub Desktop.
Save lpgauth/27e66f7a2104d8b5af74 to your computer and use it in GitHub Desktop.
erl_lock_count segfault
h033 / # gdb /usr/lib64/erlang/erts-6.1.2/bin/beam.smp core
GNU gdb (Gentoo 7.5 p1) 7.5
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /usr/lib64/erlang/erts-6.1.2/bin/beam.smp...done.
[New LWP 32157]
[New LWP 32131]
[New LWP 32125]
[New LWP 32119]
[New LWP 32116]
[New LWP 32112]
[New LWP 32118]
[New LWP 32134]
[New LWP 32132]
[New LWP 32122]
[New LWP 32129]
[New LWP 32117]
[New LWP 32123]
[New LWP 32155]
[New LWP 32124]
[New LWP 32126]
[New LWP 32120]
[New LWP 32146]
[New LWP 32133]
[New LWP 32128]
[New LWP 32152]
[New LWP 32121]
[New LWP 32147]
[New LWP 32142]
[New LWP 32144]
[New LWP 32130]
[New LWP 32138]
[New LWP 32143]
[New LWP 32148]
[New LWP 32145]
[New LWP 32136]
[New LWP 32140]
[New LWP 32139]
[New LWP 32154]
[New LWP 32141]
[New LWP 32149]
[New LWP 32153]
[New LWP 32150]
[New LWP 32137]
[New LWP 32151]
[New LWP 32156]
[New LWP 32127]
[New LWP 32135]
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `/usr/lib64/erlang/erts-6.1.2/bin/beam.smp -B -- -root /usr/lib64/erlang -progna'.
Program terminated with signal 11, Segmentation fault.
#0 lcnt_thread_data_alloc () at beam/erl_lock_count.c:136
136 beam/erl_lock_count.c: No such file or directory.
(gdb) t a a bt
Thread 43 (Thread 0x7fafd37fe700 (LWP 32135)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d405d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d405d0) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be3d140, callbacks=callbacks@entry=0x7fafd37fde70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be3d140) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 42 (Thread 0x7fb01af73700 (LWP 32127)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d403d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d403d0) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d403c0) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d403c0, q=0x7fb01bb44180) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb44180) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 41 (Thread 0x7faf737fe700 (LWP 32156)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40b10) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40b10) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01bf12b00, callbacks=callbacks@entry=0x7faf737fde70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01bf12b00) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 40 (Thread 0x7faf927fc700 (LWP 32151)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d409d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d409d0) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01bedfd40, callbacks=callbacks@entry=0x7faf927fbe70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01bedfd40) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 39 (Thread 0x7fafd27fc700 (LWP 32137)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40650) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40650) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be516c0, callbacks=callbacks@entry=0x7fafd27fbe70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be516c0) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 38 (Thread 0x7faf92ffd700 (LWP 32150)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40990) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40990) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01bed5a80, callbacks=callbacks@entry=0x7faf92ffce70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01bed5a80) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 37 (Thread 0x7faf917fa700 (LWP 32153)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40a50) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40a50) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01bef42c0, callbacks=callbacks@entry=0x7faf917f9e70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01bef42c0) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 36 (Thread 0x7faf937fe700 (LWP 32149)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40950) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40950) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01becb7c0, callbacks=callbacks@entry=0x7faf937fde70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01becb7c0) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 35 (Thread 0x7fafb3fff700 (LWP 32141)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40750) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40750) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be7a1c0, callbacks=callbacks@entry=0x7fafb3ffee70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be7a1c0) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 34 (Thread 0x7faf90ff9700 (LWP 32154)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40a90) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40a90) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01befe580, callbacks=callbacks@entry=0x7faf90ff8e70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01befe580) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 33 (Thread 0x7fafd17fa700 (LWP 32139)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d406d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d406d0) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be65c40, callbacks=callbacks@entry=0x7fafd17f9e70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be65c40) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 32 (Thread 0x7fafd0ff9700 (LWP 32140)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40710) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40710) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be6ff00, callbacks=callbacks@entry=0x7fafd0ff8e70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be6ff00) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 31 (Thread 0x7fafd2ffd700 (LWP 32136)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40610) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40610) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be47400, callbacks=callbacks@entry=0x7fafd2ffce70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be47400) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 30 (Thread 0x7fafb1ffb700 (LWP 32145)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40850) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40850) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01bea2cc0, callbacks=callbacks@entry=0x7fafb1ffae70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01bea2cc0) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 29 (Thread 0x7faf93fff700 (LWP 32148)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40910) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40910) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01bec1500, callbacks=callbacks@entry=0x7faf93ffee70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01bec1500) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 28 (Thread 0x7fafb2ffd700 (LWP 32143)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d407d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d407d0) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be8e740, callbacks=callbacks@entry=0x7fafb2ffce70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be8e740) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 27 (Thread 0x7fafd1ffb700 (LWP 32138)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40690) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40690) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be5b980, callbacks=callbacks@entry=0x7fafd1ffae70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be5b980) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 26 (Thread 0x7fb01a6fe700 (LWP 32130)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40490) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40490) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be0a380, callbacks=callbacks@entry=0x7fb01a6fde70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be0a380) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 25 (Thread 0x7fafb27fc700 (LWP 32144)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40810) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40810) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be98a00, callbacks=callbacks@entry=0x7fafb27fbe70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be98a00) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 24 (Thread 0x7fafb37fe700 (LWP 32142)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40790) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40790) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be84480, callbacks=callbacks@entry=0x7fafb37fde70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be84480) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 23 (Thread 0x7fafb0ff9700 (LWP 32147)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d408d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d408d0) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01beb7240, callbacks=callbacks@entry=0x7fafb0ff8e70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01beb7240) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 22 (Thread 0x7fb01b03f700 (LWP 32121)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40250) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d40250) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d40240) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d40240, q=0x7fb01bb43a00) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb43a00) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 21 (Thread 0x7faf91ffb700 (LWP 32152)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40a10) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40a10) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01beea000, callbacks=callbacks@entry=0x7faf91ffae70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01beea000) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 20 (Thread 0x7fb028a75700 (LWP 32128)):
#0 0x00007fb027cdf5ec in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00000000005e9d39 in ethr_cond_wait (cnd=cnd@entry=0x982480 <chld_stat_cnd>, mtx=mtx@entry=0x9821e0 <chld_stat_mtx>) at common/ethr_mutex.c:1368
#2 0x000000000057c8a4 in erts_cnd_wait (cnd=<optimized out>, mtx=<optimized out>) at beam/erl_threads.h:1821
#3 child_waiter (unused=<optimized out>) at sys/unix/sys.c:2882
#4 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93760) at pthread/ethread.c:106
#5 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#6 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 19 (Thread 0x7fb018efb700 (LWP 32133)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40550) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40550) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be28bc0, callbacks=callbacks@entry=0x7fb018efae70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be28bc0) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 18 (Thread 0x7fafb17fa700 (LWP 32146)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40890) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40890) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01beacf80, callbacks=callbacks@entry=0x7fafb17f9e70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01beacf80) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 17 (Thread 0x7fb01b0be700 (LWP 32120)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40210) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d40210) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d40200) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d40200, q=0x7fb01bb438c0) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb438c0) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 16 (Thread 0x7fb01af95700 (LWP 32126)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40390) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d40390) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d40380) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d40380, q=0x7fb01bb44040) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb44040) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 15 (Thread 0x7fb01afd9700 (LWP 32124)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40310) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d40310) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d40300) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d40300, q=0x7fb01bb43dc0) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb43dc0) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 14 (Thread 0x7faf73fff700 (LWP 32155)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40ad0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40ad0) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01bf08840, callbacks=callbacks@entry=0x7faf73ffee70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01bf08840) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 13 (Thread 0x7fb01affb700 (LWP 32123)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d402d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d402d0) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d402c0) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d402c0, q=0x7fb01bb43c80) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb43c80) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 12 (Thread 0x7fb01b8bf700 (LWP 32117)):
#0 0x00007fb027cdf5ec in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00000000005e9d39 in ethr_cond_wait (cnd=cnd@entry=0x8b6900 <smq_cnd>, mtx=mtx@entry=0x8b6940 <smq_mtx>) at common/ethr_mutex.c:1368
#2 0x000000000047a574 in erts_cnd_wait (cnd=<optimized out>, mtx=<optimized out>) at beam/erl_threads.h:1821
#3 erts_smp_cnd_wait (mtx=0x8b6940 <smq_mtx>, cnd=0x8b6900 <smq_cnd>) at beam/erl_smp.h:951
#4 sys_msg_dispatcher_wait (vwait_p=0x7fb01b8bee44) at beam/erl_trace.c:3257
#5 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x0, callbacks=callbacks@entry=0x7fb01b8bee50, pref_wakeup=pref_wakeup@entry=0) at beam/erl_thr_progress.c:651
#6 0x000000000047aa6a in sys_msg_dispatcher_func (unused=<optimized out>) at beam/erl_trace.c:3278
#7 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93790) at pthread/ethread.c:106
#8 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#9 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 11 (Thread 0x7fb01aeff700 (LWP 32129)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40450) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40450) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be000c0, callbacks=callbacks@entry=0x7fb01aefee70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be000c0) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 10 (Thread 0x7fb01b01d700 (LWP 32122)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40290) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d40290) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d40280) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d40280, q=0x7fb01bb43b40) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb43b40) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 9 (Thread 0x7fb0196fc700 (LWP 32132)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40510) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40510) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be1e900, callbacks=callbacks@entry=0x7fb0196fbe70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be1e900) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 8 (Thread 0x7fafd3fff700 (LWP 32134)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40590) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d40590) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be32e80, callbacks=callbacks@entry=0x7fafd3ffee70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be32e80) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 7 (Thread 0x7fb020eaa700 (LWP 32118)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40190) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d40190) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d40180) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d40180, q=0x7fb01bb43640) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb43640) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 6 (Thread 0x7fb028a64700 (LWP 32112)):
#0 0x00007fb0277f2bc7 in sched_yield () from /lib64/libc.so.6
#1 0x00000000005eb304 in wait__ (spincount=<optimized out>, e=<optimized out>) at pthread/ethr_event.c:76
#2 ethr_event_swait (e=0x7fb020d400d0, spincount=<optimized out>) at pthread/ethr_event.c:224
#3 0x00000000005eaf31 in ethr_thr_create (tid=0x7fb01bf1cdd0, func=func@entry=0x4add20 <sched_thread_func>, arg=0x7fb01bf1cdc0, opts=opts@entry=0x7fff7ff93870) at pthread/ethread.c:386
#4 0x00000000004b932b in erts_start_schedulers () at beam/erl_process.c:7864
#5 0x000000000045fcca in erl_start (argc=24, argv=<optimized out>) at beam/erl_init.c:1979
#6 0x000000000043aa79 in main (argc=<optimized out>, argv=<optimized out>) at sys/unix/erl_main.c:29
Thread 5 (Thread 0x7fb020d3f700 (LWP 32116)):
#0 0x00007fb027ce259d in read () from /lib64/libpthread.so.0
#1 0x000000000057f192 in read (__nbytes=32, __buf=0x7fb020d3ee80, __fd=<optimized out>) at /usr/include/bits/unistd.h:45
#2 signal_dispatcher_thread_func (unused=<optimized out>) at sys/unix/sys.c:2944
#3 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff936a0) at pthread/ethread.c:106
#4 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#5 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 4 (Thread 0x7fb02053e700 (LWP 32119)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d401d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d401d0) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d401c0) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d401c0, q=0x7fb01bb43780) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb43780) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 3 (Thread 0x7fb01afb7700 (LWP 32125)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d40350) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=e@entry=0x7fb020d40350) at pthread/ethr_event.c:218
#3 0x000000000051e90e in erts_tse_wait (ep=0x7fb020d40340) at beam/erl_threads.h:2782
#4 async_get (prep_enq=<synthetic pointer>, tse=0x7fb020d40340, q=0x7fb01bb43f00) at beam/erl_async.c:386
#5 async_main (arg=0x7fb01bb43f00) at beam/erl_async.c:507
#6 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff93770) at pthread/ethread.c:106
#7 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#8 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 2 (Thread 0x7fb019efd700 (LWP 32131)):
#0 0x00007fb027807469 in syscall () from /lib64/libc.so.6
#1 0x00000000005eb275 in wait__ (spincount=0, e=0x7fb020d404d0) at pthread/ethr_event.c:92
#2 ethr_event_wait (e=0x7fb020d404d0) at pthread/ethr_event.c:218
#3 0x000000000050ec86 in erts_thr_progress_register_managed_thread (esdp=esdp@entry=0x7fb01be14640, callbacks=callbacks@entry=0x7fb019efce70, pref_wakeup=pref_wakeup@entry=0)
at beam/erl_thr_progress.c:651
#4 0x00000000004add87 in sched_thread_func (vesdp=0x7fb01be14640) at beam/erl_process.c:7603
#5 0x00000000005eac20 in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:106
#6 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#7 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Thread 1 (Thread 0x7faf72ffd700 (LWP 32157)):
#0 lcnt_thread_data_alloc () at beam/erl_lock_count.c:136
#1 erts_lcnt_thread_setup () at beam/erl_lock_count.c:601
#2 0x000000000057c469 in thr_create_prepare_child (vtcdp=0x7fb028a40068) at sys/unix/sys.c:487
#3 0x00000000005eabfc in thr_wrapper (vtwd=0x7fff7ff937d0) at pthread/ethread.c:96
#4 0x00007fb027cdada6 in start_thread () from /lib64/libpthread.so.0
#5 0x00007fb02780a99d in clone () from /lib64/libc.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment