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

runtime: TestSignalIgnoreSIGTRAP always fails on dragonfly-2.6 and above #13964

Closed
mikioh opened this issue Jan 15, 2016 · 2 comments
Closed

Comments

@mikioh
Copy link
Contributor

mikioh commented Jan 15, 2016

Because of https://bugs.dragonflybsd.org/issues/1313, ouch.

-/* POSIX 1003.1b required values. */
-#define SI_USER                0x10001
+/** si_code */
+#define        SI_USER         0       /* Sent by kill(2)                      */
@gopherbot
Copy link

CL https://golang.org/cl/18658 mentions this issue.

@mikioh mikioh changed the title runtime: TestSignalIgnoreSIGTRAP always fails on dragonfly-4.2 and above runtime: TestSignalIgnoreSIGTRAP always fails on dragonfly-2.6 and above Jan 16, 2016
@mikioh
Copy link
Contributor Author

mikioh commented Jan 16, 2016

I was confused a bit. The signal code change is available for dragonfly-2.6 and above.

@golang golang locked and limited conversation to collaborators Jan 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants