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

Connections can crash when KeepAlive stops a CommandRunner #870

Open
bjyoungblood opened this issue Nov 29, 2023 · 0 comments
Open

Connections can crash when KeepAlive stops a CommandRunner #870

bjyoungblood opened this issue Nov 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bjyoungblood
Copy link
Member

Sentry.CrashError: ** (exit) exited in: GenServer.stop(#PID<0.8812.47>, :normal, :infinity)
    ** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
  File "lib/gen_server.ex", line 995, in GenServer.stop/3
  File "lib/grizzly/connections/keep_alive.ex", line 100, in Grizzly.Connections.KeepAlive.maybe_stop_command_runner/1
  File "lib/grizzly/connections/keep_alive.ex", line 78, in Grizzly.Connections.KeepAlive.timer_restart/1
  File "lib/grizzly/connections/sync_connection.ex", line 221, in Grizzly.Connections.SyncConnection.do_handle_commands/2
  File "lib/grizzly/connections/sync_connection.ex", line 139, in Grizzly.Connections.SyncConnection.handle_info/2
  File "gen_server.erl", line 1123, in :gen_server.try_dispatch/4
  File "gen_server.erl", line 1200, in :gen_server.handle_msg/6
  File "proc_lib.erl", line 240, in :proc_lib.init_p_do_apply/3
@bjyoungblood bjyoungblood added the bug Something isn't working label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant