Description
$ cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.17s
Running `target/debug/codechain`
#469691130 2018-07-09 17:19:56 main INFO codechain Starting client
#469691130 2018-07-09 17:19:57 main INFO codechain Handshake Listening on 3485
#469691130 2018-07-09 17:19:57 main INFO discovery Node runs with unstructured discovery
#469691130 2018-07-09 17:19:57 main INFO codechain RPC Listening on 8080
#469691130 2018-07-09 17:19:57 IO Worker #1 INFO sync Sync extension initialized
#469691130 2018-07-09 17:19:57 main INFO codechain IPC Listening on /tmp/jsonrpc.ipc
#469691130 2018-07-09 17:19:57 main INFO test_script Initialization complete
^Cpure virtual method called
terminate called without an active exception
Aborted (core dumped)
I bisected and it seems 9447945 caused this issue.