Hi, Under what circumstances would the current function of a process be undefined? > erlang:process_info(Pid, current_function). {current_function,undefined} I had a process which seemed to be just stuck doing nothing leading to {message_queue_len,2781388}. Thanks, Adam.