Created
March 9, 2010 02:33
-
-
Save bmizerany/326086 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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