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

Issue 96960043: code review 96960043: cmd/addr2line: works with windows pe executables now (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by brainman
Modified:
10 years ago
Reviewers:
gobot, dave, bradfitz
CC:
golang-codereviews, rsc, bradfitz
Visibility:
Public.

Description

cmd/addr2line: works with windows pe executables now Update issue 7406 Fixes issue 7899

Patch Set 1 #

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

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

Patch Set 4 : diff -r 969a38842696 https://go.googlecode.com/hg/ #

Total comments: 8

Patch Set 5 : diff -r 2b8ee33fbca8 https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 6 : diff -r d797b2316601 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -8 lines) Patch
A src/cmd/addr2line/addr2line_test.go View 1 2 3 4 5 1 chunk +104 lines, -0 lines 0 comments Download
M src/cmd/addr2line/main.go View 1 2 3 4 1 chunk +40 lines, -8 lines 0 comments Download

Messages

Total messages: 18
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years ago (2014-05-02 07:40:30 UTC) #1
bradfitz
R=rsc
10 years ago (2014-05-02 17:31:20 UTC) #2
brainman
Hello golang-codereviews@googlegroups.com, rsc@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years ago (2014-05-05 06:28:35 UTC) #3
bradfitz
https://codereview.appspot.com/96960043/diff/60001/src/cmd/addr2line/addr2line_test.go File src/cmd/addr2line/addr2line_test.go (right): https://codereview.appspot.com/96960043/diff/60001/src/cmd/addr2line/addr2line_test.go#newcode24 src/cmd/addr2line/addr2line_test.go:24: scanner := bufio.NewScanner(bytes.NewBuffer(out)) bytes.NewReader is lighter and conveys intent ...
10 years ago (2014-05-05 13:25:43 UTC) #4
brainman
Hello golang-codereviews@googlegroups.com, rsc@golang.org, bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years ago (2014-05-06 02:31:24 UTC) #5
brainman
https://codereview.appspot.com/96960043/diff/60001/src/cmd/addr2line/addr2line_test.go File src/cmd/addr2line/addr2line_test.go (right): https://codereview.appspot.com/96960043/diff/60001/src/cmd/addr2line/addr2line_test.go#newcode24 src/cmd/addr2line/addr2line_test.go:24: scanner := bufio.NewScanner(bytes.NewBuffer(out)) On 2014/05/05 13:25:43, bradfitz wrote: > ...
10 years ago (2014-05-06 02:31:50 UTC) #6
bradfitz
LGTM after nits https://codereview.appspot.com/96960043/diff/80001/src/cmd/addr2line/addr2line_test.go File src/cmd/addr2line/addr2line_test.go (right): https://codereview.appspot.com/96960043/diff/80001/src/cmd/addr2line/addr2line_test.go#newcode69 src/cmd/addr2line/addr2line_test.go:69: out, err := exec.Command("go", "build", "-o", ...
10 years ago (2014-05-06 17:43:54 UTC) #7
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=01dd67e5827f *** cmd/addr2line: works with windows pe executables now Update issue 7406 ...
10 years ago (2014-05-07 00:17:03 UTC) #8
gobot
This CL appears to have broken the plan9-386-cnielsen builder. See http://build.golang.org/log/dbab195dc53ea334a434979a07daab7a1df0f15c
10 years ago (2014-05-07 00:31:08 UTC) #9
brainman
On 2014/05/07 00:31:08, gobot wrote: > This CL appears to have broken the plan9-386-cnielsen builder. ...
10 years ago (2014-05-07 00:38:55 UTC) #10
dave_cheney.net
Another odd failure on the darwin race builder --- FAIL: TestAddr2Line (1.09 seconds) addr2line_test.go:96: Stat ...
10 years ago (2014-05-07 00:41:22 UTC) #11
brainman
On 2014/05/07 00:41:22, dfc wrote: > Another odd failure on the darwin race builder > ...
10 years ago (2014-05-07 00:43:04 UTC) #12
brainman
On 2014/05/07 00:41:22, dfc wrote: > Another odd failure on the darwin race builder > ...
10 years ago (2014-05-07 01:33:41 UTC) #13
brainman
On 2014/05/07 00:38:55, brainman wrote: > > I will disable new test on plan9, if ...
10 years ago (2014-05-07 01:55:59 UTC) #14
brainman
On 2014/05/07 01:33:41, brainman wrote: > ... Should I consider this builder mis-configured? Should we ...
10 years ago (2014-05-07 03:26:34 UTC) #15
dave_cheney.net
On 2014/05/07 03:26:34, brainman wrote: > On 2014/05/07 01:33:41, brainman wrote: > > ... Should ...
10 years ago (2014-05-07 03:30:24 UTC) #16
brainman
On 2014/05/07 03:30:24, dfc wrote: > > If GOROOT_FINAL is being set inside the builder ...
10 years ago (2014-05-07 03:32:21 UTC) #17
brainman
10 years ago (2014-05-07 06:21:39 UTC) #18
Message was sent while issue was closed.
On 2014/05/07 03:32:21, brainman wrote:
> 
> I will investigate ...

Found real problem: https://codereview.appspot.com/98980043/

Alex
Sign in to reply to this message.

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