Created
October 29, 2017 11:23
-
-
Save andytill/ed553efc10aa16a13866fe53b6617ea4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andy.till ~/work erl -sname lol -setcookie lol | |
Erlang/OTP 20 [erts-9.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [kernel-poll:false] | |
Bus error: 10 | |
andy.till ~/work erl -sname lol -setcookie lol | |
Erlang/OTP 20 [erts-9.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [kernel-poll:false] | |
Eshell V9.1 (abort with ^G) | |
(lol@ATILL-02)1> Segmentation fault: 11 | |
thread #19, stop reason = signal SIGSTOP | |
frame #0: 0x000000010f1b749c beam.smp`erts_alcu_free_thr_pref(type=201, extra=<unavailable>, p=0x0000000110000000) at erl_alloc_util.c:5625 [opt] | |
frame #1: 0x000000010f52a888 trace_ip_drv.so`trace_ip_ready_output + 72 | |
frame #2: 0x000000010f240628 beam.smp`erts_port_task_execute(runq=<unavailable>, curr_port_pp=0x000000010fc614b8) at erl_port_task.c:1810 [opt] | |
frame #3: 0x000000010f22bcc9 beam.smp`erts_schedule(esdp=<unavailable>, p=<unavailable>, calls=10) at erl_process.c:10594 [opt] | |
frame #4: 0x000000010f17ab93 beam.smp`process_main(x_reg_array=<unavailable>, f_reg_array=0x0000000110096480) at beam_emu.c:1349 [opt] | |
frame #5: 0x000000010f223cb3 beam.smp`sched_thread_func(vesdp=0x000000010fc613c0) at erl_process.c:8892 [opt] | |
frame #6: 0x000000010f35462a beam.smp`thr_wrapper(vtwd=0x00007fff50a84ea0) at ethread.c:118 [opt] | |
frame #7: 0x00007fffdb40493b libsystem_pthread.dylib`_pthread_body + 180 | |
frame #8: 0x00007fffdb404887 libsystem_pthread.dylib`_pthread_start + 286 | |
frame #9: 0x00007fffdb40408d libsystem_pthread.dylib`thread_start + 13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment