This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [build] Support libgo on Solaris 2
- From: Ian Lance Taylor <iant at google dot com>
- To: Rainer Orth <ro at CeBiTec dot Uni-Bielefeld dot DE>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 11 Jan 2011 15:46:51 -0800
- Subject: Re: [build] Support libgo on Solaris 2
- References: <m3y66rnuku.fsf@pepe.airs.com>
> From: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
> Date: Mon, 10 Jan 2011 16:23:05 +0100
> FAIL: go.test/test/chan/powser2.go execution, -O2 -g
> FAIL: go.test/test/chan/powser2.go execution, -O2 -g
> The test fails with
>
> panic: runtime error: invalid memory address or nil pointer dereference
>
> I haven't yet investigated what's up there.
This is most likely the lack of split stack support. The test is
probably overrunning the stack.
Ian