[go-nuts] Re: runtime: invalid pc-encoded table (invalid runtime symbol table)

2018-08-31 Thread Ewan Walker
Krzysztof, thanks for that information - I believe I know what might be causing that crash now. On Thursday, August 30, 2018 at 4:43:15 PM UTC-4, Krzysztof Kowalczyk wrote: > > The second issue is a bug in runtime, which might be fixed in 1.11 ( > https://github.com/golang/go/issues/24925 and >

[go-nuts] Re: runtime: invalid pc-encoded table (invalid runtime symbol table)

2018-08-30 Thread Krzysztof Kowalczyk
The second issue is a bug in runtime, which might be fixed in 1.11 (https://github.com/golang/go/issues/24925 and https://github.com/golang/go/issues/25499 and https://github.com/golang/go/issues/24634 look like might be the issue). The original issue is that storage library calls Client.Do() o