]> Cypherpunks repositories - gostls13.git/commit
runtime: Add some diagnostic messages printing source of unmarked object
authorRick Hudson <rlh@golang.org>
Tue, 13 Jan 2015 20:36:42 +0000 (15:36 -0500)
committerRick Hudson <rlh@golang.org>
Tue, 20 Jan 2015 19:58:22 +0000 (19:58 +0000)
commit0635706849e5fb32741df02ff998db9cb4445da1
tree37385fb4cc36b903d623b1d196048f4f3950a72f
parentde47e9ca54deccae631468b107a90f64b3c0cd79
runtime: Add some diagnostic messages printing source of unmarked object

Print out the object holding the reference to the object
that checkmark detects as not being properly marked.

Change-Id: Ieedbb6fddfaa65714504af9e7230bd9424cd0ae0
Reviewed-on: https://go-review.googlesource.com/2744
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mgc.go