Re: [go-nuts] big int panic on text conversion

2024-02-14 Thread Poonai
e `big` package will help us help >> you. >> >> On Tue, Feb 13, 2024 at 9:36 PM Poonai wrote: >> >>> big int panics during text conversion randomly >>> >>> stack trace: >>> >>> panic: runtime error: index out of range [1] with len

[go-nuts] Re: big int panic on text conversion

2024-02-13 Thread Poonai
I'm not able to reproduce as well On Wednesday, February 14, 2024 at 11:05:52 AM UTC+5:30 Poonai wrote: > big int panics during text conversion randomly > > stack trace: > > panic: runtime error: index out of range [1] with length 1 > > goroutine 2088184 [run

[go-nuts] big int panic on text conversion

2024-02-13 Thread Poonai
big int panics during text conversion randomly stack trace: panic: runtime error: index out of range [1] with length 1 goroutine 2088184 [running]: math/big.nat.itoa({0xc01db71500, 0x1, 0x199?}, 0x0, 0xa) /usr/local/go/src/math/big/natconv.go:340 +0x3d2 math/big.(*Int).Text(...)

[go-nuts] How to calculate CFA from go dwarf

2021-08-31 Thread Poonai
I'm trying to learn how debugger works. With the help of this blog https://eli.thegreenplace.net/2011/01/27/how-debuggers-work-part-2-breakpoints I'm able to set breakpoint and continue. In the next step of learning, I wanted to learn how to extract values of variables. But, the dwarf output