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

Issue 134410043: code review 134410043: runtime: fix sigtrampPC on Windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by rsc
Modified:
10 years, 7 months ago
Reviewers:
bradfitz
CC:
golang-codereviews, dave_cheney.net, bradfitz, dvyukov, iant, khr, r
Visibility:
Public.

Description

runtime: fix sigtrampPC on Windows The arm5 build breakage at CL 139110043 was caused by calling funcPC on a lessstack defined as a struct{}. That symbol ended up with a non-4-aligned address, which caused the memory fault that broke the builders. The definition of lessstack was fixed in CL 140880043. Tracking that down suggested that it would be worth looking for the same bug elsewhere in the directory. This is the only one I found.

Patch Set 1 #

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

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

Patch Set 4 : diff -r d0b72758dfaf71f3009b2a9f6e9ae873432db775 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/traceback_windows.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
rsc
Hello golang-codereviews@googlegroups.com (cc: dvyukov, iant, khr, r), I'd like you to review this change to ...
10 years, 8 months ago (2014-09-04 04:12:16 UTC) #1
dave_cheney.net
I'm glad that strict alignment checking by the arm5 hardware was able to find a ...
10 years, 8 months ago (2014-09-04 04:17:20 UTC) #2
bradfitz
LGTM But keep the comment maybe? On Wed, Sep 3, 2014 at 9:12 PM, <rsc@golang.org> ...
10 years, 8 months ago (2014-09-04 04:42:15 UTC) #3
rsc
the comment is about a different function. it was copy/pasted from traceback.go.
10 years, 8 months ago (2014-09-04 04:48:27 UTC) #4
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=5179e31ac3da *** runtime: fix sigtrampPC on Windows The arm5 build breakage at ...
10 years, 8 months ago (2014-09-04 04:54:43 UTC) #5
dave_cheney.net
Interesting, I wonder why the runtime thinks this is the signal goroutine. cmd/go fatal error: ...
10 years, 7 months ago (2014-09-04 05:06:18 UTC) #6
rsc
10 years, 7 months ago (2014-09-04 05:35:45 UTC) #7
On Thu, Sep 4, 2014 at 1:06 AM, Dave Cheney <dave@cheney.net> wrote:

> Interesting, I wonder why the runtime thinks this is the signal goroutine.
>

Fixed.
Sign in to reply to this message.

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