Created
September 24, 2018 18:18
-
-
Save stackdump/2178667de0a0b7f45cc430226915c23e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# started w/ cli | |
factomd -factomhome=./ -count=5 -blktime=20 -net=alot -network=LOCAL -startdelay=10 -sim_stdin=true > out.txt | |
... | |
Switching to Node 4 | |
t | |
There are no available identities in this node. Type 'g1' to claim another identity | |
g1 | |
100 Authorities added to the stack and funds are in wallet | |
=== 1 Identities added to blockchain, 95 remain in stack, 4 skipped (Added by someone else) === | |
t | |
panic: runtime error: invalid memory address or nil pointer dereference | |
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0xb12f42] | |
goroutine 368 [running]: | |
github.com/FactomProject/factomd/state.(*State).SimSetNewKeys(...) | |
/home/ork/go/src/github.com/FactomProject/factomd/state/simState.go:16 | |
github.com/FactomProject/factomd/engine.SimControl(0x0, 0xc420466001) | |
/home/ork/go/src/github.com/FactomProject/factomd/engine/simControl.go:1015 +0x5c12 | |
created by github.com/FactomProject/factomd/engine.NetStart | |
/home/ork/go/src/github.com/FactomProject/factomd/engine/NetStart.go:557 +0x2f35 | |
ork@myork-dev:~/Workspace/FD-581$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment