Skip to content

8c -a proc.c aborts in runtime #29

Closed
@gopherbot

Description

@gopherbot

by cdsund:

What steps will reproduce the problem?
1. ./all.bash

What is the expected output? What do you see instead?
No errors expected.

%%%% making pkg %%%%

cd runtime && make install
cd unicode && make install
cd sort && make install
cd math && make install
make[1]: Entering directory `/home/chad/go/src/pkg/runtime'
8g -o _go_.8 extern.go type.go
make[1]: Entering directory `/home/chad/go/src/pkg/unicode'
8g -o _go_.8 digit.go letter.go tables.go
make[1]: Entering directory `/home/chad/go/src/pkg/sort'
8g -o _go_.8 sort.go
8c -a proc.c >runtime.acid.386
/bin/sh: line 1: 28954 Aborted                 8c -a proc.c > runtime.acid.386
make[1]: *** [runtime.acid.386] Error 134
make[1]: Leaving directory `/home/chad/go/src/pkg/runtime'
make: *** [runtime.install] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Entering directory `/home/chad/go/src/pkg/math'
8g -o _go_.8 asin.go atan.go atan2.go bits.go const.go exp.go fabs.go
floor.go fmod.go hypot.go log.go pow.go pow10.go sin.go sinh.go sqrt.go
tan.go tanh.go unsafe.go
rm -f _obj/sort.a
gopack grc _obj/sort.a _go_.8
cp _obj/sort.a /home/chad/go/pkg/linux_386/sort.a
make[1]: Leaving directory `/home/chad/go/src/pkg/sort'
rm -f _obj/math.a
gopack grc _obj/math.a _go_.8
cp _obj/math.a /home/chad/go/pkg/linux_386/math.a
make[1]: Leaving directory `/home/chad/go/src/pkg/math'
rm -f _obj/unicode.a
gopack grc _obj/unicode.a _go_.8
cp _obj/unicode.a /home/chad/go/pkg/linux_386/unicode.a
make[1]: Leaving directory `/home/chad/go/src/pkg/unicode'
[chad@localhost src]$

What is your $GOOS?  $GOARCH?
GOOS=linux, GOARCH=386

Which revision are you sync'ed to?  (hg log -l 1)
3977:a522a4541e0e

Please provide any additional information below.
pclinuxos: kernel 2.6.26.8.tex3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions