Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mask signals when writing IPC files #668

Closed
wants to merge 4 commits into from
Closed

Mask signals when writing IPC files #668

wants to merge 4 commits into from

Conversation

exodist
Copy link
Member

@exodist exodist commented May 12, 2016

This appears to fix the Test::TCP issues. I am not sure of a good way to test this change.

POSIX::SIGABRT(),
POSIX::SIGALRM(),
POSIX::SIGHUP(),
POSIX::SIGKILL(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cannot block sigkill, so remove it.

@exodist exodist closed this in e1c097a May 13, 2016
exodist added a commit that referenced this pull request May 13, 2016
    - Block signals in critical IPC section (Fix #661 and #668)
    - Merge Examples and examples into one dir (#660)
    - Documentation and typo fixes
    - Make Test2::Util::get_tid have a consistent prototype (#665)
    - Make TB->no_plan a no-op if a plan is set
@exodist exodist deleted the fix_ipc_sigs branch August 19, 2016 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant