wooga / eredis

Erlang Redis client
MIT License
628 stars 279 forks source link

crash in eredis #101

Open wminghao opened 7 years ago

wminghao commented 7 years ago

I got a crash with the following core stack. By using redis pool, no obvious reason why {unhandled_message,{connection_ready,#Port<0.1914682>}} is unhandled here. ------------------------------------>

20601: 17:03:36.790 [error] GenServer #PID<0.3744.3> terminating 20601: ** (stop) {:unhandled_message, {:connection_ready, #Port<0.1914682>}} 20601: 20601: =CRASH REPORT==== 14-Jul-2017::17:03:36 ===

20601: initial call: eredis_client:init/1 20601: pid: <0.3744.3> 20601: registered_name: : exception exit: {unhandled_message,{connection_ready,#Port<0.1914682>}} 20601: in function gen_server:terminate/7 (gen_server.erl, line 826) 20601: ancestors: <0.1633.0>,eredis_pool_sup,<0.1378.0>: messages: : links: <0.1632.0>,<0.1633.0>,#Port<0.1914682>: dictionary: : trap_exit: false 20601: status: running 20601: heap_size: 610 20601: stack_size: 27 20601: reductions: 1796

20601: 20601: =SUPERVISOR REPORT==== 14-Jul-2017::17:03:36 === 20601: Supervisor: {<0.1633.0>,poolboy_sup} 20601: Context: child_terminated 20601: Reason: {unhandled_message,{connection_ready,#Port<0.1914682>}} 20601: Offender: [{pid,<0.3744.3>},

bwschmidt commented 7 years ago

I am seeing the same, is this the same issue as #92 ?