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

Issue 3971044: code review 3971044: runtime: drop CLONE_PARENT (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by rsc
Modified:
14 years, 5 months ago
Reviewers:
CC:
adg, iant, golang-dev
Visibility:
Public.

Description

runtime: drop CLONE_PARENT The functionality we want (shared ppid) is implied by CLONE_THREAD already, and CLONE_PARENT causes problems if the Go program is pid 1 (init). See issue 1406 for more details. Fixes issue 1406.

Patch Set 1 #

Patch Set 2 : code review 3971044: runtime: drop CLONE_PARENT #

Patch Set 3 : code review 3971044: runtime: drop CLONE_PARENT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M src/pkg/runtime/linux/thread.c View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2011-01-20 18:10:46 UTC) #1
iant
LGTM
14 years, 5 months ago (2011-01-20 18:25:46 UTC) #2
rsc
14 years, 5 months ago (2011-01-20 18:36:04 UTC) #3
*** Submitted as d156277812c2 ***

runtime: drop CLONE_PARENT

The functionality we want (shared ppid) is implied
by CLONE_THREAD already, and CLONE_PARENT
causes problems if the Go program is pid 1 (init).

See issue 1406 for more details.

Fixes issue 1406.

R=adg, iant
CC=golang-dev
http://codereview.appspot.com/3971044
Sign in to reply to this message.

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