eredis
eredis copied to clipboard
crash in eredis
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]: crasher: [20601]: initial call: eredis_client:init/1 [20601]: pid: <0.3744.3> [20601]: registered_name: [] [20601]: 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>] [20601]: messages: [] [20601]: links: [<0.1632.0>,<0.1633.0>,#Port<0.1914682>] [20601]: dictionary: [] [20601]: trap_exit: false [20601]: status: running [20601]: heap_size: 610 [20601]: stack_size: 27 [20601]: reductions: 1796 [20601]: neighbours: [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>}, [20601]: {id,eredis}, [20601]: {mfargs,{eredis,start_link,undefined}}, [20601]: {restart_type,temporary}, [20601]: {shutdown,5000}, [20601]: {child_type,worker}]
I am seeing the same, is this the same issue as #92 ?