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

Issue 4527070: code review 4527070: runtime: fix mmap error return on linux. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 12 months ago by dchest
Modified:
13 years, 11 months ago
Reviewers:
CC:
golang-dev, iant
Visibility:
Public.

Description

runtime: fix mmap error return on linux. Fixes issue 1511 again.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M src/pkg/runtime/linux/mem.c View 1 2 3 3 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 8
dchest
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, 12 months ago (2011-05-20 19:38:12 UTC) #1
dchest
I have little idea of what I am doing, so please correct me if I'm ...
13 years, 12 months ago (2011-05-20 19:41:01 UTC) #2
dchest
Ping?
13 years, 11 months ago (2011-05-25 11:21:49 UTC) #3
iant
This change is not correct, at least not by itself. The call to mmap in ...
13 years, 11 months ago (2011-05-26 23:21:14 UTC) #4
dchest
Thank you! Please take another look. On 2011/05/26 23:21:14, iant wrote: > This change is ...
13 years, 11 months ago (2011-05-27 00:10:50 UTC) #5
dchest
Removed "amd64" from change title and description, as it fixes 386 too.
13 years, 11 months ago (2011-05-27 00:16:48 UTC) #6
iant
LGTM
13 years, 11 months ago (2011-05-27 04:39:07 UTC) #7
iant
13 years, 11 months ago (2011-05-27 04:43:35 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=8f4462cc4bdc ***

runtime: fix mmap error return on linux.

Fixes issue 1511 again.

R=golang-dev, iant
CC=golang-dev
http://codereview.appspot.com/4527070

Committer: Ian Lance Taylor <iant@golang.org>
Sign in to reply to this message.

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