crystal-loot / nox

Procfile-based process manager written in Crystal
MIT License
17 stars 2 forks source link

kill: No such process (RuntimeError) #3

Closed jwoertink closed 2 years ago

jwoertink commented 2 years ago

I hit ^C on my running app, and got this error:

web          | 
web          |  ▸ Sent 500 Internal Server Error (21.81ms) (a2b74804-eb89-4e2a-827e-321d1457725c)
^Csystem_check | Attempting to interrupt...
kill: No such process (RuntimeError)
  from /usr/share/crystal/src/crystal/system/unix/process.cr:58:5 in 'signal'
  from /usr/share/crystal/src/process.cr:293:5 in 'signal'
  from /home/jeremy/Development/lucky_org/lucky_cli/lib/nox/src/nox/process.cr:25:7 in 'interrupt'
  from /home/jeremy/Development/lucky_org/lucky_cli/lib/nox/src/nox/runner.cr:23:22 in 'interrupt_or_kill'
  from /home/jeremy/Development/lucky_org/lucky_cli/lib/nox/src/nox.cr:13:24 in '->'
  from /usr/share/crystal/src/primitives.cr:266:3 in '->'
  from /usr/share/crystal/src/primitives.cr:266:3 in 'run'
  from /usr/share/crystal/src/fiber.cr:92:34 in '->'
  from ???
FATAL: uncaught exception while processing handler for INT, exiting