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

Issue 75260043: code review 75260043: runtime: detect stack split after fork (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by dvyukov
Modified:
10 years, 1 month ago
Reviewers:
rsc
CC:
rsc, aram, golang-codereviews
Visibility:
Public.

Description

runtime: detect stack split after fork This check would allowed to easily prevent issue 7511. Update issue 7511

Patch Set 1 #

Patch Set 2 : diff -r d115d6b9aaa2 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r ceb13960d05b https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r ceb13960d05b https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 5 : diff -r ceb13960d05b https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 6 : diff -r ceb13960d05b https://dvyukov%40google.com@code.google.com/p/go/ #

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

Messages

Total messages: 4
dvyukov
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 1 month ago (2014-03-13 12:25:19 UTC) #1
aram
I tested this change and does wonders. Thank you.
10 years, 1 month ago (2014-03-13 12:49:37 UTC) #2
rsc
LGTM
10 years, 1 month ago (2014-03-13 13:28:20 UTC) #3
dvyukov
10 years, 1 month ago (2014-03-13 13:41:15 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=c6514f31d45a ***

runtime: detect stack split after fork
This check would allowed to easily prevent issue 7511.
Update issue 7511

LGTM=rsc
R=rsc, aram
CC=golang-codereviews
https://codereview.appspot.com/75260043
Sign in to reply to this message.

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