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

Issue 20460044: code review 20460044: [release-branch.go1.2] runtime: relax preemption assert... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by adg
Modified:
11 years, 6 months ago
Reviewers:
dsymonds
CC:
golang-dev
Visibility:
Public.

Description

[release-branch.go1.2] runtime: relax preemption assertion during stack split ««« CL 18740044 / 1a8903f0a577 runtime: relax preemption assertion during stack split The case can happen when starttheworld is calling acquirep to get things moving again and acquirep gets preempted. The stack trace is in golang.org/issue/6644. It is difficult to build a short test case for this, but the person who reported issue 6644 confirms that this solves the problem. Fixes issue 6644. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/18740044 »»»

Patch Set 1 #

Patch Set 2 : diff -r 61208fcb2dfc https://code.google.com/p/go #

Patch Set 3 : diff -r 61208fcb2dfc https://code.google.com/p/go #

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

Messages

Total messages: 3
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 6 months ago (2013-11-01 00:21:39 UTC) #1
adg
*** Submitted as https://code.google.com/p/go/source/detail?r=0655b706babf *** [release-branch.go1.2] runtime: relax preemption assertion during stack split ««« CL ...
11 years, 6 months ago (2013-11-01 00:22:04 UTC) #2
dsymonds
11 years, 6 months ago (2013-11-01 00:23:02 UTC) #3
LGTM
Sign in to reply to this message.

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