mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc/go1.16: add runtime/debug changes to release notes
For #40700 Fixes #42912 Change-Id: Ifd36950136db1fc93a8de76a2717a473210418b1 Reviewed-on: https://go-review.googlesource.com/c/go/+/274473 Trust: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
ae3bfba626
commit
4ef78b09c9
1 changed files with 4 additions and 1 deletions
|
|
@ -663,7 +663,10 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
<dl id="runtime/debug"><dt><a href="/pkg/runtime/debug/">runtime/debug</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 249677 -->
|
||||
TODO: <a href="https://golang.org/cl/249677">https://golang.org/cl/249677</a>: provide Addr method for errors from SetPanicOnFault
|
||||
The <a href="/pkg/runtime#Error"><code>runtime.Error</code> values
|
||||
used when <code>SetPanicOnFault</code> is enabled may now have an
|
||||
<code>Addr</code> method. If that method exists, it returns the memory
|
||||
address that triggered the fault.
|
||||
</p>
|
||||
</dd>
|
||||
</dl><!-- runtime/debug -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue