-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
syscall: syscall.SIGABRT not defined for Plan 9 #11975
Labels
Milestone
Comments
griesemer
added a commit
to golang/tools
that referenced
this issue
Jul 31, 2015
See golang/go#11975. For golang/go#11811. Change-Id: I56ee20cd798bf963afdf3c81c4745f07850f6dcc Reviewed-on: https://go-review.googlesource.com/13034 Reviewed-by: Ian Lance Taylor <[email protected]>
I've a fix for this issue. I'll send a CL once the Go 1.6 tree will be open. |
Do you want to send a fix? |
I've implemented a special "abort" note as _SigThrow, which causes Does it sound good to you? |
CL https://golang.org/cl/16300 mentions this issue. |
CL https://golang.org/cl/16301 mentions this issue. |
CL https://golang.org/cl/16306 mentions this issue. |
0intro
added a commit
that referenced
this issue
Oct 26, 2015
Implement an abort note on Plan 9, as an equivalent of the SIGABRT signal on other operating systems. Updates #11975. Change-Id: I010c9b10f2fbd2471aacd1d073368d975a2f0592 Reviewed-on: https://go-review.googlesource.com/16300 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: David du Colombier <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
0intro
added a commit
that referenced
this issue
Oct 26, 2015
There is no signal list on Plan 9, since notes are strings. However, some programs expect signals to be defined in the syscall package. Hence, we define a list of the most common notes. Updates #11975. Change-Id: I852e14fd98777c9595a406e04125be1cbebed0fb Reviewed-on: https://go-review.googlesource.com/16301 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: David du Colombier <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The x/tools/cmd/stress package uses it and cannot be built for Plan 9.
See e.g.: http://farmer.golang.org/temporarylogs?name=plan9-386&rev=883bc6ed0ea815293fe6309d66f967ea60630e87&st=0xc829582fc0&subName=tools&subRev=32dcbb4ccca1d39fc73d6d9707d72e31d53fa0e1
The text was updated successfully, but these errors were encountered: