Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Please report to https://github.com/digibyte/digibyte/issues #220

Closed
Gouzi001 opened this issue Jan 5, 2021 · 1 comment
Closed

Please report to https://github.com/digibyte/digibyte/issues #220

Gouzi001 opened this issue Jan 5, 2021 · 1 comment

Comments

@Gouzi001
Copy link

Gouzi001 commented Jan 5, 2021

At the end of compilation I receive error: Here content of the .log

==============================================
DigiByte Core 6.16.5: src/test-suite.log

TOTAL: 1

PASS: 0

SKIP: 0

XFAIL: 0

FAIL: 1

XPASS: 0

ERROR: 0

.. contents:: :depth: 2

FAIL: qt/test/test_digibyte-qt

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
********* Start testing of URITests *********
Config: Using QtTest library 5.12.8, Qt 5.12.8 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0)
PASS : URITests::initTestCase()
PASS : URITests::uriTests()
PASS : URITests::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 4ms
********* Finished testing of URITests *********
********* Start testing of PaymentServerTests *********
Config: Using QtTest library 5.12.8, Qt 5.12.8 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0)
PASS : PaymentServerTests::initTestCase()
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::initNetManager: No active proxy server found.
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest: Secure payment request from "testmerchant.org"
QWARN : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant: Payment request: certificate expired or not yet active: QSslCertificate("3", "03", "LxHILx+N3qwVoAcCmQ5cyw==", "PaymentRequest Test CA", "expiredmerchant.org", QMap(), QDateTime(2013-02-23 21:26:43.000 UTC Qt::UTC), QDateTime(2013-02-24 21:26:43.000 UTC Qt::UTC))
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest: Insecure payment request to "DJkvsVmdCTtpeTG1ChQuQ3Q1A8mMbKdAaL"
QWARN : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant: Payment request: certificate expired or not yet active: QSslCertificate("3", "03", "LxHILx+N3qwVoAcCmQ5cyw==", "PaymentRequest Test CA", "expiredmerchant.org", QMap(), QDateTime(2013-02-23 21:26:43.000 UTC Qt::UTC), QDateTime(2013-02-24 21:26:43.000 UTC Qt::UTC))
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest: Secure payment request from "testmerchant8.org"
QWARN : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant: Payment request: certificate expired or not yet active: QSslCertificate("3", "06", "MiZaQ+g9lSHZGuHWkXZG+g==", "PaymentRequest Test CA", "testca5.org", QMap(), QDateTime(2013-02-23 22:59:51.000 UTC Qt::UTC), QDateTime(2013-02-24 22:59:51.000 UTC Qt::UTC))
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest: Insecure payment request to "DJkvsVmdCTtpeTG1ChQuQ3Q1A8mMbKdAaL"
QWARN : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant: Payment request: certificate expired or not yet active: QSslCertificate("3", "06", "MiZaQ+g9lSHZGuHWkXZG+g==", "PaymentRequest Test CA", "testca5.org", QMap(), QDateTime(2013-02-23 22:59:51.000 UTC Qt::UTC), QDateTime(2013-02-24 22:59:51.000 UTC Qt::UTC))
QWARN : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant: SSL error: certificate signature failure
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest: Insecure payment request to "DJkvsVmdCTtpeTG1ChQuQ3Q1A8mMbKdAaL"
QWARN : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant: SSL error: certificate signature failure
QWARN : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant: SSL error: unable to get local issuer certificate
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest: Insecure payment request to "DJkvsVmdCTtpeTG1ChQuQ3Q1A8mMbKdAaL"
QWARN : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant: SSL error: unable to get local issuer certificate
QWARN : PaymentServerTests::paymentServerTests() "PaymentServer::verifyNetwork: Payment request network "test" doesn't match client network "main"."
QWARN : PaymentServerTests::paymentServerTests() "PaymentServer::verifyExpired: Payment request expired "1970-01-01T00:00:01Z"."
QWARN : PaymentServerTests::paymentServerTests() "PaymentServer::verifyExpired: Payment request expired "-219246529-01-00T08:29:52Z"."
QWARN : PaymentServerTests::paymentServerTests() "PaymentServer::verifySize: Payment request too large (50001 bytes, allowed 50000 bytes)."
FAIL! : PaymentServerTests::paymentServerTests() Compared values are not the same
Actual (PaymentServer::verifyAmount(sendingTo.second)): 1
Expected (false) : 0
Loc: [qt/test/paymentservertests.cpp(205)]
PASS : PaymentServerTests::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 209ms
********* Finished testing of PaymentServerTests *********
********* Start testing of RPCNestedTests *********
Config: Using QtTest library 5.12.8, Qt 5.12.8 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0)
PASS : RPCNestedTests::initTestCase()
FAIL! : RPCNestedTests::rpcNestedTests() 'result == "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"' returned FALSE. ()
Loc: [qt/test/rpcnestedtests.cpp(78)]
PASS : RPCNestedTests::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 97ms
********* Finished testing of RPCNestedTests *********
********* Start testing of CompatTests *********
Config: Using QtTest library 5.12.8, Qt 5.12.8 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0)
PASS : CompatTests::initTestCase()
PASS : CompatTests::bswapTests()
PASS : CompatTests::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
********* Finished testing of CompatTests *********
********* Start testing of WalletTests *********
Config: Using QtTest library 5.12.8, Qt 5.12.8 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0)
PASS : WalletTests::initTestCase()

=== Received signal at function time: 23ms, total time: 23ms, dumping stack ===
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.

For help, type "help".
Type "apropos word" to search for commands related to "word".
Attaching to process 103026
[New LWP 103027]
[New LWP 103031]
[New LWP 103037]
[New LWP 103038]
[New LWP 103039]
[New LWP 103040]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f4a7fa86dff in __GI___wait4 (pid=103041,
stat_loc=stat_loc@entry=0x7f4a8163b468, options=options@entry=0,
usage=usage@entry=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
(gdb)
Thread 7 (Thread 0x7f4a78e36700 (LWP 103040)):
#0 futex_wait_cancelable (private=, expected=0, futex_word=0x55aed9776b7c <scriptcheckqueue+124>) at ../sysdeps/nptl/futex-internal.h:183
__ret = -512
oldtype = 0
err =
oldtype =
err =
__ret =
resultvar =
__arg4 =
__arg3 =
__arg2 =
__arg1 =
_a4 =
_a3 =
_a2 =
_a1 =
#1 __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55aed9776b28 <scriptcheckqueue+40>, cond=0x55aed9776b50 <scriptcheckqueue+80>) at pthread_cond_wait.c:508
spin = 0
buffer = {__routine = 0x7f4a802e0050 <__condvar_cleanup_waiting>, __arg = 0x7f4a78e35cf0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 5, cond = 0x55aed9776b50 <scriptcheckqueue+80>, mutex = 0x55aed9776b28 <scriptcheckqueue+40>, private = 0}
err =
g = 1
flags =
g1_start =
signals =
result = 0
wseq = 5
seq = 2
private =
maxspin =
err =
result =
wseq =
g =
seq =
flags =
private =
signals =
g1_start =
spin =
buffer =
cbuffer =
s =
#2 __pthread_cond_wait (cond=cond@entry=0x55aed9776b50 <scriptcheckqueue+80>, mutex=mutex@entry=0x55aed9776b28 <scriptcheckqueue+40>) at pthread_cond_wait.c:638
No locals.
#3 0x000055aed934de33 in boost::posix::pthread_cond_wait (m=, c=) at /usr/include/boost/thread/pthread/pthread_helpers.hpp:112
ret =
#4 boost::condition_variable::wait (m=..., this=0x55aed9776b28 <scriptcheckqueue+40>) at /usr/include/boost/thread/pthread/condition_variable.hpp:79
guard =
check_for_interruption = {thread_info = 0x55aed9aae5e0, m = 0x55aed9776b28 <scriptcheckqueue+40>, set = true, done = false}
the_mutex = 0x55aed9776b28 <scriptcheckqueue+40>
res = 0
res =
guard =
check_for_interruption =
the_mutex =
#5 CCheckQueue::Loop (this=0x55aed9776b00 , fMaster=false) at ./checkqueue.h:99
lock = {m = 0x55aed9776b00 , is_locked = false}
cond = @0x55aed9776b28: {internal_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 2, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 12 times>, "\002", '\000' <repeats 26 times>, __align = 0}, cond = {__data = {{__wseq = 9, __wseq32 = {__low = 9, __high = 0}}, {__g1_start = 1, __g1_start32 = {__low = 1, __high = 0}}, __g_refs = {0, 4}, __g_size = {0, 0}, __g1_orig_size = 8, __wrefs = 18, __g_signals = {0, 0}}, __size = "\t\000\000\000\000\000\000\000\001", '\000' <repeats 11 times>, "\004", '\000' <repeats 11 times>, "\b\000\000\000\022\000\000\000\000\000\000\000\000\000\000", __align = 9}}
vChecks = std::vector of length 0, capacity 128
nNow = 0
fOk = true
#6 0x00007f4a81ba443b in ?? () from /lib/x86_64-linux-gnu/libboost_thread.so.1.71.0
No symbol table info available.
#7 0x00007f4a802d9609 in start_thread (arg=) at pthread_create.c:477
ret =
pd =
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139957832476416, 7713544295011241151, 140721255010158, 140721255010159, 140721255010160, 139957832474496, -7667111812631704385, -7667092560690492225}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 0
#8 0x00007f4a7fac3293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.

Thread 6 (Thread 0x7f4a6affe700 (LWP 103039)):
#0 futex_wait_cancelable (private=, expected=0, futex_word=0x55aed9776b7c <scriptcheckqueue+124>) at ../sysdeps/nptl/futex-internal.h:183
__ret = -512
oldtype = 0
err =
oldtype =
err =
__ret =
resultvar =
__arg4 =
__arg3 =
__arg2 =
__arg1 =
_a4 =
_a3 =
_a2 =
_a1 =
#1 __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55aed9776b28 <scriptcheckqueue+40>, cond=0x55aed9776b50 <scriptcheckqueue+80>) at pthread_cond_wait.c:508
spin = 0
buffer = {__routine = 0x7f4a802e0050 <__condvar_cleanup_waiting>, __arg = 0x7f4a6affdcf0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 7, cond = 0x55aed9776b50 <scriptcheckqueue+80>, mutex = 0x55aed9776b28 <scriptcheckqueue+40>, private = 0}
err =
g = 1
flags =
g1_start =
signals =
result = 0
wseq = 7
seq = 3
private =
maxspin =
err =
result =
wseq =
g =
seq =
flags =
private =
signals =
g1_start =
spin =
buffer =
cbuffer =
s =
#2 __pthread_cond_wait (cond=cond@entry=0x55aed9776b50 <scriptcheckqueue+80>, mutex=mutex@entry=0x55aed9776b28 <scriptcheckqueue+40>) at pthread_cond_wait.c:638
No locals.
#3 0x000055aed934de33 in boost::posix::pthread_cond_wait (m=, c=) at /usr/include/boost/thread/pthread/pthread_helpers.hpp:112
ret =
#4 boost::condition_variable::wait (m=..., this=0x55aed9776b28 <scriptcheckqueue+40>) at /usr/include/boost/thread/pthread/condition_variable.hpp:79
guard =
check_for_interruption = {thread_info = 0x55aed9aae920, m = 0x55aed9776b28 <scriptcheckqueue+40>, set = true, done = false}
the_mutex = 0x55aed9776b28 <scriptcheckqueue+40>
res = 0
res =
guard =
check_for_interruption =
the_mutex =
#5 CCheckQueue::Loop (this=0x55aed9776b00 , fMaster=false) at ./checkqueue.h:99
lock = {m = 0x55aed9776b00 , is_locked = false}
cond = @0x55aed9776b28: {internal_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 2, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 12 times>, "\002", '\000' <repeats 26 times>, __align = 0}, cond = {__data = {{__wseq = 9, __wseq32 = {__low = 9, __high = 0}}, {__g1_start = 1, __g1_start32 = {__low = 1, __high = 0}}, __g_refs = {0, 4}, __g_size = {0, 0}, __g1_orig_size = 8, __wrefs = 18, __g_signals = {0, 0}}, __size = "\t\000\000\000\000\000\000\000\001", '\000' <repeats 11 times>, "\004", '\000' <repeats 11 times>, "\b\000\000\000\022\000\000\000\000\000\000\000\000\000\000", __align = 9}}
vChecks = std::vector of length 0, capacity 128
nNow = 0
fOk = true
#6 0x00007f4a81ba443b in ?? () from /lib/x86_64-linux-gnu/libboost_thread.so.1.71.0
No symbol table info available.
#7 0x00007f4a802d9609 in start_thread (arg=) at pthread_create.c:477
ret =
pd =
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139957599463168, 7713544295011241151, 140721255010158, 140721255010159, 140721255010160, 139957599461248, -7667142706331464513, -7667092560690492225}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 0
#8 0x00007f4a7fac3293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.

Thread 5 (Thread 0x7f4a6a7fd700 (LWP 103038)):
#0 futex_abstimed_wait_cancelable (private=, abstime=0x7f4a6a7fccc0, clockid=, expected=0, futex_word=0x7ffc386adb50) at ../sysdeps/nptl/futex-internal.h:320
__ret = -516
clockbit =
op =
__ret =
oldtype = 0
err =
oldtype =
err =
__ret =
clockbit =
op =
__ret =
resultvar =
__arg6 =
__arg5 =
__arg4 =
__arg3 =
__arg2 =
__arg1 =
_a6 =
_a5 =
_a4 =
_a3 =
_a2 =
_a1 =
#1 __pthread_cond_wait_common (abstime=0x7f4a6a7fccc0, clockid=, mutex=0x7ffc386adb00, cond=0x7ffc386adb28) at pthread_cond_wait.c:520
spin = 0
buffer = {__routine = 0x7f4a802e0050 <__condvar_cleanup_waiting>, __arg = 0x7f4a6a7fcc20, __canceltype = 1786760240, __prev = 0x0}
cbuffer = {wseq = 10, cond = 0x7ffc386adb28, mutex = 0x7ffc386adb00, private = 0}
err =
g = 0
flags =
g1_start =
maxspin = 0
signals =
result = 0
wseq = 10
seq = 5
private =
maxspin =
err =
result =
wseq =
g =
seq =
flags =
private =
signals =
g1_start =
spin =
buffer =
cbuffer =
s =
#2 pthread_cond_timedwait (cond=cond@entry=0x7ffc386adb28, mutex=mutex@entry=0x7ffc386adb00, abstime=abstime@entry=0x7f4a6a7fccc0) at pthread_cond_wait.c:656
flags =
clockid =
#3 0x000055aed94b754e in boost::posix::pthread_cond_timedwait (t=0x7f4a6a7fccc0, m=0x7ffc386adb00, c=0x7ffc386adb28) at /usr/include/boost/thread/pthread/pthread_helpers.hpp:123
ret =
#4 boost::condition_variable::do_wait_until (timeout=..., m=..., this=0x7ffc386adb00) at /usr/include/boost/thread/pthread/condition_variable.hpp:122
guard = {m = 0x7f4a6a7fccb0}
check_for_interruption = {thread_info = 0x55aed9a541e0, m = 0x7ffc386adb00, set = true, done = false}
the_mutex = 0x7ffc386adb00
cond_res =
cond_res =
guard =
check_for_interruption =
the_mutex =
#5 boost::condition_variable::wait_until<boost::chrono::system_clock, boost::chrono::duration<long, boost::ratio<1l, 1000000000l> > > (t=..., lock=..., this=0x7ffc386adb00) at /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:264
d =
d =
#6 CScheduler::serviceQueue (this=0x7ffc386adad0) at scheduler.cpp:67
timeToWaitFor = {d
= {rep
= 1609803546768302827}}
f = {<std::_Maybe_unary_or_binary_function> = {}, std::_Function_base = {static _M_max_size = 16, static _M_max_align = 8, _M_functor = {_M_unused = {_M_object = 0x7f4a5c000b60, _M_const_object = 0x7f4a5c000b60, _M_function_pointer = 0x7f4a5c000b60, _M_member_pointer = (void (std::_Undefined_class::)(std::_Undefined_class * const)) 0x7f4a5c000b60, this adjustment 139957980775483}, _M_pod_data = "`\v\000\J\177\000\000;D\272\201J\177\000"}, _M_manager = 0x55aed94b90e0 <std::_Function_base::_Base_manager<std::_Bind<void (SingleThreadedSchedulerClient::(SingleThreadedSchedulerClient*))()> >::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)>}, _M_invoker = 0x55aed94b9090 <std::_Function_handler<void (), std::_Bind<void (SingleThreadedSchedulerClient::(SingleThreadedSchedulerClient))()> >::_M_invoke(std::_Any_data const&)>}
lock = {m = 0x7ffc386adb58, is_locked = false}
#7 0x00007f4a81ba443b in ?? () from /lib/x86_64-linux-gnu/libboost_thread.so.1.71.0
No symbol table info available.
#8 0x00007f4a802d9609 in start_thread (arg=) at pthread_create.c:477
ret =
pd =
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139957591070464, 7713544295011241151, 140721255010158, 140721255010159, 140721255010160, 139957591068544, -7667141607356707649, -7667092560690492225}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 0
#9 0x00007f4a7fac3293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.

Thread 4 (Thread 0x7f4a7aff7700 (LWP 103037)):
#0 futex_abstimed_wait_cancelable (private=, abstime=0x7f4a7aff6d70, clockid=, expected=0, futex_word=0x55aed9c40cd0) at ../sysdeps/nptl/futex-internal.h:320
__ret = -516
clockbit =
op =
__ret =
oldtype = 0
err =
oldtype =
err =
__ret =
clockbit =
op =
__ret =
resultvar =
__arg6 =
__arg5 =
__arg4 =
__arg3 =
__arg2 =
__arg1 =
_a6 =
_a5 =
_a4 =
_a3 =
_a2 =
_a1 =
#1 __pthread_cond_wait_common (abstime=0x7f4a7aff6d70, clockid=, mutex=0x55aed9c40c80, cond=0x55aed9c40ca8) at pthread_cond_wait.c:520
spin = 0
buffer = {__routine = 0x7f4a802e0050 <__condvar_cleanup_waiting>, __arg = 0x7f4a7aff6cf0, __canceltype = 104, __prev = 0x0}
cbuffer = {wseq = 4, cond = 0x55aed9c40ca8, mutex = 0x55aed9c40c80, private = 0}
err =
g = 0
flags =
g1_start =
maxspin = 0
signals =
result = 0
wseq = 4
seq = 2
private =
maxspin =
err =
result =
wseq =
g =
seq =
flags =
private =
signals =
g1_start =
spin =
buffer =
cbuffer =
s =
#2 __pthread_cond_timedwait (cond=0x55aed9c40ca8, mutex=0x55aed9c40c80, abstime=0x7f4a7aff6d70) at pthread_cond_wait.c:656
flags =
clockid =
#3 0x00007f4a81700a7c in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#4 0x00007f4a81700bcb in QWaitCondition::wait(QMutex*, unsigned long) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#5 0x00007f4a81602a62 in ?? () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#6 0x00007f4a816fa9d2 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#7 0x00007f4a802d9609 in start_thread (arg=) at pthread_create.c:477
ret =
pd =
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139957867869952, 7713544295011241151, 140721255014702, 140721255014703, 140721255014896, 139957867868032, -7667107517127537473, -7667092560690492225}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 0
#8 0x00007f4a7fac3293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.

Thread 3 (Thread 0x7f4a7a7f6700 (LWP 103031)):
#0 0x00007f4a7fab6aff in __GI___poll (fds=0x7f4a700025e0, nfds=1, timeout=10420) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret =
#1 0x00007f4a7f3281ae in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2 0x00007f4a7f3282e3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0x00007f4a8191a565 in QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#4 0x00007f4a818c14db in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#5 0x00007f4a816f9785 in QThread::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#6 0x00007f4a816fa9d2 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#7 0x00007f4a802d9609 in start_thread (arg=) at pthread_create.c:477
ret =
pd =
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139957859477248, 7713544295011241151, 140721254960430, 140721254960431, 140721254960624, 139957859475328, -7667106418152780609, -7667092560690492225}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 0
#8 0x00007f4a7fac3293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.

Thread 2 (Thread 0x7f4a7b7f8700 (LWP 103027)):
#0 0x00007f4a7fab6aff in __GI___poll (fds=0x7f4a740029e0, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret =
#1 0x00007f4a7f3281ae in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2 0x00007f4a7f3282e3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0x00007f4a8191a565 in QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#4 0x00007f4a818c14db in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#5 0x00007f4a816f9785 in QThread::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#6 0x00007f4a7c3a1efa in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
No symbol table info available.
#7 0x00007f4a816fa9d2 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#8 0x00007f4a802d9609 in start_thread (arg=) at pthread_create.c:477
ret =
pd =
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139957876262656, 7713544295011241151, 140721255014494, 140721255014495, 140721255014688, 139957876260736, -7667108616102294337, -7667092560690492225}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 0
#9 0x00007f4a7fac3293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.

Thread 1 (Thread 0x7f4a7d269780 (LWP 103026)):
#0 0x00007f4a7fa86dff in __GI___wait4 (pid=103041, stat_loc=stat_loc@entry=0x7f4a8163b468, options=options@entry=0, usage=usage@entry=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
resultvar = 18446744073709551104
sc_cancel_oldtype = 0
sc_ret =
#1 0x00007f4a7fa86d7b in __GI___waitpid (pid=, stat_loc=stat_loc@entry=0x7f4a8163b468, options=options@entry=0) at waitpid.c:38
No locals.
#2 0x00007f4a7f9f60e7 in do_system (line=) at ../sysdeps/posix/system.c:172
__result =
_buffer = {__routine = 0x7f4a7f9f6290 <cancel_handler>, __arg = 0x7f4a8163b470, __canceltype = 0, __prev = 0x0}
_avail = 1
cancel_args = {quit = 0x7f4a7fb8f200 , intr = 0x7f4a7fb8f2a0 , pid = 103041}
status = -1
ret = 0
pid = 103041
sa = {__sigaction_handler = {sa_handler = 0x1, sa_sigaction = 0x1}, sa_mask = {__val = {65536, 0 <repeats 15 times>}}, sa_flags = 0, sa_restorer = 0x302c3030ffffffff}
omask = {__val = {21711, 7008456879985669424, 3472285459167463792, 3472328296227680304, 4830726533833306160, 3461362030354657377, 7378641321553047600, 749398977994450534, 664956484428259651, 7364282799205920816, 3420032447998210592, 4988928597175334254, 8388068008348098676, 7018141387275776032, 7307221376550330656, 751094489344402802}}
reset = {__val = {6, 0 <repeats 15 times>}}
spawn_attr = {__flags = 12, __pgrp = 0, __sd = {__val = {6, 0 <repeats 15 times>}}, __ss = {__val = {21711, 7008456879985669424, 3472285459167463792, 3472328296227680304, 4830726533833306160, 3461362030354657377, 7378641321553047600, 749398977994450534, 664956484428259651, 7364282799205920816, 3420032447998210592, 4988928597175334254, 8388068008348098676, 7018141387275776032, 7307221376550330656, 751094489344402802}}, __sp = {sched_priority = 0}, __policy = 0, __pad = {0 <repeats 16 times>}}
__cnt =
__set =
__cnt =
__set =
#3 0x00007f4a815fa545 in ?? () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#4 0x00007f4a815fa67d in ?? () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#5 0x00007f4a815fa72c in ?? () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#6
No locals.
#7 std::vector<std::shared_ptr, std::allocator<std::shared_ptr > >::resize (__new_size=1, this=0x50) at /usr/include/c++/9/bits/stl_vector.h:934
No locals.
#8 TestChain100Setup::CreateAndProcessBlock (this=, txns=std::vector of length 0, capacity 0, scriptPubKey=...) at test/test_digibyte.cpp:152
chainparams = @0x55aed9a55ea0: {consensus = {hashGenesisBlock = {<base_blob<256>> = {static WIDTH = 32, data = "&n\256\346\027\354|{C\b\213\324ܑA\202\333\036o\344\325\346~\347\371\252#\270\362\240\230E"}, }, nSubsidyHalvingInterval = -643158816, BIP16Exception = {<base_blob<256>> = {static WIDTH = 32, data = '\000' <repeats 31 times>}, }, BIP34Height = 21934, BIP34Hash = {<base_blob<256>> = {static WIDTH = 32, data = '\000' <repeats 31 times>}, }, BIP65Height = -643961232, BIP66Height = 21934, nRuleChangeActivationThreshold = 3651517936, nMinerConfirmationWindow = 21934, vDeployments = {{bit = 28, nStartTime = 0, nTimeout = 9223372036854775807, static NO_TIMEOUT = 9223372036854775807, static ALWAYS_ACTIVE = -1}, {bit = 0, nStartTime = 0, nTimeout = 9223372036854775807, static NO_TIMEOUT = 9223372036854775807, static ALWAYS_ACTIVE = -1}, {bit = 1, nStartTime = -1, nTimeout = 9223372036854775807, static NO_TIMEOUT = 9223372036854775807, static ALWAYS_ACTIVE = -1}, {bit = -643473464, nStartTime = 94209464164308, nTimeout = 94209464164320, static NO_TIMEOUT = 9223372036854775807, static ALWAYS_ACTIVE = -1}}, powLimit = {<base_blob<256>> = {static WIDTH = 32, data = '\377' <repeats 31 times>, "\177"}, }, fPowAllowMinDifficultyBlocks = true, fPowNoRetargeting = 96, fRbfEnabled = 165, nPowTargetSpacing = 15, nPowTargetTimespan = 1209600, nTargetTimespan = 8640, nTargetSpacing = 60, nInterval = 144, nDiffChangeTarget = 67, nTargetTimespanRe = 60, nTargetSpacingRe = 60, nIntervalRe = 1, patchBlockRewardDuration = 10, patchBlockRewardDuration2 = 80, nAveragingInterval = 10, multiAlgoTargetSpacing = 150, multiAlgoTargetSpacingV4 = 75, nAveragingTargetTimespan = 1500, nAveragingTargetTimespanV4 = 750, nMaxAdjustDown = 40, nMaxAdjustUp = 20, nMaxAdjustDownV3 = 16, nMaxAdjustUpV3 = 8, nMaxAdjustDownV4 = 16, nMaxAdjustUpV4 = 8, nMinActualTimespan = 1200, nMaxActualTimespan = 2100, nMinActualTimespanV3 = 1380, nMaxActualTimespanV3 = 1740, nMinActualTimespanV4 = 690, nMaxActualTimespanV4 = 870, nLocalTargetAdjustment = 4, nLocalDifficultyAdjustment = 4, multiAlgoDiffChangeTarget = 145, alwaysUpdateDiffChangeTarget = 400, workComputationChangeTarget = 1430, nMinimumChainWork = {<base_blob<256>> = {static WIDTH = 32, data = '\000' <repeats 31 times>}, }, defaultAssumeValid = {<base_blob<256>> = {static WIDTH = 32, data = '\000' <repeats 31 times>}, }}, pchMessageStart = "\372\277\265", <incomplete sequence \332>, nDefaultPort = 18444, nPruneAfterHeight = 1000, vSeeds = std::vector of length 0, capacity 0, base58Prefixes = {std::vector of length 1, capacity 1 = {126 ''}, std::vector of length 1, capacity 1 = {140 '\214'}, std::vector of length 0, capacity 0, std::vector of length 1, capacity 1 = {254 '\376'}, std::vector of length 0, capacity 0, std::vector of length 4, capacity 4 = {4 '\004', 53 '5', 135 '\207', 207 '\317'}, std::vector of length 4, capacity 4 = {4 '\004', 53 '5', 131 '\203', 148 '\224'}}, bech32_hrp = "dgbrt", strNetworkID = "regtest", genesis = { = {nVersion = 1, hashPrevBlock = {<base_blob<256>> = {static WIDTH = 32, data = '\000' <repeats 31 times>}, }, hashMerkleRoot = {<base_blob<256>> = {static WIDTH = 32, data = "\255\017}u\030\374\036\220\355(\275\016DL͎$\331F\210\065W\005\355!B\000kI\331\335r"}, }, nTime = 1519460922, nBits = 545259519, nNonce = 4}, vtx = std::vector of length 1, capacity 1 = {std::shared_ptr (use count 1, weak count 0) = {get() = 0x55aed9a5c5d0}}, fChecked = false}, vFixedSeeds = std::vector of length 0, capacity 0, fDefaultConsistencyChecks = true, fRequireStandard = false, fMineBlocksOnDemand = true, checkpointData = {mapCheckpoints = std::map with 1 element = {[0] = {<base_blob<256>> = {static WIDTH = 32, data = "&n\256\346\027\354|{C\b\213\324ܑA\202\333\036o\344\325\346\347\371\252#\270\362\240\230E"}, }}}, chainTxData = {nTime = 0, nTxCount = 0, dTxRate = 0}, m_fallback_fee_enabled = 160}
pblocktemplate = std::unique_ptr = {get() = 0x0}
block =
shared_pblock =
result = { = {nVersion = -142376958, hashPrevBlock = {<base_blob<256>> = {static WIDTH = 32, data = "ox;\t\372\204wzj\250\345Zd\310r\361+\275\022\262\324R\214\365\270\236\222~\322\000\000"}, }, hashMerkleRoot = {<base_blob<256>> = {static WIDTH = 32, data = '\000' <repeats 31 times>}, }, nTime = 32586, nBits = 0, nNonce = 0}, vtx = std::vector of length 0, capacity 0 = {
#9 0x000055aed90ee98a in TestChain100Setup::TestChain100Setup (this=) at test/test_digibyte.cpp:135
noTxns = std::vector of length 0, capacity 0
b = { = {nVersion = -142376958, hashPrevBlock = {<base_blob<256>> = {static WIDTH = 32, data = "ox;\t\372\204wzj\250\345Zd\310r\361+\275\022\262\324R\214\365\270\236\222~\322\000\000"}, }, hashMerkleRoot = {<base_blob<256>> = {static WIDTH = 32, data = '\000' <repeats 31 times>}, }, nTime = 32586, nBits = 0, nNonce = 0}, vtx = std::vector of length 0, capacity 0 = {
i = 0
scriptPubKey = {<prevector<28, unsigned char, unsigned int, int>> = {_size = 64, _union = {direct = "#\000\000\000@\000\253ٮU\000\000\000\000\000\000\256U\000\000Lpb\201J\177\000", {capacity = 35, indirect = 0x55aed9ab0040 "!\002\200\203\367ox;\t\372\204wzj\250\345Zd\310r\361+\275\022\262\324R\214\365\270\236\222~Ҭ"}}}, }
scriptPubKey =
i =
noTxns =
b =
#10 0x000055aed91081e9 in (anonymous namespace)::TestGUI () at qt/test/wallettests.cpp:132
test = { = { = {globalVerifyHandle = {static refcount = 1}, m_path_root = {<boost::filesystem::path_detail::path_constants<char, (char)'/', (char)'/', (char)'.'>> = {static separator = , static preferred_separator = , static dot = }, m_pathname = "/tmp/test_digibyte/1609803501_428540342"}}, threadGroup = {threads = std::__cxx11::list = {[0] = 0x55aed9aa47a0, [1] = 0x55aed9aa4b50, [2] = 0x55aed9a5db70}, m = {state = {shared_count = 0, exclusive = false, upgrade = false, exclusive_waiting_blocked = false}, state_change = {m = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}}, shared_cond = {internal_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, cond = {__data = {{__wseq = 0, __wseq32 = {__low = 0, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {0, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 2, __g_signals = {0, 0}}, __size = '\000' <repeats 36 times>, "\002\000\000\000\000\000\000\000\000\000\000", __align = 0}}, exclusive_cond = {internal_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, cond = {__data = {{__wseq = 0, __wseq32 = {__low = 0, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {0, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 2, __g_signals = {0, 0}}, __size = '\000' <repeats 36 times>, "\002\000\000\000\000\000\000\000\000\000\000", __align = 0}}, upgrade_cond = {internal_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, cond = {__data = {{__wseq = 0, __wseq32 = {__low = 0, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {0, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 2, __g_signals = {0, 0}}, __size = '\000' <repeats 36 times>, "\002\000\000\000\000\000\000\000\000\000\000", align = 0}}}}, connman = 0x55aed9d429f0, scheduler = {taskQueue = std::multimap with 1 element = {[{d = {rep = 1609803546768302827}}] = {<std::_Maybe_unary_or_binary_function> = {}, std::_Function_base = {static _M_max_size = 16, static _M_max_align = 8, _M_functor = {_M_unused = {_M_object = 0x55aed9a563e0, _M_const_object = 0x55aed9a563e0, _M_function_pointer = 0x55aed9a563e0, _M_member_pointer = (void (std::_Undefined_class::)(std::_Undefined_class * const)) 0x55aed9a563e0, this adjustment 94209464486112}, _M_pod_data = "\340c\245ٮU\000\000\340H\252ٮU\000"}, _M_manager = 0x55aed94b9260 <std::_Function_base::_Base_manager<boost::_bi::bind_t<void, void ()(CScheduler*, std::function<void ()>, long), boost::_bi::list3<boost::_bi::value<CScheduler*>, boost::_bi::value<std::function<void ()> >, boost::_bi::value > > >::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)>}, _M_invoker = 0x55aed94b9360 <std::_Function_handler<void (), boost::_bi::bind_t<void, void ()(CScheduler, std::function<void ()>, long), boost::_bi::list3<boost::_bi::value<CScheduler*>, boost::_bi::value<std::function<void ()> >, boost::_bi::value > > >::_M_invoke(std::_Any_data const&)>}}, newTaskScheduled = {internal_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 12 times>, "\001", '\000' <repeats 26 times>, __align = 0}, cond = {__data = {{__wseq = 12, __wseq32 = {__low = 12, __high = 0}}, {__g1_start = 2, __g1_start32 = {__low = 2, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 16, __wrefs = 10, __g_signals = {0, 0}}, __size = "\f\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\002", '\000' <repeats 15 times>, "\020\000\000\000\n\000\000\000\000\000\000\000\000\000\000", __align = 12}}, newTaskMutex = {m = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}}, nThreadsServicingQueue = 1, stopRequested = false, stopWhenEmpty = false}, peerLogic = std::unique_ptr = {get() = 0x55aed9a5daa0}}, m_coinbase_txns = std::vector of length 0, capacity 0, coinbaseKey = {static PRIVATE_KEY_SIZE = 279, static COMPRESSED_PRIVATE_KEY_SIZE = 214, fValid = true, fCompressed = true, keydata = std::vector of length 32, capacity 32 = {34 '"', 1 '\001', 236 '\354', 208 '\320', 114 'r', 31 '\037', 226 '\342', 61 '=', 105 'i', 149 '\225', 2 '\002', 9 '\t', 130 '\202', 24 '\030', 39 ''', 4 '\004', 24 '\030', 133 '\205', 164 '\244', 27 '\033', 144 '\220', 210 '\322', 7 '\a', 60 '<', 110 'n', 96 '`', 94 '^', 34 '"', 122 'z', 48 '0', 80 'P', 180 '\264'}}}
wallet = std::shared_ptr (use count 141838372, weak count 609520455) = {get() = 0x7ffc386ad800}
firstRun = false
platformStyle = std::unique_ptr = {get() = 0x7ffcfbad8001}
sendCoinsDialog = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a814098c0 QDialog::staticMetaObject, stringdata = 0x55aed95bbca0 <qt_meta_stringdata_SendCoinsDialog>, data = 0x55aed95bb940 <qt_meta_data_SendCoinsDialog>, static_metacall = 0x55aed9183b90 <SendCoinsDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, ui = 0x9, clientModel = 0x7ffc386ad728, model = 0xffffffffffffffff, fNewRecipientAllowed = false, fFeeMinimized = false, platformStyle = 0x7ffc386ad660}
transactionView = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a813f5c20 QWidget::staticMetaObject, stringdata = 0x55aed95bcd80 <qt_meta_stringdata_TransactionView>, data = 0x55aed95bcaa0 <qt_meta_data_TransactionView>, static_metacall = 0x55aed9185160 <TransactionView::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, model = 0x7f4a819a12a0, transactionProxyModel = 0x7ffc386ade40, transactionView = 0xb, dateWidget = 0x7f4a816271e0, typeWidget = 0x7ffc386adcd0, watchOnlyWidget = 0x7ffc386adcf0, search_widget = 0x7f4a81627190, amountWidget = 0x7f4a816242ba, contextMenu = 0x7ffc386adcf0, mapperThirdPartyTxUrls = 0x7ffc386add10, dateRangeWidget = 0x7f4a816242b1, dateFrom = 0x7ffc386ade90, dateTo = 0x7, abandonAction = 0x7f4a7fa1b166 <__vfprintf_internal+1926>, bumpFeeAction = 0x0, columnResizingFixer = 0x0}
node = std::unique_ptrinterfaces::Node = {get() = 0x7ffc386ad9ff}
optionsModel = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a81b7b520 QAbstractListModel::staticMetaObject, stringdata = 0x55aed95b8f60 <qt_meta_stringdata_OptionsModel>, data = 0x55aed95b8ec0 <qt_meta_data_OptionsModel>, static_metacall = 0x55aed9180090 <OptionsModel::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, m_node = @0x7ffc386ad800, fHideTrayIcon = 35, fMinimizeToTray = 216, fMinimizeOnClose = 106, language = {static null = {}, d = 0x7ffc386ad9ff}, nDisplayUnit = 946526208, strThirdPartyTxUrls = {static null = {}, d = 0x7ffc386ad9ff}, fCoinControlFeatures = false, strOverriddenByCommandLine = {static null = {}, d = 0x0}}
walletModel = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a81b74980 QObject::staticMetaObject, stringdata = 0x55aed95bd480 <qt_meta_stringdata_WalletModel>, data = 0x55aed95bd280 <qt_meta_data_WalletModel>, static_metacall = 0x55aed91859a0 <WalletModel::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, m_wallet = std::unique_ptrinterfaces::Wallet = {get() = 0x0}, m_handler_unload = std::unique_ptrinterfaces::Handler = {get() = 0x0}, m_handler_status_changed = std::unique_ptrinterfaces::Handler = {get() = 0x0}, m_handler_address_book_changed = std::unique_ptrinterfaces::Handler = {get() = 0x0}, m_handler_transaction_changed = std::unique_ptrinterfaces::Handler = {get() = 0xffffffffffffffff}, m_handler_show_progress = std::unique_ptrinterfaces::Handler = {get() = 0x0}, m_handler_watch_only_changed = std::unique_ptrinterfaces::Handler = {get() = 0x1}, m_node = @0x0, fHaveWatchOnly = false, fForceCheckBalanceChanged = false, optionsModel = 0x7f4a816242b2, addressTableModel = 0x7ffc00000000, transactionTableModel = 0x200000000, recentRequestsTableModel = 0x7f4a00000000, m_cached_balances = {balance = 11, unconfirmed_balance = 139955804307467, immature_balance = 8589934592, have_watch_only = 160, watch_only_balance = 3432, unconfirmed_watch_only_balance = 2, immature_watch_only_balance = 139957975007921}, cachedEncryptionStatus = (unknown: 946528240), cachedNumBlocks = 32764, pollTimer = 0x2}
transactionTableModel =
txid1 = {<base_blob<256>> = {static WIDTH = 32, data = "\360\337j8\374\177\000\000\032\001\243\177J\177\000\000\320\333j8\374\177\000\000\317\335j8\374\177\000"}, }
txid2 = {<base_blob<256>> = {static WIDTH = 32, data = "\001\200\255\373\374\177\000\000\317\335j8\374\177\000\000\000\331j8\374\177\000\000\030\000\000\000\060\000\000"}, }
overviewPage = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a813f5c20 QWidget::staticMetaObject, stringdata = 0x55aed95b91c0 <qt_meta_stringdata_OverviewPage>, data = 0x55aed95b9080 <qt_meta_data_OverviewPage>, static_metacall = 0x55aed9180570 <OverviewPage::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, ui = 0x7ffc386ad7f0, clientModel = 0x7f4a8162703f, walletModel = 0x7ffc386ad6c0, m_balances = {balance = 512, unconfirmed_balance = 140721255013408, immature_balance = 139957974912485, have_watch_only = 91, watch_only_balance = 140721255012352, unconfirmed_watch_only_balance = 206158430256, immature_watch_only_balance = 139957946229300}, txdelegate = 0x7ffc386ad6e0, filter = std::unique_ptr = {get() = 0x7f4a7fa361d9 <__GI__IO_default_xsputn+169>}}
balanceLabel =
balanceText = {static null = {}, d = 0x7ffc386ad530}
unit =
balance = -2097447089288130816
balanceComparison = {static null = {}, d = 0x7ffc386ad800}
receiveCoinsDialog = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a814098c0 QDialog::staticMetaObject, stringdata = 0x55aed95ba0e0 <qt_meta_stringdata_ReceiveCoinsDialog>, data = 0x55aed95b9f20 <qt_meta_data_ReceiveCoinsDialog>, static_metacall = 0x55aed9181f80 <ReceiveCoinsDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, ui = 0x7ffc386ad650, columnResizingFixer = 0x200, model = 0x55aed95ae428 <qt_meta_stringdata_CompatTests+72>, contextMenu = 0x7f4a8160cde5, platformStyle = 0x7ffc386ad670}
requestTableModel =
labelInput =
amountInput =
messageInput =
initialRowCount =
requestPaymentButton =
clearButton =
currentRowCount = 946525488
table =
removeRequestButton =
#11 0x00007f4a818d10cb in QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const () from /lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#12 0x00007f4a81600fc3 in ?? () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#13 0x00007f4a816019d3 in ?? () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#14 0x00007f4a81601fb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#15 0x00007f4a8160239b in QTest::qRun() () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#16 0x00007f4a816025c0 in QTest::qExec(QObject*, int, char**) () from /lib/x86_64-linux-gnu/libQt5Test.so.5
No symbol table info available.
#17 0x000055aed90d1159 in main (argc=, argv=) at qt/test/test_main.cpp:93
pathTemp = {<boost::filesystem::path_detail::path_constants<char, (char)'/', (char)'/', (char)'.'>> = {static separator = , static preferred_separator = , static dot = }, m_pathname = "/tmp/test_digibyte-qt_1609803501_48255"}
fInvalid = true
app =
test1 = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a81b74980 QObject::staticMetaObject, stringdata = 0x55aed95ae5a0 <qt_meta_stringdata_URITests>, data = 0x55aed95ae540 <qt_meta_data_URITests>, static_metacall = 0x55aed910ed80 <URITests::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
test2 = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a81b74980 QObject::staticMetaObject, stringdata = 0x55aed95ae8c0 <qt_meta_stringdata_PaymentServerTests>, data = 0x55aed95ae860 <qt_meta_data_PaymentServerTests>, static_metacall = 0x55aed910f2e0 <PaymentServerTests::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
test3 = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a81b74980 QObject::staticMetaObject, stringdata = 0x55aed95ae4c0 <qt_meta_stringdata_RPCNestedTests>, data = 0x55aed95ae460 <qt_meta_data_RPCNestedTests>, static_metacall = 0x55aed910ead0 <RPCNestedTests::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
test4 = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a81b74980 QObject::staticMetaObject, stringdata = 0x55aed95ae3e0 <qt_meta_stringdata_CompatTests>, data = 0x55aed95ae380 <qt_meta_data_CompatTests>, static_metacall = 0x55aed910e820 <CompatTests::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
test5 = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a81b74980 QObject::staticMetaObject, stringdata = 0x55aed95ae9a0 <qt_meta_stringdata_WalletTests>, data = 0x55aed95ae940 <qt_meta_data_WalletTests>, static_metacall = 0x55aed910fa90 <WalletTests::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
test6 = { = {}, static staticMetaObject = {d = {superdata = 0x7f4a81b74980 QObject::staticMetaObject, stringdata = 0x55aed95ae680 <qt_meta_stringdata_AddressBookTests>, data = 0x55aed95ae620 <qt_meta_data_AddressBookTests>, static_metacall = 0x55aed910f030 <AddressBookTests::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
Detaching from program: /media/sf_2021/setup-digibyte-dgb-algo-Skein-mining-pool-master/setup-digibyte-dgb-algo-Skein-mining-pool-master/src/qt/test/test_digibyte-qt, process 103026
[Inferior 1 (process 103026) detached]
=== End of stack trace ===
QFATAL : WalletTests::walletTests() Received signal 11
Function time: 23ms Total time: 23ms
FAIL! : WalletTests::walletTests() Received a fatal error.
Loc: [Unknown file(0)]
Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted, 37003ms
********* Finished testing of WalletTests *********
FAIL qt/test/test_digibyte-qt (exit status: 134)

@ChillingSilence
Copy link
Contributor

DigiByte Core 6.16.5 is long since retired. Please build 7.17.2 from DigiByte-Core/DigiByte, or look at the ProgPoW tree for current development which has had further work done in this department.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants