Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created March 9, 2010 02:33
Show Gist options
  • Save bmizerany/326086 to your computer and use it in GitHub Desktop.
Save bmizerany/326086 to your computer and use it in GitHub Desktop.
1> redis:keys("*").
=ERROR REPORT==== 8-Mar-2010::18:33:36 ===
** Generic server redis terminating
** Last message in was {q,[keys,"*"]}
** When Server state == #Port<0.744>
** Reason for termination ==
** {{badmatch,{error,closed}},
[{redis,read_resp,1},
{redis,handle_call,3},
{gen_server,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}
** exception exit: {{{badmatch,{error,closed}},
[{redis,read_resp,1},
{redis,handle_call,3},
{gen_server,handle_msg,5},
{proc_lib,init_p_do_apply,3}]},
{gen_server,call,[redis,{q,[keys,"*"]}]}}
in function gen_server:call/2
in call from redis:keys/1
=CRASH REPORT==== 8-Mar-2010::18:33:36 ===
crasher:
initial call: redis:init/1
pid: <0.43.0>
registered_name: redis
exception exit: {{badmatch,{error,closed}},
[{redis,read_resp,1},
{redis,handle_call,3},
{gen_server,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}
in function gen_server:terminate/6
ancestors: [<0.2.0>]
messages: []
links: [#Port<0.744>]
dictionary: []
trap_exit: false
status: running
heap_size: 377
stack_size: 24
reductions: 750
neighbours:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment