Skip to content
  • James R.'s avatar
    nix: Fork before game code and wait to catch signals and coredumps · 7c383e4a
    James R. authored
    Ditched signal_handler to avoid worrying about async-signal-safe functions.
    D_QuitNetGame is not called, so players whose programs are interrupted by a
    signal will time out from the server. Because the game runs in a child process,
    the window can close before the "Signal Caught" text box appears.
    
    "(core dumped)" is also included in the message if core dumping could be
    determined.
    7c383e4a