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

Issue 138770043: code review 138770043: cmd/{addr2line,objdump}: fix finding pclntab and symtab... (Closed)

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

Description

cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9obj Broken by 8b5fc7c59d05. Update issue 8092

Patch Set 1 #

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

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

Total comments: 2

Patch Set 4 : diff -r 8b5fc7c59d0597d0626080fea96fce4bbeff6860 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -16 lines) Patch
M src/cmd/internal/objfile/pe.go View 1 2 3 1 chunk +13 lines, -4 lines 0 comments Download
M src/cmd/internal/objfile/plan9obj.go View 1 2 3 1 chunk +13 lines, -4 lines 0 comments Download
M src/cmd/objdump/main.go View 1 2 3 2 chunks +26 lines, -8 lines 0 comments Download

Messages

Total messages: 11
mdempsky
Hello rsc@golang.org, iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-28 00:36:24 UTC) #1
iant
https://codereview.appspot.com/138770043/diff/40001/src/cmd/internal/objfile/pe.go File src/cmd/internal/objfile/pe.go (right): https://codereview.appspot.com/138770043/diff/40001/src/cmd/internal/objfile/pe.go#newcode119 src/cmd/internal/objfile/pe.go:119: if pclntab, err = loadPETable(f.pe, "pclntab", "epclntab"); err != ...
9 years, 8 months ago (2014-08-28 00:42:48 UTC) #2
brainman
testing it now. Alex
9 years, 8 months ago (2014-08-28 00:48:48 UTC) #3
mdempsky
https://codereview.appspot.com/138770043/diff/40001/src/cmd/internal/objfile/pe.go File src/cmd/internal/objfile/pe.go (right): https://codereview.appspot.com/138770043/diff/40001/src/cmd/internal/objfile/pe.go#newcode119 src/cmd/internal/objfile/pe.go:119: if pclntab, err = loadPETable(f.pe, "pclntab", "epclntab"); err != ...
9 years, 8 months ago (2014-08-28 00:51:50 UTC) #4
iant
LGTM Thanks.
9 years, 8 months ago (2014-08-28 00:57:16 UTC) #5
brainman
LGTM Thank you. Submitting now. Alex
9 years, 8 months ago (2014-08-28 01:00:47 UTC) #6
iant
*** Submitted as https://code.google.com/p/go/source/detail?r=14ab6d0208b6 *** cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9obj ...
9 years, 8 months ago (2014-08-28 01:01:21 UTC) #7
gobot
This CL appears to have broken the linux-386-387-temp builder. See http://build.golang.org/log/67038552811b3578d1a526fc3a566c36f3655913
9 years, 8 months ago (2014-08-28 01:09:33 UTC) #8
mdempsky
On Wed, Aug 27, 2014 at 6:09 PM, <gobot@golang.org> wrote: > This CL appears to ...
9 years, 8 months ago (2014-08-28 01:15:31 UTC) #9
brainman
On 2014/08/28 01:15:31, mdempsky wrote: > On Wed, Aug 27, 2014 at 6:09 PM, <mailto:gobot@golang.org> ...
9 years, 8 months ago (2014-08-28 01:24:22 UTC) #10
bradfitz
9 years, 8 months ago (2014-08-28 01:26:14 UTC) #11
Yeah, all the -temp builders are still in development.

They're filling the docker copy-on-write filesystem thingy faster than it
can be cleaned or something.



On Wed, Aug 27, 2014 at 6:24 PM, <alex.brainman@gmail.com> wrote:

> On 2014/08/28 01:15:31, mdempsky wrote:
>
>  On Wed, Aug 27, 2014 at 6:09 PM, <mailto:gobot@golang.org> wrote:
>>
>
>  > This CL appears to have broken the linux-386-387-temp builder.
>> > See
>>
> http://build.golang.org/log/67038552811b3578d1a526fc3a566c36f3655913
>
>
>  Broken builder?
>>
>
>
> Must be.
>
> Alex
>
> https://codereview.appspot.com/138770043/
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
Sign in to reply to this message.

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