4x13

new segfault on sync

Apr 10th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. Thread 28 "veil-msghand" received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7fff82ffd700 (LWP 23159)]
  3. 0x00007ffff3b95462 in std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  4. (gdb) backtrace
  5. #0 0x00007ffff3b95462 in std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  6. #1 0x0000555555a1e7ac in std::_Rb_tree<uint256, uint256, std::_Identity<uint256>, std::less<uint256>, std::allocator<uint256> >::_M_erase_aux(std::_Rb_tree_const_iterator<uint256>) (__position=..., this=0x555556ed0c60 <setValidatedPubcoin>) at /usr/include/c++/7/bits/stl_tree.h:2473
  7. #2 0x0000555555a1e7ac in std::_Rb_tree<uint256, uint256, std::_Identity<uint256>, std::less<uint256>, std::allocator<uint256> >::erase[abi:cxx11](std::_Rb_tree_const_iterator<uint256>) (__position=..., this=0x555556ed0c60 <setValidatedPubcoin>) at /usr/include/c++/7/bits/stl_tree.h:1113
  8. #3 0x0000555555a1e7ac in std::set<uint256, std::less<uint256>, std::allocator<uint256> >::erase[abi:cxx11](std::_Rb_tree_const_iterator<uint256>) (__position=..., this=0x555556ed0c60 <setValidatedPubcoin>)
  9. at /usr/include/c++/7/bits/stl_set.h:645
  10. #4 0x0000555555a1e7ac in CheckZerocoinMint(CTxOut const&, CBigNum&, CValidationState&, bool) (txout=..., bnValue=..., state=..., fSkipZerocoinMintIsPrime=fSkipZerocoinMintIsPrime@entry=false) at consensus/tx_verify.cpp:251
  11. #5 0x0000555555a1e9b2 in CheckStandardOutput(CValidationState&, Consensus::Params const&, CTxOutStandard const*, long&, CBigNum&, bool) (state=..., consensusParams=..., p=0x7fff538cb3e0, nValueOut=@0x7fff82ff8818: 30000000000, bnPubcoin=..., fSkipZerocoinMintIsPrime=fSkipZerocoinMintIsPrime@entry=false)
  12. at consensus/tx_verify.cpp:275
  13. #6 0x0000555555a203b1 in CheckTransaction(CTransaction const&, CValidationState--------Typ---Type-----T---T---Ty------------Ty---Ty---T----------------Ty---Type <-----Type <return> to continue, or q <return> to quit---
  14. &, bool) (tx=..., state=..., fSkipZerocoinMintIsPrime=fSkipZerocoinMintIsPrime@entry=false) at consensus/tx_verify.cpp:364
  15. #7 0x000055555598d589 in CheckBlock(CBlock const&, CValidationState&, Consensus::Params const&, bool, bool, bool) (block=..., state=..., consensusParams=..., fSkipComputation=fSkipComputation@entry=false, fCheckPOW=fCheckPOW@entry=true, fCheckMerkleRoot=fCheckMerkleRoot@entry=true) at validation.cpp:3877
  16. #8 0x00005555559b4fe1 in ProcessNewBlock(CChainParams const&, std::shared_ptr<CBlock const>, bool, bool*, bool) (chainparams=..., pblock=std::shared_ptr<const CBlock> (use count 2, weak count 0) = {...}, fForceProcessing=fForceProcessing@entry=true, fNewBlock=fNewBlock@entry=0x7fff82ff9190, fSkipComputation=fSkipComputation@entry=false) at validation.cpp:4543
  17. #9 0x000055555587e016 in ProcessMessage (enable_bip61=true, interruptMsgProc=..., connman=0x7fffb4cbaeb0, chainparams=..., nTimeReceived=<optimized out>, vRecv=..., strCommand="block", pfrom=<optimized out>) at net_processing.cpp:3151
  18. #10 0x000055555587e016 in PeerLogicValidation::ProcessMessages(CNode*, std::atomic<bool>&) (this=<optimized out>, pfrom=<optimized out>, interruptMsgProc=...)
  19. at net_processing.cpp:3479
  20. #11 0x000055555582e72f in CConnman::ThreadMessageHandler() (this=0x7fffb4cbaeb0) at net.cpp:2060
  21. #12 0x00005555557f48ae in std::function<void ()>::operator()() const (this=0x7fff82ffc990) at /usr/include/c++/7/bits/std_function.h:706
  22. #13 0x00005555557f48ae in TraceThread<std::function<void ()> >(char const*, std::function<void ()>) (name=<optimized out>, func=...) at ./util.h:377
  23. #14 0x0000555555843e2b in std::__invoke_impl<void, void (*)(char const*, std::function<void ()>), char const*, std::function<void ()> >(std::__invoke_other, void (*&&)(char const*, std::function<void ()>), char const*&&, std::function<void ()>&&) (__f=<optimized out>) at /usr/include/c++/7/bits/invoke.h:60
  24. #15 0x0000555555843e2b in std::__invoke<void (*)(char const*, std::function<void ()>), char const*, std::function<void ()> >(void (*&&)(char const*, std::function<void ()>), char const*&&, std::function<void ()>&&) (__fn=<optimized out>) at /usr/include/c++/7/bits/invoke.h:95
  25. #16 0x0000555555843e2b in std::thread::_Invoker<std::tuple<void (*)(char const*, std::function<void ()>), char const*, std::function<void ()> > >::_M_invoke<0ul, 1ul, 2ul>(std::_Index_tuple<0ul, 1ul, 2ul>) (this=<optimized out>) at /usr/include/c++/7/thread:234
  26. #17 0x0000555555843e2b in std::thread::_Invoker<std::tuple<void (*)(char const*, std::function<void ()>), char const*, std::function<void ()> > >::operator()() (this=<optimized out>) at /usr/include/c++/7/thread:243
  27. #18 0x0000555555843e2b in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)(char const*, std::function<void ()>), char const*, std::function<void ()> > > >::_M_run() (this=<optimized out>) at /usr/include/c++/7/thread:186
  28. #19 0x00007ffff3ba857f in () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  29. #20 0x00007ffff4f716db in start_thread (arg=0x7fff82ffd700) at pthread_create.c:463
  30. #21 0x00007ffff326588f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Advertisement
Add Comment
Please, Sign In to add comment