Skip to content

runtime: function args not checked: runtime.sigaction #4824

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

Closed
gopherbot opened this issue Feb 15, 2013 · 2 comments
Closed

runtime: function args not checked: runtime.sigaction #4824

gopherbot opened this issue Feb 15, 2013 · 2 comments
Milestone

Comments

@gopherbot
Copy link
Contributor

by caglar@10ur.org:

Seems like
https://code.google.com/p/go/source/detail?r=a61065d9bf0b80871d2f7da88b77d4a6a36bc675
break linux/386 build

I just updated to current tip

# hg tip
changeset:   15752:341af22f160e
tag:         tip
user:        Russ Cox <rsc@golang.org>
date:        Fri Feb 15 11:32:31 2013 -0500
summary:     exp/cookiejar: fix windows builder

# ./make.bash 
# Building C bootstrap tool.
cmd/dist

# Building compilers and Go bootstrap tool for host, linux/386.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/8l
cmd/8a
cmd/8c
cmd/8g
pkg/runtime
/opt/go/src/pkg/runtime/signal_linux_386.c:131 function args not checked:
runtime.sigaction
/opt/go/src/pkg/runtime/thread_linux.c:182 sizeof undefined type
go tool dist: FAILED: /opt/go/pkg/tool/linux_386/8c -F -V -w -I $WORK -D GOOS_linux -D
GOARCH_386 -o $WORK/thread_linux.o /opt/go/src/pkg/runtime/thread_linux.c
@minux
Copy link
Member

minux commented Feb 15, 2013

Comment 1:

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

Owner changed to @rsc.

Status changed to Started.

@rsc
Copy link
Contributor

rsc commented Feb 15, 2013

Comment 2:

Status changed to Fixed.

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
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

3 participants