Skip to content

Instantly share code, notes, and snippets.

@zelig
Created March 3, 2015 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zelig/23ed18d6dd632c396ca8 to your computer and use it in GitHub Desktop.
Save zelig/23ed18d6dd632c396ca8 to your computer and use it in GitHub Desktop.
ethereum log when hanging?
:) ./ethereum -datadir /tmp/bp10 -loglevel 5 -logfile=/tmp/bp11.log
Welcome to the FRONTIER
SIGQUIT: quit
PC=0x40b7c2b
goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x1403, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40b4dca, 0x40a8e90, 0x7fff5fbff118, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/sys_darwin_amd64.s:412 +0xb
semasleep()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/os_darwin.c:438 +0x16c
runtime.onM(0x7fff5fbff118)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:273 +0x9a
runtime.semasleep(0xffffffffffffffff, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/os_darwin.c:457 +0x60
runtime.notesleep(0x4bcb0b8)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/lock_sema.go:171 +0x114
stopm()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1178 +0x119
findrunnable(0xc208015600)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1487 +0x562
schedule()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1575 +0x151
runtime.park_m(0xc208157c20)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1654 +0x113
runtime.mcall(0x40ab524)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:186 +0x5a
goroutine 1 [chan receive, 3 minutes]:
main.main()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/ethereum/main.go:149 +0xef1
goroutine 5 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:41 +0x6d0
created by github.com/ethereum/go-ethereum/logger.init·1
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:20 +0x25
goroutine 17 [syscall, 3 minutes, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:2232 +0x1
goroutine 6 [syscall, 3 minutes]:
os/signal.loop()
/usr/local/Cellar/go/1.4.1/libexec/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/Cellar/go/1.4.1/libexec/src/os/signal/signal_unix.go:27 +0x35
goroutine 7 [chan receive, 3 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:56 +0x116
created by github.com/ethereum/go-ethereum/cmd/utils.HandleInterrupt
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:60 +0xb5
goroutine 29 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc208128400)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:239 +0xaf5
created by github.com/ethereum/go-ethereum/p2p/discover.ListenUDP
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:155 +0x5a6
goroutine 75 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2087a6690, 0x4ddb600)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:129 +0x673
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20807f180, 0x4ddab90, 0xc208164128, 0xc2086d4080)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:386 +0x88e
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc20807f180, 0xc2086d4080)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:338 +0x30d
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:314 +0x44
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:318 +0x5a4
goroutine 66 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x4dc9e78, 0xc20802b6f0, 0xc208188000, 0xc20801ea00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0x67
created by github.com/ethereum/go-ethereum/logger.func·001
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:37 +0x176
goroutine 9 [select, 3 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208059200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 10 [select, 3 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208059200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 11 [select, 3 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208059200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 12 [select, 3 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208059200)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 13 [select, 3 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc208884ce0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:57 +0x2f1
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32
goroutine 67 [select, 3 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4dc8b78, 0xc20806e450, 0xc2087a20c0, 0x4786c50, 0x3, 0x765f, 0x765f, 0x47d4350, 0x12)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0x9ce
created by github.com/ethereum/go-ethereum/p2p/discover.ListenUDP
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:146 +0x3c8
goroutine 30 [IO wait, 3 minutes]:
net.(*pollDesc).Wait(0xc2085c00d0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2085c00d0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc2085c0070, 0xc2087f8000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x4dc5170, 0xc20814a948)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc208164000, 0xc2087f8000, 0x1000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/udpsock_posix.go:67 +0x124
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc208128400)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:324 +0xd4
created by github.com/ethereum/go-ethereum/p2p/discover.ListenUDP
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:156 +0x5c3
goroutine 98 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2087a65f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x72
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2087f2480, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:147 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x4dda968, 0xc20816e780, 0x4dda998, 0xc208047c20, 0x4dda9d0, 0xc208047cc0, 0xc2087a6690, 0x4ddb650, 0xc2087a65f0, 0x0, ...)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:136 +0x40d
github.com/ethereum/go-ethereum/eth.func·001(0xc2087a6690, 0x4ddb650, 0xc2087a65f0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:111 +0x87
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:237 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:249 +0x2ad
goroutine 99 [chan receive, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2087a6640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc2085bc8c0, 0xc2087a6690, 0x4ddb650, 0xc2087a6640, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:163 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc2087a6690, 0x4ddb650, 0xc2087a6640, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:81 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:237 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:249 +0x2ad
goroutine 31 [IO wait, 3 minutes]:
net.(*pollDesc).Wait(0xc2087db8e0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2087db8e0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc2087db880, 0x0, 0x4dc5170, 0xc2080c0518)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2081340c0, 0x410d37e, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc2081340c0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc20807f180)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:269 +0x216
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:224 +0x226
goroutine 32 [select, 3 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4dc8b78, 0xc20806e450, 0xc2087a2000, 0x4785890, 0x3, 0x765f, 0x765f, 0x47a5250, 0xc)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0x9ce
github.com/ethereum/go-ethereum/p2p.func·005()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:228 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:230 +0x309
goroutine 33 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc20807f180)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:295 +0x6fd
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:205 +0xb57
goroutine 82 [select]:
github.com/ethereum/go-ethereum/blockpool.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:190 +0x1cf
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:197 +0x5eb
goroutine 83 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc2085bc8c0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:213 +0x104
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:89 +0xfe
goroutine 84 [chan receive, 3 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc208146270)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:312 +0x90
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:258 +0x2ac
goroutine 85 [chan receive, 3 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).blockBroadcastLoop(0xc208146270)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:320 +0x9c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:262 +0x3eb
goroutine 100 [IO wait]:
net.(*pollDesc).Wait(0xc2085c11e0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2085c11e0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2085c1180, 0xc208d3e000, 0x1000, 0x1000, 0x0, 0x4dc5170, 0xc2084607b8)
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208164128, 0xc208d3e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc
bufio.(*Reader).fill(0xc2087a2d20)
/usr/local/Cellar/go/1.4.1/libexec/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).Read(0xc2087a2d20, 0xc2084607b0, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/bufio/bufio.go:174 +0x26c
io.ReadAtLeast(0x4ddb470, 0xc208124a70, 0xc2084607b0, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1
io.ReadFull(0x4ddb470, 0xc208124a70, 0xc2084607b0, 0x8, 0x8, 0x8, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*frameRW).ReadMsg(0xc208126ab0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:196 +0x1e1
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2087a6690, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x44
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x17a
goroutine 55 [runnable]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2086de210)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 101 [semacquire, 3 minutes]:
sync.(*WaitGroup).Wait(0xc208047d38)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/blockpool.func·011()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/status.go:103 +0x3b
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).syncing
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/status.go:107 +0x103
goroutine 102 [select]:
github.com/ethereum/go-ethereum/blockpool.(*peer).run(0xc20875c500)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:478 +0xbed
github.com/ethereum/go-ethereum/blockpool.func·006()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:313 +0x38
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).switchPeer
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:318 +0x4db
goroutine 158 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc208047c68)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc208047c68)
/usr/local/Cellar/go/1.4.1/libexec/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/core.(*ChainManager).setTxState(0xc208047c20, 0xc2096fdd40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:151 +0x38
github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain(0xc208047c20, 0xc20867ac00, 0x43, 0x80, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:425 +0xb9a
github.com/ethereum/go-ethereum/core.*ChainManager.InsertChain·fm(0xc20867ac00, 0x43, 0x80, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:189 +0x57
github.com/ethereum/go-ethereum/blockpool.func·008()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:133 +0x6b9
created by github.com/ethereum/go-ethereum/blockpool.(*section).addSectionToBlockChain
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:184 +0x103
rax 0xe
rbx 0x4bcafe0
rcx 0x7fff5fbff0c0
rdx 0x7fff5fbff118
rdi 0x1403
rsi 0x1c7
rbp 0x1
rsp 0x7fff5fbff0c0
r8 0x40
r9 0x7fff5fbfe960
r10 0x7fff5fbfe978
r11 0x286
r12 0x0
r13 0x0
r14 0x54f4cbd5
r15 0x10
rip 0x40b7c2b
rflags 0x286
cs 0x7
fs 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment