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

Issue 5381043: code review 5381043: runtime: fix timers crash (Closed)

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

Description

runtime: fix timers crash Timer callbacks occasionally crash with "sched while holding locks" message.

Patch Set 1 #

Patch Set 2 : diff -r 7bc5721f971a https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 7bc5721f971a https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 2156057e8d45 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -1 line) Patch
M src/pkg/runtime/time.goc View 1 2 chunks +7 lines, -1 line 0 comments Download
M src/pkg/time/sleep_test.go View 1 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 7
dvyukov
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-11-14 18:51:27 UTC) #1
rsc
On Mon, Nov 14, 2011 at 13:51, <dvyukov@google.com> wrote: > Timer callbacks occasionally crash > ...
13 years, 8 months ago (2011-11-14 18:52:18 UTC) #2
dvyukov
On Mon, Nov 14, 2011 at 9:52 PM, Russ Cox <rsc@golang.org> wrote: > On Mon, ...
13 years, 8 months ago (2011-11-14 18:53:38 UTC) #3
rsc
On Mon, Nov 14, 2011 at 13:53, Dmitry Vyukov <dvyukov@google.com> wrote: > chan send what's ...
13 years, 8 months ago (2011-11-14 18:54:41 UTC) #4
dvyukov
On Mon, Nov 14, 2011 at 9:54 PM, Russ Cox <rsc@golang.org> wrote: > On Mon, ...
13 years, 8 months ago (2011-11-14 18:56:16 UTC) #5
rsc
LGTM
13 years, 8 months ago (2011-11-14 18:57:55 UTC) #6
dvyukov
13 years, 8 months ago (2011-11-14 19:00:58 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=e072bb4a1bb9 ***

runtime: fix timers crash
Timer callbacks occasionally crash
with "sched while holding locks" message.

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

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