Skip to content

Instantly share code, notes, and snippets.

@thorerik
Created July 6, 2017 10:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thorerik/c360f59b59bff7a027e5e1d9c8d36019 to your computer and use it in GitHub Desktop.
Save thorerik/c360f59b59bff7a027e5e1d9c8d36019 to your computer and use it in GitHub Desktop.
% erl
Erlang/OTP 20 [RELEASE CANDIDATE 2] [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [kernel-poll:false]
Eshell V9.0 (abort with ^G)
1> c(img).
{ok,img}
2> img:do().
** exception error: undefined function egd:create/2
in function img:do/0 (img.erl, line 6)
3>
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
(v)ersion (k)ill (D)b-tables (d)istribution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment