Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash in eredis #101

Open
wminghao opened this issue Jul 15, 2017 · 1 comment
Open

crash in eredis #101

wminghao opened this issue Jul 15, 2017 · 1 comment

Comments

@wminghao
Copy link

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}]

@bwschmidt
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants