Skip to content

Instantly share code, notes, and snippets.

@ferd
Created February 10, 2012 01:40
Show Gist options
  • Save ferd/1785356 to your computer and use it in GitHub Desktop.
Save ferd/1785356 to your computer and use it in GitHub Desktop.
λ lfe → master* → ./lfe
{"init terminating in do_boot",{undef,[{lfe_boot,start,[],[]},{init,start_it,1,[]},{init,start_em,1,[]}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
λ lfe → master* → ./lfe -pa ebin
Erlang R15B (erts-5.9) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false]
LFE Shell V5.9 (abort with ^G)
> (defun (a x y) (+ x y))
*** ERROR: Shell process terminated! (^G to start new job) ***
=ERROR REPORT==== 9-Feb-2012::20:40:19 ===
Error in process <0.34.0> with exit value: {function_clause,[{lfe_lib,'-format_stacktrace/3-fun-0-',[{lfe_shell,server_loop,2,[{file,"src/lfe_shell.erl"},{line,70}]},#Fun<lfe_shell.2.4581011>],[{file,"src/lfe_lib.erl"},{line,417}]},{lists,dropwhile,2,[{file,"lists.erl"},{line,1320}]},{lfe_lib,format_stacktrace...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment