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

Issue 2138047: code review 2138047: runtime: fix bug in tracebacks (Closed)

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

Description

runtime: fix bug in tracebacks Need to correct for deferproc's extra 2 words of stack or in some cases (such as memory profiling) traceback can cause a crash. Also bulletproof the closure test.

Patch Set 1 #

Patch Set 2 : code review 2138047: runtime: fix bug in tracebacks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M src/pkg/runtime/amd64/traceback.c View 1 3 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-09-09 04:21:40 UTC) #1
rsc
LGTM
14 years, 11 months ago (2010-09-09 04:22:17 UTC) #2
r
14 years, 11 months ago (2010-09-09 04:29:00 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=a6de340ccf3e ***

runtime: fix bug in tracebacks
Need to correct for deferproc's extra 2 words of stack or in some
cases (such as memory profiling) traceback can cause a crash.
Also bulletproof the closure test.

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

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