Skip to content

runtime: cgo uses sigprocmask #6811

@gopherbot

Description

@gopherbot
Contributor

by caglar@10ur.org:

It should be using pthread_sigmask() as the use of sigprocmask() is unspecified in a
multithreaded process.

Activity

gopherbot

gopherbot commented on Nov 21, 2013

@gopherbot
ContributorAuthor

Comment 1 by caglar@10ur.org:

If you don't mind I could send a patch to review?
davecheney

davecheney commented on Nov 21, 2013

@davecheney
Contributor
gopherbot

gopherbot commented on Nov 21, 2013

@gopherbot
ContributorAuthor
davecheney

davecheney commented on Nov 21, 2013

@davecheney
Contributor

Comment 4:

Thank you. I'll mark this as Go 1.3 as it is unlikely (even if the current behaviour is
wrong) that we'd attempt this fix so close to the 1.2 release date.

Labels changed: added priority-soon, go1.3, removed priority-triage.

Status changed to Started.

rsc

rsc commented on Nov 27, 2013

@rsc
Contributor

Comment 5:

Labels changed: added priority-later, removed priority-soon.

rsc

rsc commented on Dec 4, 2013

@rsc
Contributor

Comment 6:

Labels changed: added release-go1.3, removed go1.3.

rsc

rsc commented on Dec 4, 2013

@rsc
Contributor

Comment 7:

Labels changed: added repo-main.

ianlancetaylor

ianlancetaylor commented on Dec 22, 2013

@ianlancetaylor
Contributor

Comment 8:

This issue was closed by revision 41183d0.

Status changed to Fixed.

added this to the Go1.3 milestone on Apr 14, 2015
locked and limited conversation to collaborators on Jun 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @davecheney@rsc@ianlancetaylor@gopherbot

        Issue actions

          runtime: cgo uses sigprocmask · Issue #6811 · golang/go