This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [build] Support libgo on Solaris 2


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]