#1: runtime error: index out of range [18446744073709449339] with length 200
0x0000000000495b0d<+813>: shr %rdi
0x0000000000495b10<+816>: mov %rax,%rsi
0x0000000000495b13<+819>: movabs $0xa3d70a3d70a3d70b,%rax
0x0000000000495b1d<+829>: mov %rdx,%r11
0x0000000000495b20<+832>: mul %rdi
0x0000000000495b23<+835>: shr $0x5,%rdx
0x0000000000495b27<+839>: imul $0x64,%rdx,%r12
0x0000000000495b2b<+843>: sub %r12,%r10
0x0000000000495b2e<+846>: lea (%r10,%r10,1),%rax
0x0000000000495b32<+850>: lea 0x1(%rax),%rax
0x0000000000495b36<+854>: nopw 0x0(%rax,%rax,1)
0x0000000000495b3f<+863>: nop
0x0000000000495b40<+864>: cmp $0xc8,%rax
0x0000000000495b46<+870>: jae 0x495c8f <strconv.formatBits+1199>
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/ff804d4c-24ee-480d-8ed1-219f9b8d7cbcn%40googlegroups.com.
if com_count > 1 {
com_string = anchor + "," + strconv.FormatInt(*toId, 10)
}
# 3. If your program using pure Go (statically linked) or Cgo?
Binary was built with CGO_ENABLED=1 and -buildmode=exe.
All panic call sites we observed so far are "pure go", that is, no C calling go path.
# 4. panic stack trace
...
We waited for two weeks, but the panic never resurfaced, will provide further updates if it reoccurs or as soon as we have more information.
Thanks Dan and Kurtis for looking into it.