On Fri, Nov 15, 2013 at 5:57 PM, Ian Lance Taylor wrote:
>>> I still see panic in runtime (trace below), segfault in sync,
>>> database/sql, net/http and abort in sync/atomic on 32bit CentOS 5.10
>>> library.
>
> The problems on 32-bit are a recently introduced middle-end bug:
> http://gcc.gnu.or
On Fri, Nov 15, 2013 at 4:56 AM, Uros Bizjak wrote:
>>
>> I still see panic in runtime (trace below), segfault in sync,
>> database/sql, net/http and abort in sync/atomic on 32bit CentOS 5.10
>> library.
The problems on 32-bit are a recently introduced middle-end bug:
http://gcc.gnu.org/PR59099 .
On Fri, Nov 15, 2013 at 12:35 PM, Uros Bizjak wrote:
>> panic: runtime error: invalid memory address or nil pointer dereference
>> [signal 0xb code=0x1 addr=0x1c]
>> FAIL: runtime/pprof
>> gmake[2]: *** [runtime/pprof/check] Error 1
>>
>> This one is new, I have to lo