following result:
goroutine 35 [running]:
runtime/debug.Stack(0x0, 0x0, 0x0)
/usr/local/go/src/runtime/debug/stack.go:24 +0x80
runtime/debug.PrintStack()
/usr/local/go/src/runtime/debug/stack.go:16 +0x18
github.com/cockroachdb/cockroach/client.(*Txn).send(0xc8201a86e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
testing.tRunner(0xc8202138c0, 0x241ea80)
/usr/local/go/src/testing/testing.go:473 +0x98
created by testing.RunTests
/usr/local/go/src/testing/testing.go:582 +0x892
Take the following stack trace entry as an example. What is the
meaning of +0x2d following the line number? And what is the meanings
of the numbers in Commit(0xc8201a86e0, 0x0, 0x0)?
I have checked the documentation for PrintStack. But I can't find a
format definition for stack trace.