Skip to content
Snippets Groups Projects
Commit 4c08654c authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Move SIGSEGV handler in Runtime and make ContextOutOfBoundsTest more robust

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.
parent cdd79e35
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !336. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment