Created
January 7, 2009 17:14
-
-
Save archaelus/44340 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
Program counter: 0x00007f61c4365af8 (gen_server:loop/6 + 288) | |
CP: 0x00007f61c0e23fe8 (proc_lib:init_p/5 + 400) | |
arity = 0 | |
0x00007f60fb043f78 Return addr 0x00007f61c0e23fe8 (proc_lib:init_p/5 + 400) | |
y(0) [] | |
y(1) infinity | |
y(2) disk_log_server | |
y(3) {state,[]} | |
y(4) disk_log_server | |
y(5) <0.30.0> | |
0x00007f60fb043fb0 Return addr 0x000000000084bd18 (<terminate process normally>) | |
y(0) Catch 0x00007f61c0e24008 (proc_lib:init_p/5 + 432) | |
y(1) gen | |
y(2) init_it | |
y(3) [gen_server,<0.30.0>,<0.30.0>,{local,disk_log_server},disk_log_server,[],[]] | |
process_info(whereis(disk_log_server)). | |
[{registered_name,disk_log_server}, | |
{current_function,{gen_server,loop,6}}, | |
{initial_call,{proc_lib,init_p,5}}, | |
{status,waiting}, | |
{message_queue_len,1}, | |
{messages,[{'$gen_call',{<0.22681.260>,#Ref<0.0.992.227035>}, | |
{close,<0.22681.260>}}]}, | |
{links,[<0.111.0>,<0.22677.260>,<0.22681.260>,<0.30.0>]}, | |
{dictionary,[{<0.111.0>,latest_log}, | |
{<0.22677.260>,previous_log}, | |
{'$ancestors',[kernel_safe_sup,kernel_sup,<0.8.0>]}, | |
{<0.22681.260>,decision_tab}, | |
{'$initial_call',{gen,init_it, | |
[gen_server,<0.30.0>,<0.30.0>, | |
{local,disk_log_server}, | |
disk_log_server,[],[]]}}]}, | |
{trap_exit,true}, | |
{error_handler,error_handler}, | |
{priority,normal}, | |
{group_leader,<0.7.0>}, | |
{total_heap_size,246}, | |
{heap_size,233}, | |
{stack_size,12}, | |
{reductions,2366165}, | |
{garbage_collection,[{fullsweep_after,0},{minor_gcs,0}]}, | |
{suspending,[]}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment