mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
2
This commit is contained in:
parent
163746ddc9
commit
9ee0dafbde
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ func init() {
|
||||||
glog.SetV(6)
|
glog.SetV(6)
|
||||||
glog.SetToStderr(true)
|
glog.SetToStderr(true)
|
||||||
|
|
||||||
|
fmt.Println("2")
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
time.Sleep(8 * time.Minute)
|
time.Sleep(8 * time.Minute)
|
||||||
panic(string(buf.Bytes()))
|
panic(string(buf.Bytes()))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue