Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(421)

Issue 4643057: code review 4643057: runtime/cgo: check for errors from pthread_create (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by albert.strasheim
Modified:
13 years, 10 months ago
Reviewers:
CC:
rsc, iant, dvyukov, golang-dev
Visibility:
Public.

Description

runtime/cgo: check for errors from pthread_create

Patch Set 1 #

Patch Set 2 : diff -r 5e7ad769e69f https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 5e7ad769e69f https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 5e7ad769e69f https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 5e7ad769e69f https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 5e7ad769e69f https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -8 lines) Patch
M src/libmach/darwin.c View 1 2 3 4 5 1 chunk +11 lines, -2 lines 0 comments Download
M src/pkg/runtime/cgo/darwin_386.c View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/runtime/cgo/darwin_amd64.c View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/runtime/cgo/freebsd_386.c View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/runtime/cgo/freebsd_amd64.c View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/runtime/cgo/linux_386.c View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M src/pkg/runtime/cgo/linux_amd64.c View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 8
albert.strasheim
Hello rsc@golang.org, iant@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-06-28 07:40:16 UTC) #1
albert.strasheim
On 2011/06/28 07:40:16, albert.strasheim wrote: > Hello mailto:rsc@golang.org, mailto:iant@golang.org (cc: mailto:golang-dev@googlegroups.com), > > I'd like ...
13 years, 10 months ago (2011-06-28 07:41:23 UTC) #2
dvyukov
On 2011/06/28 07:40:16, albert.strasheim wrote: > Hello mailto:rsc@golang.org, mailto:iant@golang.org (cc: mailto:golang-dev@googlegroups.com), > > I'd like ...
13 years, 10 months ago (2011-06-28 09:42:13 UTC) #3
albert.strasheim
Hello On Tue, Jun 28, 2011 at 11:42 AM, <dvyukov@google.com> wrote: > On 2011/06/28 07:40:16, ...
13 years, 10 months ago (2011-06-28 10:07:56 UTC) #4
rsc
> There are still two pthread_creates in libmach/darwin.c that don't check > their return values. ...
13 years, 10 months ago (2011-06-28 11:31:45 UTC) #5
rsc
> I thought about that, but I'm not sure if strerror is safe to use ...
13 years, 10 months ago (2011-06-28 11:31:59 UTC) #6
albert.strasheim
Hello On 2011/06/28 11:31:59, rsc wrote: > > I thought about that, but I'm not ...
13 years, 10 months ago (2011-06-28 15:33:45 UTC) #7
rsc
13 years, 10 months ago (2011-06-28 16:05:00 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=0e960179c82e ***

runtime/cgo: check for errors from pthread_create

R=rsc, iant, dvyukov
CC=golang-dev
http://codereview.appspot.com/4643057

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b