Skip to content
Snippets Groups Projects
  1. Feb 15, 2022
    • Florian Schmaus's avatar
      Move SIGSEGV handler in Runtime and make ContextOutOfBoundsTest more robust · 593584b7
      Florian Schmaus authored
      EMPER's Runtime now installs the SIGSEGV handler that checks if the
      segmentation fault was caused by hitting the guard page. If the guard
      page was hit, then the handler prints an error message.
      
      Also make ContextOutOfBoundsTest more robust by not creating an
      infinite recursion, which may be optmized out by the compiler.
      593584b7
  2. Feb 12, 2022
Loading