kphp icon indicating copy to clipboard operation
kphp copied to clipboard

Make the signals handlers really correct

Open astrophysik opened this issue 2 years ago • 0 comments

The signal handlers in namespace kphp_runtime_signal_handlers may work incorrectly in some cases. Here are a few topics how it should works

  • All global variables that used in handlers should be marked as volatile or atomic reference
  • backtrace isn't async-signal-safety reference
### Tasks

astrophysik avatar Mar 30 '23 12:03 astrophysik