scala-network / scala-v7

A cryptocurrency aiming to use blockchain technologies to globally distribute wealth.
Other
83 stars 27 forks source link

Exception: std::runtime_error #75

Closed BKdilse closed 4 years ago

BKdilse commented 4 years ago

Getting regular core dumps on v4.0.0.0.

Tried the Download, and also my own compile.

Here is the log extract:

2020-09-27 17:51:58.456     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:133  Exception: std::runtime_error
2020-09-27 17:51:58.456     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:134  Unwound call stack:
2020-09-27 17:51:58.460     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [1]  0x10d) [0x5641b97293bf]:__cxa_throw+0x10d) [0x5641b97293bf]
2020-09-27 17:51:58.460     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [2] ./scala/scalad(+0x352f06) [0x5641b9767f06] 
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [3]  0x195) [0x5641b9deea85]:_alloc_cache+0x195) [0x5641b9deea85]
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [4]  0x2ec) [0x5641b9bcdd4c]:_slow_hash+0x2ec) [0x5641b9bcdd4c]
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [5]  0xa3) [0x5641b9bb66b3]:_ZN10cryptonote18get_block_longhashEPKNS_10BlockchainERKNS_5blockERN6crypto4hashEmi+0xa3) [0x5641b9bb66b3]
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [6]  0x22) [0x5641b9bb6792]:_ZN10cryptonote18get_block_longhashEPKNS_10BlockchainERKNS_5blockEmi+0x22) [0x5641b9bb6792]
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [7]  0xb5) [0x5641b9b64585]:_ZNK10cryptonote10Blockchain21block_longhash_workerEmRKN4epee4spanIKNS_5blockEEERSt13unordered_mapIN6crypto4hashESA_St4hashISA_ESt8equal_toISA_ESaISt4pairIKSA_SA_EEE+0xb5) [0x5641b9b64585]
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [8]  0x348) [0x5641b9c0cbf8]:_ZN5tools10threadpool3runEb+0x348) [0x5641b9c0cbf8]
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [9] ./scala/scalad(+0xa2e365) [0x5641b9e43365] 
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [10]  0x76ba) [0x7f2b34a126ba]:_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7f2b34a126ba]
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172      [11]  0x6d) [0x7f2b347484dd]:_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f2b347484dd]
2020-09-27 17:51:58.461     7f28cbafe700    INFO    stacktrace  src/common/stack_trace.cpp:172  
hayzamjs commented 4 years ago

Can you try branch v4.1.0

BKdilse commented 4 years ago

Just compiled and run, still getting the runtime error.

BKdilse commented 4 years ago

fixed by setting hugepages, thanks @hayzamjs