Advertisement
Guest User

ciukes

a guest
May 27th, 2008
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $> erlc test.erl && erl -pa ./ -run test test -run init stop -noshell
  2. "before allocate"
  3. *DBG* pp got call {alloc,<0.1.0>} from <0.1.0>
  4. @@*DBG* pp new state [118,97,108,117,101]
  5.  
  6. ---- 5000 miliseconds wait (default time out) ----
  7.  
  8. @@{"init terminating in do_boot",{timeout,{gen_server,call,[pp,{alloc,<0.1.0>}]}}}
  9.  
  10. Crash dump was written to: erl_crash.dump
  11. init terminating in do_boot ()
  12. $>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement