golang/go

Segmentation fault on OS X 10.5 386 for "net" test

gopherbot opened this issue · 3 comments

by rasmusfabbe:

What steps will reproduce the problem?
1. checkout go as described in http://golang.org/doc/install.html and cd $GOROOT/src
2. ./go.bash

What is the expected output?
No errors

What do you see instead?
/Users/rasmus/bin/gotest: line 141: 25618 Segmentation fault      $E ./$O.out
"$@"

What is your $GOOS?  $GOARCH?
$ env | grep '^GO'
GOARCH=386
GOROOT=/Users/rasmus/src/go
GOOS=darwin


Which revision are you sync'ed to?  (hg log -l 1)
changeset:   3952:64e703cb307d
tag:         tip
user:        Russ Cox <rsc@golang.org>
date:        Tue Nov 10 14:09:01 2009 -0800
summary:     update video links

Please provide any additional information below.
I'm attaching a complete transcript.

Attachments:

  1. go-rmb-transcript.sh (103693 bytes)
agl commented

Comment 1:

Fixed by de1a91a5a8. hg pull -u to update your checkout.

Status changed to Fixed.

Comment 2 by rasmusfabbe:

Fix confirmed.
--- cd ../test
0 known bugs; 0 unexpected bugs

CL https://golang.org/cl/9696 mentions this issue.