|
Program received signal SIGSEGV, Segmentation fault. |
|
[Switching to Thread 0x7f24fe3fc700 (LWP 8035)] |
|
handle_thr_prgr_later_op (waiting=<optimized out>, aux_work=32, |
|
awdp=0x7f250112af40) at beam/erl_process.c:1920 |
|
1920 beam/erl_process.c: No such file or directory. |
|
(gdb) bt |
|
#0 handle_thr_prgr_later_op (waiting=<optimized out>, aux_work=32, |
|
awdp=0x7f250112af40) at beam/erl_process.c:1920 |
|
#1 handle_aux_work (waiting=0, orig_aux_work=<optimized out>, |
|
awdp=0x7f250112af40) at beam/erl_process.c:2278 |
|
#2 schedule (p=<optimized out>, calls=0) at beam/erl_process.c:9422 |
|
#3 0x000000000043db1a in process_main () at beam/beam_emu.c:1254 |
|
#4 0x00000000004d3fd5 in sched_dirty_io_thread_func (vesdp=0x7f250112ae40) |
|
at beam/erl_process.c:8149 |
|
#5 0x00000000006272a9 in thr_wrapper (vtwd=0x7ffee06ad460) |
|
at pthread/ethread.c:114 |
|
#6 0x00007f2502c8d0a4 in start_thread (arg=0x7f24fe3fc700) |
|
at pthread_create.c:309 |
|
#7 0x00007f25027ba04d in clone () |
|
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 |
|
(gdb) print *awdp |
|
$1 = {sched_id = 0, esdp = 0x0, ssi = 0x0, current_thr_prgr = 1138507, |
|
latest_wakeup = 2, misc = {ix = 0, thr_prgr = 0}, dd = {thr_prgr = 0}, |
|
cncld_tmrs = {thr_prgr = 0}, later_op = {thr_prgr = 2, size = 65536, |
|
first = 0x0, last = 0x0}, async_ready = {need_thr_prgr = 0, thr_prgr = 0, |
|
queue = 0x0}, delayed_wakeup = {next = 0, sched2jix = 0x0, jix = 0, |
|
job = 0x0}, debug = {wait_completed = {flags = 0, callback = 0x0, |
|
arg = 0x0}}} |