Skip to content
Snippets Groups Projects
Commit b58cde5b authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Allow setting SIGSEGV handler even when not using pthreads.

The page fault handler used to abort() if the current thread wasn't a
pthread thread - instead of calling the handler. I don't see any reason
to do this - and it ruined my ability to catch desired write faults in
the two-thread (and two cpu) mprotect() tests.
parent 9e7ee944
No related branches found
No related tags found
Loading
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