]> Cypherpunks repositories - gostls13.git/commit
runtime: print debug info on "base out of range"
authorAustin Clements <austin@google.com>
Thu, 11 May 2017 19:22:10 +0000 (15:22 -0400)
committerAustin Clements <austin@google.com>
Fri, 12 May 2017 14:28:15 +0000 (14:28 +0000)
commit29e88d513004749b6a84fc6ed32e026976ac1960
treef3f2d18079beb650c0cd12f7fa324d6e848e37d0
parentdddd1dd481c98c85c1e2b05ff51679db4338d6e5
runtime: print debug info on "base out of range"

This adds debugging information when we panic with "heapBitsForSpan:
base out of range".

Updates #20259.

Change-Id: I0dc1a106aa9e9531051c7d08867ace5ef230eb3f
Reviewed-on: https://go-review.googlesource.com/43310
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/mbitmap.go