Skip to content

cmd/compile: killed while compiling gogoprotobuf #15537

Closed
@gpaul

Description

@gpaul
  1. What version of Go are you using (go version)?
    go version devel +ba6765c Wed May 4 05:55:07 2016 +0000 linux/amd64
  2. What operating system and processor architecture are you using (go env)?
    linux x86_64
  3. What did you do?
mkdir /tmp/gopath
cd $!
export GOPATH=`pwd`
go get -d -v github.com/gogo/protobuf
go install -v ...
  1. What did you expect to see?
    should succeed
  2. What did you see instead?
    a couple of signal: killed errors:
github.com/gogo/protobuf/test/casttype/combos/unsafeunmarshaler
go build github.com/gogo/protobuf/test: /home/gustav/go/pkg/tool/linux_amd64/compile: signal: killed
github.com/gogo/protobuf/test/castvalue
go build github.com/gogo/protobuf/test/casttype/combos/neither: /home/gustav/go/pkg/tool/linux_amd64/compile: signal: killed

This is on a pretty decent laptop with 16GB of RAM and is doing little else:

$ free -g
              total        used        free      shared  buff/cache   available
Mem:             15           1          13           0           0          13
Swap:             0           0           0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions