malloc: Failed to allocate segment from range group - out of space #33806

issue l0rinc openend this issue on November 6, 2025
  1. l0rinc commented at 10:53 am on November 6, 2025: contributor

    While reviewing and benchmarking #31132 I noticed that I was getting these (separately):

    0bench_bitcoin(10874,0x207c84800) malloc: Failed to allocate segment from range group - out of space
    1bitcoind(70369,0x16f5ff000) malloc: Failed to allocate segment from range group - out of space
    2bitcoind(71239,0x170f2f000) malloc: Failed to allocate segment from range group - out of space
    

    I have checked the same against master and it seems to reproduce: #31132 (review)

    I will investigate further, if anyone saw the same, please comment

  2. l0rinc commented at 1:03 pm on November 7, 2025: contributor
    I can reproduce it reliably on a MacBook M4 Pro with 64 GB memory. The OOM happens at block ~500k already (at ~8.6GiB dbcache): https://gist.github.com/l0rinc/8ccb47e298d6176f8af28397eef7b4df
  3. maflcko commented at 2:01 pm on November 7, 2025: member

    I can reproduce it reliably on a MacBook M4 Pro with 64 GB memory.

    Does it happen with da6f041e39efaf64a84b748556e321021ec1f756 reverted?

  4. l0rinc commented at 3:36 pm on November 7, 2025: contributor

    Yeah, doing a git bisect to figure out when this was introduced:

      0git checkout da6f041e39efaf64a84b748556e321021ec1f756^
      1...
      2rm -rf build && cmake -B build -DBUILD_BENCH=OFF -DENABLE_IPC=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo && \
      3cmake --build build -j$(nproc)
      4...
      52025-11-07T15:33:59Z UpdateTip: new best=0000000000000000002ad1de1011dd699820b20a24411d92cf801c6b5012395d height=497674 version=0x20000000 log2_work=87.590254 tx=278248302 date='2017-12-05T06:31:59Z' progress=0.219615 cache=8510.8MiB(58992594txo)
      6Process 48399 launched: '/Users/lorinc/IdeaProjects/bitcoin/build/bin/bitcoind' (arm64)
      7Process 48399 stopped
      8* thread [#35](/bitcoin-bitcoin/35/), name = 'b-initload', stop reason = breakpoint 1.1
      9    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
     10libsystem_malloc.dylib`malloc_vreport:
     11->  0x18f124e8c <+0>:  pacibsp 
     12    0x18f124e90 <+4>:  stp    x28, x27, [sp, #-0x60]!
     13    0x18f124e94 <+8>:  stp    x26, x25, [sp, [#0](/bitcoin-bitcoin/0/)x10]
     14    0x18f124e98 <+12>: stp    x24, x23, [sp, [#0](/bitcoin-bitcoin/0/)x20]
     15(lldb) thread backtrace all
     16warning: bitcoind was compiled with optimization - stepping may behave oddly; variables may not be available.
     17  thread [#1](/bitcoin-bitcoin/1/), queue = 'com.apple.main-thread'
     18    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2de908 libsystem_kernel.dylib`read + 8
     19    frame [#1](/bitcoin-bitcoin/1/): 0x00000001005e9010 bitcoind`TokenPipeEnd::TokenRead(this=0x000000010087c6d4) at tokenpipe.cpp:60:26 [opt]
     20    frame [#2](/bitcoin-bitcoin/2/): 0x00000001005d760c bitcoind`util::SignalInterrupt::wait(this=<unavailable>) at signalinterrupt.cpp:69:24 [opt]
     21    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100002e88 bitcoind`main(argc=<unavailable>, argv=<unavailable>) at bitcoind.cpp:283:58 [opt]
     22    frame [#4](/bitcoin-bitcoin/4/): 0x000000018ef61d54 dyld`start + 7184
     23  thread [#2](/bitcoin-bitcoin/2/), name = 'b-scheduler'
     24    frame [#0](/bitcoin-bitcoin/0/): 0x00000001004f5c50 bitcoind`CRollingBloomFilter::insert(this=0x0000000cbcc061c0, vKey=<unavailable>) at bloom.cpp:215:25 [opt]
     25    frame [#1](/bitcoin-bitcoin/1/): 0x000000010015aa74 bitcoind`node::TxDownloadManagerImpl::BlockConnected(this=0x0000000cbd07c000, pblock=<unavailable>) at txdownloadman_impl.cpp:103:45 [opt]
     26    frame [#2](/bitcoin-bitcoin/2/): 0x00000001000ae3f0 bitcoind`(anonymous namespace)::PeerManagerImpl::BlockConnected(this=0x0000000cbcf98000, role=NORMAL, pblock=std::__1::shared_ptr<const CBlock>::element_type @ 0x0000000cbd0b1878 strong=2 weak=0, pindex=<unavailable>) at net_processing.cpp:1974:21 [opt]
     27    frame [#3](/bitcoin-bitcoin/3/): 0x000000010033afd4 bitcoind`ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_1::operator()() const::'lambda'(CValidationInterface&)::operator()(this=<unavailable>, callbacks=<unavailable>) const at validationinterface.cpp:214:79 [opt] [inlined]
     28    frame [#4](/bitcoin-bitcoin/4/): 0x000000010033afd0 bitcoind`void ValidationSignalsImpl::Iterate<ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_1::operator()() const::'lambda'(CValidationInterface&)>(this=0x000000010129a320, f=<unavailable>) at validationinterface.cpp:88:17 [opt]
     29    frame [#5](/bitcoin-bitcoin/5/): 0x000000010033afd0 bitcoind`ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_1::operator()(this=0x0000000cb89dbb88) const at validationinterface.cpp:214:22 [opt] [inlined]
     30    frame [#6](/bitcoin-bitcoin/6/): 0x000000010033af38 bitcoind`ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_0::operator()(this=<unavailable>) const at validationinterface.cpp:216:5 [opt] [inlined]
     31    frame [#7](/bitcoin-bitcoin/7/): 0x000000010033af0c bitcoind`decltype(std::declval<ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_0&>()()) std::__1::__invoke[abi:ne200100]<ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_0&>(__f=<unavailable>) at invoke.h:179:25 [opt] [inlined]
     32    frame [#8](/bitcoin-bitcoin/8/): 0x000000010033af0c bitcoind`void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne200100]<ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_0&>(__args=<unavailable>) at invoke.h:251:5 [opt] [inlined]
     33    frame [#9](/bitcoin-bitcoin/9/): 0x000000010033af0c bitcoind`void std::__1::__invoke_r[abi:ne200100]<void, ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_0&>(__args=<unavailable>) at invoke.h:273:10 [opt] [inlined]
     34    frame [#11](/bitcoin-bitcoin/11/): 0x000000010033af0c bitcoind`std::__1::__function::__func<ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_0, std::__1::allocator<ValidationSignals::BlockConnected(ChainstateRole, std::__1::shared_ptr<CBlock const> const&, CBlockIndex const*)::$_0>, void ()>::operator()(this=0x0000000cb89dbb60) at function.h:319:10 [opt]
     35    frame [#12](/bitcoin-bitcoin/12/): 0x00000001005675a0 bitcoind`std::__1::__function::__value_func<void ()>::operator()[abi:ne200100](this=0x000000016fe86db8) const at function.h:436:12 [opt] [inlined]
     36    frame [#13](/bitcoin-bitcoin/13/): 0x000000010056758c bitcoind`std::__1::function<void ()>::operator()(this=0x000000016fe86db8) const at function.h:995:10 [opt] [inlined]
     37    frame [#14](/bitcoin-bitcoin/14/): 0x000000010056758c bitcoind`SerialTaskRunner::ProcessQueue(this=0x0000000cbd014540) at scheduler.cpp:173:5 [opt]
     38    frame [#15](/bitcoin-bitcoin/15/): 0x0000000100566d1c bitcoind`std::__1::__function::__value_func<void ()>::operator()[abi:ne200100](this=0x000000016fe86e78) const at function.h:436:12 [opt] [inlined]
     39    frame [#16](/bitcoin-bitcoin/16/): 0x0000000100566d08 bitcoind`std::__1::function<void ()>::operator()(this=0x000000016fe86e78) const at function.h:995:10 [opt] [inlined]
     40    frame [#17](/bitcoin-bitcoin/17/): 0x0000000100566d08 bitcoind`CScheduler::serviceQueue(this=0x000000010129a180) at scheduler.cpp:60:17 [opt]
     41    frame [#18](/bitcoin-bitcoin/18/): 0x00000001005e7804 bitcoind`std::__1::__function::__value_func<void ()>::operator()[abi:ne200100](this=0x000000016fe86f78) const at function.h:436:12 [opt] [inlined]
     42    frame [#19](/bitcoin-bitcoin/19/): 0x00000001005e77f0 bitcoind`std::__1::function<void ()>::operator()(this=0x000000016fe86f78) const at function.h:995:10 [opt] [inlined]
     43    frame [#20](/bitcoin-bitcoin/20/): 0x00000001005e77f0 bitcoind`util::TraceThread(thread_name="scheduler", thread_func=function<void ()> @ 0x000000016fe86f78) at thread.cpp:21:9 [opt]
     44  thread [#3](/bitcoin-bitcoin/3/), name = 'b-http'
     45    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e3f30 libsystem_kernel.dylib`kevent + 8
     46    frame [#1](/bitcoin-bitcoin/1/): 0x0000000100cc3ab0 libevent_core-2.1.7.dylib`kq_dispatch + 492
     47    frame [#2](/bitcoin-bitcoin/2/): 0x0000000100cba0a8 libevent_core-2.1.7.dylib`event_base_loop + 588
     48    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100041e98 bitcoind`ThreadHTTP(base=0x0000000cbd094900) at httpserver.cpp:355:5 [opt]
     49    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100047254 bitcoind`decltype(std::declval<void (*)(event_base*)>()(std::declval<event_base*>())) std::__1::__invoke[abi:ne200100]<void (*)(event_base*), event_base*>(__f=0x0000000cbd018508, __args=0x0000000cbd018510) at invoke.h:179:25 [opt] [inlined]
     50    frame [#5](/bitcoin-bitcoin/5/): 0x000000010004724c bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(event_base*), event_base*, 2ul>(__t=size=3, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     51    frame [#6](/bitcoin-bitcoin/6/): 0x000000010004724c bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(event_base*), event_base*>>(__vp=0x0000000cbd018500) at thread.h:214:3 [opt]
     52    frame [#7](/bitcoin-bitcoin/7/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     53  thread [#4](/bitcoin-bitcoin/4/), name = 'b-httpworker.0'
     54    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     55    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     56    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     57    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
     58    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=0) at httpserver.cpp:419:12 [opt]
     59    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50048, __args=0x0000000cbcc50050, __args=0x0000000cbcc50058) at invoke.h:179:25 [opt] [inlined]
     60    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     61    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50040) at thread.h:214:3 [opt]
     62    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     63  thread [#5](/bitcoin-bitcoin/5/), name = 'b-httpworker.1'
     64    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     65    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     66    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     67    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
     68    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=1) at httpserver.cpp:419:12 [opt]
     69    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50068, __args=0x0000000cbcc50070, __args=0x0000000cbcc50078) at invoke.h:179:25 [opt] [inlined]
     70    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     71    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50060) at thread.h:214:3 [opt]
     72    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     73  thread [#6](/bitcoin-bitcoin/6/), name = 'b-httpworker.2'
     74    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     75    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     76    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     77    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
     78    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=2) at httpserver.cpp:419:12 [opt]
     79    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50088, __args=0x0000000cbcc50090, __args=0x0000000cbcc50098) at invoke.h:179:25 [opt] [inlined]
     80    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     81    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50080) at thread.h:214:3 [opt]
     82    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     83  thread [#7](/bitcoin-bitcoin/7/), name = 'b-httpworker.3'
     84    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     85    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     86    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     87    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
     88    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=3) at httpserver.cpp:419:12 [opt]
     89    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc500a8, __args=0x0000000cbcc500b0, __args=0x0000000cbcc500b8) at invoke.h:179:25 [opt] [inlined]
     90    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     91    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc500a0) at thread.h:214:3 [opt]
     92    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     93  thread [#8](/bitcoin-bitcoin/8/), name = 'b-httpworker.4'
     94    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     95    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     96    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     97    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
     98    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=4) at httpserver.cpp:419:12 [opt]
     99    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc500c8, __args=0x0000000cbcc500d0, __args=0x0000000cbcc500d8) at invoke.h:179:25 [opt] [inlined]
    100    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    101    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc500c0) at thread.h:214:3 [opt]
    102    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    103  thread [#9](/bitcoin-bitcoin/9/), name = 'b-httpworker.5'
    104    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    105    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    106    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    107    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    108    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=5) at httpserver.cpp:419:12 [opt]
    109    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc500e8, __args=0x0000000cbcc500f0, __args=0x0000000cbcc500f8) at invoke.h:179:25 [opt] [inlined]
    110    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    111    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc500e0) at thread.h:214:3 [opt]
    112    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    113  thread [#10](/bitcoin-bitcoin/10/), name = 'b-httpworker.6'
    114    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    115    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    116    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    117    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    118    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=6) at httpserver.cpp:419:12 [opt]
    119    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50108, __args=0x0000000cbcc50110, __args=0x0000000cbcc50118) at invoke.h:179:25 [opt] [inlined]
    120    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    121    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50100) at thread.h:214:3 [opt]
    122    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    123  thread [#11](/bitcoin-bitcoin/11/), name = 'b-httpworker.7'
    124    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    125    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    126    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    127    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    128    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=7) at httpserver.cpp:419:12 [opt]
    129    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50128, __args=0x0000000cbcc50130, __args=0x0000000cbcc50138) at invoke.h:179:25 [opt] [inlined]
    130    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    131    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50120) at thread.h:214:3 [opt]
    132    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    133  thread [#12](/bitcoin-bitcoin/12/), name = 'b-httpworker.8'
    134    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    135    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    136    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    137    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    138    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=8) at httpserver.cpp:419:12 [opt]
    139    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50148, __args=0x0000000cbcc50150, __args=0x0000000cbcc50158) at invoke.h:179:25 [opt] [inlined]
    140    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    141    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50140) at thread.h:214:3 [opt]
    142    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    143  thread [#13](/bitcoin-bitcoin/13/), name = 'b-httpworker.9'
    144    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    145    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    146    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    147    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    148    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=9) at httpserver.cpp:419:12 [opt]
    149    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50168, __args=0x0000000cbcc50170, __args=0x0000000cbcc50178) at invoke.h:179:25 [opt] [inlined]
    150    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    151    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50160) at thread.h:214:3 [opt]
    152    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    153  thread [#14](/bitcoin-bitcoin/14/), name = 'b-httpworker.10'
    154    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    155    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    156    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    157    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    158    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=10) at httpserver.cpp:419:12 [opt]
    159    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50188, __args=0x0000000cbcc50190, __args=0x0000000cbcc50198) at invoke.h:179:25 [opt] [inlined]
    160    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    161    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50180) at thread.h:214:3 [opt]
    162    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    163  thread [#15](/bitcoin-bitcoin/15/), name = 'b-httpworker.11'
    164    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    165    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    166    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    167    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    168    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=11) at httpserver.cpp:419:12 [opt]
    169    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc501a8, __args=0x0000000cbcc501b0, __args=0x0000000cbcc501b8) at invoke.h:179:25 [opt] [inlined]
    170    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    171    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc501a0) at thread.h:214:3 [opt]
    172    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    173  thread [#16](/bitcoin-bitcoin/16/), name = 'b-httpworker.12'
    174    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    175    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    176    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    177    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    178    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=12) at httpserver.cpp:419:12 [opt]
    179    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc501c8, __args=0x0000000cbcc501d0, __args=0x0000000cbcc501d8) at invoke.h:179:25 [opt] [inlined]
    180    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    181    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc501c0) at thread.h:214:3 [opt]
    182    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    183  thread [#17](/bitcoin-bitcoin/17/), name = 'b-httpworker.13'
    184    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    185    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    186    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    187    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    188    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=13) at httpserver.cpp:419:12 [opt]
    189    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc501e8, __args=0x0000000cbcc501f0, __args=0x0000000cbcc501f8) at invoke.h:179:25 [opt] [inlined]
    190    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    191    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc501e0) at thread.h:214:3 [opt]
    192    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    193  thread [#18](/bitcoin-bitcoin/18/), name = 'b-httpworker.14'
    194    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    195    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    196    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    197    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    198    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=14) at httpserver.cpp:419:12 [opt]
    199    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50208, __args=0x0000000cbcc50210, __args=0x0000000cbcc50218) at invoke.h:179:25 [opt] [inlined]
    200    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    201    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50200) at thread.h:214:3 [opt]
    202    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    203  thread [#19](/bitcoin-bitcoin/19/), name = 'b-httpworker.15'
    204    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    205    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    206    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    207    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046818 bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000cbcc883c0) at httpserver.cpp:111:26 [opt]
    208    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041f88 bitcoind`HTTPWorkQueueRun(queue=0x0000000cbcc883c0, worker_num=15) at httpserver.cpp:419:12 [opt]
    209    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000465bc bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000cbcc50228, __args=0x0000000cbcc50230, __args=0x0000000cbcc50238) at invoke.h:179:25 [opt] [inlined]
    210    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000465b0 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    211    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000465b0 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000cbcc50220) at thread.h:214:3 [opt]
    212    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    213  thread [#20](/bitcoin-bitcoin/20/), name = 'b-scriptch.0'
    214    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    215    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    216    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    217    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    218    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc53be8) const at checkqueue.h:152:17 [opt] [inlined]
    219    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc53be8) at invoke.h:179:25 [opt] [inlined]
    220    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    221    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc53be0) at thread.h:214:3 [opt]
    222    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    223  thread [#21](/bitcoin-bitcoin/21/), name = 'b-scriptch.1'
    224    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    225    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    226    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    227    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    228    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc539a8) const at checkqueue.h:152:17 [opt] [inlined]
    229    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc539a8) at invoke.h:179:25 [opt] [inlined]
    230    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    231    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc539a0) at thread.h:214:3 [opt]
    232    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    233  thread [#22](/bitcoin-bitcoin/22/), name = 'b-scriptch.2'
    234    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    235    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    236    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    237    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    238    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc53de8) const at checkqueue.h:152:17 [opt] [inlined]
    239    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc53de8) at invoke.h:179:25 [opt] [inlined]
    240    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    241    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc53de0) at thread.h:214:3 [opt]
    242    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    243  thread [#23](/bitcoin-bitcoin/23/), name = 'b-scriptch.3'
    244    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    245    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    246    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    247    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    248    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc52c28) const at checkqueue.h:152:17 [opt] [inlined]
    249    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc52c28) at invoke.h:179:25 [opt] [inlined]
    250    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    251    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc52c20) at thread.h:214:3 [opt]
    252    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    253  thread [#24](/bitcoin-bitcoin/24/), name = 'b-scriptch.4'
    254    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    255    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    256    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    257    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    258    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc52a28) const at checkqueue.h:152:17 [opt] [inlined]
    259    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc52a28) at invoke.h:179:25 [opt] [inlined]
    260    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    261    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc52a20) at thread.h:214:3 [opt]
    262    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    263  thread [#25](/bitcoin-bitcoin/25/), name = 'b-scriptch.5'
    264    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    265    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    266    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    267    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    268    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc53bc8) const at checkqueue.h:152:17 [opt] [inlined]
    269    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc53bc8) at invoke.h:179:25 [opt] [inlined]
    270    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    271    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc53bc0) at thread.h:214:3 [opt]
    272    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    273  thread [#26](/bitcoin-bitcoin/26/), name = 'b-scriptch.6'
    274    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    275    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    276    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    277    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    278    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc53948) const at checkqueue.h:152:17 [opt] [inlined]
    279    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc53948) at invoke.h:179:25 [opt] [inlined]
    280    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    281    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc53940) at thread.h:214:3 [opt]
    282    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    283  thread [#27](/bitcoin-bitcoin/27/), name = 'b-scriptch.7'
    284    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    285    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    286    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    287    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    288    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc53888) const at checkqueue.h:152:17 [opt] [inlined]
    289    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc53888) at invoke.h:179:25 [opt] [inlined]
    290    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    291    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc53880) at thread.h:214:3 [opt]
    292    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    293  thread [#28](/bitcoin-bitcoin/28/), name = 'b-scriptch.8'
    294    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    295    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    296    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    297    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    298    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc53308) const at checkqueue.h:152:17 [opt] [inlined]
    299    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc53308) at invoke.h:179:25 [opt] [inlined]
    300    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    301    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc53300) at thread.h:214:3 [opt]
    302    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    303  thread [#29](/bitcoin-bitcoin/29/), name = 'b-scriptch.9'
    304    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    305    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    306    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    307    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    308    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc52fa8) const at checkqueue.h:152:17 [opt] [inlined]
    309    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc52fa8) at invoke.h:179:25 [opt] [inlined]
    310    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    311    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc52fa0) at thread.h:214:3 [opt]
    312    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    313  thread [#30](/bitcoin-bitcoin/30/), name = 'b-scriptch.10'
    314    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    315    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    316    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    317    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    318    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc531c8) const at checkqueue.h:152:17 [opt] [inlined]
    319    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc531c8) at invoke.h:179:25 [opt] [inlined]
    320    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    321    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc531c0) at thread.h:214:3 [opt]
    322    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    323  thread [#31](/bitcoin-bitcoin/31/), name = 'b-scriptch.11'
    324    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    325    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    326    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    327    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    328    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc537a8) const at checkqueue.h:152:17 [opt] [inlined]
    329    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc537a8) at invoke.h:179:25 [opt] [inlined]
    330    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    331    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc537a0) at thread.h:214:3 [opt]
    332    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    333  thread [#32](/bitcoin-bitcoin/32/), name = 'b-scriptch.12'
    334    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    335    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    336    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    337    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    338    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc533e8) const at checkqueue.h:152:17 [opt] [inlined]
    339    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc533e8) at invoke.h:179:25 [opt] [inlined]
    340    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    341    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc533e0) at thread.h:214:3 [opt]
    342    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    343  thread [#33](/bitcoin-bitcoin/33/), name = 'b-scriptch.13'
    344    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    345    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    346    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    347    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    348    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc53288) const at checkqueue.h:152:17 [opt] [inlined]
    349    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc53288) at invoke.h:179:25 [opt] [inlined]
    350    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    351    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc53280) at thread.h:214:3 [opt]
    352    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    353  thread [#34](/bitcoin-bitcoin/34/), name = 'b-scriptch.14'
    354    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    355    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    356    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    357    frame [#3](/bitcoin-bitcoin/3/): 0x000000010032c7c4 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000cbd0f8030, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    358    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100333400 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000cbcc53e08) const at checkqueue.h:152:17 [opt] [inlined]
    359    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003333c4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000cbcc53e08) at invoke.h:179:25 [opt] [inlined]
    360    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003333c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    361    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003333c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000cbcc53e00) at thread.h:214:3 [opt]
    362    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    363* thread [#35](/bitcoin-bitcoin/35/), name = 'b-initload', stop reason = breakpoint 1.1
    364  * frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
    365    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f128f38 libsystem_malloc.dylib`malloc_report + 64
    366    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f12d4b4 libsystem_malloc.dylib`_xzm_segment_group_alloc_segment + 480
    367    frame [#3](/bitcoin-bitcoin/3/): 0x000000018f12b084 libsystem_malloc.dylib`xzm_segment_group_alloc_chunk + 692
    368    frame [#4](/bitcoin-bitcoin/4/): 0x000000018f140e0c libsystem_malloc.dylib`_xzm_malloc_large_huge + 272
    369    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f2d8a78 libc++abi.dylib`operator new(unsigned long) + 52
    370    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000ef020 bitcoind`void* std::__1::__libcpp_operator_new[abi:ne200100]<std::byte>(__n=1072298) at allocate.h:55:10 [opt] [inlined]
    371    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000ef018 bitcoind`std::byte* std::__1::__libcpp_allocate[abi:ne200100]<std::byte>(__n=1072298, __align=1) at allocate.h:91:28 [opt] [inlined]
    372    frame [#8](/bitcoin-bitcoin/8/): 0x00000001000ef018 bitcoind`std::__1::allocator<std::byte>::allocate[abi:ne200100](this=0x0000000171092638, __n=1072298) at allocator.h:105:14 [opt] [inlined]
    373    frame [#9](/bitcoin-bitcoin/9/): 0x00000001000ef018 bitcoind`std::__1::__allocation_result<std::__1::allocator_traits<std::__1::allocator<std::byte>>::pointer> std::__1::__allocate_at_least[abi:ne200100]<std::__1::allocator<std::byte>>(__alloc=0x0000000171092638, __n=1072298) at allocate_at_least.h:41:19 [opt] [inlined]
    374    frame [#10](/bitcoin-bitcoin/10/): 0x00000001000ef018 bitcoind`std::__1::__split_buffer<std::byte, std::__1::allocator<std::byte>&>::__split_buffer(this=<unavailable>, __cap=1072298, __start=0, __a=0x0000000171092638) at __split_buffer:325:25 [opt] [inlined]
    375    frame [#11](/bitcoin-bitcoin/11/): 0x00000001000ef018 bitcoind`std::__1::__split_buffer<std::byte, std::__1::allocator<std::byte>&>::__split_buffer(this=<unavailable>, __cap=1072298, __start=0, __a=0x0000000171092638) at __split_buffer:321:38 [opt] [inlined]
    376    frame [#12](/bitcoin-bitcoin/12/): 0x00000001000ef018 bitcoind`std::__1::vector<std::byte, std::__1::allocator<std::byte>>::__append(this=size=0, __n=1072298) at vector.h:943:49 [opt]
    377    frame [#13](/bitcoin-bitcoin/13/): 0x00000001000eefe8 bitcoind`std::__1::vector<std::byte, std::__1::allocator<std::byte>>::resize(this=size=0, __sz=1072298) at vector.h:1355:11 [opt] [inlined]
    378    frame [#14](/bitcoin-bitcoin/14/): 0x00000001000eefd8 bitcoind`node::BlockManager::ReadRawBlock(this=<unavailable>, block=size=0, pos=0x00000001710926f8) const at blockstorage.cpp:1081:15 [opt]
    379    frame [#15](/bitcoin-bitcoin/15/): 0x00000001000ee9dc bitcoind`node::BlockManager::ReadBlock(this=0x0000000cbd0f82c0, block=0x0000000cbd0b1698, pos=0x00000001710926f8, expected_hash= Has Value=true ) const at blockstorage.cpp:1007:10 [opt]
    380    frame [#16](/bitcoin-bitcoin/16/): 0x00000001000ef2e8 bitcoind`node::BlockManager::ReadBlock(this=0x0000000cbd0f82c0, block=0x0000000cbd0b1698, index=0x0000000cc35b2410) const at blockstorage.cpp:1045:12 [opt]
    381    frame [#17](/bitcoin-bitcoin/17/): 0x0000000100307ea4 bitcoind`Chainstate::ConnectTip(this=0x0000000cbd0a8800, state=0x0000000171092d40, pindexNew=0x0000000cc35b2410, block_to_connect=nullptr, connectTrace=0x0000000171092bd8, disconnectpool=0x0000000171092ab0) at validation.cpp:3141:25 [opt]
    382    frame [#18](/bitcoin-bitcoin/18/): 0x0000000100309c54 bitcoind`Chainstate::ActivateBestChainStep(this=0x0000000cbd0a8800, state=0x0000000171092d40, pindexMostWork=0x0000000cc496cd50, pblock=nullptr, fInvalidFound=0x0000000171092bd7, connectTrace=0x0000000171092bd8) at validation.cpp:3352:18 [opt]
    383    frame [#19](/bitcoin-bitcoin/19/): 0x000000010030a268 bitcoind`Chainstate::ActivateBestChain(this=0x0000000cbd0a8800, state=0x0000000171092d40, pblock=nullptr) at validation.cpp:3493:22 [opt]
    384    frame [#20](/bitcoin-bitcoin/20/): 0x00000001000f0d24 bitcoind`node::ImportBlocks(chainman=0x0000000cbd0f8000, import_paths=<unavailable>) at blockstorage.cpp:1274:26 [opt]
    385    frame [#21](/bitcoin-bitcoin/21/): 0x000000010008133c bitcoind`std::__1::vector<unsigned char, std::__1::allocator<unsigned char>>::~vector[abi:ne200100](this=<unavailable>) - 18446744069414055107 [opt]
    386    frame [#22](/bitcoin-bitcoin/22/): 0x00000001005e7804 bitcoind`std::__1::__function::__value_func<void ()>::operator()[abi:ne200100](this=0x0000000cbcc1a080) const at function.h:436:12 [opt] [inlined]
    387    frame [#23](/bitcoin-bitcoin/23/): 0x00000001005e77f0 bitcoind`std::__1::function<void ()>::operator()(this=0x0000000cbcc1a080) const at function.h:995:10 [opt] [inlined]
    388    frame [#24](/bitcoin-bitcoin/24/): 0x00000001005e77f0 bitcoind`util::TraceThread(thread_name=<unavailable>, thread_func=function<void ()> @ 0x0000000cbcc1a080) at thread.cpp:21:9 [opt]
    389  thread [#36](/bitcoin-bitcoin/36/), name = 'b-net'
    390    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    391    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    392    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    393    frame [#3](/bitcoin-bitcoin/3/): 0x00000001005e7b78 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_for<long long, std::__1::ratio<1l, 1000000000l>>(this=<unavailable>, __lk=0x000000017111edc8, __d=<unavailable>) at condition_variable.h:0 [opt] [inlined]
    394    frame [#4](/bitcoin-bitcoin/4/): 0x00000001005e7b70 bitcoind`void std::__1::condition_variable::__do_timed_wait[abi:ne200100]<std::__1::chrono::steady_clock>(this=<unavailable>, __lk=0x000000017111edc8, __tp=time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1L, 1000000000L> > > @ x20) at condition_variable.h:235:3 [opt] [inlined]
    395    frame [#5](/bitcoin-bitcoin/5/): 0x00000001005e7b70 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>(this=<unavailable>, __lk=0x000000017111edc8, __t=<unavailable>) at condition_variable.h:161:3 [opt] [inlined]
    396    frame [#6](/bitcoin-bitcoin/6/): 0x00000001005e7b70 bitcoind`bool std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>, CThreadInterrupt::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>)::$_0>(this=<unavailable>, __lk=0x000000017111edc8, __t=<unavailable>, __pred=(unnamed class) @ x19) at condition_variable.h:169:9 [opt] [inlined]
    397    frame [#7](/bitcoin-bitcoin/7/): 0x00000001005e7b70 bitcoind`bool std::__1::condition_variable::wait_for[abi:ne200100]<long long, std::__1::ratio<1l, 1000000000l>, CThreadInterrupt::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>)::$_0>(this=<unavailable>, __lk=0x000000017111edc8, __d=<unavailable>, __pred=(unnamed class) @ x19) at condition_variable.h:205:10 [opt] [inlined]
    398    frame [#8](/bitcoin-bitcoin/8/): 0x00000001005e7b70 bitcoind`CThreadInterrupt::sleep_for(this=0x0000000cbd0b8018, rel_time=<unavailable>) at threadinterrupt.cpp:39:18 [opt]
    399    frame [#9](/bitcoin-bitcoin/9/): 0x000000010009310c bitcoind`std::__1::char_traits<char>::assign[abi:ne200100](__c1=0x000000017111ef00, __c2=<unavailable>) - 18446744069413981939 [opt] [inlined]
    400    frame [#10](/bitcoin-bitcoin/10/): 0x0000000100093c10 bitcoind`std::__1::vector<unsigned char, std::__1::allocator<unsigned char>>::~vector[abi:ne200100](this=<unavailable>) - 18446744069413979119 [opt]
    401    frame [#11](/bitcoin-bitcoin/11/): 0x00000001005e7804 bitcoind`std::__1::__function::__value_func<void ()>::operator()[abi:ne200100](this=0x0000000cbd070000) const at function.h:436:12 [opt] [inlined]
    402    frame [#12](/bitcoin-bitcoin/12/): 0x00000001005e77f0 bitcoind`std::__1::function<void ()>::operator()(this=0x0000000cbd070000) const at function.h:995:10 [opt] [inlined]
    403    frame [#13](/bitcoin-bitcoin/13/): 0x00000001005e77f0 bitcoind`util::TraceThread(thread_name=<unavailable>, thread_func=function<void ()> @ 0x0000000cbd070000) at thread.cpp:21:9 [opt]
    404    frame [#14](/bitcoin-bitcoin/14/): 0x00000001000aa564 bitcoind`std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::basic_string[abi:ne200100]<0>(this=<unavailable>, __s=<unavailable>) - 18446744069413886619 [opt]
    405    frame [#15](/bitcoin-bitcoin/15/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    406  thread [#37](/bitcoin-bitcoin/37/), name = 'b-addcon'
    407    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    408    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    409    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    410    frame [#3](/bitcoin-bitcoin/3/): 0x00000001005e7b78 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_for<long long, std::__1::ratio<1l, 1000000000l>>(this=<unavailable>, __lk=0x00000001711aad48, __d=<unavailable>) at condition_variable.h:0 [opt] [inlined]
    411    frame [#4](/bitcoin-bitcoin/4/): 0x00000001005e7b70 bitcoind`void std::__1::condition_variable::__do_timed_wait[abi:ne200100]<std::__1::chrono::steady_clock>(this=<unavailable>, __lk=0x00000001711aad48, __tp=time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1L, 1000000000L> > > @ x20) at condition_variable.h:235:3 [opt] [inlined]
    412    frame [#5](/bitcoin-bitcoin/5/): 0x00000001005e7b70 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>(this=<unavailable>, __lk=0x00000001711aad48, __t=<unavailable>) at condition_variable.h:161:3 [opt] [inlined]
    413    frame [#6](/bitcoin-bitcoin/6/): 0x00000001005e7b70 bitcoind`bool std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>, CThreadInterrupt::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>)::$_0>(this=<unavailable>, __lk=0x00000001711aad48, __t=<unavailable>, __pred=(unnamed class) @ x19) at condition_variable.h:169:9 [opt] [inlined]
    414    frame [#7](/bitcoin-bitcoin/7/): 0x00000001005e7b70 bitcoind`bool std::__1::condition_variable::wait_for[abi:ne200100]<long long, std::__1::ratio<1l, 1000000000l>, CThreadInterrupt::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>)::$_0>(this=<unavailable>, __lk=0x00000001711aad48, __d=<unavailable>, __pred=(unnamed class) @ x19) at condition_variable.h:205:10 [opt] [inlined]
    415    frame [#8](/bitcoin-bitcoin/8/): 0x00000001005e7b70 bitcoind`CThreadInterrupt::sleep_for(this=0x0000000cbd0b8018, rel_time=<unavailable>) at threadinterrupt.cpp:39:18 [opt]
    416  thread [#38](/bitcoin-bitcoin/38/), name = 'b-msghand'
    417    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    418    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    419    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    
  5. l0rinc commented at 6:56 pm on November 7, 2025: contributor

    29

    Seems v29 already had this problem:

      02025-11-07T16:03:59Z UpdateTip: new best=0000000000000000008abb306f6c51b4dfd3aed47a3e46099a92dc164d4d6059 height=500515 version=0x20000000 log2_work=87.707859 tx=284945541 date='2017-12-22T09:02:59Z' progress=0.225917 cache=8553.2MiB(63023361txo)
      1Process 74025 launched: '/Users/lorinc/IdeaProjects/bitcoin/build/bin/bitcoind' (arm64)
      2Process 74025 stopped
      3* thread [#35](/bitcoin-bitcoin/35/), name = 'b-initload', stop reason = breakpoint 1.1
      4    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
      5libsystem_malloc.dylib`malloc_vreport:
      6->  0x18f124e8c <+0>:  pacibsp 
      7    0x18f124e90 <+4>:  stp    x28, x27, [sp, #-0x60]!
      8    0x18f124e94 <+8>:  stp    x26, x25, [sp, [#0](/bitcoin-bitcoin/0/)x10]
      9    0x18f124e98 <+12>: stp    x24, x23, [sp, [#0](/bitcoin-bitcoin/0/)x20]
     10(lldb) thread backtrace all
     11  thread [#1](/bitcoin-bitcoin/1/), queue = 'com.apple.main-thread'
     12    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2de908 libsystem_kernel.dylib`read + 8
     13    frame [#1](/bitcoin-bitcoin/1/): 0x00000001005fbb44 bitcoind`TokenPipeEnd::TokenRead(this=0x0000000100884d44) at tokenpipe.cpp:60:26 [opt]
     14    frame [#2](/bitcoin-bitcoin/2/): 0x00000001005e977c bitcoind`util::SignalInterrupt::wait(this=<unavailable>) at signalinterrupt.cpp:69:24 [opt]
     15    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100002e08 bitcoind`main(argc=<unavailable>, argv=<unavailable>) at bitcoind.cpp:283:58 [opt]
     16    frame [#4](/bitcoin-bitcoin/4/): 0x000000018ef61d54 dyld`start + 7184
     17  thread [#2](/bitcoin-bitcoin/2/), name = 'b-scheduler'
     18    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     19    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     20    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
     21    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100580138 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_for<long long, std::__1::ratio<1l, 1000000000l>>(this=<unavailable>, __lk=0x000000016fe86e58, __d=<unavailable>) at scheduler.h:0:91 [opt] [inlined]
     22    frame [#4](/bitcoin-bitcoin/4/): 0x000000010058012c bitcoind`void std::__1::condition_variable::__do_timed_wait[abi:ne200100]<std::__1::chrono::steady_clock>(this=<unavailable>, __lk=0x000000016fe86e58, __tp=time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1L, 1000000000L> > > @ x22) at condition_variable.h:235:3 [opt] [inlined]
     23    frame [#5](/bitcoin-bitcoin/5/): 0x000000010058012c bitcoind`std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>(this=<unavailable>, __lk=0x000000016fe86e58, __t=<unavailable>) at condition_variable.h:161:3 [opt] [inlined]
     24    frame [#6](/bitcoin-bitcoin/6/): 0x000000010058012c bitcoind`CScheduler::serviceQueue(this=0x00000001011db100) at scheduler.cpp:43:38 [opt]
     25    frame [#7](/bitcoin-bitcoin/7/): 0x00000001005fa034 bitcoind`std::__1::__function::__value_func<void ()>::operator()[abi:ne200100](this=0x000000016fe86f78) const at function.h:436:12 [opt] [inlined]
     26    frame [#8](/bitcoin-bitcoin/8/): 0x00000001005fa020 bitcoind`std::__1::function<void ()>::operator()(this=0x000000016fe86f78) const at function.h:995:10 [opt] [inlined]
     27    frame [#9](/bitcoin-bitcoin/9/): 0x00000001005fa020 bitcoind`util::TraceThread(thread_name="scheduler", thread_func=function<void ()> @ 0x000000016fe86f78) at thread.cpp:21:9 [opt]
     28    frame [#10](/bitcoin-bitcoin/10/): 0x000000010008480c bitcoind`decltype(std::declval<void (*)(std::__1::basic_string_view<char, std::__1::char_traits<char>>, std::__1::function<void ()>)>()(std::declval<char const*>(), std::declval<AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_6>())) std::__1::__invoke[abi:ne200100]<void (*)(std::__1::basic_string_view<char, std::__1::char_traits<char>>, std::__1::function<void ()>), char const*, AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_6>(__f=0x0000000af104c008, __args=<no value available>, __args=0x0000000af104c018) at invoke.h:179:25 [opt] [inlined]
     29    frame [#11](/bitcoin-bitcoin/11/): 0x00000001000847d8 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string_view<char, std::__1::char_traits<char>>, std::__1::function<void ()>), char const*, AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_6, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     30    frame [#12](/bitcoin-bitcoin/12/): 0x00000001000847d8 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string_view<char, std::__1::char_traits<char>>, std::__1::function<void ()>), char const*, AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_6>>(__vp=0x0000000af104c000) at thread.h:214:3 [opt]
     31    frame [#13](/bitcoin-bitcoin/13/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     32  thread [#3](/bitcoin-bitcoin/3/), name = 'b-http'
     33    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e3f30 libsystem_kernel.dylib`kevent + 8
     34    frame [#1](/bitcoin-bitcoin/1/): 0x0000000100cc7ab0 libevent_core-2.1.7.dylib`kq_dispatch + 492
     35    frame [#2](/bitcoin-bitcoin/2/): 0x0000000100cbe0a8 libevent_core-2.1.7.dylib`event_base_loop + 588
     36    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100041d18 bitcoind`ThreadHTTP(base=0x0000000af10e8000) at httpserver.cpp:353:5 [opt]
     37    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100047468 bitcoind`decltype(std::declval<void (*)(event_base*)>()(std::declval<event_base*>())) std::__1::__invoke[abi:ne200100]<void (*)(event_base*), event_base*>(__f=0x0000000af1018688, __args=0x0000000af1018690) at invoke.h:179:25 [opt] [inlined]
     38    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100047460 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(event_base*), event_base*, 2ul>(__t=size=3, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     39    frame [#6](/bitcoin-bitcoin/6/): 0x0000000100047460 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(event_base*), event_base*>>(__vp=0x0000000af1018680) at thread.h:214:3 [opt]
     40    frame [#7](/bitcoin-bitcoin/7/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     41  thread [#4](/bitcoin-bitcoin/4/), name = 'b-httpworker.0'
     42    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     43    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     44    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     45    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
     46    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=0) at httpserver.cpp:417:12 [opt]
     47    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c088, __args=0x0000000af104c090, __args=0x0000000af104c098) at invoke.h:179:25 [opt] [inlined]
     48    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     49    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c080) at thread.h:214:3 [opt]
     50    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     51  thread [#5](/bitcoin-bitcoin/5/), name = 'b-httpworker.1'
     52    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     53    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     54    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     55    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
     56    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=1) at httpserver.cpp:417:12 [opt]
     57    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c0a8, __args=0x0000000af104c0b0, __args=0x0000000af104c0b8) at invoke.h:179:25 [opt] [inlined]
     58    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     59    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c0a0) at thread.h:214:3 [opt]
     60    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     61  thread [#6](/bitcoin-bitcoin/6/), name = 'b-httpworker.2'
     62    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     63    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     64    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     65    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
     66    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=2) at httpserver.cpp:417:12 [opt]
     67    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c0c8, __args=0x0000000af104c0d0, __args=0x0000000af104c0d8) at invoke.h:179:25 [opt] [inlined]
     68    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     69    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c0c0) at thread.h:214:3 [opt]
     70    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     71  thread [#7](/bitcoin-bitcoin/7/), name = 'b-httpworker.3'
     72    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     73    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     74    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     75    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
     76    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=3) at httpserver.cpp:417:12 [opt]
     77    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c0e8, __args=0x0000000af104c0f0, __args=0x0000000af104c0f8) at invoke.h:179:25 [opt] [inlined]
     78    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     79    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c0e0) at thread.h:214:3 [opt]
     80    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     81  thread [#8](/bitcoin-bitcoin/8/), name = 'b-httpworker.4'
     82    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     83    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     84    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     85    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
     86    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=4) at httpserver.cpp:417:12 [opt]
     87    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c108, __args=0x0000000af104c110, __args=0x0000000af104c118) at invoke.h:179:25 [opt] [inlined]
     88    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     89    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c100) at thread.h:214:3 [opt]
     90    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     91  thread [#9](/bitcoin-bitcoin/9/), name = 'b-httpworker.5'
     92    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     93    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     94    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     95    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
     96    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=5) at httpserver.cpp:417:12 [opt]
     97    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c128, __args=0x0000000af104c130, __args=0x0000000af104c138) at invoke.h:179:25 [opt] [inlined]
     98    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
     99    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c120) at thread.h:214:3 [opt]
    100    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    101  thread [#10](/bitcoin-bitcoin/10/), name = 'b-httpworker.6'
    102    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    103    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    104    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    105    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    106    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=6) at httpserver.cpp:417:12 [opt]
    107    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c148, __args=0x0000000af104c150, __args=0x0000000af104c158) at invoke.h:179:25 [opt] [inlined]
    108    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    109    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c140) at thread.h:214:3 [opt]
    110    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    111  thread [#11](/bitcoin-bitcoin/11/), name = 'b-httpworker.7'
    112    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    113    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    114    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    115    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    116    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=7) at httpserver.cpp:417:12 [opt]
    117    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c168, __args=0x0000000af104c170, __args=0x0000000af104c178) at invoke.h:179:25 [opt] [inlined]
    118    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    119    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c160) at thread.h:214:3 [opt]
    120    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    121  thread [#12](/bitcoin-bitcoin/12/), name = 'b-httpworker.8'
    122    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    123    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    124    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    125    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    126    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=8) at httpserver.cpp:417:12 [opt]
    127    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c188, __args=0x0000000af104c190, __args=0x0000000af104c198) at invoke.h:179:25 [opt] [inlined]
    128    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    129    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c180) at thread.h:214:3 [opt]
    130    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    131  thread [#13](/bitcoin-bitcoin/13/), name = 'b-httpworker.9'
    132    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    133    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    134    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    135    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    136    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=9) at httpserver.cpp:417:12 [opt]
    137    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c1a8, __args=0x0000000af104c1b0, __args=0x0000000af104c1b8) at invoke.h:179:25 [opt] [inlined]
    138    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    139    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c1a0) at thread.h:214:3 [opt]
    140    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    141  thread [#14](/bitcoin-bitcoin/14/), name = 'b-httpworker.10'
    142    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    143    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    144    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    145    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    146    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=10) at httpserver.cpp:417:12 [opt]
    147    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c1c8, __args=0x0000000af104c1d0, __args=0x0000000af104c1d8) at invoke.h:179:25 [opt] [inlined]
    148    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    149    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c1c0) at thread.h:214:3 [opt]
    150    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    151  thread [#15](/bitcoin-bitcoin/15/), name = 'b-httpworker.11'
    152    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    153    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    154    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    155    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    156    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=11) at httpserver.cpp:417:12 [opt]
    157    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c1e8, __args=0x0000000af104c1f0, __args=0x0000000af104c1f8) at invoke.h:179:25 [opt] [inlined]
    158    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    159    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c1e0) at thread.h:214:3 [opt]
    160    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    161  thread [#16](/bitcoin-bitcoin/16/), name = 'b-httpworker.12'
    162    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    163    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    164    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    165    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    166    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=12) at httpserver.cpp:417:12 [opt]
    167    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c208, __args=0x0000000af104c210, __args=0x0000000af104c218) at invoke.h:179:25 [opt] [inlined]
    168    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    169    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c200) at thread.h:214:3 [opt]
    170    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    171  thread [#17](/bitcoin-bitcoin/17/), name = 'b-httpworker.13'
    172    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    173    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    174    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    175    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    176    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=13) at httpserver.cpp:417:12 [opt]
    177    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c228, __args=0x0000000af104c230, __args=0x0000000af104c238) at invoke.h:179:25 [opt] [inlined]
    178    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    179    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c220) at thread.h:214:3 [opt]
    180    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    181  thread [#18](/bitcoin-bitcoin/18/), name = 'b-httpworker.14'
    182    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    183    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    184    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    185    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    186    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=14) at httpserver.cpp:417:12 [opt]
    187    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c248, __args=0x0000000af104c250, __args=0x0000000af104c258) at invoke.h:179:25 [opt] [inlined]
    188    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    189    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c240) at thread.h:214:3 [opt]
    190    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    191  thread [#19](/bitcoin-bitcoin/19/), name = 'b-httpworker.15'
    192    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    193    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    194    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    195    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100046a2c bitcoind`WorkQueue<HTTPClosure>::Run(this=0x0000000af1035080) at httpserver.cpp:109:26 [opt]
    196    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100041e10 bitcoind`HTTPWorkQueueRun(queue=0x0000000af1035080, worker_num=15) at httpserver.cpp:417:12 [opt]
    197    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000467d0 bitcoind`decltype(std::declval<void (*)(WorkQueue<HTTPClosure>*, int)>()(std::declval<WorkQueue<HTTPClosure>*>(), std::declval<int>())) std::__1::__invoke[abi:ne200100]<void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>(__f=0x0000000af104c268, __args=0x0000000af104c270, __args=0x0000000af104c278) at invoke.h:179:25 [opt] [inlined]
    198    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000467c4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int, 2ul, 3ul>(__t=size=4, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    199    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000467c4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(WorkQueue<HTTPClosure>*, int), WorkQueue<HTTPClosure>*, int>>(__vp=0x0000000af104c260) at thread.h:214:3 [opt]
    200    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    201  thread [#20](/bitcoin-bitcoin/20/), name = 'b-scriptch.0'
    202    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    203    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    204    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    205    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    206    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1c568) const at checkqueue.h:152:17 [opt] [inlined]
    207    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1c568) at invoke.h:179:25 [opt] [inlined]
    208    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    209    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1c560) at thread.h:214:3 [opt]
    210    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    211  thread [#21](/bitcoin-bitcoin/21/), name = 'b-scriptch.1'
    212    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    213    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    214    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    215    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    216    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1e548) const at checkqueue.h:152:17 [opt] [inlined]
    217    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1e548) at invoke.h:179:25 [opt] [inlined]
    218    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    219    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1e540) at thread.h:214:3 [opt]
    220    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    221  thread [#22](/bitcoin-bitcoin/22/), name = 'b-scriptch.2'
    222    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    223    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    224    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    225    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    226    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1e068) const at checkqueue.h:152:17 [opt] [inlined]
    227    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1e068) at invoke.h:179:25 [opt] [inlined]
    228    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    229    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1e060) at thread.h:214:3 [opt]
    230    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    231  thread [#23](/bitcoin-bitcoin/23/), name = 'b-scriptch.3'
    232    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    233    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    234    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    235    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    236    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1c088) const at checkqueue.h:152:17 [opt] [inlined]
    237    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1c088) at invoke.h:179:25 [opt] [inlined]
    238    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    239    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1c080) at thread.h:214:3 [opt]
    240    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    241  thread [#24](/bitcoin-bitcoin/24/), name = 'b-scriptch.4'
    242    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    243    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    244    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    245    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    246    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1dfe8) const at checkqueue.h:152:17 [opt] [inlined]
    247    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1dfe8) at invoke.h:179:25 [opt] [inlined]
    248    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    249    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1dfe0) at thread.h:214:3 [opt]
    250    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    251  thread [#25](/bitcoin-bitcoin/25/), name = 'b-scriptch.5'
    252    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    253    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    254    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    255    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    256    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1c1c8) const at checkqueue.h:152:17 [opt] [inlined]
    257    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1c1c8) at invoke.h:179:25 [opt] [inlined]
    258    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    259    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1c1c0) at thread.h:214:3 [opt]
    260    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    261  thread [#26](/bitcoin-bitcoin/26/), name = 'b-scriptch.6'
    262    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    263    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    264    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    265    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    266    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1c828) const at checkqueue.h:152:17 [opt] [inlined]
    267    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1c828) at invoke.h:179:25 [opt] [inlined]
    268    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    269    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1c820) at thread.h:214:3 [opt]
    270    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    271  thread [#27](/bitcoin-bitcoin/27/), name = 'b-scriptch.7'
    272    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    273    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    274    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    275    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    276    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1c848) const at checkqueue.h:152:17 [opt] [inlined]
    277    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1c848) at invoke.h:179:25 [opt] [inlined]
    278    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    279    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1c840) at thread.h:214:3 [opt]
    280    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    281  thread [#28](/bitcoin-bitcoin/28/), name = 'b-scriptch.8'
    282    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    283    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    284    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    285    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    286    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1c8a8) const at checkqueue.h:152:17 [opt] [inlined]
    287    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1c8a8) at invoke.h:179:25 [opt] [inlined]
    288    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    289    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1c8a0) at thread.h:214:3 [opt]
    290    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    291  thread [#29](/bitcoin-bitcoin/29/), name = 'b-scriptch.9'
    292    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    293    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    294    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    295    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    296    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1ce88) const at checkqueue.h:152:17 [opt] [inlined]
    297    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1ce88) at invoke.h:179:25 [opt] [inlined]
    298    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    299    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1ce80) at thread.h:214:3 [opt]
    300    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    301  thread [#30](/bitcoin-bitcoin/30/), name = 'b-scriptch.10'
    302    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    303    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    304    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    305    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    306    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1c868) const at checkqueue.h:152:17 [opt] [inlined]
    307    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1c868) at invoke.h:179:25 [opt] [inlined]
    308    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    309    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1c860) at thread.h:214:3 [opt]
    310    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    311  thread [#31](/bitcoin-bitcoin/31/), name = 'b-scriptch.11'
    312    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    313    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    314    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    315    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    316    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1e0e8) const at checkqueue.h:152:17 [opt] [inlined]
    317    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1e0e8) at invoke.h:179:25 [opt] [inlined]
    318    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    319    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1e0e0) at thread.h:214:3 [opt]
    320    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    321  thread [#32](/bitcoin-bitcoin/32/), name = 'b-scriptch.12'
    322    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    323    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    324    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    325    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    326    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1e128) const at checkqueue.h:152:17 [opt] [inlined]
    327    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1e128) at invoke.h:179:25 [opt] [inlined]
    328    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    329    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1e120) at thread.h:214:3 [opt]
    330    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    331  thread [#33](/bitcoin-bitcoin/33/), name = 'b-scriptch.13'
    332    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    333    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    334    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    335    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    336    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1e1a8) const at checkqueue.h:152:17 [opt] [inlined]
    337    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1e1a8) at invoke.h:179:25 [opt] [inlined]
    338    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    339    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1e1a0) at thread.h:214:3 [opt]
    340    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    341  thread [#34](/bitcoin-bitcoin/34/), name = 'b-scriptch.14'
    342    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    343    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    344    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    345    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100321f34 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::Loop(this=0x0000000af11026e8, fMaster=<unavailable>) at checkqueue.h:108:26 [opt]
    346    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100328310 bitcoind`CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()::operator()(this=0x0000000af0c1cbe8) const at checkqueue.h:152:17 [opt] [inlined]
    347    frame [#5](/bitcoin-bitcoin/5/): 0x00000001003282d4 bitcoind`decltype(std::declval<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>()()) std::__1::__invoke[abi:ne200100]<CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__f=0x0000000af0c1cbe8) at invoke.h:179:25 [opt] [inlined]
    348    frame [#6](/bitcoin-bitcoin/6/): 0x00000001003282d4 bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>(__t=size=2, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    349    frame [#7](/bitcoin-bitcoin/7/): 0x00000001003282d4 bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, CCheckQueue<CScriptCheck, std::__1::pair<ScriptError_t, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::CCheckQueue(unsigned int, int)::'lambda'()>>(__vp=0x0000000af0c1cbe0) at thread.h:214:3 [opt]
    350    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    351* thread [#35](/bitcoin-bitcoin/35/), name = 'b-initload', stop reason = breakpoint 1.1
    352  * frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
    353    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f128f38 libsystem_malloc.dylib`malloc_report + 64
    354    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f12d4b4 libsystem_malloc.dylib`_xzm_segment_group_alloc_segment + 480
    355    frame [#3](/bitcoin-bitcoin/3/): 0x000000018f12b084 libsystem_malloc.dylib`xzm_segment_group_alloc_chunk + 692
    356    frame [#4](/bitcoin-bitcoin/4/): 0x000000018f140e0c libsystem_malloc.dylib`_xzm_malloc_large_huge + 272
    357    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f1354c8 libsystem_malloc.dylib`malloc_type_aligned_alloc + 180
    358    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f2d8b6c libc++abi.dylib`operator new(unsigned long, std::align_val_t) + 80
    359    frame [#7](/bitcoin-bitcoin/7/): 0x000000010050ae38 bitcoind`PoolResource<144ul, 8ul>::AllocateChunk(this=0x0000000171092838) at pool.h:161:25 [opt] [inlined]
    360    frame [#8](/bitcoin-bitcoin/8/): 0x000000010050ae1c bitcoind`PoolResource<144ul, 8ul>::Allocate(this=0x0000000171092838, bytes=128, alignment=8) at pool.h:227:17 [opt]
    361    frame [#9](/bitcoin-bitcoin/9/): 0x000000010050adec bitcoind`PoolAllocator<std::__1::__hash_node<std::__1::__hash_value_type<COutPoint, CCoinsCacheEntry>, void*>, 144ul, 8ul>::allocate(this=0x0000000171092990, n=1) at pool.h:318:44 [opt] [inlined]
    362    frame [#12](/bitcoin-bitcoin/12/): 0x000000010050ade4 bitcoind`std::__1::pair<std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<COutPoint, CCoinsCacheEntry>, void*>*>, bool> std::__1::__hash_table<std::__1::__hash_value_type<COutPoint, CCoinsCacheEntry>, std::__1::__unordered_map_hasher<COutPoint, std::__1::__hash_value_type<COutPoint, CCoinsCacheEntry>, SaltedOutpointHasher, std::__1::equal_to<COutPoint>, false>, std::__1::__unordered_map_equal<COutPoint, std::__1::__hash_value_type<COutPoint, CCoinsCacheEntry>, std::__1::equal_to<COutPoint>, SaltedOutpointHasher, true>, PoolAllocator<std::__1::__hash_value_type<COutPoint, CCoinsCacheEntry>, 144ul, 8ul>>::__emplace_unique_key_args<COutPoint, std::__1::piecewise_construct_t const&, std::__1::tuple<COutPoint const&>, std::__1::tuple<>>(this=0x0000000171092970, __k=<unavailable>, __args=<unavailable>, __args=size=1, __args=size=0) at __hash_table:1547:25 [opt]
    363    frame [#13](/bitcoin-bitcoin/13/): 0x0000000100508858 bitcoind`std::__1::pair<std::__1::__hash_map_iterator<std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<COutPoint, CCoinsCacheEntry>, void*>*>>, bool> std::__1::unordered_map<COutPoint, CCoinsCacheEntry, SaltedOutpointHasher, std::__1::equal_to<COutPoint>, PoolAllocator<std::__1::pair<COutPoint const, CCoinsCacheEntry>, 144ul, 8ul>>::try_emplace[abi:ne200100]<>(this=<unavailable>, __k=0x0000000b23984e00) at unordered_map:1282:21 [opt] [inlined]
    364    frame [#14](/bitcoin-bitcoin/14/): 0x000000010050884c bitcoind`CCoinsViewCache::FetchCoin(this=0x0000000171092800, outpoint=0x0000000b23984e00) const at coins.cpp:49:45 [opt]
    365    frame [#15](/bitcoin-bitcoin/15/): 0x000000010050944c bitcoind`CCoinsViewCache::HaveCoin(this=<unavailable>, outpoint=<unavailable>) const at coins.cpp:164:36 [opt]
    366    frame [#16](/bitcoin-bitcoin/16/): 0x000000010050a22c bitcoind`CCoinsViewCache::HaveInputs(this=0x0000000171092800, tx=0x0000000aeaf35738) const at coins.cpp:297:18 [opt]
    367    frame [#17](/bitcoin-bitcoin/17/): 0x000000010002abe4 bitcoind`Consensus::CheckTxInputs(tx=0x0000000aeaf35738, state=0x0000000171092660, inputs=0x0000000171092800, nSpendHeight=500516, txfee=0x00000001710925d8) at tx_verify.cpp:167:17 [opt]
    368    frame [#18](/bitcoin-bitcoin/18/): 0x00000001002f6678 bitcoind`Chainstate::ConnectBlock(this=0x0000000af106c800, block=0x0000000aeaa45418, state=0x0000000171092d50, pindex=<unavailable>, view=0x0000000171092800, fJustCheck=false) at validation.cpp:2657:18 [opt]
    369    frame [#19](/bitcoin-bitcoin/19/): 0x00000001002fa9b8 bitcoind`Chainstate::ConnectTip(this=0x0000000af106c800, state=0x0000000171092d50, pindexNew=0x0000000afbc94ab0, pblock=<unavailable>, connectTrace=0x0000000171092bc8, disconnectpool=0x0000000171092aa0) at validation.cpp:3200:19 [opt]
    370    frame [#20](/bitcoin-bitcoin/20/): 0x00000001002fc6f4 bitcoind`Chainstate::ActivateBestChainStep(this=0x0000000af106c800, state=0x0000000171092d50, pindexMostWork=0x0000000af85a0ab0, pblock=nullptr, fInvalidFound=0x0000000171092bc7, connectTrace=0x0000000171092bc8) at validation.cpp:3395:18 [opt]
    371    frame [#21](/bitcoin-bitcoin/21/): 0x00000001002fcd08 bitcoind`Chainstate::ActivateBestChain(this=0x0000000af106c800, state=0x0000000171092d50, pblock=nullptr) at validation.cpp:3536:22 [opt]
    372    frame [#22](/bitcoin-bitcoin/22/): 0x00000001000f725c bitcoind`node::ImportBlocks(chainman=0x0000000af1102400, import_paths=<unavailable>) at blockstorage.cpp:1260:26 [opt]
    373    frame [#23](/bitcoin-bitcoin/23/): 0x000000010008707c bitcoind`AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9::operator()(this=0x0000000af1961748) const at init.cpp:1836:9 [opt] [inlined]
    374    frame [#24](/bitcoin-bitcoin/24/): 0x0000000100087058 bitcoind`decltype(std::declval<AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9&>()()) std::__1::__invoke[abi:ne200100]<AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9&>(__f=0x0000000af1961748) at invoke.h:179:25 [opt] [inlined]
    375    frame [#25](/bitcoin-bitcoin/25/): 0x0000000100087058 bitcoind`void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne200100]<AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9&>(__args=0x0000000af1961748) at invoke.h:251:5 [opt] [inlined]
    376    frame [#26](/bitcoin-bitcoin/26/): 0x0000000100087058 bitcoind`void std::__1::__invoke_r[abi:ne200100]<void, AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9&>(__args=0x0000000af1961748) at invoke.h:273:10 [opt] [inlined]
    377    frame [#28](/bitcoin-bitcoin/28/): 0x0000000100087058 bitcoind`std::__1::__function::__func<AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9, std::__1::allocator<AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9>, void ()>::operator()(this=0x0000000af1961740) at function.h:319:10 [opt]
    378    frame [#29](/bitcoin-bitcoin/29/): 0x00000001005fa034 bitcoind`std::__1::__function::__value_func<void ()>::operator()[abi:ne200100](this=0x0000000171092f58) const at function.h:436:12 [opt] [inlined]
    379    frame [#30](/bitcoin-bitcoin/30/): 0x00000001005fa020 bitcoind`std::__1::function<void ()>::operator()(this=0x0000000171092f58) const at function.h:995:10 [opt] [inlined]
    380    frame [#31](/bitcoin-bitcoin/31/): 0x00000001005fa020 bitcoind`util::TraceThread(thread_name="initload", thread_func=function<void ()> @ 0x0000000171092f58) at thread.cpp:21:9 [opt]
    381    frame [#32](/bitcoin-bitcoin/32/): 0x0000000100086a7c bitcoind`decltype(std::declval<void (*)(std::__1::basic_string_view<char, std::__1::char_traits<char>>, std::__1::function<void ()>)>()(std::declval<char const*>(), std::declval<AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9>())) std::__1::__invoke[abi:ne200100]<void (*)(std::__1::basic_string_view<char, std::__1::char_traits<char>>, std::__1::function<void ()>), char const*, AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9>(__f=<unavailable>, __args=<unavailable>, __args=<unavailable>) at invoke.h:179:25 [opt] [inlined]
    382    frame [#33](/bitcoin-bitcoin/33/): 0x00000001000869fc bitcoind`void std::__1::__thread_execute[abi:ne200100]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string_view<char, std::__1::char_traits<char>>, std::__1::function<void ()>), char const*, AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9, 2ul, 3ul>(__t=<unavailable>, (null)=<unavailable>) at thread.h:205:3 [opt] [inlined]
    383    frame [#34](/bitcoin-bitcoin/34/): 0x00000001000869fc bitcoind`void* std::__1::__thread_proxy[abi:ne200100]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string_view<char, std::__1::char_traits<char>>, std::__1::function<void ()>), char const*, AppInitMain(node::NodeContext&, interfaces::BlockAndHeaderTipInfo*)::$_9>>(__vp=<unavailable>) at thread.h:214:3 [opt]
    384    frame [#35](/bitcoin-bitcoin/35/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    385  thread [#36](/bitcoin-bitcoin/36/), name = 'b-net'
    386    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    387    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    388    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    389    frame [#3](/bitcoin-bitcoin/3/): 0x00000001005fa350 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_for<long long, std::__1::ratio<1l, 1000000000l>>(this=0x0000000af0cdc348, __lk=0x000000017111edb8, __d=<unavailable>) at duration.h:0:33 [opt] [inlined]
    390    frame [#4](/bitcoin-bitcoin/4/): 0x00000001005fa344 bitcoind`void std::__1::condition_variable::__do_timed_wait[abi:ne200100]<std::__1::chrono::steady_clock>(this=0x0000000af0cdc348, __lk=0x000000017111edb8, __tp=time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1L, 1000000000L> > > @ x20) at condition_variable.h:235:3 [opt] [inlined]
    391    frame [#5](/bitcoin-bitcoin/5/): 0x00000001005fa344 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>(this=0x0000000af0cdc348, __lk=0x000000017111edb8, __t=<unavailable>) at condition_variable.h:161:3 [opt] [inlined]
    392    frame [#6](/bitcoin-bitcoin/6/): 0x00000001005fa344 bitcoind`bool std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>, CThreadInterrupt::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>)::$_0>(this=0x0000000af0cdc348, __lk=0x000000017111edb8, __t=<unavailable>, __pred=(unnamed class) @ x19) at condition_variable.h:169:9 [opt] [inlined]
    393    frame [#7](/bitcoin-bitcoin/7/): 0x00000001005fa344 bitcoind`bool std::__1::condition_variable::wait_for[abi:ne200100]<long long, std::__1::ratio<1l, 1000000000l>, CThreadInterrupt::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>)::$_0>(this=0x0000000af0cdc348, __lk=0x000000017111edb8, __d=<unavailable>, __pred=(unnamed class) @ x19) at condition_variable.h:205:10 [opt] [inlined]
    394    frame [#8](/bitcoin-bitcoin/8/): 0x00000001005fa310 bitcoind`CThreadInterrupt::sleep_for(this=0x0000000af0cdc348, rel_time=<unavailable>) at threadinterrupt.cpp:34:18 [opt]
    395    frame [#9](/bitcoin-bitcoin/9/): 0x000000010009955c bitcoind`std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>::size[abi:ne200100](this=size=error: Size not multiple of element size.) const - 18446744069413956259 [opt] [inlined]
    396    frame [#10](/bitcoin-bitcoin/10/): 0x000000010009a070 bitcoind`char* std::__1::__constexpr_memmove[abi:ne200100]<char, char const, 0>(__dest=<unavailable>, __src=<unavailable>, __n=<unavailable>) - 18446744069413953423 [opt] [inlined]
    397    frame [#11](/bitcoin-bitcoin/11/): 0x00000001005fa034 bitcoind`std::__1::__function::__value_func<void ()>::operator()[abi:ne200100](this=0x0000000af0cdc000) const at function.h:436:12 [opt] [inlined]
    398    frame [#12](/bitcoin-bitcoin/12/): 0x00000001005fa020 bitcoind`std::__1::function<void ()>::operator()(this=0x0000000af0cdc000) const at function.h:995:10 [opt] [inlined]
    399    frame [#13](/bitcoin-bitcoin/13/): 0x00000001005fa020 bitcoind`util::TraceThread(thread_name=<unavailable>, thread_func=function<void ()> @ 0x0000000af0cdc000) at thread.cpp:21:9 [opt]
    400    frame [#14](/bitcoin-bitcoin/14/): 0x00000001000b0788 bitcoind`void* std::__1::__libcpp_operator_new[abi:ne200100]<char>(__n=0) - 18446744069413861495 [opt] [inlined]
    401    frame [#15](/bitcoin-bitcoin/15/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    402  thread [#37](/bitcoin-bitcoin/37/), name = 'b-addcon'
    403    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    404    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    405    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    406    frame [#3](/bitcoin-bitcoin/3/): 0x00000001005fa350 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_for<long long, std::__1::ratio<1l, 1000000000l>>(this=0x0000000af0cdc348, __lk=0x00000001711aad88, __d=<unavailable>) at duration.h:0:33 [opt] [inlined]
    407    frame [#4](/bitcoin-bitcoin/4/): 0x00000001005fa344 bitcoind`void std::__1::condition_variable::__do_timed_wait[abi:ne200100]<std::__1::chrono::steady_clock>(this=0x0000000af0cdc348, __lk=0x00000001711aad88, __tp=time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1L, 1000000000L> > > @ x20) at condition_variable.h:235:3 [opt] [inlined]
    408    frame [#5](/bitcoin-bitcoin/5/): 0x00000001005fa344 bitcoind`std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>(this=0x0000000af0cdc348, __lk=0x00000001711aad88, __t=<unavailable>) at condition_variable.h:161:3 [opt] [inlined]
    409    frame [#6](/bitcoin-bitcoin/6/): 0x00000001005fa344 bitcoind`bool std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>, CThreadInterrupt::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>)::$_0>(this=0x0000000af0cdc348, __lk=0x00000001711aad88, __t=<unavailable>, __pred=(unnamed class) @ x19) at condition_variable.h:169:9 [opt] [inlined]
    410    frame [#7](/bitcoin-bitcoin/7/): 0x00000001005fa344 bitcoind`bool std::__1::condition_variable::wait_for[abi:ne200100]<long long, std::__1::ratio<1l, 1000000000l>, CThreadInterrupt::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>)::$_0>(this=0x0000000af0cdc348, __lk=0x00000001711aad88, __d=<unavailable>, __pred=(unnamed class) @ x19) at condition_variable.h:205:10 [opt] [inlined]
    411    frame [#8](/bitcoin-bitcoin/8/): 0x00000001005fa310 bitcoind`CThreadInterrupt::sleep_for(this=0x0000000af0cdc348, rel_time=<unavailable>) at threadinterrupt.cpp:34:18 [opt]
    412  thread [#38](/bitcoin-bitcoin/38/), name = 'b-msghand'
    413    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    414    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    415    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    

    28.3

    Tried with 28 as well, but decided against recompiling, so I downloaded the binary, signed it and started that instead:

      02025-11-07T16:51:12Z UpdateTip: new best=000000000000000000888235f8d61fbd6cba88a513768fea5639dc88ef18e90c height=501732 version=0x20000000 log2_work=87.762689 tx=287404358 date='2017-12-30T13:49:01Z' progress=0.217621 cache=8645.9MiB(63780013txo)
      1Process 75204 launched: '/Users/lorinc/Downloads/bitcoin-28.3-arm64-apple-darwin-codesigning/bitcoin-28.3/bin/bitcoind' (arm64)
      2Process 75204 stopped
      3* thread [#23](/bitcoin-bitcoin/23/), name = 'b-initload', stop reason = breakpoint 1.1
      4    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
      5libsystem_malloc.dylib`malloc_vreport:
      6->  0x18f124e8c <+0>:  pacibsp 
      7    0x18f124e90 <+4>:  stp    x28, x27, [sp, #-0x60]!
      8    0x18f124e94 <+8>:  stp    x26, x25, [sp, [#0](/bitcoin-bitcoin/0/)x10]
      9    0x18f124e98 <+12>: stp    x24, x23, [sp, [#0](/bitcoin-bitcoin/0/)x20]
     10(lldb) thread backtrace all
     11  thread [#1](/bitcoin-bitcoin/1/), queue = 'com.apple.main-thread'
     12    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2de908 libsystem_kernel.dylib`read + 8
     13    frame [#1](/bitcoin-bitcoin/1/): 0x0000000100669b50 bitcoind`___lldb_unnamed_symbol_100669b18 + 56
     14    frame [#2](/bitcoin-bitcoin/2/): 0x0000000100657668 bitcoind`___lldb_unnamed_symbol_100657640 + 40
     15    frame [#3](/bitcoin-bitcoin/3/): 0x000000010000167c bitcoind`___lldb_unnamed_symbol_100000c60 + 2588
     16    frame [#4](/bitcoin-bitcoin/4/): 0x000000018ef61d54 dyld`start + 7184
     17  thread [#2](/bitcoin-bitcoin/2/), name = 'b-scheduler'
     18    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     19    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     20    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
     21    frame [#3](/bitcoin-bitcoin/3/): 0x00000001005d8394 bitcoind`___lldb_unnamed_symbol_1005d8288 + 268
     22    frame [#4](/bitcoin-bitcoin/4/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
     23    frame [#5](/bitcoin-bitcoin/5/): 0x000000010007ef9c bitcoind`___lldb_unnamed_symbol_10007ef24 + 120
     24    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     25  thread [#3](/bitcoin-bitcoin/3/), name = 'b-http'
     26    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e3f30 libsystem_kernel.dylib`kevent + 8
     27    frame [#1](/bitcoin-bitcoin/1/): 0x00000001007c911c bitcoind`___lldb_unnamed_symbol_1007c8efc + 544
     28    frame [#2](/bitcoin-bitcoin/2/): 0x00000001007c1a10 bitcoind`___lldb_unnamed_symbol_1007c1814 + 508
     29    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100023430 bitcoind`___lldb_unnamed_symbol_10002338c + 164
     30    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002991c bitcoind`___lldb_unnamed_symbol_1000298d4 + 72
     31    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     32  thread [#4](/bitcoin-bitcoin/4/), name = 'b-httpworker.0'
     33    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     34    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     35    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     36    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     37    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     38    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     39    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     40  thread [#5](/bitcoin-bitcoin/5/), name = 'b-httpworker.1'
     41    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     42    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     43    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     44    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     45    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     46    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     47    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     48  thread [#6](/bitcoin-bitcoin/6/), name = 'b-httpworker.2'
     49    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     50    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     51    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     52    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     53    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     54    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     55    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     56  thread [#7](/bitcoin-bitcoin/7/), name = 'b-httpworker.3'
     57    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     58    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     59    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     60    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     61    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     62    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     63    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     64  thread [#8](/bitcoin-bitcoin/8/), name = 'b-scriptch.0'
     65    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     66    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     67    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     68    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     69    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     70    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     71  thread [#9](/bitcoin-bitcoin/9/), name = 'b-scriptch.1'
     72    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     73    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     74    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     75    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     76    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     77    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     78  thread [#10](/bitcoin-bitcoin/10/), name = 'b-scriptch.2'
     79    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     80    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     81    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     82    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     83    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     84    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     85  thread [#11](/bitcoin-bitcoin/11/), name = 'b-scriptch.3'
     86    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     87    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     88    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     89    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     90    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     91    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     92  thread [#12](/bitcoin-bitcoin/12/), name = 'b-scriptch.4'
     93    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     94    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     95    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     96    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     97    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     98    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     99  thread [#13](/bitcoin-bitcoin/13/), name = 'b-scriptch.5'
    100    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    101    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    102    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    103    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    104    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    105    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    106  thread [#14](/bitcoin-bitcoin/14/), name = 'b-scriptch.6'
    107    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    108    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    109    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    110    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    111    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    112    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    113  thread [#15](/bitcoin-bitcoin/15/), name = 'b-scriptch.7'
    114    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    115    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    116    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    117    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    118    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    119    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    120  thread [#16](/bitcoin-bitcoin/16/), name = 'b-scriptch.8'
    121    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    122    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    123    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    124    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    125    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    126    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    127  thread [#17](/bitcoin-bitcoin/17/), name = 'b-scriptch.9'
    128    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    129    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    130    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    131    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    132    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    133    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    134  thread [#18](/bitcoin-bitcoin/18/), name = 'b-scriptch.10'
    135    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    136    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    137    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    138    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    139    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    140    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    141  thread [#19](/bitcoin-bitcoin/19/), name = 'b-scriptch.11'
    142    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    143    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    144    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    145    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    146    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    147    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    148  thread [#20](/bitcoin-bitcoin/20/), name = 'b-scriptch.12'
    149    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    150    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    151    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    152    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    153    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    154    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    155  thread [#21](/bitcoin-bitcoin/21/), name = 'b-scriptch.13'
    156    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    157    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    158    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    159    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    160    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    161    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    162  thread [#22](/bitcoin-bitcoin/22/), name = 'b-scriptch.14'
    163    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    164    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    165    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    166    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    167    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    168    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    169* thread [#23](/bitcoin-bitcoin/23/), name = 'b-initload', stop reason = breakpoint 1.1
    170  * frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
    171    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f128f38 libsystem_malloc.dylib`malloc_report + 64
    172    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f12d4b4 libsystem_malloc.dylib`_xzm_segment_group_alloc_segment + 480
    173    frame [#3](/bitcoin-bitcoin/3/): 0x000000018f12b084 libsystem_malloc.dylib`xzm_segment_group_alloc_chunk + 692
    174    frame [#4](/bitcoin-bitcoin/4/): 0x000000018f140e0c libsystem_malloc.dylib`_xzm_malloc_large_huge + 272
    175    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f1354c8 libsystem_malloc.dylib`malloc_type_aligned_alloc + 180
    176    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f2d8b6c libc++abi.dylib`operator new(unsigned long, std::align_val_t) + 80
    177    frame [#7](/bitcoin-bitcoin/7/): 0x0000000100556180 bitcoind`___lldb_unnamed_symbol_1005560f4 + 140
    178    frame [#8](/bitcoin-bitcoin/8/): 0x0000000100556034 bitcoind`___lldb_unnamed_symbol_100556000 + 52
    179    frame [#9](/bitcoin-bitcoin/9/): 0x0000000100553aec bitcoind`___lldb_unnamed_symbol_100553a54 + 152
    180    frame [#10](/bitcoin-bitcoin/10/): 0x0000000100553f90 bitcoind`___lldb_unnamed_symbol_100553d50 + 576
    181    frame [#11](/bitcoin-bitcoin/11/): 0x000000010032b594 bitcoind`___lldb_unnamed_symbol_10032a28c + 4872
    182    frame [#12](/bitcoin-bitcoin/12/): 0x0000000100330d3c bitcoind`___lldb_unnamed_symbol_100330a38 + 772
    183    frame [#13](/bitcoin-bitcoin/13/): 0x0000000100332b90 bitcoind`___lldb_unnamed_symbol_1003328f8 + 664
    184    frame [#14](/bitcoin-bitcoin/14/): 0x0000000100333318 bitcoind`___lldb_unnamed_symbol_100333090 + 648
    185    frame [#15](/bitcoin-bitcoin/15/): 0x00000001001154f8 bitcoind`___lldb_unnamed_symbol_100114f00 + 1528
    186    frame [#16](/bitcoin-bitcoin/16/): 0x00000001000834dc bitcoind`___lldb_unnamed_symbol_100083490 + 76
    187    frame [#17](/bitcoin-bitcoin/17/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    188    frame [#18](/bitcoin-bitcoin/18/): 0x0000000100082f0c bitcoind`___lldb_unnamed_symbol_100082e3c + 208
    189    frame [#19](/bitcoin-bitcoin/19/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    190  thread [#24](/bitcoin-bitcoin/24/), name = 'b-net'
    191    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    192    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    193    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    194    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100657d94 bitcoind`___lldb_unnamed_symbol_100657d08 + 140
    195    frame [#4](/bitcoin-bitcoin/4/): 0x000000010009edb0 bitcoind`___lldb_unnamed_symbol_10009ec9c + 276
    196    frame [#5](/bitcoin-bitcoin/5/): 0x000000010009f6f8 bitcoind`___lldb_unnamed_symbol_10009f694 + 100
    197    frame [#6](/bitcoin-bitcoin/6/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    198    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000b917c bitcoind`___lldb_unnamed_symbol_1000b9104 + 120
    199    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    200  thread [#25](/bitcoin-bitcoin/25/), name = 'b-addcon'
    201    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    202    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    203    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    204    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100657d94 bitcoind`___lldb_unnamed_symbol_100657d08 + 140
    205    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000a5c90 bitcoind`___lldb_unnamed_symbol_1000a5940 + 848
    206    frame [#5](/bitcoin-bitcoin/5/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    207    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000b9b1c bitcoind`___lldb_unnamed_symbol_1000b9aa4 + 120
    208    frame [#7](/bitcoin-bitcoin/7/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    209  thread [#26](/bitcoin-bitcoin/26/), name = 'b-msghand'
    210    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    211    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    212    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    213    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000a602c bitcoind`___lldb_unnamed_symbol_1000a5de8 + 580
    214    frame [#4](/bitcoin-bitcoin/4/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    215    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000ba7c0 bitcoind`___lldb_unnamed_symbol_1000ba748 + 120
    216    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    

    The same seems to be the case if I increase the max memory:

      02025-11-07T17:15:02Z UpdateTip: new best=0000000000000000001351718d558140f255c64d672171f3d259651d4f2c7033 height=501736 version=0x20000000 log2_work=87.762866 tx=287413882 date='2017-12-30T14:28:02Z' progress=0.217627 cache=8646.4MiB(63784106txo)
      1Process 75519 launched: '/Users/lorinc/Downloads/bitcoin-28.3-arm64-apple-darwin-codesigning/bitcoin-28.3/bin/bitcoind' (arm64)
      2Process 75519 stopped
      3* thread [#23](/bitcoin-bitcoin/23/), name = 'b-initload', stop reason = breakpoint 1.1
      4    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
      5libsystem_malloc.dylib`malloc_vreport:
      6->  0x18f124e8c <+0>:  pacibsp 
      7    0x18f124e90 <+4>:  stp    x28, x27, [sp, #-0x60]!
      8    0x18f124e94 <+8>:  stp    x26, x25, [sp, [#0](/bitcoin-bitcoin/0/)x10]
      9    0x18f124e98 <+12>: stp    x24, x23, [sp, [#0](/bitcoin-bitcoin/0/)x20]
     10(lldb) thread backtrace all
     11  thread [#1](/bitcoin-bitcoin/1/), queue = 'com.apple.main-thread'
     12    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2de908 libsystem_kernel.dylib`read + 8
     13    frame [#1](/bitcoin-bitcoin/1/): 0x0000000100669b50 bitcoind`___lldb_unnamed_symbol_100669b18 + 56
     14    frame [#2](/bitcoin-bitcoin/2/): 0x0000000100657668 bitcoind`___lldb_unnamed_symbol_100657640 + 40
     15    frame [#3](/bitcoin-bitcoin/3/): 0x000000010000167c bitcoind`___lldb_unnamed_symbol_100000c60 + 2588
     16    frame [#4](/bitcoin-bitcoin/4/): 0x000000018ef61d54 dyld`start + 7184
     17  thread [#2](/bitcoin-bitcoin/2/), name = 'b-scheduler'
     18    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     19    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     20    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
     21    frame [#3](/bitcoin-bitcoin/3/): 0x00000001005d8394 bitcoind`___lldb_unnamed_symbol_1005d8288 + 268
     22    frame [#4](/bitcoin-bitcoin/4/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
     23    frame [#5](/bitcoin-bitcoin/5/): 0x000000010007ef9c bitcoind`___lldb_unnamed_symbol_10007ef24 + 120
     24    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     25  thread [#3](/bitcoin-bitcoin/3/), name = 'b-http'
     26    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e3f30 libsystem_kernel.dylib`kevent + 8
     27    frame [#1](/bitcoin-bitcoin/1/): 0x00000001007c911c bitcoind`___lldb_unnamed_symbol_1007c8efc + 544
     28    frame [#2](/bitcoin-bitcoin/2/): 0x00000001007c1a10 bitcoind`___lldb_unnamed_symbol_1007c1814 + 508
     29    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100023430 bitcoind`___lldb_unnamed_symbol_10002338c + 164
     30    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002991c bitcoind`___lldb_unnamed_symbol_1000298d4 + 72
     31    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     32  thread [#4](/bitcoin-bitcoin/4/), name = 'b-httpworker.0'
     33    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     34    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     35    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     36    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     37    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     38    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     39    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     40  thread [#5](/bitcoin-bitcoin/5/), name = 'b-httpworker.1'
     41    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     42    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     43    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     44    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     45    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     46    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     47    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     48  thread [#6](/bitcoin-bitcoin/6/), name = 'b-httpworker.2'
     49    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     50    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     51    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     52    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     53    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     54    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     55    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     56  thread [#7](/bitcoin-bitcoin/7/), name = 'b-httpworker.3'
     57    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     58    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     59    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     60    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     61    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     62    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     63    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     64  thread [#8](/bitcoin-bitcoin/8/), name = 'b-scriptch.0'
     65    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     66    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     67    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     68    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     69    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     70    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     71  thread [#9](/bitcoin-bitcoin/9/), name = 'b-scriptch.1'
     72    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     73    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     74    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     75    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     76    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     77    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     78  thread [#10](/bitcoin-bitcoin/10/), name = 'b-scriptch.2'
     79    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     80    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     81    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     82    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     83    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     84    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     85  thread [#11](/bitcoin-bitcoin/11/), name = 'b-scriptch.3'
     86    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     87    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     88    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     89    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     90    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     91    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     92  thread [#12](/bitcoin-bitcoin/12/), name = 'b-scriptch.4'
     93    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     94    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     95    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     96    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     97    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     98    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     99  thread [#13](/bitcoin-bitcoin/13/), name = 'b-scriptch.5'
    100    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    101    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    102    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    103    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    104    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    105    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    106  thread [#14](/bitcoin-bitcoin/14/), name = 'b-scriptch.6'
    107    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    108    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    109    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    110    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    111    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    112    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    113  thread [#15](/bitcoin-bitcoin/15/), name = 'b-scriptch.7'
    114    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    115    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    116    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    117    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    118    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    119    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    120  thread [#16](/bitcoin-bitcoin/16/), name = 'b-scriptch.8'
    121    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    122    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    123    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    124    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    125    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    126    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    127  thread [#17](/bitcoin-bitcoin/17/), name = 'b-scriptch.9'
    128    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    129    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    130    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    131    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    132    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    133    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    134  thread [#18](/bitcoin-bitcoin/18/), name = 'b-scriptch.10'
    135    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    136    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    137    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    138    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    139    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    140    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    141  thread [#19](/bitcoin-bitcoin/19/), name = 'b-scriptch.11'
    142    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    143    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    144    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    145    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    146    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    147    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    148  thread [#20](/bitcoin-bitcoin/20/), name = 'b-scriptch.12'
    149    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    150    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    151    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    152    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    153    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    154    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    155  thread [#21](/bitcoin-bitcoin/21/), name = 'b-scriptch.13'
    156    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    157    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    158    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    159    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    160    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    161    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    162  thread [#22](/bitcoin-bitcoin/22/), name = 'b-scriptch.14'
    163    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    164    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    165    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    166    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    167    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    168    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    169* thread [#23](/bitcoin-bitcoin/23/), name = 'b-initload', stop reason = breakpoint 1.1
    170  * frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
    171    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f128f38 libsystem_malloc.dylib`malloc_report + 64
    172    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f12d4b4 libsystem_malloc.dylib`_xzm_segment_group_alloc_segment + 480
    173    frame [#3](/bitcoin-bitcoin/3/): 0x000000018f12b084 libsystem_malloc.dylib`xzm_segment_group_alloc_chunk + 692
    174    frame [#4](/bitcoin-bitcoin/4/): 0x000000018f140e0c libsystem_malloc.dylib`_xzm_malloc_large_huge + 272
    175    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f2d8a78 libc++abi.dylib`operator new(unsigned long) + 52
    176    frame [#6](/bitcoin-bitcoin/6/): 0x000000010032ac00 bitcoind`___lldb_unnamed_symbol_10032a28c + 2420
    177    frame [#7](/bitcoin-bitcoin/7/): 0x0000000100330d3c bitcoind`___lldb_unnamed_symbol_100330a38 + 772
    178    frame [#8](/bitcoin-bitcoin/8/): 0x0000000100332b90 bitcoind`___lldb_unnamed_symbol_1003328f8 + 664
    179    frame [#9](/bitcoin-bitcoin/9/): 0x0000000100333318 bitcoind`___lldb_unnamed_symbol_100333090 + 648
    180    frame [#10](/bitcoin-bitcoin/10/): 0x00000001001154f8 bitcoind`___lldb_unnamed_symbol_100114f00 + 1528
    181    frame [#11](/bitcoin-bitcoin/11/): 0x00000001000834dc bitcoind`___lldb_unnamed_symbol_100083490 + 76
    182    frame [#12](/bitcoin-bitcoin/12/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    183    frame [#13](/bitcoin-bitcoin/13/): 0x0000000100082f0c bitcoind`___lldb_unnamed_symbol_100082e3c + 208
    184    frame [#14](/bitcoin-bitcoin/14/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    185  thread [#24](/bitcoin-bitcoin/24/), name = 'b-net'
    186    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    187    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    188    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    189    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100657d94 bitcoind`___lldb_unnamed_symbol_100657d08 + 140
    190    frame [#4](/bitcoin-bitcoin/4/): 0x000000010009edb0 bitcoind`___lldb_unnamed_symbol_10009ec9c + 276
    191    frame [#5](/bitcoin-bitcoin/5/): 0x000000010009f6f8 bitcoind`___lldb_unnamed_symbol_10009f694 + 100
    192    frame [#6](/bitcoin-bitcoin/6/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    193    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000b917c bitcoind`___lldb_unnamed_symbol_1000b9104 + 120
    194    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    195  thread [#25](/bitcoin-bitcoin/25/), name = 'b-addcon'
    196    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    197    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    198    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    199    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100657d94 bitcoind`___lldb_unnamed_symbol_100657d08 + 140
    200    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000a5c90 bitcoind`___lldb_unnamed_symbol_1000a5940 + 848
    201    frame [#5](/bitcoin-bitcoin/5/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    202    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000b9b1c bitcoind`___lldb_unnamed_symbol_1000b9aa4 + 120
    203    frame [#7](/bitcoin-bitcoin/7/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    204  thread [#26](/bitcoin-bitcoin/26/), name = 'b-msghand'
    205    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    206    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    207    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    208    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000a602c bitcoind`___lldb_unnamed_symbol_1000a5de8 + 580
    209    frame [#4](/bitcoin-bitcoin/4/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    210    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000ba7c0 bitcoind`___lldb_unnamed_symbol_1000ba748 + 120
    211    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    

    or if we decrease, as long as there’s no flush happening at the given height:

      02025-11-07T17:43:30Z UpdateTip: new best=0000000000000000006d96e76af60d87b52bc2cda65202f0d978a2729707bad6 height=501759 version=0x20000000 log2_work=87.763882 tx=287475514 date='2017-12-30T18:26:34Z' progress=0.217672 cache=8652.2MiB(63831713txo)
      1Process 75808 launched: '/Users/lorinc/Downloads/bitcoin-28.3-arm64-apple-darwin-codesigning/bitcoin-28.3/bin/bitcoind' (arm64)
      2Process 75808 stopped
      3* thread [#23](/bitcoin-bitcoin/23/), name = 'b-initload', stop reason = breakpoint 1.1
      4    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
      5libsystem_malloc.dylib`malloc_vreport:
      6->  0x18f124e8c <+0>:  pacibsp 
      7    0x18f124e90 <+4>:  stp    x28, x27, [sp, #-0x60]!
      8    0x18f124e94 <+8>:  stp    x26, x25, [sp, [#0](/bitcoin-bitcoin/0/)x10]
      9    0x18f124e98 <+12>: stp    x24, x23, [sp, [#0](/bitcoin-bitcoin/0/)x20]
     10(lldb) thread backtrace all
     11  thread [#1](/bitcoin-bitcoin/1/), queue = 'com.apple.main-thread'
     12    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2de908 libsystem_kernel.dylib`read + 8
     13    frame [#1](/bitcoin-bitcoin/1/): 0x0000000100669b50 bitcoind`___lldb_unnamed_symbol_100669b18 + 56
     14    frame [#2](/bitcoin-bitcoin/2/): 0x0000000100657668 bitcoind`___lldb_unnamed_symbol_100657640 + 40
     15    frame [#3](/bitcoin-bitcoin/3/): 0x000000010000167c bitcoind`___lldb_unnamed_symbol_100000c60 + 2588
     16    frame [#4](/bitcoin-bitcoin/4/): 0x000000018ef61d54 dyld`start + 7184
     17  thread [#2](/bitcoin-bitcoin/2/), name = 'b-scheduler'
     18    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     19    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     20    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
     21    frame [#3](/bitcoin-bitcoin/3/): 0x00000001005d8394 bitcoind`___lldb_unnamed_symbol_1005d8288 + 268
     22    frame [#4](/bitcoin-bitcoin/4/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
     23    frame [#5](/bitcoin-bitcoin/5/): 0x000000010007ef9c bitcoind`___lldb_unnamed_symbol_10007ef24 + 120
     24    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     25  thread [#3](/bitcoin-bitcoin/3/), name = 'b-http'
     26    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e3f30 libsystem_kernel.dylib`kevent + 8
     27    frame [#1](/bitcoin-bitcoin/1/): 0x00000001007c911c bitcoind`___lldb_unnamed_symbol_1007c8efc + 544
     28    frame [#2](/bitcoin-bitcoin/2/): 0x00000001007c1a10 bitcoind`___lldb_unnamed_symbol_1007c1814 + 508
     29    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100023430 bitcoind`___lldb_unnamed_symbol_10002338c + 164
     30    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002991c bitcoind`___lldb_unnamed_symbol_1000298d4 + 72
     31    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     32  thread [#4](/bitcoin-bitcoin/4/), name = 'b-httpworker.0'
     33    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     34    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     35    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     36    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     37    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     38    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     39    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     40  thread [#5](/bitcoin-bitcoin/5/), name = 'b-httpworker.1'
     41    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     42    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     43    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     44    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     45    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     46    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     47    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     48  thread [#6](/bitcoin-bitcoin/6/), name = 'b-httpworker.2'
     49    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     50    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     51    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     52    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     53    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     54    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     55    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     56  thread [#7](/bitcoin-bitcoin/7/), name = 'b-httpworker.3'
     57    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     58    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     59    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     60    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100028e14 bitcoind`___lldb_unnamed_symbol_100028d94 + 128
     61    frame [#4](/bitcoin-bitcoin/4/): 0x000000010002351c bitcoind`___lldb_unnamed_symbol_1000234bc + 96
     62    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100028cb4 bitcoind`___lldb_unnamed_symbol_100028c68 + 76
     63    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     64  thread [#8](/bitcoin-bitcoin/8/), name = 'b-scriptch.0'
     65    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     66    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     67    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     68    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     69    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     70    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     71  thread [#9](/bitcoin-bitcoin/9/), name = 'b-scriptch.1'
     72    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     73    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     74    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     75    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     76    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     77    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     78  thread [#10](/bitcoin-bitcoin/10/), name = 'b-scriptch.2'
     79    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     80    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     81    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     82    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     83    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     84    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     85  thread [#11](/bitcoin-bitcoin/11/), name = 'b-scriptch.3'
     86    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     87    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     88    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     89    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     90    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     91    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     92  thread [#12](/bitcoin-bitcoin/12/), name = 'b-scriptch.4'
     93    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     94    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     95    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     96    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
     97    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
     98    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     99  thread [#13](/bitcoin-bitcoin/13/), name = 'b-scriptch.5'
    100    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    101    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    102    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    103    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    104    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    105    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    106  thread [#14](/bitcoin-bitcoin/14/), name = 'b-scriptch.6'
    107    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    108    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    109    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    110    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    111    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    112    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    113  thread [#15](/bitcoin-bitcoin/15/), name = 'b-scriptch.7'
    114    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    115    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    116    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    117    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    118    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    119    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    120  thread [#16](/bitcoin-bitcoin/16/), name = 'b-scriptch.8'
    121    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    122    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    123    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    124    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    125    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    126    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    127  thread [#17](/bitcoin-bitcoin/17/), name = 'b-scriptch.9'
    128    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    129    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    130    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    131    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    132    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    133    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    134  thread [#18](/bitcoin-bitcoin/18/), name = 'b-scriptch.10'
    135    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    136    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    137    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    138    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    139    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    140    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    141  thread [#19](/bitcoin-bitcoin/19/), name = 'b-scriptch.11'
    142    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    143    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    144    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    145    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    146    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    147    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    148  thread [#20](/bitcoin-bitcoin/20/), name = 'b-scriptch.12'
    149    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    150    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    151    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    152    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    153    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    154    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    155  thread [#21](/bitcoin-bitcoin/21/), name = 'b-scriptch.13'
    156    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    157    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    158    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    159    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    160    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    161    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    162  thread [#22](/bitcoin-bitcoin/22/), name = 'b-scriptch.14'
    163    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    164    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    165    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    166    frame [#3](/bitcoin-bitcoin/3/): 0x00000001003578c4 bitcoind`___lldb_unnamed_symbol_1003577cc + 248
    167    frame [#4](/bitcoin-bitcoin/4/): 0x000000010035e8a8 bitcoind`___lldb_unnamed_symbol_10035e82c + 124
    168    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    169* thread [#23](/bitcoin-bitcoin/23/), name = 'b-initload', stop reason = breakpoint 1.1
    170  * frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
    171    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f128f38 libsystem_malloc.dylib`malloc_report + 64
    172    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f12d4b4 libsystem_malloc.dylib`_xzm_segment_group_alloc_segment + 480
    173    frame [#3](/bitcoin-bitcoin/3/): 0x000000018f12b084 libsystem_malloc.dylib`xzm_segment_group_alloc_chunk + 692
    174    frame [#4](/bitcoin-bitcoin/4/): 0x000000018f140e0c libsystem_malloc.dylib`_xzm_malloc_large_huge + 272
    175    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f2d8a78 libc++abi.dylib`operator new(unsigned long) + 52
    176    frame [#6](/bitcoin-bitcoin/6/): 0x000000010032ac00 bitcoind`___lldb_unnamed_symbol_10032a28c + 2420
    177    frame [#7](/bitcoin-bitcoin/7/): 0x0000000100330d3c bitcoind`___lldb_unnamed_symbol_100330a38 + 772
    178    frame [#8](/bitcoin-bitcoin/8/): 0x0000000100332b90 bitcoind`___lldb_unnamed_symbol_1003328f8 + 664
    179    frame [#9](/bitcoin-bitcoin/9/): 0x0000000100333318 bitcoind`___lldb_unnamed_symbol_100333090 + 648
    180    frame [#10](/bitcoin-bitcoin/10/): 0x00000001001154f8 bitcoind`___lldb_unnamed_symbol_100114f00 + 1528
    181    frame [#11](/bitcoin-bitcoin/11/): 0x00000001000834dc bitcoind`___lldb_unnamed_symbol_100083490 + 76
    182    frame [#12](/bitcoin-bitcoin/12/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    183    frame [#13](/bitcoin-bitcoin/13/): 0x0000000100082f0c bitcoind`___lldb_unnamed_symbol_100082e3c + 208
    184    frame [#14](/bitcoin-bitcoin/14/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    185  thread [#24](/bitcoin-bitcoin/24/), name = 'b-net'
    186    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    187    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    188    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    189    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100657d94 bitcoind`___lldb_unnamed_symbol_100657d08 + 140
    190    frame [#4](/bitcoin-bitcoin/4/): 0x000000010009edb0 bitcoind`___lldb_unnamed_symbol_10009ec9c + 276
    191    frame [#5](/bitcoin-bitcoin/5/): 0x000000010009f6f8 bitcoind`___lldb_unnamed_symbol_10009f694 + 100
    192    frame [#6](/bitcoin-bitcoin/6/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    193    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000b917c bitcoind`___lldb_unnamed_symbol_1000b9104 + 120
    194    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    195  thread [#25](/bitcoin-bitcoin/25/), name = 'b-addcon'
    196    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    197    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    198    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    199    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100657d94 bitcoind`___lldb_unnamed_symbol_100657d08 + 140
    200    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000a5c90 bitcoind`___lldb_unnamed_symbol_1000a5940 + 848
    201    frame [#5](/bitcoin-bitcoin/5/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    202    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000b9b1c bitcoind`___lldb_unnamed_symbol_1000b9aa4 + 120
    203    frame [#7](/bitcoin-bitcoin/7/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    204  thread [#26](/bitcoin-bitcoin/26/), name = 'b-msghand'
    205    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    206    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    207    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    208    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000a602c bitcoind`___lldb_unnamed_symbol_1000a5de8 + 580
    209    frame [#4](/bitcoin-bitcoin/4/): 0x00000001006577f0 bitcoind`___lldb_unnamed_symbol_100657708 + 232
    210    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000ba7c0 bitcoind`___lldb_unnamed_symbol_1000ba748 + 120
    211    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    
     02025-11-07T17:56:39Z UpdateTip: new best=000000000000000003fd1c304b6c2e3b69de18359d5e1b88a033b8e3c7b30791 height=406715 version=0x00000004 log2_work=84.463427 tx=121562202 date='2016-04-11T01:33:03Z' progress=0.092044 cache=4994.7MiB(37091528txo)
     12025-11-07T17:56:39Z Cache size (5237606368) exceeds total space (5237394240)
     2...
     32025-11-07T18:06:07Z UpdateTip: new best=0000000000000000006671e60ac37ae81a43b0a6324aa73f6414fbe47f67b1f9 height=463361 version=0x20000002 log2_work=86.331519 tx=216007134 date='2017-04-24T23:52:25Z' progress=0.163556 cache=4994.7MiB(37575411txo)
     42025-11-07T18:06:07Z Cache size (5237809440) exceeds total space (5237394240)
     5...
     62025-11-07T18:15:59Z UpdateTip: new best=000000000000000000759a0389705ae189e1a820005005381fc66a7e57bbe02e height=502610 version=0x20000000 log2_work=87.801827 tx=289241230 date='2018-01-04T23:52:03Z' progress=0.219006 cache=4994.6MiB(37598467txo)
     72025-11-07T18:15:59Z Cache size (5237711616) exceeds total space (5237394240)
     8...
     92025-11-07T18:31:18Z UpdateTip: new best=00000000000000000011101eae1e4803acf862a005b6dbbbb8839885504dcfcf height=529445 version=0x20000000 log2_work=89.123507 tx=324716413 date='2018-06-27T08:45:06Z' progress=0.245866 cache=4994.4MiB(37585588txo)
    102025-11-07T18:31:18Z Cache size (5237520160) exceeds total space (5237394240)
    11...
    

    0git checkout 86c5afc2948511c0f4db3f7ba4f27f2d69b6ed78 && \
    1rm -rf build && cmake -B build -DBUILD_BENCH=ON -DENABLE_IPC=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo && \
    2cmake --build build -j$(nproc)  && \
    3build/bin/bitcoind -reobfuscate-blocks=0000000000000000 -stopatheight=1
    

    27.2

    0xattr -dr com.apple.quarantine /Users/lorinc/Downloads/bitcoin-27.2  
    1codesign -s - /Users/lorinc/Downloads/bitcoin-27.2/bin/bitcoind
    
      02025-11-07T22:05:31Z UpdateTip: new best=0000000000000000000b3fcf0823ccd40401d5a0cec8c9c22f9b8a763823bbf8 height=669880 version=0x20400000 log2_work=92.656223 tx=614587863 date='2021-02-09T17:54:09Z' progress=0.462061 cache=8642.3MiB(72683563txo)
      1Process 34323 launched: '/Users/lorinc/Downloads/bitcoin-27.2/bin/bitcoind' (arm64)
      2Process 34323 stopped
      3* thread [#24](/bitcoin-bitcoin/24/), name = 'b-initload', stop reason = breakpoint 1.1
      4    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
      5libsystem_malloc.dylib`malloc_vreport:
      6->  0x18f124e8c <+0>:  pacibsp 
      7    0x18f124e90 <+4>:  stp    x28, x27, [sp, #-0x60]!
      8    0x18f124e94 <+8>:  stp    x26, x25, [sp, [#0](/bitcoin-bitcoin/0/)x10]
      9    0x18f124e98 <+12>: stp    x24, x23, [sp, [#0](/bitcoin-bitcoin/0/)x20]
     10(lldb) thread backtrace all
     11  thread [#1](/bitcoin-bitcoin/1/), queue = 'com.apple.main-thread'
     12    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2de908 libsystem_kernel.dylib`read + 8
     13    frame [#1](/bitcoin-bitcoin/1/): 0x00000001006645a4 bitcoind`___lldb_unnamed_symbol_10066456c + 56
     14    frame [#2](/bitcoin-bitcoin/2/): 0x00000001006511c4 bitcoind`___lldb_unnamed_symbol_10065119c + 40
     15    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000066d0 bitcoind`___lldb_unnamed_symbol_10000588c + 3652
     16    frame [#4](/bitcoin-bitcoin/4/): 0x000000018ef61d54 dyld`start + 7184
     17  thread [#2](/bitcoin-bitcoin/2/), name = 'b-scheduler'
     18    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e09c8 libsystem_kernel.dylib`__psynch_mutexwait + 8
     19    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f31de3c libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_wait + 84
     20    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f31b868 libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_slow + 220
     21    frame [#3](/bitcoin-bitcoin/3/): 0x000000018f252a14 libc++.1.dylib`std::__1::recursive_mutex::lock() + 16
     22    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000c5294 bitcoind`___lldb_unnamed_symbol_1000c50c8 + 460
     23    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100359cc4 bitcoind`___lldb_unnamed_symbol_100359b2c + 408
     24    frame [#6](/bitcoin-bitcoin/6/): 0x00000001005c57ac bitcoind`___lldb_unnamed_symbol_1005c5668 + 324
     25    frame [#7](/bitcoin-bitcoin/7/): 0x00000001005c4dd8 bitcoind`___lldb_unnamed_symbol_1005c4b38 + 672
     26    frame [#8](/bitcoin-bitcoin/8/): 0x0000000100651398 bitcoind`___lldb_unnamed_symbol_100651264 + 308
     27    frame [#9](/bitcoin-bitcoin/9/): 0x0000000100086dd0 bitcoind`___lldb_unnamed_symbol_100086d58 + 120
     28    frame [#10](/bitcoin-bitcoin/10/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     29  thread [#3](/bitcoin-bitcoin/3/), name = 'b-http'
     30    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e66c0 libsystem_kernel.dylib`poll + 8
     31    frame [#1](/bitcoin-bitcoin/1/): 0x00000001007c5a20 bitcoind`___lldb_unnamed_symbol_1007c5960 + 192
     32    frame [#2](/bitcoin-bitcoin/2/): 0x00000001007bf7dc bitcoind`event_base_loop + 632
     33    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100040674 bitcoind`___lldb_unnamed_symbol_100040588 + 236
     34    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100046e94 bitcoind`___lldb_unnamed_symbol_100046e4c + 72
     35    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     36  thread [#4](/bitcoin-bitcoin/4/), name = 'b-httpworker.0'
     37    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     38    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     39    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     40    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000463b4 bitcoind`___lldb_unnamed_symbol_100046330 + 132
     41    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000407fc bitcoind`___lldb_unnamed_symbol_10004079c + 96
     42    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100046250 bitcoind`___lldb_unnamed_symbol_100046204 + 76
     43    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     44  thread [#5](/bitcoin-bitcoin/5/), name = 'b-httpworker.1'
     45    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     46    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     47    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     48    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000463b4 bitcoind`___lldb_unnamed_symbol_100046330 + 132
     49    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000407fc bitcoind`___lldb_unnamed_symbol_10004079c + 96
     50    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100046250 bitcoind`___lldb_unnamed_symbol_100046204 + 76
     51    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     52  thread [#6](/bitcoin-bitcoin/6/), name = 'b-httpworker.2'
     53    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     54    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     55    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     56    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000463b4 bitcoind`___lldb_unnamed_symbol_100046330 + 132
     57    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000407fc bitcoind`___lldb_unnamed_symbol_10004079c + 96
     58    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100046250 bitcoind`___lldb_unnamed_symbol_100046204 + 76
     59    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     60  thread [#7](/bitcoin-bitcoin/7/), name = 'b-httpworker.3'
     61    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     62    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     63    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     64    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000463b4 bitcoind`___lldb_unnamed_symbol_100046330 + 132
     65    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000407fc bitcoind`___lldb_unnamed_symbol_10004079c + 96
     66    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100046250 bitcoind`___lldb_unnamed_symbol_100046204 + 76
     67    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     68  thread [#8](/bitcoin-bitcoin/8/), name = 'b-scriptch.0'
     69    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     70    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     71    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     72    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
     73    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
     74    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     75  thread [#9](/bitcoin-bitcoin/9/), name = 'b-scriptch.1'
     76    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     77    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     78    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     79    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
     80    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
     81    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     82  thread [#10](/bitcoin-bitcoin/10/), name = 'b-scriptch.2'
     83    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     84    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     85    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     86    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
     87    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
     88    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     89  thread [#11](/bitcoin-bitcoin/11/), name = 'b-scriptch.3'
     90    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     91    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     92    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
     93    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
     94    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
     95    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
     96  thread [#12](/bitcoin-bitcoin/12/), name = 'b-scriptch.4'
     97    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
     98    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
     99    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    100    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    101    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    102    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    103  thread [#13](/bitcoin-bitcoin/13/), name = 'b-scriptch.5'
    104    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    105    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    106    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    107    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    108    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    109    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    110  thread [#14](/bitcoin-bitcoin/14/), name = 'b-scriptch.6'
    111    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    112    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    113    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    114    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    115    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    116    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    117  thread [#15](/bitcoin-bitcoin/15/), name = 'b-scriptch.7'
    118    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    119    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    120    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    121    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    122    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    123    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    124  thread [#16](/bitcoin-bitcoin/16/), name = 'b-scriptch.8'
    125    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    126    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    127    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    128    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    129    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    130    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    131  thread [#17](/bitcoin-bitcoin/17/), name = 'b-scriptch.9'
    132    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    133    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    134    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    135    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    136    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    137    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    138  thread [#18](/bitcoin-bitcoin/18/), name = 'b-scriptch.10'
    139    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    140    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    141    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    142    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    143    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    144    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    145  thread [#19](/bitcoin-bitcoin/19/), name = 'b-scriptch.11'
    146    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    147    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    148    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    149    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    150    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    151    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    152  thread [#20](/bitcoin-bitcoin/20/), name = 'b-scriptch.12'
    153    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    154    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    155    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    156    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    157    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    158    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    159  thread [#21](/bitcoin-bitcoin/21/), name = 'b-scriptch.13'
    160    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    161    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    162    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    163    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    164    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    165    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    166  thread [#22](/bitcoin-bitcoin/22/), name = 'b-scriptch.14'
    167    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    168    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    169    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    170    frame [#3](/bitcoin-bitcoin/3/): 0x000000010034632c bitcoind`___lldb_unnamed_symbol_100346230 + 252
    171    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100350c84 bitcoind`___lldb_unnamed_symbol_100350c08 + 124
    172    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    173  thread [#23](/bitcoin-bitcoin/23/)
    174    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    175    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    176    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f25174c libc++.1.dylib`std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 32
    177    frame [#3](/bitcoin-bitcoin/3/): 0x00000001006c33b4 bitcoind`___lldb_unnamed_symbol_1006c334c + 104
    178    frame [#4](/bitcoin-bitcoin/4/): 0x00000001006c3458 bitcoind`___lldb_unnamed_symbol_1006c3410 + 72
    179    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    180* thread [#24](/bitcoin-bitcoin/24/), name = 'b-initload', stop reason = breakpoint 1.1
    181  * frame [#0](/bitcoin-bitcoin/0/): 0x000000018f124e8c libsystem_malloc.dylib`malloc_vreport
    182    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f128f38 libsystem_malloc.dylib`malloc_report + 64
    183    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f12d4b4 libsystem_malloc.dylib`_xzm_segment_group_alloc_segment + 480
    184    frame [#3](/bitcoin-bitcoin/3/): 0x000000018f12b084 libsystem_malloc.dylib`xzm_segment_group_alloc_chunk + 692
    185    frame [#4](/bitcoin-bitcoin/4/): 0x000000018f140e0c libsystem_malloc.dylib`_xzm_malloc_large_huge + 272
    186    frame [#5](/bitcoin-bitcoin/5/): 0x000000018f1354c8 libsystem_malloc.dylib`malloc_type_aligned_alloc + 180
    187    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f2d8b6c libc++abi.dylib`operator new(unsigned long, std::align_val_t) + 80
    188    frame [#7](/bitcoin-bitcoin/7/): 0x000000010053c16c bitcoind`___lldb_unnamed_symbol_10053c0d8 + 148
    189    frame [#8](/bitcoin-bitcoin/8/): 0x000000010053c034 bitcoind`___lldb_unnamed_symbol_10053c000 + 52
    190    frame [#9](/bitcoin-bitcoin/9/): 0x0000000100539d8c bitcoind`___lldb_unnamed_symbol_100539cf8 + 148
    191    frame [#10](/bitcoin-bitcoin/10/): 0x000000010053a778 bitcoind`___lldb_unnamed_symbol_10053a754 + 36
    192    frame [#11](/bitcoin-bitcoin/11/): 0x000000010053b350 bitcoind`___lldb_unnamed_symbol_10053b2a0 + 176
    193    frame [#12](/bitcoin-bitcoin/12/): 0x0000000100029fd4 bitcoind`___lldb_unnamed_symbol_100029f80 + 84
    194    frame [#13](/bitcoin-bitcoin/13/): 0x00000001003140b8 bitcoind`___lldb_unnamed_symbol_100313670 + 2632
    195    frame [#14](/bitcoin-bitcoin/14/): 0x000000010031a97c bitcoind`___lldb_unnamed_symbol_10031a52c + 1104
    196    frame [#15](/bitcoin-bitcoin/15/): 0x000000010031cbc4 bitcoind`___lldb_unnamed_symbol_10031c73c + 1160
    197    frame [#16](/bitcoin-bitcoin/16/): 0x000000010031d268 bitcoind`___lldb_unnamed_symbol_10031cfd4 + 660
    198    frame [#17](/bitcoin-bitcoin/17/): 0x000000010010f064 bitcoind`___lldb_unnamed_symbol_10010e838 + 2092
    199    frame [#18](/bitcoin-bitcoin/18/): 0x000000010008b448 bitcoind`___lldb_unnamed_symbol_10008b400 + 72
    200    frame [#19](/bitcoin-bitcoin/19/): 0x0000000100651398 bitcoind`___lldb_unnamed_symbol_100651264 + 308
    201    frame [#20](/bitcoin-bitcoin/20/): 0x000000010008ae50 bitcoind`___lldb_unnamed_symbol_10008ada0 + 176
    202    frame [#21](/bitcoin-bitcoin/21/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    203  thread [#25](/bitcoin-bitcoin/25/), name = 'b-net'
    204    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    205    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    206    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    207    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100651b78 bitcoind`___lldb_unnamed_symbol_100651aec + 140
    208    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000a4f24 bitcoind`___lldb_unnamed_symbol_1000a4e14 + 272
    209    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000a5974 bitcoind`___lldb_unnamed_symbol_1000a58fc + 120
    210    frame [#6](/bitcoin-bitcoin/6/): 0x0000000100651398 bitcoind`___lldb_unnamed_symbol_100651264 + 308
    211    frame [#7](/bitcoin-bitcoin/7/): 0x00000001000bff30 bitcoind`___lldb_unnamed_symbol_1000bfeb8 + 120
    212    frame [#8](/bitcoin-bitcoin/8/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    213  thread [#26](/bitcoin-bitcoin/26/), name = 'b-addcon'
    214    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    215    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    216    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    217    frame [#3](/bitcoin-bitcoin/3/): 0x0000000100651b78 bitcoind`___lldb_unnamed_symbol_100651aec + 140
    218    frame [#4](/bitcoin-bitcoin/4/): 0x00000001000ac71c bitcoind`___lldb_unnamed_symbol_1000ac3c4 + 856
    219    frame [#5](/bitcoin-bitcoin/5/): 0x0000000100651398 bitcoind`___lldb_unnamed_symbol_100651264 + 308
    220    frame [#6](/bitcoin-bitcoin/6/): 0x00000001000c08c0 bitcoind`___lldb_unnamed_symbol_1000c0848 + 120
    221    frame [#7](/bitcoin-bitcoin/7/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    222  thread [#27](/bitcoin-bitcoin/27/), name = 'b-msghand'
    223    frame [#0](/bitcoin-bitcoin/0/): 0x000000018f2e14f8 libsystem_kernel.dylib`__psynch_cvwait + 8
    224    frame [#1](/bitcoin-bitcoin/1/): 0x000000018f3210dc libsystem_pthread.dylib`_pthread_cond_wait + 984
    225    frame [#2](/bitcoin-bitcoin/2/): 0x000000018f2517e4 libc++.1.dylib`std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 104
    226    frame [#3](/bitcoin-bitcoin/3/): 0x00000001000acac0 bitcoind`___lldb_unnamed_symbol_1000ac878 + 584
    227    frame [#4](/bitcoin-bitcoin/4/): 0x0000000100651398 bitcoind`___lldb_unnamed_symbol_100651264 + 308
    228    frame [#5](/bitcoin-bitcoin/5/): 0x00000001000c15ac bitcoind`___lldb_unnamed_symbol_1000c1534 + 120
    229    frame [#6](/bitcoin-bitcoin/6/): 0x000000018f320c08 libsystem_pthread.dylib`_pthread_start + 136
    

    (surprising how much more fits into the cache in 27 compared to 28-30)

    26.2

    02025-11-07T23:29:52Z UpdateTip: new best=0000000000000000000590fc0f3eba193a278534220b2b37e9849e1a770ca959 height=700000 version=0x3fffe004 log2_work=93.063032 tx=669566382 date='2021-09-11T04:14:32Z' progress=0.527773 cache=9367.7MiB(77357753txo)
    1...
    
  6. l0rinc commented at 7:23 pm on November 8, 2025: contributor

    So it seems that v26 handles these smoothly without an OOM, but v27-30 OOMs for dbcache sizes >8.7GB on Mac. So it also crashes for a 10 GB dbcache on a 64GB system. Can somebody else reproduce this? I suspect it may be related to #25325.


    I have instrumented the UpdateTip messages with dbcache buckets and system free memory - to plot the behavior before the crash, so the entries look like:

    02025-11-08T19:07:15Z UpdateTip: new best=0000000000000000013ec16f06b41e4912d0d08e45b3126f8cdc805907ac7042 height=467045 version=0x20000000 log2_work=86.451975 tx=223632782 date='2017-05-19T02:25:43Z' progress=0.176433 cache=7303.3MiB(52678905txo) buckets=52679969 free=29030.5MiB
    12025-11-08T19:07:21Z UpdateTip: new best=0000000000000000001cced60bdba0d5a5c109e8192453cbc36523aaa8dad8d7 height=467046 version=0x20000000 log2_work=86.452008 tx=223634957 date='2017-05-19T02:31:39Z' progress=0.176435 cache=7705.5MiB(52680253txo) buckets=105359939 free=29009.7MiB
    

    Free memory spikes up at the beginning, but levels off - I don’t see any OOM pressure here, maybe I’m measuring something incorrectly :/

    Bucket count and bucket saturation doesn’t indicate that this is happening during a dbcache reallocation (which would only partially explain it anyway):

    Something else is special about the ~8645.9MiB dbcache sizes.

  7. maflcko added the label Bug on Nov 10, 2025
  8. maflcko added the label Resource usage on Nov 10, 2025
  9. maflcko added the label macOS on Nov 10, 2025
  10. maflcko commented at 8:42 am on November 10, 2025: member

    Can somebody else reproduce this?

    Does it only happen on macOS, or also on Linux?


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-11-14 21:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me