Giter Club home page Giter Club logo

alethzero's Introduction

Former home of AlethZero, AlethOne and AlethFive (cpp-ethereum)

This repository was formerly the home of the Aleth C++ GUI applications for cpp-ethereum.

Here is release announcement from when AlethOne and AlethZero were first released:

  • AlethOne: Streamlined desktop client for mining
  • AlethZero: Power-user desktop client

These applications were discontinued because in each case the cost of maintenance ended up exceeding the benefits which they were delivering to end-users:

Our focus is now on HTML5-based GUI solutions such as remix, which can be used within browser-solidity, Mist, Atom, Visual Studio Code, and other IDE integrations, rather than building standalone C++ GUI applications.

All of these releases were prior to the hard-fork of 20th July 2016 (at block #192000), so none of these releases can be used with the currently active chain. AlethFive was earlier yet, prior to Homestead.

alethzero's People

Contributors

arkpar avatar bobsummerwill avatar chfast avatar chriseth avatar cjentzsch avatar debris avatar gavofyork avatar gcolvin avatar gluk256 avatar lefterisjp avatar lianahus avatar subtly avatar winsvega avatar yann300 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alethzero's Issues

AlethZero browser doesn't know web3

web3.eth.watch('chain').changed(function(){
var coinbase = web3.eth.coinbase;
document.getElementById('coinbase').innerText = coinbase;
var balance = web3.eth.balanceAt(coinbase);
document.getElementById('balance').innerText = balance;
});

is not working on my html page when i open it in the Alethzero browser

According my own webbrowser web3 is undefined.

crash on start

moved from cpp-ethereum repo. ethereum/cpp-ethereum #2996

Turning GPU mining off do not free GPU buffers

Please check if ethash_cl_miner instance kept by EthashGPUMiner is destroyed after GPU is turned off. In the destructor GPU resources should be freed.

Reproduce path is: Start AZ, start GPU mining, stop GPU mining, start ethminer with GPU mining (AZ still running). ethminer crashes with Nvidia drivers...

Handle qt 5.4

Browser component does not handle missing developer tools properly. It would be nice to detect missing tools at runtime and disable console function.

JS console doesn't work

type web3.eth.blockNumber -> massive message about not being able to connect.

use eth attach and it works fine.

Using private chain leads to infinite loop of DB closing/opening

Logs:

  ℹ  14:06:07|alethzero  Closing blockchain DB
  ℹ  14:06:09|alethzero  Opened blockchain DB. Latest: #46c26b80… (rebuild not needed)
  ℹ  14:06:09|alethzero  Opened state DB.
 ⚡   14:06:10|eth  Worker stopping 2991 ms
 ⚡   14:06:11|alethzero  Stop worker 993 ms
  ℹ  14:06:11|alethzero  Closing blockchain DB
  ℹ  14:06:13|alethzero  Opened blockchain DB. Latest: #d4e56740… (rebuild not needed)
  ℹ  14:06:13|alethzero  Opened state DB.
 ⚡   14:06:14|eth  Worker stopping 3011 ms
 ⚡   14:06:15|alethzero  Stop worker 993 ms
  ℹ  14:06:15|alethzero  Closing blockchain DB
  ℹ  14:06:17|alethzero  Opened blockchain DB. Latest: #46c26b80… (rebuild not needed)
  ℹ  14:06:17|alethzero  Opened state DB.
 ⚡   14:06:18|eth  Worker stopping 2991 ms
 ⚡   14:06:19|alethzero  Stop worker 993 ms
  ℹ  14:06:19|alethzero  Closing blockchain DB
  ℹ  14:06:21|alethzero  Opened blockchain DB. Latest: #d4e56740… (rebuild not needed)
  ℹ  14:06:21|alethzero  Opened state DB.
 ⚡   14:06:22|eth  Worker stopping 3011 ms
 ⚡   14:06:23|alethzero  Stop worker 993 ms
  ℹ  14:06:23|alethzero  Closing blockchain DB
  ℹ  14:06:25|alethzero  Opened blockchain DB. Latest: #46c26b80… (rebuild not needed)
  ℹ  14:06:25|alethzero  Opened state DB.
 ⚡   14:06:26|eth  Worker stopping 2971 ms
 ⚡   14:06:27|alethzero  Stop worker 993 ms
  ℹ  14:06:27|alethzero  Closing blockchain DB

After AZ is killed and restarted it happens again (UI does not even show up). The workaround is to remove alethzero.conf file.

AlethOne crashes on OSX El Capitan in dev::p2p::Host::startPeerSession

I am trying to mine from AlethOne on my mac book pro and after a few minutes I get a Bad Access exception and I need to restart the app

here is the details:
Process: AlethOne [38113]
Path: /Applications/AlethOne.app/Contents/MacOS/AlethOne
Identifier: .
Version: ??? (alethzero )
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: AlethOne [38113]
User ID: 501

Date/Time: 2015-12-02 08:16:00.616 +0100
OS Version: Mac OS X 10.11.1 (15B42)
Report Version: 11
Anonymous UUID: E7407E55-A876-B197-06D7-B54FEA883DA0

Sleep/Wake UUID: DEE4BD0B-178E-4B58-BCE4-6AFBE863AC2E

Time Awake Since Boot: 220000 seconds
Time Since Wake: 2400 seconds

System Integrity Protection: enabled

Crashed Thread: 17 p2p

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

VM Regions Near 0:
-->
__TEXT 000000010ad90000-000000010afbc000 [ 2224K] r-x/rwx SM=COW /Applications/AlethOne.app/Contents/MacOS/AlethOne

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8a184c96 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a1840d7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9525a2b4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9525977c __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff95258fc8 CFRunLoopRunSpecific + 296
5 com.apple.HIToolbox 0x00007fff8e2dcd55 RunCurrentEventLoopInMode + 235
6 com.apple.HIToolbox 0x00007fff8e2dcb8f ReceiveNextEventCommon + 432
7 com.apple.HIToolbox 0x00007fff8e2dc9cf _BlockUntilNextEventMatchingListInModeWithFilter + 71
8 com.apple.AppKit 0x00007fff84253d96 _DPSNextEvent + 1067
9 com.apple.AppKit 0x00007fff842531c5 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
10 com.apple.AppKit 0x00007fff84247d28 -[NSApplication run] + 682
11 libqcocoa.dylib 0x000000011133192d 0x111311000 + 133421
12 org.qt-project.QtCore 0x000000010c1ea4ad QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
13 org.qt-project.QtCore 0x000000010c1ed48a QCoreApplication::exec() + 346
14 . 0x000000010ada868d main + 93
15 libdyld.dylib 0x00007fff89bd15ad start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8a18b0a2 kevent_qos + 10
1 libdispatch.dylib 0x00007fff8325011d _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff8324fd85 _dispatch_mgr_thread + 52

Thread 2:: QThread
0 libsystem_kernel.dylib 0x00007fff8a18a222 select + 10
1 org.qt-project.QtCore 0x000000010c23df94 qt_safe_select(int, fd_set
, fd_set
, fd_set_, timespec const_) + 596
2 org.qt-project.QtCore 0x000000010c23ee60 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 672
3 org.qt-project.QtCore 0x000000010c23ff2a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
4 org.qt-project.QtCore 0x000000010c1ea4ad QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
5 org.qt-project.QtCore 0x000000010bfdf755 QThread::exec() + 117
6 org.qt-project.QtCore 0x000000010bfe31e3 0x10bfaf000 + 213475
7 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 3:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff8a184c96 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a1840d7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9525a2b4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9525977c __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff95258fc8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff843a9d49 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 4:: txcheck0
0 libsystem_kernel.dylib 0x00007fff8a189f5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8ae8873d _pthread_cond_wait + 767
2 libethereum.dylib 0x000000010c689c8b boost::condition_variable::wait(boost::unique_lockboost::mutex&) + 91
3 libethereum.dylib 0x000000010c724d1b boost::shared_mutex::lock_upgrade() + 123
4 libethereum.dylib 0x000000010c724b75 boost::upgrade_lockboost::shared_mutex::lock() + 53
5 libethereum.dylib 0x000000010c7bb26d dev::eth::TransactionQueue::import(dev::eth::Transaction const&, dev::eth::IfDropped) + 77
6 libethereum.dylib 0x000000010c7bdda5 dev::eth::TransactionQueue::verifierBody() + 725
7 libethereum.dylib 0x000000010c7be18e 0x10c64e000 + 1507726
8 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 5:: txcheck1
0 libsystem_kernel.dylib 0x00007fff8a189f5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8ae8873d _pthread_cond_wait + 767
2 libethereum.dylib 0x000000010c689c8b boost::condition_variable::wait(boost::unique_lockboost::mutex&) + 91
3 libethereum.dylib 0x000000010c724d1b boost::shared_mutex::lock_upgrade() + 123
4 libethereum.dylib 0x000000010c724b75 boost::upgrade_lockboost::shared_mutex::lock() + 53
5 libethereum.dylib 0x000000010c7bb26d dev::eth::TransactionQueue::import(dev::eth::Transaction const&, dev::eth::IfDropped) + 77
6 libethereum.dylib 0x000000010c7bdda5 dev::eth::TransactionQueue::verifierBody() + 725
7 libethereum.dylib 0x000000010c7be18e 0x10c64e000 + 1507726
8 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 6:: txcheck2
0 libsystem_kernel.dylib 0x00007fff8a189f5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8ae8873d _pthread_cond_wait + 767
2 libethereum.dylib 0x000000010c689c8b boost::condition_variable::wait(boost::unique_lockboost::mutex&) + 91
3 libethereum.dylib 0x000000010c724d1b boost::shared_mutex::lock_upgrade() + 123
4 libethereum.dylib 0x000000010c724b75 boost::upgrade_lockboost::shared_mutex::lock() + 53
5 libethereum.dylib 0x000000010c7bb26d dev::eth::TransactionQueue::import(dev::eth::Transaction const&, dev::eth::IfDropped) + 77
6 libethereum.dylib 0x000000010c7bdda5 dev::eth::TransactionQueue::verifierBody() + 725
7 libethereum.dylib 0x000000010c7be18e 0x10c64e000 + 1507726
8 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 7:: txcheck3
0 libsystem_kernel.dylib 0x00007fff8a189f5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8ae8873d _pthread_cond_wait + 767
2 libethereum.dylib 0x000000010c689c8b boost::condition_variable::wait(boost::unique_lockboost::mutex&) + 91
3 libethereum.dylib 0x000000010c724d1b boost::shared_mutex::lock_upgrade() + 123
4 libethereum.dylib 0x000000010c724b75 boost::upgrade_lockboost::shared_mutex::lock() + 53
5 libethereum.dylib 0x000000010c7bb26d dev::eth::TransactionQueue::import(dev::eth::Transaction const&, dev::eth::IfDropped) + 77
6 libethereum.dylib 0x000000010c7bdda5 dev::eth::TransactionQueue::verifierBody() + 725
7 libethereum.dylib 0x000000010c7be18e 0x10c64e000 + 1507726
8 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 8:: txcheck4
0 libsystem_kernel.dylib 0x00007fff8a189f5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8ae8873d _pthread_cond_wait + 767
2 libethereum.dylib 0x000000010c689c8b boost::condition_variable::wait(boost::unique_lockboost::mutex&) + 91
3 libethereum.dylib 0x000000010c724d1b boost::shared_mutex::lock_upgrade() + 123
4 libethereum.dylib 0x000000010c724b75 boost::upgrade_lockboost::shared_mutex::lock() + 53
5 libethereum.dylib 0x000000010c7bb26d dev::eth::TransactionQueue::import(dev::eth::Transaction const&, dev::eth::IfDropped) + 77
6 libethereum.dylib 0x000000010c7bdda5 dev::eth::TransactionQueue::verifierBody() + 725
7 libethereum.dylib 0x000000010c7be18e 0x10c64e000 + 1507726
8 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 9:: txcheck5
0 libdevcrypto.dylib 0x000000010de45592 0x10dd2a000 + 1160594
1 libdevcrypto.dylib 0x000000010de4940d 0x10dd2a000 + 1176589
2 libdevcrypto.dylib 0x000000010de4860f 0x10dd2a000 + 1173007
3 libdevcrypto.dylib 0x000000010de40c03 secp256k1_ecdsa_recover_compact + 1347
4 libdevcrypto.dylib 0x000000010dd30e5a dev::recover(dev::FixedHash<65u> const&, dev::FixedHash<32u> const&) + 186
5 libethcore.dylib 0x000000010caf433e dev::eth::TransactionBase::sender() const + 158
6 libethcore.dylib 0x000000010caf4579 dev::eth::TransactionBase::safeSender() const + 9
7 libethereum.dylib 0x000000010c7bb2b0 dev::eth::TransactionQueue::import(dev::eth::Transaction const&, dev::eth::IfDropped) + 144
8 libethereum.dylib 0x000000010c7bdda5 dev::eth::TransactionQueue::verifierBody() + 725
9 libethereum.dylib 0x000000010c7be18e 0x10c64e000 + 1507726
10 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
12 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 10:: verifier0
0 libethash.dylib 0x000000010cba2947 ethash_calculate_dag_item + 231
1 libethash.dylib 0x000000010cba3495 0x10cba1000 + 9365
2 libethash.dylib 0x000000010cba376d ethash_light_compute + 125
3 libethcore.dylib 0x000000010cab847d dev::eth::EthashAux::LightAllocation::compute(dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) const + 189
4 libethcore.dylib 0x000000010cab87af dev::eth::EthashAux::eval(dev::FixedHash<32u> const&, dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) + 319
5 libethcore.dylib 0x000000010caa7556 dev::eth::Ethash::BlockHeaderRaw::verify() const + 166
6 libethcore.dylib 0x000000010caa5c75 dev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness) + 309
7 libethereum.dylib 0x000000010c730109 dev::eth::BlockHeaderPolisheddev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness, dev::FixedHash<32u> const&) + 345
8 libethereum.dylib 0x000000010c72db47 0x10c64e000 + 916295
9 libethereum.dylib 0x000000010c71755b dev::eth::BlockQueue::verifierBody() + 1419
10 libethereum.dylib 0x000000010c71d12e 0x10c64e000 + 848174
11 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 11:: verifier1
0 libethash.dylib 0x000000010cba291a ethash_calculate_dag_item + 186
1 libethash.dylib 0x000000010cba3495 0x10cba1000 + 9365
2 libethash.dylib 0x000000010cba376d ethash_light_compute + 125
3 libethcore.dylib 0x000000010cab847d dev::eth::EthashAux::LightAllocation::compute(dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) const + 189
4 libethcore.dylib 0x000000010cab87af dev::eth::EthashAux::eval(dev::FixedHash<32u> const&, dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) + 319
5 libethcore.dylib 0x000000010caa7556 dev::eth::Ethash::BlockHeaderRaw::verify() const + 166
6 libethcore.dylib 0x000000010caa5c75 dev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness) + 309
7 libethereum.dylib 0x000000010c730109 dev::eth::BlockHeaderPolisheddev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness, dev::FixedHash<32u> const&) + 345
8 libethereum.dylib 0x000000010c72db47 0x10c64e000 + 916295
9 libethereum.dylib 0x000000010c71755b dev::eth::BlockQueue::verifierBody() + 1419
10 libethereum.dylib 0x000000010c71d12e 0x10c64e000 + 848174
11 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 12:: verifier2
0 libethash.dylib 0x000000010cba2947 ethash_calculate_dag_item + 231
1 libethash.dylib 0x000000010cba3495 0x10cba1000 + 9365
2 libethash.dylib 0x000000010cba376d ethash_light_compute + 125
3 libethcore.dylib 0x000000010cab847d dev::eth::EthashAux::LightAllocation::compute(dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) const + 189
4 libethcore.dylib 0x000000010cab87af dev::eth::EthashAux::eval(dev::FixedHash<32u> const&, dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) + 319
5 libethcore.dylib 0x000000010caa7556 dev::eth::Ethash::BlockHeaderRaw::verify() const + 166
6 libethcore.dylib 0x000000010caa5c75 dev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness) + 309
7 libethereum.dylib 0x000000010c730109 dev::eth::BlockHeaderPolisheddev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness, dev::FixedHash<32u> const&) + 345
8 libethereum.dylib 0x000000010c72db47 0x10c64e000 + 916295
9 libethereum.dylib 0x000000010c71755b dev::eth::BlockQueue::verifierBody() + 1419
10 libethereum.dylib 0x000000010c71d12e 0x10c64e000 + 848174
11 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 13:: verifier3
0 libethash.dylib 0x000000010cba2947 ethash_calculate_dag_item + 231
1 libethash.dylib 0x000000010cba3495 0x10cba1000 + 9365
2 libethash.dylib 0x000000010cba376d ethash_light_compute + 125
3 libethcore.dylib 0x000000010cab847d dev::eth::EthashAux::LightAllocation::compute(dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) const + 189
4 libethcore.dylib 0x000000010cab87af dev::eth::EthashAux::eval(dev::FixedHash<32u> const&, dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) + 319
5 libethcore.dylib 0x000000010caa7556 dev::eth::Ethash::BlockHeaderRaw::verify() const + 166
6 libethcore.dylib 0x000000010caa5c75 dev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness) + 309
7 libethereum.dylib 0x000000010c730109 dev::eth::BlockHeaderPolisheddev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness, dev::FixedHash<32u> const&) + 345
8 libethereum.dylib 0x000000010c72db47 0x10c64e000 + 916295
9 libethereum.dylib 0x000000010c71755b dev::eth::BlockQueue::verifierBody() + 1419
10 libethereum.dylib 0x000000010c71d12e 0x10c64e000 + 848174
11 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 14:: verifier4
0 libethash.dylib 0x000000010cba2947 ethash_calculate_dag_item + 231
1 libethash.dylib 0x000000010cba3495 0x10cba1000 + 9365
2 libethash.dylib 0x000000010cba376d ethash_light_compute + 125
3 libethcore.dylib 0x000000010cab847d dev::eth::EthashAux::LightAllocation::compute(dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) const + 189
4 libethcore.dylib 0x000000010cab87af dev::eth::EthashAux::eval(dev::FixedHash<32u> const&, dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) + 319
5 libethcore.dylib 0x000000010caa7556 dev::eth::Ethash::BlockHeaderRaw::verify() const + 166
6 libethcore.dylib 0x000000010caa5c75 dev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness) + 309
7 libethereum.dylib 0x000000010c730109 dev::eth::BlockHeaderPolisheddev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness, dev::FixedHash<32u> const&) + 345
8 libethereum.dylib 0x000000010c72db47 0x10c64e000 + 916295
9 libethereum.dylib 0x000000010c71755b dev::eth::BlockQueue::verifierBody() + 1419
10 libethereum.dylib 0x000000010c71d12e 0x10c64e000 + 848174
11 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 15:: verifier5
0 libethash.dylib 0x000000010cba291a ethash_calculate_dag_item + 186
1 libethash.dylib 0x000000010cba3495 0x10cba1000 + 9365
2 libethash.dylib 0x000000010cba376d ethash_light_compute + 125
3 libethcore.dylib 0x000000010cab847d dev::eth::EthashAux::LightAllocation::compute(dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) const + 189
4 libethcore.dylib 0x000000010cab87af dev::eth::EthashAux::eval(dev::FixedHash<32u> const&, dev::FixedHash<32u> const&, dev::FixedHash<8u> const&) + 319
5 libethcore.dylib 0x000000010caa7556 dev::eth::Ethash::BlockHeaderRaw::verify() const + 166
6 libethcore.dylib 0x000000010caa5c75 dev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness) + 309
7 libethereum.dylib 0x000000010c730109 dev::eth::BlockHeaderPolisheddev::eth::Ethash::BlockHeaderRaw::populateFromHeader(dev::RLP const&, dev::eth::Strictness, dev::FixedHash<32u> const&) + 345
8 libethereum.dylib 0x000000010c72db47 0x10c64e000 + 916295
9 libethereum.dylib 0x000000010c71755b dev::eth::BlockQueue::verifierBody() + 1419
10 libethereum.dylib 0x000000010c71d12e 0x10c64e000 + 848174
11 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 16:: eth
0 libsystem_kernel.dylib 0x00007fff8a189f5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8ae8873d _pthread_cond_wait + 767
2 libethereum.dylib 0x000000010c689c8b boost::condition_variable::wait(boost::unique_lockboost::mutex&) + 91
3 libethereum.dylib 0x000000010c689b4a boost::shared_mutex::lock() + 106
4 libethereum.dylib 0x000000010c6899b5 boost::unique_lockboost::shared_mutex::lock() + 53
5 libethereum.dylib 0x000000010c7bcf4b dev::eth::TransactionQueue::dropGood(dev::eth::Transaction const&) + 59
6 libethereum.dylib 0x000000010c740fa7 dev::eth::Client::onChainChanged(dev::eth::ImportRoute const&) + 231
7 libethereum.dylib 0x000000010c740d7b dev::eth::Client::syncBlockQueue() + 955
8 libethereum.dylib 0x000000010c73a5fc dev::eth::Client::doWork(bool) + 60
9 libdevcore.dylib 0x000000010dffb764 dev::Worker::workLoop() + 84
10 libdevcore.dylib 0x000000010dffb895 0x10dfbc000 + 260245
11 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 17 Crashed:: p2p
0 libp2p.dylib 0x000000010da78ee0 dev::p2p::Host::startPeerSession(dev::FixedHash<64u> const&, dev::RLP const&, std::__1::unique_ptr<dev::p2p::RLPXFrameCoder, std::__1::default_deletedev::p2p::RLPXFrameCoder >&&, std::__1::shared_ptrdev::p2p::RLPXSocket const&) + 5104
1 libp2p.dylib 0x000000010dad91cd 0x10da5e000 + 504269
2 libp2p.dylib 0x000000010dad95da 0x10da5e000 + 505306
3 libp2p.dylib 0x000000010daa336e boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lockboost::asio::detail::posix_mutex&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 654
4 libp2p.dylib 0x000000010daa2e98 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 200
5 libp2p.dylib 0x000000010da7e6fe dev::p2p::Host::doWork() + 78
6 libdevcore.dylib 0x000000010dffb764 dev::Worker::workLoop() + 84
7 libdevcore.dylib 0x000000010dffb895 0x10dfbc000 + 260245
8 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 18:: ethsync
0 libsystem_kernel.dylib 0x00007fff8a18a2b2 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff94f5fa75 nanosleep + 199
2 libc++.1.dylib 0x00007fff879cf020 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > const&) + 75
3 libdevcore.dylib 0x000000010dffb75b dev::Worker::workLoop() + 75
4 libdevcore.dylib 0x000000010dffb895 0x10dfbc000 + 260245
5 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 19:
0 libsnappy.1.dylib 0x000000010e0ee607 snappy::internal::CompressFragment(char const_, unsigned long, char_, unsigned short_, int) + 212
1 libsnappy.1.dylib 0x000000010e0ef06b snappy::Compress(snappy::Source_, snappy::Sink_) + 730
2 libsnappy.1.dylib 0x000000010e0ef566 snappy::RawCompress(char const_, unsigned long, char_, unsigned long_) + 72
3 libleveldb.1.dylib 0x000000010b8795d5 leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder_, leveldb::BlockHandle_) + 167
4 libleveldb.1.dylib 0x000000010b879489 leveldb::TableBuilder::Flush() + 85
5 libleveldb.1.dylib 0x000000010b87940e leveldb::TableBuilder::Add(leveldb::Slice const&, leveldb::Slice const&) + 332
6 libleveldb.1.dylib 0x000000010b861b12 leveldb::DBImpl::DoCompactionWork(leveldb::DBImpl::CompactionState*) + 1180
7 libleveldb.1.dylib 0x000000010b86132e leveldb::DBImpl::BackgroundCompaction() + 984
8 libleveldb.1.dylib 0x000000010b860f0f leveldb::DBImpl::BackgroundCall() + 65
9 libleveldb.1.dylib 0x000000010b87e2f0 0x10b85b000 + 144112
10 libsystem_pthread.dylib 0x00007fff8ae879b1 _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff8ae8792e _pthread_start + 168
12 libsystem_pthread.dylib 0x00007fff8ae85385 thread_start + 13

Thread 17 crashed with X86 Thread State (64-bit):
rax: 0x00007fe16befb7c0 rbx: 0x00007fe17184ea10 rcx: 0x00007fe17a0b9f80 rdx: 0x0000000000000000
rdi: 0x00007fe17a0b9f80 rsi: 0x0000000000000000 rbp: 0x000070000021c220 rsp: 0x000070000021b8a0
r8: 0x0000000000000007 r9: 0x00000000e0000000 r10: 0x00000000ffffffff r11: 0xffffffff00000000
r12: 0x0000000000000010 r13: 0x00007fe16d8e1f30 r14: 0x00007fe17184ea60 r15: 0x00007fe17c8aafe0
rip: 0x000000010da78ee0 rfl: 0x0000000000010202 cr2: 0x0000000000000000

Logical CPU: 4
Error Code: 0x00000004
Trap Number: 14

Binary Images:
0x10ad90000 - 0x10afbbfef +. (??? - alethzero ) <1D8C5DD0-10D6-3C03-8683-00052BAC502F> /Applications/AlethOne.app/Contents/MacOS/AlethOne
0x10b1cc000 - 0x10b6d5fff +org.qt-project.QtWidgets (5.4 - 5.4.0) <59434582-227F-3E63-ABAF-03BFACB81D13> /Applications/AlethOne.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10b826000 - 0x10b849fff +libjsoncpp.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libjsoncpp.dylib
0x10b85b000 - 0x10b888ff7 +libleveldb.1.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libleveldb.1.dylib
0x10b8a4000 - 0x10b8acfff +libminiupnpc.15.dylib (0) <5C7ABB97-977D-3660-BAD6-4C6FFD495AF0> /Applications/AlethOne.app/Contents/Frameworks/libminiupnpc.15.dylib
0x10b8b3000 - 0x10b8c0ff7 +libmicrohttpd.10.dylib (0) <1198C0E0-5D8A-3BC0-9425-24164D5564D1> /Applications/AlethOne.app/Contents/Frameworks/libmicrohttpd.10.dylib
0x10b8ca000 - 0x10b8d5fff +libjsonrpccpp-common.0.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libjsonrpccpp-common.0.dylib
0x10b8e2000 - 0x10b8eafff +libjsonrpccpp-server.0.dylib (0) <8FA8A270-D413-3BC3-AF08-BD8AD41582B8> /Applications/AlethOne.app/Contents/Frameworks/libjsonrpccpp-server.0.dylib
0x10b8f4000 - 0x10b8fcfff +libjsonrpccpp-client.0.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libjsonrpccpp-client.0.dylib
0x10b905000 - 0x10bd77fff +org.qt-project.QtGui (5.4 - 5.4.0) <3DBC0AA5-3A2D-3269-8671-5681FB3C6AF9> /Applications/AlethOne.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x10be52000 - 0x10bf69fff +org.qt-project.QtNetwork (5.4 - 5.4.0) <4DC62A7E-5070-36E1-9B84-14456CBC738A> /Applications/AlethOne.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x10bfaf000 - 0x10c4b7fff +org.qt-project.QtCore (5.4 - 5.4.0) <9CB60268-9C9B-3BEA-BD9C-D75A84D573F3> /Applications/AlethOne.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10c54a000 - 0x10c5cbff7 +libweb3jsonrpc.dylib (0) <9ABA124E-53E0-3957-AB5E-CBDE00611B37> /Applications/AlethOne.app/Contents/Frameworks/libweb3jsonrpc.dylib
0x10c608000 - 0x10c631fff +libwebthree.dylib (0) <1EE1CAD7-4B92-3CE6-A807-3D93E6B5A7DF> /Applications/AlethOne.app/Contents/Frameworks/libwebthree.dylib
0x10c64e000 - 0x10c911fff +libethereum.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libethereum.dylib
0x10c9f0000 - 0x10ca39ff7 +libevm.dylib (0) <15E3C637-1FC3-31B4-9984-9382E0FA7298> /Applications/AlethOne.app/Contents/Frameworks/libevm.dylib
0x10ca5e000 - 0x10cb20fff +libethcore.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libethcore.dylib
0x10cb85000 - 0x10cb95fff +libethash-cl.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libethash-cl.dylib
0x10cba1000 - 0x10cca1fff +libethash.dylib (0) <869366AE-093B-336A-8617-22D2E52D7200> /Applications/AlethOne.app/Contents/Frameworks/libethash.dylib
0x10cd82000 - 0x10d5e4fff +libevmjit.0.9.dylib (0) <8B106FA7-DE6B-374F-8DA6-B21B3B49B8A0> /Applications/AlethOne.app/Contents/Frameworks/libevmjit.0.9.dylib
0x10d852000 - 0x10d8aaff7 +liblll.dylib (0) <8591E470-786B-34F3-991D-09ECDD531051> /Applications/AlethOne.app/Contents/Frameworks/liblll.dylib
0x10d8f9000 - 0x10d99fff7 +libevmasm.dylib (0) <7C658092-61C9-3EC2-A5FC-C8CBFCA91E0A> /Applications/AlethOne.app/Contents/Frameworks/libevmasm.dylib
0x10d9ce000 - 0x10d9deff7 +libevmcore.dylib (0) <3ACA453B-6462-3754-9C9D-882E39592674> /Applications/AlethOne.app/Contents/Frameworks/libevmcore.dylib
0x10d9ed000 - 0x10da39fff +libwhisper.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libwhisper.dylib
0x10da5e000 - 0x10dc04fe7 +libp2p.dylib (0) <8E06259C-705B-3F41-A174-9A30B7F2C545> /Applications/AlethOne.app/Contents/Frameworks/libp2p.dylib
0x10dd2a000 - 0x10dea6fe7 +libdevcrypto.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libdevcrypto.dylib
0x10dfbc000 - 0x10e020fff +libdevcore.dylib (0) <62515DD7-DCF1-3C56-9CE6-9FE0EACF4FE6> /Applications/AlethOne.app/Contents/Frameworks/libdevcore.dylib
0x10e053000 - 0x10e058ff7 +libscrypt.dylib (0) <05D17E87-F9C3-37AF-B28C-71492B666618> /Applications/AlethOne.app/Contents/Frameworks/libscrypt.dylib
0x10e05d000 - 0x10e0c5ff7 +libgmp.10.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libgmp.10.dylib
0x10e0cf000 - 0x10e0d2ff7 +libnatspec.dylib (0) <4B126408-301A-384D-AE1C-2F6F6AF06214> /Applications/AlethOne.app/Contents/Frameworks/libnatspec.dylib
0x10e0da000 - 0x10e0defff com.apple.agl (3.3.1 - AGL-3.3.1) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10e0ed000 - 0x10e0f1fff +libsnappy.1.dylib (0) /Applications/AlethOne.app/Contents/Frameworks/libsnappy.1.dylib
0x10e96c000 - 0x10e9a0fff +org.qt-project.QtPrintSupport (5.4 - 5.4.0) /Applications/AlethOne.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10e9e1000 - 0x10e9f5fe3 libCGInterfaces.dylib (317.8) <5D867287-2340-3650-ABA9-2E4D2C99C96C> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x111311000 - 0x1113b7ff7 +libqcocoa.dylib (0) <662A4B72-2CFB-3CBA-B67C-8B9944653422> /Applications/AlethOne.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x113608000 - 0x113612ff7 +libqdds.dylib (0) /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqdds.dylib
0x113617000 - 0x11361dff7 +libqgif.dylib (0) <250B1CA5-F99B-39A2-805C-AAAC06C0C6E2> /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqgif.dylib
0x113621000 - 0x113629fff +libqicns.dylib (0) <3D4B42E5-089C-3F52-A385-04B9B33C4F79> /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqicns.dylib
0x11362e000 - 0x113634ff7 +libqico.dylib (0) /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqico.dylib
0x113639000 - 0x1136c0fff +libqjp2.dylib (0) /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqjp2.dylib
0x1136cf000 - 0x11370dff7 +libqjpeg.dylib (0) <40EC7154-BC74-3B13-8602-5F7BDCCA78BB> /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x113713000 - 0x113763ff7 +libqmng.dylib (0) <789B494F-6392-3402-B444-ABFA2BBB2B69> /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqmng.dylib
0x11376b000 - 0x11376fff7 +libqtga.dylib (0) <966B3471-4146-38F6-8A10-BD76A2D777DD> /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqtga.dylib
0x113773000 - 0x1137d5ff7 +libqtiff.dylib (0) <5B0E4033-6B03-3390-AAC1-1B3B68E4D066> /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x1137dd000 - 0x1137e1ff7 +libqwbmp.dylib (0) <33F650B7-4D25-3C03-99C5-F9EB15D5DD67> /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x1137e5000 - 0x11383efff +libqwebp.dylib (0) /Applications/AlethOne.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x118fd1000 - 0x118ff3ff7 libKoreanConverter.dylib (68) /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x132a74000 - 0x132a86fff libTraditionalChineseConverter.dylib (68) <9B9E1280-DF9F-3353-BEA1-7DC3E80C762E> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x141932000 - 0x141941ff7 libSimplifiedChineseConverter.dylib (68) <7D182FFD-0BCB-34D2-BE95-1764B6B3B116> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x154e5c000 - 0x154e5cfe7 +cl_kernels (???) <637CC028-FD5D-4D9D-9FF5-6E579406CB14> cl_kernels
0x155ae3000 - 0x155b48ff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.10.18 - 10.1.0) <63B7737D-CF57-305D-8BD6-EE9B4B03519D> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x7fff6aa20000 - 0x7fff6aa56f5f dyld (360.17) <03673B53-B8B7-34D1-ADCE-F449E78E39CC> /usr/lib/dyld
0x7fff8286e000 - 0x7fff828a6fff com.apple.RemoteViewServices (2.0 - 99) <8BD12AE2-BE91-37CF-955B-62E08551FF83> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff828a7000 - 0x7fff82a4cff3 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff82ab1000 - 0x7fff82ae2ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff82ae3000 - 0x7fff82b02ff7 com.apple.framework.Apple80211 (11.0 - 1102.32) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff83248000 - 0x7fff83275fff libdispatch.dylib (500.10.1) <438F4595-0731-34A2-ACAD-60121A76D1FF> /usr/lib/system/libdispatch.dylib
0x7fff8335e000 - 0x7fff83387ff7 libxslt.1.dylib (14) <412A09C9-7C02-351E-A416-2453361EACA9> /usr/lib/libxslt.1.dylib
0x7fff83388000 - 0x7fff8338eff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <433F8745-874A-39B3-A7C6-2EDA8C2C6B4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff833a4000 - 0x7fff833a4fff libmetal_timestamp.dylib (600.0.41.2) <2E74E3DE-B13E-3645-8A32-90D889FE92E1> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff833a5000 - 0x7fff8363afff libmecabra.dylib (696.1) <8FCC4C88-BE6A-3697-B1D3-8E1A2A3B99BA> /usr/lib/libmecabra.dylib
0x7fff83659000 - 0x7fff83a55fff libLAPACK.dylib (1159) <50654652-353D-3B6D-9065-8932042F3B17> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff83dfc000 - 0x7fff83e08fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <12117823-8A9E-3C88-A01C-3B25D68535CE> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff83e09000 - 0x7fff83e0cff7 com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff83e0d000 - 0x7fff83e29fff com.apple.GenerationalStorage (2.0 - 239) <05652CAD-E7F5-3225-929D-E13F241FBA41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff83f91000 - 0x7fff83fa3fff libsasl2.2.dylib (209) /usr/lib/libsasl2.2.dylib
0x7fff83fb1000 - 0x7fff84000ff7 com.apple.opencl (2.6.9 - 2.6.9) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8420a000 - 0x7fff84e2cfff com.apple.AppKit (6.9 - 1404.13) <9B600863-6A16-31CB-8138-97AC8F43FBC6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff84e33000 - 0x7fff84e5cff7 libsystem_info.dylib (476) <65D0643A-C8AE-3E8D-9F6E-E4AD823F16B2> /usr/lib/system/libsystem_info.dylib
0x7fff85167000 - 0x7fff851acff7 com.apple.coreservices.SharedFileList (24.4 - 24.4) <3C8665BA-A9CD-377C-BECB-2E933FDB68AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff851ad000 - 0x7fff851adfff com.apple.audio.units.AudioUnit (1.13 - 1.13) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff853b4000 - 0x7fff853bbff7 libcompiler_rt.dylib (62) <253B36E5-572D-377D-AE99-A02CE32590E5> /usr/lib/system/libcompiler_rt.dylib
0x7fff853bc000 - 0x7fff8542ffff com.apple.framework.IOKit (2.0.2 - 1178.10.1) <6A9D7E11-156A-3FDB-850E-114ECB1AE7FD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff85430000 - 0x7fff854a4ff3 com.apple.securityfoundation (6.0 - 55126) <73D2EE6C-E3A2-32FE-89B3-BA8ACEA53F09> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8577b000 - 0x7fff8577bfff libOpenScriptingUtil.dylib (169) <5C4A51D4-09A9-3209-8E57-15F112725CC4> /usr/lib/libOpenScriptingUtil.dylib
0x7fff85867000 - 0x7fff85870ff3 com.apple.CommonAuth (4.0 - 2.0) <6EF43A6E-C071-36A3-8B94-694AC6BEF6D3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff85f6f000 - 0x7fff85f71fff libCVMSPluginSupport.dylib (12.0.34.12) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff85f82000 - 0x7fff8618dfff libFosl_dynamic.dylib (16.24) <28CD6965-696D-32D0-B76F-4EA21DC1984A> /usr/lib/libFosl_dynamic.dylib
0x7fff862f9000 - 0x7fff86388ff7 libCoreStorage.dylib (517) <1CC0776E-B682-3CC1-8CC2-2305E0FA439D> /usr/lib/libCoreStorage.dylib
0x7fff86389000 - 0x7fff863aeff7 libPng.dylib (1440) <98D183F0-7F1A-3175-BE7F-2F90564061F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff86d21000 - 0x7fff86f2dfff com.apple.CoreImage (11.1.0 - 366.1.1) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff86f2e000 - 0x7fff86f3aff7 com.apple.OpenDirectory (10.11 - 194) <7ECA481B-C265-33F6-835E-2E5B96621E51> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff86f5d000 - 0x7fff86f5efff libsystem_secinit.dylib (20) <932ED582-E80F-39DA-B0FA-F1BC5F1AD2F8> /usr/lib/system/libsystem_secinit.dylib
0x7fff86f5f000 - 0x7fff86f67fff com.apple.NetFS (6.0 - 4.0) <5602F3EB-64F6-3495-BEF0-988F92974234> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff86f6e000 - 0x7fff86f70ffb libutil.dylib (43) /usr/lib/libutil.dylib
0x7fff86f86000 - 0x7fff86fbaff7 com.apple.CoreVideo (1.8 - 191.1) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff86fbb000 - 0x7fff86fbcfff libDiagnosticMessagesClient.dylib (100) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8714b000 - 0x7fff87176ffb libarchive.2.dylib (32.10.1) <88036C67-C2C8-3ADF-A4C7-6BBF94B80F15> /usr/lib/libarchive.2.dylib
0x7fff87281000 - 0x7fff87286fff com.apple.TCC (1.0 - 1) <96281C9E-B2DF-325F-BFA4-0A15150165EC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff87291000 - 0x7fff8731edd7 com.apple.AppleJPEG (1.0 - 1) <6230F3A0-C89D-3A35-A896-A17B3513E8DB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8733d000 - 0x7fff8734efff libz.1.dylib (60) <43317BEA-ACA2-34C2-AF37-902AA926C83A> /usr/lib/libz.1.dylib
0x7fff873a2000 - 0x7fff873a3fff libsystem_blocks.dylib (65) <1B4F1F10-823E-3781-8162-6884D14DF0D6> /usr/lib/system/libsystem_blocks.dylib
0x7fff877aa000 - 0x7fff877b0fff com.apple.IOAccelerator (203.10 - 203.10) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff8796c000 - 0x7fff87988ff7 libsystem_malloc.dylib (67) <1B57A614-3D60-3F87-876F-7DB4AF38120F> /usr/lib/system/libsystem_malloc.dylib
0x7fff87989000 - 0x7fff879dcff7 libc++.1.dylib (120.1) <54190E1B-EE49-3D6D-AC29-2813D7380BA5> /usr/lib/libc++.1.dylib
0x7fff879dd000 - 0x7fff87a14ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <207E4A14-E3CC-3658-ABAF-B5CAEC9ED1EB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff87ce4000 - 0x7fff87ceffff com.apple.CrashReporterSupport (10.11 - 716) <9BD908E9-368A-3B17-AFCD-185277FF70BA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff87cf0000 - 0x7fff87d0aff3 liblzma.5.dylib (10) <8CD18286-49EA-31E4-8A73-1BF8DECED6C6> /usr/lib/liblzma.5.dylib
0x7fff87e0e000 - 0x7fff880f3ff3 com.apple.CoreServices.CarbonCore (1136 - 1136) <9DE930A3-63C0-3E21-965A-132D97D61892> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff880f4000 - 0x7fff88102fff com.apple.opengl (12.0.34 - 12.0.34) <31C23ABB-8F75-3201-8CD1-447B3052B434> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8812d000 - 0x7fff88151fff com.apple.MultitouchSupport.framework (304.9 - 304.9) <90E9EC0A-57D0-331E-AE0D-FF1A7756A409> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff881d8000 - 0x7fff881e9ff7 libsystem_trace.dylib (200) <1D289F35-BFA2-3B9E-BDF9-20F34F9A01D4> /usr/lib/system/libsystem_trace.dylib
0x7fff881ea000 - 0x7fff881ecfff com.apple.loginsupport (1.0 - 1) <09F245DC-8342-358E-A881-DAE88BF0EC1D> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff881ed000 - 0x7fff881eeff3 com.apple.print.framework.Print (10.0 - 266) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff881ef000 - 0x7fff882fdfff com.apple.desktopservices (1.10 - 1.10) <76AA21FE-0F96-366A-9B43-6188FBC29ABE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff882fe000 - 0x7fff88693fdb com.apple.vImage (8.0 - 8.0) <3EF89E53-2A54-3464-A405-88E3213F31F7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff88694000 - 0x7fff88697ffb libScreenReader.dylib (425.100) <993C7AE7-6CA2-37B5-A13C-F9032857D3AD> /usr/lib/libScreenReader.dylib
0x7fff88698000 - 0x7fff88778ff7 unorm8_rgba.dylib (2.6.4.1) <49FF2837-D97B-3CFF-B139-E57D40700F32> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff887d6000 - 0x7fff8881bff3 libFontRegistry.dylib (155) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8884e000 - 0x7fff88872fff libJPEG.dylib (1440) <7A2BE834-C5F1-3950-B13D-66C1D39AD7AA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff88873000 - 0x7fff8888fff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib
0x7fff88e3b000 - 0x7fff88e3efff com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff88e3f000 - 0x7fff88e6efc3 libsystem_m.dylib (3105) <07D50372-30ED-3B03-9FA0-0662BF8F0098> /usr/lib/system/libsystem_m.dylib
0x7fff88e6f000 - 0x7fff88eadff7 libGLImage.dylib (12.0.34.12) <4FC92D21-0834-397E-BE0D-282A73FC16B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff894b1000 - 0x7fff895a0fff libxml2.2.dylib (29) <0702E13C-D726-3DAF-B0D1-77F7B9EF6A37> /usr/lib/libxml2.2.dylib
0x7fff8961f000 - 0x7fff89620fff liblangid.dylib (122) /usr/lib/liblangid.dylib
0x7fff8964e000 - 0x7fff89798fc7 com.apple.coreui (2.1 - 364.1) <4E680853-589C-3BC5-8215-240A07A92C81> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff89799000 - 0x7fff897a1fff com.apple.AppleSRP (5.0 - 1) <8DBB11A2-150A-3E70-8B83-DDEDAB15E2C3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff89bce000 - 0x7fff89bd1ffb libdyld.dylib (360.17) <99396189-E53A-3A78-BC49-449236DA7CFF> /usr/lib/system/libdyld.dylib
0x7fff89bd2000 - 0x7fff89c8cfff com.apple.DiscRecording (9.0.1 - 9010.4.3) <7AFCD317-2A1C-30D3-9871-C9C2C4FF05FD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff89c8d000 - 0x7fff89ca3ff7 libLinearAlgebra.dylib (1159) <01BD9187-521F-3F96-B477-24511318AECD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff89cb8000 - 0x7fff89d8eff7 com.apple.DiskImagesFramework (10.11.1 - 415) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff89d8f000 - 0x7fff89d8ffff com.apple.CoreServices (728.4 - 728.4) <14019127-641A-3CB9-8155-86AD35F23597> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff89d90000 - 0x7fff89eb4fff libsqlite3.dylib (216.4) /usr/lib/libsqlite3.dylib
0x7fff89ee2000 - 0x7fff89ef3fff libSparseBLAS.dylib (1159) <86AFE478-E6FB-38AB-84A3-7E4317521F2C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff8a173000 - 0x7fff8a191fff libsystem_kernel.dylib (3247.10.11) /usr/lib/system/libsystem_kernel.dylib
0x7fff8a296000 - 0x7fff8a309ffb com.apple.Heimdal (4.0 - 2.0) <2D358FB4-61BB-3BB6-9EF7-D9868A0B0275> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8a519000 - 0x7fff8a521fff libGFXShared.dylib (12.0.34.12) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8a57f000 - 0x7fff8a58dff7 libbz2.1.0.dylib (38) <99C5121D-8147-3B51-8D79-66245C863338> /usr/lib/libbz2.1.0.dylib
0x7fff8a659000 - 0x7fff8a66dfff libsystem_coretls.dylib (82) <21EDACF1-D9B3-3086-9821-60EB75E7F965> /usr/lib/system/libsystem_coretls.dylib
0x7fff8a674000 - 0x7fff8a674fff libenergytrace.dylib (10) <64F779D4-2192-37EC-8DB5-EC55BAE50058> /usr/lib/libenergytrace.dylib
0x7fff8a675000 - 0x7fff8a67effb libsystem_notify.dylib (149) <56ABC155-CB99-30A8-A8B1-C204B5615092> /usr/lib/system/libsystem_notify.dylib
0x7fff8a67f000 - 0x7fff8a6f6fc7 libcorecrypto.dylib (334) <4E1B969F-8449-3B21-9880-51AD58E25AA6> /usr/lib/system/libcorecrypto.dylib
0x7fff8a787000 - 0x7fff8a7c8ff7 libGLU.dylib (12.0.34.12) <055A2B53-7C59-359A-82CB-1F79160C5C86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8a7d3000 - 0x7fff8a80dfff com.apple.QD (3.12 - 302) <46969760-B02A-3ED5-B8BC-D6144939B16E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8a827000 - 0x7fff8a8cbfff com.apple.Bluetooth (4.4.2 - 4.4.2f1) <7037778A-6783-3727-9076-6CA9ED130A11> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8a8fd000 - 0x7fff8a993ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <1FBEDDC2-4BCD-3148-800E-968814206CB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8aa08000 - 0x7fff8aa08ff7 libkeymgr.dylib (28) <47080280-8B57-3D75-8A20-9E100864DE27> /usr/lib/system/libkeymgr.dylib
0x7fff8ae84000 - 0x7fff8ae8dff7 libsystem_pthread.dylib (137.1.1) <1373D0F1-C6CA-364E-A6BA-8BDBD0D34670> /usr/lib/system/libsystem_pthread.dylib
0x7fff8ae98000 - 0x7fff8aecbfff com.apple.MediaKit (16 - 807) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8af41000 - 0x7fff8af9ffff com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8afa0000 - 0x7fff8b16eff7 com.apple.QuartzCore (1.11 - 410.9) <4D3C169D-C579-38C3-AE10-B975E89331E0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8b16f000 - 0x7fff8b19dff7 com.apple.CoreServicesInternal (248.1 - 248.1) <834B5D98-DB81-36B1-BD2A-640928EDAAF6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8b1a5000 - 0x7fff8b1f5ff7 com.apple.Symbolication (1.4 - 58044) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8b236000 - 0x7fff8b362fff com.apple.CoreText (352.0 - 494.5.1) <393F0F48-0226-34BA-9793-66D8455EF894> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8b3bb000 - 0x7fff8b3c5fff com.apple.NetAuth (6.0 - 6.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8b3c6000 - 0x7fff8b4c1ff7 libFontParser.dylib (158.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8b4c2000 - 0x7fff8b8f0fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8b8f1000 - 0x7fff8b9a1fff com.apple.backup.framework (1.7 - 1.7) <70033C43-855B-3F12-998C-343F2A8A93BA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8b9d0000 - 0x7fff8b9d8fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff8b9d9000 - 0x7fff8b9ddfff libpam.2.dylib (20) <7F986CE8-EF74-3BC3-BB7E-5267E24EAFFE> /usr/lib/libpam.2.dylib
0x7fff8bdce000 - 0x7fff8bdceff7 liblaunch.dylib (755.1.19) <7EC0F297-43CC-3D11-B46B-7E72E372648A> /usr/lib/system/liblaunch.dylib
0x7fff8be05000 - 0x7fff8be06ffb libSystem.B.dylib (1225.1.1) <59F79CA0-5D86-359D-A235-4F257409109E> /usr/lib/libSystem.B.dylib
0x7fff8be22000 - 0x7fff8be22fff com.apple.Accelerate (1.10 - Accelerate 1.10) <78D9071F-93DE-3C66-8912-8B0AA25DDF05> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8bf3e000 - 0x7fff8bf67ffb libRIP.A.dylib (938) <4D830858-FD2C-32B1-9B29-E88AD815E604> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8bf68000 - 0x7fff8c12efef com.apple.ImageIO.framework (3.3.0 - 1440) <40A1D113-9A4A-37D5-98A7-52AABB16A942> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8c1eb000 - 0x7fff8c214fff libxpc.dylib (755.1.19) <3E09C275-A33B-357A-B0AB-A2DDF88EC9D5> /usr/lib/system/libxpc.dylib
0x7fff8c8bc000 - 0x7fff8c8c7fff libkxld.dylib (3247.10.11) <22BBF963-3808-3320-8BDA-5B7A99035F14> /usr/lib/system/libkxld.dylib
0x7fff8c8c8000 - 0x7fff8cad5fff libicucore.A.dylib (551.30) /usr/lib/libicucore.A.dylib
0x7fff8cadc000 - 0x7fff8cadfff7 libCoreFSCache.dylib (119.5) <5935DEAB-4236-38D2-8C76-5AF9A5700559> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff8cb1d000 - 0x7fff8cb87ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8cb88000 - 0x7fff8cba2fff com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8cba3000 - 0x7fff8cc43fff com.apple.Metadata (10.7.0 - 972.9) <303B6874-8B16-39A0-BB9D-5B7A59D3B8A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8ceb3000 - 0x7fff8ceb5ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <0EA1807B-4F41-317D-A6C2-E6A23F201252> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8ceb6000 - 0x7fff8ced3fff com.apple.AppleVPAFramework (2.0.15 - 2.0.15) <86BC6DCE-8590-38E3-9C0C-52E97F617B58> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8d030000 - 0x7fff8d035fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8d16c000 - 0x7fff8d174fff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib
0x7fff8d261000 - 0x7fff8d292ff7 libncurses.5.4.dylib (46) <766F2188-F523-3FAA-AC1F-49447F09E133> /usr/lib/libncurses.5.4.dylib
0x7fff8d293000 - 0x7fff8d2bafff com.apple.ChunkingLibrary (167 - 167) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8d2bb000 - 0x7fff8d2d2fff libsystem_asl.dylib (322) <97D794DA-8CE5-3676-AC5E-364F6D172BDA> /usr/lib/system/libsystem_asl.dylib
0x7fff8d318000 - 0x7fff8d387fff com.apple.SearchKit (1.4.0 - 1.4.0) <45A716CD-D9E7-3F1F-9EC8-BB37CA9E8C04> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8d55e000 - 0x7fff8d5bbfff com.apple.CoreServices.OSServices (728.4 - 728.4) <4E1819C2-F7A9-35FB-8193-FF3DCC35226C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8d5bc000 - 0x7fff8d6acfff libJP2.dylib (1440) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8d78b000 - 0x7fff8d799fff libxar.1.dylib (302) <898402AF-0DF3-341D-83EA-4A1B1770E718> /usr/lib/libxar.1.dylib
0x7fff8d79a000 - 0x7fff8d7a5fff libcsfde.dylib (517) /usr/lib/libcsfde.dylib
0x7fff8d7a6000 - 0x7fff8d7b7fff libcmph.dylib (6) <43880250-9C2D-395C-90C7-CCCE109FF1B2> /usr/lib/libcmph.dylib
0x7fff8d7b8000 - 0x7fff8d7c3fff libGL.dylib (12.0.34.12) <182B925C-7BF6-3EFE-85AF-54760206A6FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8d7c4000 - 0x7fff8d815ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <73EF4EB0-315C-3064-A991-3DBFF6BDDFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8dd45000 - 0x7fff8dd45fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8dd4b000 - 0x7fff8dd96ffb com.apple.print.framework.PrintCore (11.0 - 472) <34EA102A-D482-37FF-9C9B-E4FE4275913B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8ddb9000 - 0x7fff8ddc8ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8de35000 - 0x7fff8de36ffb libremovefile.dylib (41) /usr/lib/system/libremovefile.dylib
0x7fff8df9f000 - 0x7fff8dfa4ff7 libmacho.dylib (875.1) /usr/lib/system/libmacho.dylib
0x7fff8dfa5000 - 0x7fff8dfdfff7 com.apple.DebugSymbols (132 - 132) <6F5853A1-5DA8-3C42-8E02-2B972F34BCE0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8dfe3000 - 0x7fff8e025ff7 com.apple.Metal (54.26.3 - 54.26.3) <54544DF5-B1D1-3139-ADE6-E815533313EB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff8e272000 - 0x7fff8e28dff7 libCRFSuite.dylib (34) <65E4DC91-A994-3921-B5B0-696123CE0C1E> /usr/lib/libCRFSuite.dylib
0x7fff8e2ac000 - 0x7fff8e5a1ff3 com.apple.HIToolbox (2.1.1 - 806) <359FC9DB-B64C-3BC7-B9DA-401D8A5337DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8e5a2000 - 0x7fff8e5fefef libTIFF.dylib (1440) <5E2886E4-AEEF-382F-9AFB-93239278B36A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8e5ff000 - 0x7fff8e6e6ff7 libcrypto.0.9.8.dylib (59) <7C4E5457-B66C-39CA-BC0E-15CA6C051FC0> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8f7a5000 - 0x7fff909f5ff7 com.apple.CoreGraphics (1.600.0 - 938) <22518FBE-1937-3AF6-A91D-6B8983184025> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff90a1b000 - 0x7fff90a23fef libsystem_platform.dylib (73.1.1) <3F4D2390-E3DE-3C24-A515-95DFAC8671C4> /usr/lib/system/libsystem_platform.dylib
0x7fff90a24000 - 0x7fff90a40ff7 libextension.dylib (78) <3A674BC1-8D7E-3A62-80EF-F950B02CB0FF> /usr/lib/libextension.dylib
0x7fff90a41000 - 0x7fff90ae8fff com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff90af5000 - 0x7fff90af7ff7 libquarantine.dylib (80) <1693C5FE-EA0A-3122-85EB-7950ECC7435A> /usr/lib/system/libquarantine.dylib
0x7fff90af8000 - 0x7fff90b3eff7 libauto.dylib (186) <460B0167-C89B-37EC-823C-52F684B31C26> /usr/lib/libauto.dylib
0x7fff90b3f000 - 0x7fff90b8bffb com.apple.HIServices (1.22 - 548) <19389B63-C373-31AE-9180-3A11093EAE58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff90b8c000 - 0x7fff90bf3fff com.apple.framework.CoreWiFi (11.0 - 1101.20) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff90bf9000 - 0x7fff90e80ff3 com.apple.CFNetwork (760.1.2 - 760.1.2) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff90e9a000 - 0x7fff90eaafff libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff90f16000 - 0x7fff90f22fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <8D8F331E-21D2-3B7E-B977-3EB1D9E44D5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff90f23000 - 0x7fff90f45ff7 com.apple.IconServices (68 - 68) <9F8B9184-8DA8-3B7A-970B-3086DDD1CC6F> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff90fc5000 - 0x7fff90fc7ff7 libRadiance.dylib (1440) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff91ae4000 - 0x7fff91aedfff com.apple.icloud.FindMyDevice (1.0 - 1) <28CE764F-4C4C-3A75-B7AE-EDBC7A189E82> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff91b12000 - 0x7fff91b2bffb com.apple.openscripting (1.7 - 169) <6AA25650-8900-33C6-AD49-D0543DB27C16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff91b5e000 - 0x7fff91b87fff libc++abi.dylib (125) /usr/lib/libc++abi.dylib
0x7fff91b88000 - 0x7fff91d06fff com.apple.UIFoundation (1.0 - 435) <237F281F-7F15-3309-B749-F8DA37822F9F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff91d7e000 - 0x7fff91d86fff libsystem_networkextension.dylib (384.1.2) <4736FCC5-9DBA-31F4-AAC8-CD0A177CF502> /usr/lib/system/libsystem_networkextension.dylib
0x7fff91fa9000 - 0x7fff91fadfff libcache.dylib (75) <4948E2C8-867F-3E9D-AAE7-2F30F0B345C6> /usr/lib/system/libcache.dylib
0x7fff91fae000 - 0x7fff9205efe7 libvMisc.dylib (563.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff920f4000 - 0x7fff920f6fff com.apple.EFILogin (2.0 - 2) <1FF63331-0B4A-385D-AC44-7AE665947553> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff922c4000 - 0x7fff92359fff com.apple.ink.framework (10.9 - 214) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9235a000 - 0x7fff92373fff com.apple.CFOpenDirectory (10.11 - 194) <86755CDA-B4AA-39EF-8F7B-27F120F9AAC3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff92405000 - 0x7fff92405fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff927b5000 - 0x7fff92b09fff com.apple.Foundation (6.9 - 1255.1) <3AD7B198-3943-3919-B6F2-B0C28DC817B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff92bbb000 - 0x7fff92ccafe7 libvDSP.dylib (563.4) <643154B1-9A66-3265-9A7F-B36D71964FF7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff934d9000 - 0x7fff934d9ff7 libunc.dylib (29) /usr/lib/system/libunc.dylib
0x7fff934da000 - 0x7fff934dffff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff934e1000 - 0x7fff9350fff7 com.apple.DictionaryServices (1.2 - 250) <94678AC8-41FF-3D2E-A35E-D83AD18D7A78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff935d0000 - 0x7fff935d5ff3 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff936c3000 - 0x7fff937b5ff7 libiconv.2.dylib (44) <82529E3B-0485-344C-8075-83C7725D6A6F> /usr/lib/libiconv.2.dylib
0x7fff937b6000 - 0x7fff93806fff libcups.2.dylib (435) /usr/lib/libcups.2.dylib
0x7fff9387f000 - 0x7fff93908ff7 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff93909000 - 0x7fff9390bff7 com.apple.securityhi (9.0 - 55006) <02F35345-EFDE-3EE6-8526-F64EA74F91EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff9395a000 - 0x7fff9395afff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff9395b000 - 0x7fff9395dff7 libsystem_configuration.dylib (801.10.2) <93D5FB9A-CC7C-3672-80D8-7A1C4805204B> /usr/lib/system/libsystem_configuration.dylib
0x7fff9395e000 - 0x7fff93a44fef unorm8_bgra.dylib (2.6.4.1) <28F838EA-19E5-3724-99FF-B61132555D09> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff93a45000 - 0x7fff93aa3fff libsystem_network.dylib (582.1.4) /usr/lib/system/libsystem_network.dylib
0x7fff93aa4000 - 0x7fff93af2fff libcurl.4.dylib (90) <00662A4C-B89A-3A17-93FF-950C6DE47F99> /usr/lib/libcurl.4.dylib
0x7fff93b1b000 - 0x7fff93e7e6d7 libobjc.A.dylib (680) <7C5FAD04-2C01-3ED6-AA40-78925C12A456> /usr/lib/libobjc.A.dylib
0x7fff93f35000 - 0x7fff9405aff7 com.apple.LaunchServices (728.4 - 728.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff9405b000 - 0x7fff94063ffb libsystem_dnssd.dylib (624.10.1) <21D63EAB-27BE-3F41-B1D4-604BE7F4C9BA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff94064000 - 0x7fff942e3fff com.apple.security (7.0 - 57336.10.29) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff9435e000 - 0x7fff94604fff com.apple.CoreData (120 - 640) <37466A48-AA4C-3DB5-B606-C04841D3F654> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff94694000 - 0x7fff94697ff7 libsystem_sandbox.dylib (459.10.4) /usr/lib/system/libsystem_sandbox.dylib
0x7fff94939000 - 0x7fff9493dfff libGIF.dylib (1440) <22C11AAC-DDCD-37F8-8656-27184840CA7F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff9493e000 - 0x7fff94943ff7 libheimdal-asn1.dylib (452.1.1) <6E911973-1E1A-3F80-B955-FA78CF20FBFD> /usr/lib/libheimdal-asn1.dylib
0x7fff94ee0000 - 0x7fff94f6dfe7 libsystem_c.dylib (1081.1.3) /usr/lib/system/libsystem_c.dylib
0x7fff94f6e000 - 0x7fff94f8ffff com.apple.Sharing (438.0.1 - 438.0.1) <679D40D7-3C04-3D2C-962B-E8A959E5889E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff94f90000 - 0x7fff94fb7ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <403BC9E0-2A4E-3481-BDFE-B3CB372E5051> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff94fb8000 - 0x7fff9500dfff com.apple.AE (701 - 701) <87FDCC5A-82AC-36A2-BFE9-D0B2A3D870F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff9500e000 - 0x7fff95019ff7 libcommonCrypto.dylib (60074) /usr/lib/system/libcommonCrypto.dylib
0x7fff951c1000 - 0x7fff951ccff7 libChineseTokenizer.dylib (16) <1794A880-9C3D-37B2-8F3E-6CAFFB396089> /usr/lib/libChineseTokenizer.dylib
0x7fff951cd000 - 0x7fff951cffff libCGXType.A.dylib (938) <91E0A256-B45F-3728-B68A-250E4E74A838> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff951d0000 - 0x7fff95645ff7 com.apple.CoreFoundation (6.9 - 1255.1) <86B26482-C917-34F2-80D8-02911B6001E0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff95647000 - 0x7fff9564afff libCoreVMClient.dylib (119.5) <56187F75-4436-31CA-8D3A-C6BC67F6F2BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff95846000 - 0x7fff95848fff libsystem_coreservices.dylib (19) <692631A0-1923-32CA-9BD5-044B1382FFDE> /usr/lib/system/libsystem_coreservices.dylib
0x7fff9586c000 - 0x7fff958dbffb com.apple.datadetectorscore (7.0 - 460) <117708DA-6E19-3866-AD15-0CE3E3F2211A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff958ef000 - 0x7fff9595dff7 com.apple.ApplicationServices.ATS (377 - 394.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff95c03000 - 0x7fff95c1afff libmarisa.dylib (4) <4D3AE55B-CE77-364F-B8DE-C95CAA48B291> /usr/lib/libmarisa.dylib
0x7fff960c2000 - 0x7fff960cafff com.apple.CoreServices.FSEvents (1222.1.1 - 1222.1.1) <79DF16A7-E169-38A5-BF5E-2D45F86DE154> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff960cb000 - 0x7fff960ccfff com.apple.TrustEvaluationAgent (2.0 - 25) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff9616e000 - 0x7fff9616efff com.apple.Cocoa (6.11 - 22) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff96172000 - 0x7fff961fafff com.apple.CoreSymbolication (3.1 - 58048.1) <7B9BCFD9-3600-3973-841D-6227BEDE5D36> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff9625a000 - 0x7fff96272fcf libcompression.dylib (23) <7467B2EB-E0E0-3E9D-9EAD-3E04500C6395> /usr/lib/libcompression.dylib
0x7fff9636c000 - 0x7fff9637ffff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff96510000 - 0x7fff96518ff7 libcldcpuengine.dylib (2.6.4.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff96539000 - 0x7fff966a0fff libBLAS.dylib (1159) <35ADE4D4-391A-30C2-9D38-388F543EA4BA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff966a1000 - 0x7fff966a5fff com.apple.CommonPanels (1.2.6 - 96) <1D76DDD3-D45A-3679-8B72-5EECE6C1ACAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 5
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 114446
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=264.7M resident=0K(0%) swapped_out_or_unallocated=264.7M(100%)
Writable regions: Total=569.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=569.2M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate.framework 128K 2
Activity Tracing 2048K 2
CG backing stores 3368K 4
CG image 124K 14
CG shared images 304K 8
CoreAnimation 92K 16
CoreUI image data 576K 20
CoreUI image file 192K 4
Dispatch continuations 16.0M 2
Kernel Alloc Once 8K 3
MALLOC 511.1M 78
MALLOC guard page 32K 7
Memory Tag 242 12K 2
OpenCL 8K 2
Process Corpse Info 2048K 2
STACK GUARD 56.1M 21
Stack 17.2M 23
VM_ALLOCATE 60K 10
__DATA 20.5M 273
__IMAGE 528K 2
__LINKEDIT 98.7M 54
__TEXT 166.0M 259
__UNICODE 552K 2
mapped file 1.8G 218
shared memory 16.3M 10
=========== ======= =======
TOTAL 2.7G 1013

Model: MacBookPro11,4, BootROM MBP114.0172.B06, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.29f24
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.21.94.29.1a4)
Bluetooth: Version 4.4.2f1 16391, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

alethzero crash on start

osx 10.10.3
version: lates develop

scenario:

  1. enter password
  2. az crashes before ui appears

log

Last login: Sat Aug 29 14:35:30 on ttys006
Have a nice day!
/Users/marek/projects/ethereum/alethzero/build/AlethZero.app/Contents/MacOS/AlethZero ; exit;
--- ~ » /Users/marek/projects/ethereum/alethzero/build/AlethZero.app/Contents/MacOS/AlethZero ; exit;
  ◇  15:09:23|  Noting linked plugin AllAccounts
  ◇  15:09:23|  Noting linked plugin ExportState
  ◇  15:09:23|  Noting linked plugin BrainWallet
  ◇  15:09:23|  Noting linked plugin Browser
  ◇  15:09:23|  Noting linked plugin Cors
  ◇  15:09:23|  Noting linked plugin JsConsole
  ◇  15:09:23|  Noting linked plugin ImportKey
  ◇  15:09:23|  Noting linked plugin LogPanel
  ◇  15:09:23|  Noting linked plugin NameRegNamer
  ◇  15:09:23|  Noting linked plugin NewAccount
  ◇  15:09:23|  Noting linked plugin OtherAccounts
  ◇  15:09:23|  Noting linked plugin OurAccounts
  ◇  15:09:23|  Noting linked plugin GasPricing
  ◇  15:09:23|  Noting linked plugin InjectTransactions
  ◇  15:09:23|  Noting linked plugin Transact
  ◇  15:09:23|  Noting linked plugin Whisper
  ◇  15:09:23|  Noting linked plugin WhisperPeers
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/2952215e-9113-69a9-2499-92e355f28c45.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/4153c76d-9226-07b4-c32e-d2733538d94e.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/4e33cd1b-b432-4e45-96c7-b9b74f503a27.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/5c70614d-ebba-5383-be64-7dafdf7ea0e0.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/63ee1116-aeb0-633e-f0d2-10d7fca565d4.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/79db3a5b-3175-db7c-9d00-7efd85fa66bb.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/a41f1f73-713f-2328-bd70-bc95c6463882.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/a4b88424-8a1c-8ba0-44a3-fd448ed33bf1.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/aede6c73-b162-14c3-8bab-36bda8454d78.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/bd1e9e26-b40e-dfed-71d6-a44d31ac74fc.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/caae054d-0574-f450-ead2-647fcc025e31.json
  ℹ  15:09:24|  Reading /Users/marek/.web3/keys/fbce69e7-f0ca-3a65-17e3-93faa65aa0b9.json
State root: d7f8974fb5ac78d9ac099b9ad5018bedc2ce0a72dad1827a1709da30580f0544
Block Hash: d4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3
Block RLP: [ [ "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", 0x1DCC4DE8DEC75D7AAB85B567B6CCD41AD312451B948A7413F0A142FD40D49347, "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", 0xD7F8974FB5AC78D9AC099B9AD5018BEDC2CE0A72DAD1827A1709DA30580F0544, 0x56E81F171BCC55A6FF8345E692C0F86E5B48E01B996CADC001622FB5E363B421, 0x56E81F171BCC55A6FF8345E692C0F86E5B48E01B996CADC001622FB5E363B421, "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", 0x400000000, 0x0, 0x1388, 0x0, 0x0, 0x11BBE8DB4E347B4E8C937C1C8370E4B5ED33ADB3DB69CBDB7A38E1E50B1B82FA, "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", "\x00\x00\x00\x00\x00\x00\x00B" ], [ ], [ ] ]
Block Hex: f90219f90214a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347940000000000000000000000000000000000000000a0d7f8974fb5ac78d9ac099b9ad5018bedc2ce0a72dad1827a1709da30580f0544a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000850400000000808213888080a011bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82faa00000000000000000000000000000000000000000000000000000000000000000880000000000000042c0c0
eth Network protocol version: 61
Client database version: 12041
⧎ ℹ  15:09:41|  Id: ##f5e99b14…
  ℹ  15:09:42|  Opened blockchain DB. Latest: #d4e56740… (rebuild not needed)
  ℹ  15:09:42|  Opened state DB.
⧫ ℹ  15:09:43|  MiningBenefactor: @00000000…
⧫ ℹ  15:09:43|  You need to set a MiningBenefactor in order to mine!
libc++abi.dylib: terminating with uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >: boost: mutex lock failed in pthread_mutex_lock: Invalid argument
[1]    51927 abort      

[Process completed]

Process:               AlethZero [50566]
Path:                  /Users/USER/*/AlethZero.app/Contents/MacOS/AlethZero
Identifier:            .
Version:               ??? (alethzero )
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           AlethZero [50566]
User ID:               501

Date/Time:             2015-08-29 15:03:54.939 +0200
OS Version:            Mac OS X 10.10.3 (14D2134)
Report Version:        11
Anonymous UUID:        355080C6-7B56-536C-0096-1151029C7F03

Sleep/Wake UUID:       7A580886-A3B2-4376-AEDA-C328B2C808E2

Time Awake Since Boot: 170000 seconds
Time Since Wake:       14000 seconds

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Application Specific Information:
terminating with uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >: boost: mutex lock failed in pthread_mutex_lock: Invalid argument
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff910a3286 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff88b48b53 abort + 129
2   libc++abi.dylib                 0x00007fff8d9a8a21 abort_message + 257
3   libc++abi.dylib                 0x00007fff8d9d09b9 default_terminate_handler() + 243
4   libobjc.A.dylib                 0x00007fff8bc027eb _objc_terminate() + 124
5   libc++abi.dylib                 0x00007fff8d9ce0a1 std::__terminate(void (*)()) + 8
6   libc++abi.dylib                 0x00007fff8d9cdb30 __cxa_throw + 121
7   libethereum.dylib               0x0000000106af1a7c void boost::throw_exception<boost::lock_error>(boost::lock_error const&) + 220
8   libethereum.dylib               0x0000000106af1bba boost::mutex::lock() + 138
9   libethereum.dylib               0x0000000106af1875 boost::unique_lock<boost::mutex>::lock() + 53
10  libethereum.dylib               0x0000000106af591f boost::shared_mutex::lock_shared() + 63
11  libethereum.dylib               0x0000000106af57b5 boost::shared_lock<boost::shared_mutex>::lock() + 53
12  libethereum.dylib               0x0000000106bb2c19 0x106ab8000 + 1027097
13  .                               0x000000010247f3d9 dev::eth::Client::blockChain() const + 25
14  .                               0x0000000102439125 dev::az::Main::refreshBlockCount() + 69
15  .                               0x0000000102439074 dev::az::Main::onNewBlock() + 116
16  .                               0x0000000102467f13 dev::az::Main::installWatches()::$_1::operator()(std::__1::vector<dev::eth::LocalisedLogEntry, std::__1::allocator<dev::eth::LocalisedLogEntry> > const&) const + 35
17  .                               0x0000000102467e4c std::__1::__function::__func<dev::az::Main::installWatches()::$_1, std::__1::allocator<dev::az::Main::installWatches()::$_1>, void (std::__1::vector<dev::eth::LocalisedLogEntry, std::__1::allocator<dev::eth::LocalisedLogEntry> > const&)>::operator()(std::__1::vector<dev::eth::LocalisedLogEntry, std::__1::allocator<dev::eth::LocalisedLogEntry> > const&) + 92
18  .                               0x0000000102479584 std::__1::function<void (std::__1::vector<dev::eth::LocalisedLogEntry, std::__1::allocator<dev::eth::LocalisedLogEntry> > const&)>::operator()(std::__1::vector<dev::eth::LocalisedLogEntry, std::__1::allocator<dev::eth::LocalisedLogEntry> > const&) const + 148
19  .                               0x000000010243776e dev::az::Main::installWatch(dev::FixedHash<32u> const&, std::__1::function<void (std::__1::vector<dev::eth::LocalisedLogEntry, std::__1::allocator<dev::eth::LocalisedLogEntry> > const&)> const&) + 366
20  .                               0x0000000102431286 dev::az::Main::installWatches() + 134
21  .                               0x000000010242ded8 dev::az::Main::Main(QWidget*) + 18184
22  .                               0x000000010243159d dev::az::Main::Main(QWidget*) + 29
23  .                               0x0000000102419529 main + 105
24  libdyld.dylib                   0x00007fff8c5d75c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff910a4232 kevent64 + 10
1   libdispatch.dylib               0x00007fff8ef12a6a _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff9109e4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9109d64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8ff99eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8ff9937b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8ff98bd8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff8e43766b _NSEventThread + 137
6   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff910a394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8e0a340d start_wqthread + 13

Thread 12:: txcheck0
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106c224be dev::eth::TransactionQueue::verifierBody() + 206
3   libethereum.dylib               0x0000000106c22aae 0x106ab8000 + 1485486
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 13:: txcheck1
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106c224be dev::eth::TransactionQueue::verifierBody() + 206
3   libethereum.dylib               0x0000000106c22aae 0x106ab8000 + 1485486
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 14:: txcheck2
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106c224be dev::eth::TransactionQueue::verifierBody() + 206
3   libethereum.dylib               0x0000000106c22aae 0x106ab8000 + 1485486
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 15:: txcheck3
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106c224be dev::eth::TransactionQueue::verifierBody() + 206
3   libethereum.dylib               0x0000000106c22aae 0x106ab8000 + 1485486
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 16:: txcheck4
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106c224be dev::eth::TransactionQueue::verifierBody() + 206
3   libethereum.dylib               0x0000000106c22aae 0x106ab8000 + 1485486
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 17:: txcheck5
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106c224be dev::eth::TransactionQueue::verifierBody() + 206
3   libethereum.dylib               0x0000000106c22aae 0x106ab8000 + 1485486
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 18:: verifier0
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106b80843 dev::eth::BlockQueue::verifierBody() + 307
3   libethereum.dylib               0x0000000106b8686e 0x106ab8000 + 845934
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 19:: verifier1
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106b80843 dev::eth::BlockQueue::verifierBody() + 307
3   libethereum.dylib               0x0000000106b8686e 0x106ab8000 + 845934
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 20:: verifier2
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106b80843 dev::eth::BlockQueue::verifierBody() + 307
3   libethereum.dylib               0x0000000106b8686e 0x106ab8000 + 845934
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 21:: verifier3
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106b80843 dev::eth::BlockQueue::verifierBody() + 307
3   libethereum.dylib               0x0000000106b8686e 0x106ab8000 + 845934
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 22:: verifier4
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106b80843 dev::eth::BlockQueue::verifierBody() + 307
3   libethereum.dylib               0x0000000106b8686e 0x106ab8000 + 845934
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 23:: verifier5
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   libethereum.dylib               0x0000000106b80843 dev::eth::BlockQueue::verifierBody() + 307
3   libethereum.dylib               0x0000000106b8686e 0x106ab8000 + 845934
4   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 24:: eth
0   libsystem_kernel.dylib          0x00007fff910a3136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff84088d2e 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> > >) + 126
2   libethereum.dylib               0x0000000106bb1e14 std::__1::cv_status std::__1::condition_variable::wait_for<long long, std::__1::ratio<1l, 1l> >(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1l> > const&) + 148
3   libethereum.dylib               0x0000000106babad3 dev::eth::Client::doWork() + 259
4   libdevcore.dylib                0x0000000105f2ec84 dev::Worker::workLoop() + 84
5   libdevcore.dylib                0x0000000105f2edb5 0x105ef2000 + 249269
6   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 25:
0   libsystem_kernel.dylib          0x00007fff910a33fa __select + 10
1   libmicrohttpd.10.dylib          0x0000000106a94661 MHD_select_thread + 65
2   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
4   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 26:
0   libsystem_kernel.dylib          0x00007fff910a33fa __select + 10
1   libmicrohttpd.10.dylib          0x0000000106a94661 MHD_select_thread + 65
2   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
4   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 27:
0   libsystem_kernel.dylib          0x00007fff910a33fa __select + 10
1   libmicrohttpd.10.dylib          0x0000000106a94661 MHD_select_thread + 65
2   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
4   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 28:
0   libsystem_kernel.dylib          0x00007fff910a33fa __select + 10
1   libmicrohttpd.10.dylib          0x0000000106a94661 MHD_select_thread + 65
2   libsystem_pthread.dylib         0x00007fff8e0a5268 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff8e0a51e5 _pthread_start + 176
4   libsystem_pthread.dylib         0x00007fff8e0a341d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5d85c4b8  rdx: 0x0000000000000000
  rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff5d85c4e0  rsp: 0x00007fff5d85c4b8
   r8: 0x0000000000000002   r9: 0x00007fff88b72d70  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff5d85c640  r13: 0x0000000000000000  r14: 0x00007fff74b61300  r15: 0x00007fff5d85c520
  rip: 0x00007fff910a3286  rfl: 0x0000000000000206  cr2: 0x00007fff73ea4fd8

Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1023a0000 -        0x102758fff +. (??? - alethzero ) <1F0A2926-0D4C-3E51-9673-EFAE1C401B6C> /Users/USER/*/AlethZero.app/Contents/MacOS/AlethZero
       0x102a03000 -        0x105a11fd7 +org.qt-project.Qt.QtWebEngineCore (5.5 - 5.5.0) <EAF18D03-4C0F-3BA6-8012-88FE2054F9BC> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
       0x105d6a000 -        0x105dcffff +org.qt-project.QtDBus (5.5 - 5.5.0) <E6FB1CA1-A612-3563-95FE-368E22FA81CC> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
       0x105de6000 -        0x105e1bfff +org.qt-project.QtPrintSupport (5.5 - 5.5.0) <C177859F-04AF-3A75-A297-92FD46BE5169> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x105e3f000 -        0x105e5cff7 +org.qt-project.QtWebEngineWidgets (5.5 - 5.5.0) <55EC9835-37F9-3CF8-8B06-6A1C0FFE8198> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtWebEngineWidgets.framework/Versions/5/QtWebEngineWidgets
       0x105e76000 -        0x105e99fff +libjsoncpp.dylib (0) <FB17D3F8-3632-3F9E-895F-AD9553211234> /Users/USER/*/AlethZero.app/Contents/Frameworks/libjsoncpp.dylib
       0x105eb0000 -        0x105eddff7 +libleveldb.1.dylib (0) <C691B11C-30C9-38DA-AE08-1C272705CB1E> /Users/USER/*/AlethZero.app/Contents/Frameworks/libleveldb.1.dylib
       0x105ef2000 -        0x105f53ff7 +libdevcore.dylib (0) <92304CA5-C20D-3992-9C36-AA22A7093FDF> /Users/USER/*/AlethZero.app/Contents/Frameworks/libdevcore.dylib
       0x105f86000 -        0x105f8bff7 +libscrypt.dylib (0) <1E4EE84F-5179-32FF-9F5F-311190C27158> /Users/USER/*/AlethZero.app/Contents/Frameworks/libscrypt.dylib
       0x105f92000 -        0x105ffaff7 +libgmp.10.dylib (0) <C86A25BD-4708-38B0-8B5A-7C5E4811B054> /Users/USER/*/AlethZero.app/Contents/Frameworks/libgmp.10.dylib
       0x106008000 -        0x106018fff +libsecp256k1.dylib (0) <1B367629-A534-3BD2-8772-708548ED57EF> /Users/USER/*/AlethZero.app/Contents/Frameworks/libsecp256k1.dylib
       0x10601c000 -        0x106176ff7 +libdevcrypto.dylib (0) <E15A792E-E9F6-3C65-8C7C-EFCA7BE031C4> /Users/USER/*/AlethZero.app/Contents/Frameworks/libdevcrypto.dylib
       0x106286000 -        0x106374fff +libethash.dylib (0) <6DEACC6A-4415-38E1-86E0-BC493F2151CD> /Users/USER/*/AlethZero.app/Contents/Frameworks/libethash.dylib
       0x106447000 -        0x106457fff +libethash-cl.dylib (0) <F2575911-51B6-3DF2-B083-A95C071E49D5> /Users/USER/*/AlethZero.app/Contents/Frameworks/libethash-cl.dylib
       0x10645d000 -        0x10651dff7 +libethcore.dylib (0) <46D05E89-0CE8-34D2-A248-C799F9936FA0> /Users/USER/*/AlethZero.app/Contents/Frameworks/libethcore.dylib
       0x106585000 -        0x106595ff7 +libevmcore.dylib (0) <3DA46CAB-127F-39CE-A882-2B0733FB00C5> /Users/USER/*/AlethZero.app/Contents/Frameworks/libevmcore.dylib
       0x1065a1000 -        0x1065ecfff +libevm.dylib (0) <4C5DB946-3AD3-3655-A648-183D31F5D2C2> /Users/USER/*/AlethZero.app/Contents/Frameworks/libevm.dylib
       0x10660f000 -        0x1066b5ff7 +libevmasm.dylib (0) <17684F64-CFFB-30F2-9746-B0D458F3EE31> /Users/USER/*/AlethZero.app/Contents/Frameworks/libevmasm.dylib
       0x1066e9000 -        0x106741fff +liblll.dylib (0) <07FB0BB6-E6A6-3B16-A7E5-1007EF78D46B> /Users/USER/*/AlethZero.app/Contents/Frameworks/liblll.dylib
       0x106795000 -        0x10679dff7 +libminiupnpc.13.dylib (0) <2A07EA52-898A-3FC2-93AF-5845C40B8955> /Users/USER/*/AlethZero.app/Contents/Frameworks/libminiupnpc.13.dylib
       0x1067a7000 -        0x10693dff7 +libp2p.dylib (0) <01154E1C-F1B7-3E8E-B556-89DE1FAE25AB> /Users/USER/*/AlethZero.app/Contents/Frameworks/libp2p.dylib
       0x106a58000 -        0x106a63fff +libjsonrpccpp-common.0.dylib (0) <A74227CF-F418-30DD-B0B0-404012E87E12> /Users/USER/*/AlethZero.app/Contents/Frameworks/libjsonrpccpp-common.0.dylib
       0x106a74000 -        0x106a7cfff +libjsonrpccpp-server.0.dylib (0) <8FA8A270-D413-3BC3-AF08-BD8AD41582B8> /Users/USER/*/AlethZero.app/Contents/Frameworks/libjsonrpccpp-server.0.dylib
       0x106a8d000 -        0x106a9aff7 +libmicrohttpd.10.dylib (0) <1198C0E0-5D8A-3BC0-9425-24164D5564D1> /Users/USER/*/AlethZero.app/Contents/Frameworks/libmicrohttpd.10.dylib
       0x106aa0000 -        0x106aa8fff +libjsonrpccpp-client.0.dylib (0) <C3DE0914-FDF8-3228-862C-AB6ABAA1D225> /Users/USER/*/AlethZero.app/Contents/Frameworks/libjsonrpccpp-client.0.dylib
       0x106ab8000 -        0x106d76fff +libethereum.dylib (0) <0CA72530-1A45-3223-90EB-FA8A405FF412> /Users/USER/*/AlethZero.app/Contents/Frameworks/libethereum.dylib
       0x106e53000 -        0x106eeafff +libwhisper.dylib (0) <BB961ACB-3B45-3318-BF36-54569605CB5F> /Users/USER/*/AlethZero.app/Contents/Frameworks/libwhisper.dylib
       0x106f3c000 -        0x106f91fff +libwebthree.dylib (0) <D9ABE845-0A26-39F1-AAFB-CD59D97FACCD> /Users/USER/*/AlethZero.app/Contents/Frameworks/libwebthree.dylib
       0x106fd7000 -        0x1070ccff7 +libweb3jsonrpc.dylib (0) <576C5BA7-131F-3065-87D6-22D65C851FB6> /Users/USER/*/AlethZero.app/Contents/Frameworks/libweb3jsonrpc.dylib
       0x107141000 -        0x107144ff7 +libnatspec.dylib (0) <89A03414-1253-3DB3-B931-A6D8A00C471D> /Users/USER/*/AlethZero.app/Contents/Frameworks/libnatspec.dylib
       0x10714d000 -        0x107406fff +libsolidity.dylib (0) <0D624340-435C-30F1-ABBC-E77630610125> /Users/USER/*/AlethZero.app/Contents/Frameworks/libsolidity.dylib
       0x107518000 -        0x10752dff7 +org.qt-project.QtWebChannel (5.5 - 5.5.0) <3D99B2B8-C0E4-343D-AAB1-0F702DC8277B> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
       0x10753d000 -        0x107577fff +org.qt-project.QtPositioning (5.5 - 5.5.0) <B1E50DD1-FA91-3ACF-A3B4-B5B2AD669686> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
       0x107587000 -        0x107a9fff7 +org.qt-project.QtWidgets (5.5 - 5.5.0) <28C586D0-D4F4-379C-A9E5-3744023742CE> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x107bd5000 -        0x107bfdff7 +org.qt-project.QtWebEngine (5.5 - 5.5.0) <597B85BB-FBFB-3BF6-83BC-333F166C6FA3> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtWebEngine.framework/Versions/5/QtWebEngine
       0x107c1a000 -        0x107f08ff7 +org.qt-project.QtQuick (5.5 - 5.5.0) <CD3950F2-4051-3AA8-A3B1-F865F719F314> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
       0x107fb4000 -        0x108462fff +org.qt-project.QtGui (5.5 - 5.5.0) <3C24DFF8-4270-3640-8DEF-B94A13FB4D48> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x108544000 -        0x1088aaff7 +org.qt-project.QtQml (5.5 - 5.5.0) <7370EB7D-E1EE-3E12-B766-EACF1B305309> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
       0x108936000 -        0x108936ff5 +cl_kernels (???) <820AB8A0-6AD0-43F7-817E-141E7755657A> cl_kernels
       0x108938000 -        0x108a45ff7 +org.qt-project.QtNetwork (5.5 - 5.5.0) <1862F45A-2736-3483-B843-E779DCC9D916> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x108a7f000 -        0x108a7ffef +cl_kernels (???) <4803AE95-D60B-4FDC-9A4E-8A77E735B562> cl_kernels
       0x108a82000 -        0x108f98fff +org.qt-project.QtCore (5.5 - 5.5.0) <E158A6C3-8954-3658-BE72-C466397AEF32> /Users/USER/*/AlethZero.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10902c000 -        0x109063fff  com.apple.audio.midi.CoreMIDI (1.10 - 88) <4BBCD304-C28F-3C03-AEB8-5E3D5D030602> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x10908c000 -        0x109090fff  com.apple.agl (3.3.0 - AGL-3.3.0) <4E8F579B-A2E2-3A27-96D7-02A9465A78D8> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x10909c000 -        0x1090a0fff +libsnappy.1.dylib (0) <AEBA7F63-859C-3B40-8CD6-15450B92583F> /Users/USER/*/AlethZero.app/Contents/Frameworks/libsnappy.1.dylib
       0x1090aa000 -        0x109ae6fff +libevmjit.0.9.dylib (0) <8AB2BFFA-9011-3BEE-B54B-310572E23420> /Users/USER/*/AlethZero.app/Contents/Frameworks/libevmjit.0.9.dylib
       0x10bd89000 -        0x10be30ff7 +libqcocoa.dylib (0) <1729F81E-38AB-3919-9444-D7C864658133> /Users/USER/*/AlethZero.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x10fd86000 -        0x10fd90ff7 +libqdds.dylib (0) <4AB427A6-56A1-3F7B-A434-27B920A84524> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqdds.dylib
       0x10fd95000 -        0x10fd9cff7 +libqgif.dylib (0) <89FD0FB4-B7DD-386F-83F0-CDC89153DE38> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x10fda0000 -        0x10fda8fff +libqicns.dylib (0) <3262E01C-700E-3A0D-8232-E3AB69F3C871> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x10fdad000 -        0x10fdb3ff7 +libqico.dylib (0) <134E0090-09CB-33AE-8AE7-CED3256749EB> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqico.dylib
       0x10fdb8000 -        0x10fe4aff7 +libqjp2.dylib (0) <D0FAF6EC-3A19-3613-8622-5725AB9342C1> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqjp2.dylib
       0x10fe58000 -        0x10fe98fff +libqjpeg.dylib (0) <1F94EE62-5B18-3C87-8DD3-4377BE8C01FE> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x10fe9e000 -        0x10fef0ff7 +libqmng.dylib (0) <E9A1FFC5-B343-37B0-B9E8-0931199DA9E2> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x10fef8000 -        0x10fefcff7 +libqtga.dylib (0) <8EC28B4D-7AF3-3A8F-B348-E253AC909B40> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x10ff00000 -        0x10ff65ff7 +libqtiff.dylib (0) <66C27F05-5D5A-3561-B14A-989E2C98C8C8> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x10ff6d000 -        0x10ff71ff7 +libqwbmp.dylib (0) <E1844A9E-18B9-3FF0-8B5D-A3251044C429> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x10ff75000 -        0x10ffd7ff7 +libqwebp.dylib (0) <5AA55657-2E98-300A-A7C2-B3C1500A2FB6> /Users/USER/*/AlethZero.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x112ee3000 -        0x112fc9fef  unorm8_bgra.dylib (2.4.5) <DE8A92D2-ABB0-306B-8661-F509E112BEAB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x123400000000 -     0x123400508fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.6.20 - 10.0.6) <D6ED576F-0A4D-35BE-9B5C-0F307C59B72F> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x123480000000 -     0x12348043afff  com.apple.AMDRadeonX4000GLDriver (1.32.20 - 1.3.2) <07B307DA-BEFD-3B22-A2C4-F29C2380ED97> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
    0x7fff69478000 -     0x7fff694ae837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
    0x7fff8301b000 -     0x7fff83026ff7  libcsfde.dylib (471.20.7) <952A1E5D-CACB-3D31-996B-FEA03886AA0F> /usr/lib/libcsfde.dylib
    0x7fff83047000 -     0x7fff83102ff7  com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff83103000 -     0x7fff83103fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff83249000 -     0x7fff83256ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff83267000 -     0x7fff8344cff7  libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
    0x7fff8344d000 -     0x7fff8345bff7  com.apple.opengl (11.1.2 - 11.1.2) <99C0D63E-E3E9-30BD-B54F-ECCB5B57096D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8345c000 -     0x7fff83464ff3  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff83469000 -     0x7fff8346fff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff83470000 -     0x7fff83480ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff834da000 -     0x7fff834daff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff83529000 -     0x7fff83542ff7  com.apple.CFOpenDirectory (10.10 - 187) <790ED527-EFD2-3EA6-8C97-A8C04E96EBA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff83678000 -     0x7fff83679ff3  libSystem.B.dylib (1213) <CCEC13A5-D0D9-31C5-B0B0-1C564B4A20A6> /usr/lib/libSystem.B.dylib
    0x7fff8367a000 -     0x7fff8397cffb  com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff83bc3000 -     0x7fff83d09fef  libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
    0x7fff83d0a000 -     0x7fff83d0fffb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
    0x7fff83d10000 -     0x7fff83d2dffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff83d2e000 -     0x7fff83d89fe7  libTIFF.dylib (1237) <6C8BBCA3-C233-3941-ACF9-F06C5E6EE2E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff83dfe000 -     0x7fff83e29ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff83ea5000 -     0x7fff83eadfff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff83edf000 -     0x7fff83f74ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff83f75000 -     0x7fff83f75ff7  liblaunch.dylib (559.20.9) <FA89A113-696E-3271-8FE1-A0D7324E8481> /usr/lib/system/liblaunch.dylib
    0x7fff83f76000 -     0x7fff84007ff7  libCoreStorage.dylib (471.20.7) <91F00D9F-D8E6-3BB3-BD20-08FAE8D14A2A> /usr/lib/libCoreStorage.dylib
    0x7fff84008000 -     0x7fff84038ff7  libncurses.5.4.dylib (44) <F09809A4-53B9-3E91-A8FA-D3F584C03AA3> /usr/lib/libncurses.5.4.dylib
    0x7fff84039000 -     0x7fff84069fff  com.apple.GSS (4.0 - 2.0) <A37BAF76-C262-3292-B82D-F004CAC5F333> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8406e000 -     0x7fff84080ff7  libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
    0x7fff84081000 -     0x7fff840d5fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff840d6000 -     0x7fff840d8fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff840ef000 -     0x7fff840f3ff7  libGIF.dylib (1237) <8A40FED5-FA90-3E76-A359-CD974C43A962> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8418f000 -     0x7fff8418ffff  com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff84302000 -     0x7fff8432afff  libRIP.A.dylib (779.11) <88434DA0-B6B8-304A-9DC0-41D3947E8734> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8432b000 -     0x7fff8475bfff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff84dc6000 -     0x7fff84dddff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff85db4000 -     0x7fff85e13fff  com.apple.AE (681.2 - 681.2) <F364D547-D8D7-3529-94C9-1E0EE98DC4E0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff85e14000 -     0x7fff85e27ff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff85eb7000 -     0x7fff85ec2fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff85ece000 -     0x7fff85f57ff7  com.apple.CoreSymbolication (3.1 - 57020.1) <85707039-0C8A-3409-B0B5-153431CC1841> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff85f71000 -     0x7fff85f92fff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <D3862426-2586-3DF7-BA75-9A184FCD74C4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff85f93000 -     0x7fff85fbdfff  GLRendererFloat (11.1.2) <50EC0CD3-5CAB-3183-9818-FC4A405B681F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff85fe6000 -     0x7fff85feefff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff86047000 -     0x7fff860bdfe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff86180000 -     0x7fff861a9ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff861aa000 -     0x7fff861acfff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff861ad000 -     0x7fff861bfff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff861c0000 -     0x7fff862b4fff  libFontParser.dylib (134.2) <9F57B025-AB9C-31DD-9D54-2D7AB1298885> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff862b5000 -     0x7fff86300fff  com.apple.CloudDocs (1.0 - 321.6) <4C54EDB7-4377-3722-8C47-F3C3D260FCBA> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff86301000 -     0x7fff863a3fff  com.apple.Bluetooth (4.3.4 - 4.3.4f4) <A1120885-F31B-3C13-9B0D-2589F391CC7A> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff863a4000 -     0x7fff863a8fff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff863ab000 -     0x7fff867b8ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff867b9000 -     0x7fff867befff  libsystem_stats.dylib (163.20.16) <FBC3F80F-A0FB-3BD6-9A7E-800DE45F092E> /usr/lib/system/libsystem_stats.dylib
    0x7fff867e4000 -     0x7fff867effff  libGL.dylib (11.1.2) <FD8B7B67-1532-32A1-B369-9D7A6C1EB3ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff867f0000 -     0x7fff86831fff  libGLU.dylib (11.1.2) <2BA52A8D-ED35-3D86-B2D6-41479969C96D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff868da000 -     0x7fff869e9ff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff869f7000 -     0x7fff86d28fff  com.apple.Foundation (6.9 - 1153.20) <F0FF3A5D-C5B7-34A1-9319-DE1EF928E58E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff86d29000 -     0x7fff86d2dfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff86d9d000 -     0x7fff86d9efff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff86e68000 -     0x7fff86ea3fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff86f4a000 -     0x7fff86fc2ff7  com.apple.SystemConfiguration (1.14 - 1.14) <06A8405D-53BA-30A9-BA8A-222099176091> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff86fc3000 -     0x7fff87292ff3  com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff872e0000 -     0x7fff872f9ffb  com.apple.openscripting (1.4 - 162.1) <E6B42781-A556-355A-8A49-82A8D2B347FF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff87853000 -     0x7fff878f2e27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff87916000 -     0x7fff8794efff  libsystem_network.dylib (412.20.3) <589A5F67-BE2A-3245-A181-0ECC9B53EB00> /usr/lib/system/libsystem_network.dylib
    0x7fff8794f000 -     0x7fff87a0fff7  com.apple.backup.framework (1.6.4 - 1.6.4) <F4B2D86B-3B76-3F41-AF14-540EC82FD82C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff87a10000 -     0x7fff87b00fef  libJP2.dylib (1237) <A24C99BF-2360-343F-BCA1-F044E78EA0DE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff87b01000 -     0x7fff87b13ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff87b14000 -     0x7fff87c06fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff87c07000 -     0x7fff87c0fff7  com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff87c10000 -     0x7fff87c38fff  libxpc.dylib (559.20.9) <D35D0DB2-D7BD-3BE4-8378-062BFE545E1D> /usr/lib/system/libxpc.dylib
    0x7fff884ce000 -     0x7fff884d3ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff884d4000 -     0x7fff884d4ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff884d5000 -     0x7fff884d7ffb  libCGXType.A.dylib (779.11) <51607E77-F183-3CC2-A78C-238AFBDF6262> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff884d8000 -     0x7fff884fdfff  libPng.dylib (1237) <F5652650-87ED-3D53-9E59-A897DFA41DD0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff884fe000 -     0x7fff88819fcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff88a85000 -     0x7fff88ad1ff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff88aeb000 -     0x7fff88b77ff7  libsystem_c.dylib (1044.10.1) <86FBED7A-F2C8-3591-AD6F-486DD57E6B6A> /usr/lib/system/libsystem_c.dylib
    0x7fff88b78000 -     0x7fff88b7cfff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff88be1000 -     0x7fff88be9fe7  libcldcpuengine.dylib (2.4.5) <B24A71D4-1B1E-3145-84D9-0DFC94E5413C> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff88c2b000 -     0x7fff88c53fff  libsystem_info.dylib (459.20.1) <AEB3FE62-4763-3050-8352-D6F9AF961AE6> /usr/lib/system/libsystem_info.dylib
    0x7fff88d18000 -     0x7fff88d19fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff88d4a000 -     0x7fff88e20ff3  com.apple.DiskImagesFramework (10.10.1 - 396) <1149D3E1-CC6C-3177-916D-2BE066DC9344> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff88e21000 -     0x7fff88e54fff  com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff88e55000 -     0x7fff88ec1fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <5E228544-77A9-3AA5-8355-E8F6626F50E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff88ec2000 -     0x7fff88ec3ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff88ec4000 -     0x7fff88f2bff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff88f79000 -     0x7fff88fcafff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff893d7000 -     0x7fff8946dff7  com.apple.cloudkit.CloudKit (283.67.2 - 283.67.2) <79F5AD38-61D5-30E6-96DC-974351D4195B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8946e000 -     0x7fff895d5ffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff895d6000 -     0x7fff895e3ff3  com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff89935000 -     0x7fff89935fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8996f000 -     0x7fff899afff7  libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff89eda000 -     0x7fff89efefef  libJPEG.dylib (1237) <6DB10054-5C64-32FB-83FD-E102A8F73258> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff89eff000 -     0x7fff89f23ff7  com.apple.Sharing (328.16 - 328.16) <F96C7040-5FAF-3BC6-AE1E-5BF9CBE786C4> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff89fe4000 -     0x7fff8a820ffb  com.apple.CoreGraphics (1.600.0 - 779.11) <EFD63337-BC99-3068-95BB-AD88CCDDDE60> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8a874000 -     0x7fff8a875ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8a876000 -     0x7fff8a8eaffb  com.apple.securityfoundation (6.0 - 55126) <42589E18-D38C-3E25-B638-6E29740C224C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8a8eb000 -     0x7fff8a9fdff7  libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8ac9c000 -     0x7fff8aca3fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8aca4000 -     0x7fff8ad88fff  libcrypto.0.9.8.dylib (52.20.2) <977DA067-2588-3BF8-A7B2-F08FC6E9088F> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8ad89000 -     0x7fff8ad8efff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8ad8f000 -     0x7fff8b076ffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8b17e000 -     0x7fff8b1f0fff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8b2e9000 -     0x7fff8b303ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff8b45b000 -     0x7fff8b45dfff  com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8b45e000 -     0x7fff8b462fff  com.apple.IOAccelerator (156.14 - 156.14) <5D593364-14AA-3DDA-96FE-B9CF4FE09143> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8b725000 -     0x7fff8b72cff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8b72d000 -     0x7fff8b85dfff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8b85e000 -     0x7fff8b85efff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8b86e000 -     0x7fff8b86efff  libOpenScriptingUtil.dylib (162.1) <E0605012-0DDB-3150-8FD0-699376FA3CD0> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8b86f000 -     0x7fff8b87aff7  com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8b87b000 -     0x7fff8b8fffff  com.apple.PerformanceAnalysis (1.0 - 1) <17D22302-BE7F-35E9-AE9D-D036E148DBEF> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8b982000 -     0x7fff8b982fff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8b983000 -     0x7fff8b985fff  libRadiance.dylib (1237) <9B048776-53BB-3947-8ECE-9DDA804C86B2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8b986000 -     0x7fff8bb35fff  GLEngine (11.1.2) <8A8153B1-94CE-3EC1-9840-441DA7217BA9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff8bbb5000 -     0x7fff8bbefffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8bbf0000 -     0x7fff8bdea46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff8bf33000 -     0x7fff8bf49ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8bf7b000 -     0x7fff8bf81fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8bfab000 -     0x7fff8bfdbfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff8c056000 -     0x7fff8c0a5ff7  com.apple.opencl (2.4.2 - 2.4.2) <027BF5FB-FE6E-3C09-8D86-0D3E9D244AD9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8c0a6000 -     0x7fff8c0b5fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8c0b6000 -     0x7fff8c1cfffb  com.apple.CoreText (352.0 - 454.6) <D45790B0-E1A3-3C7D-8BA2-AB71D2CFA7FB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8c1d0000 -     0x7fff8c21efff  libcurl.4.dylib (83.1.2) <462767FC-C7F2-39F1-8C10-DA4114945F55> /usr/lib/libcurl.4.dylib
    0x7fff8c21f000 -     0x7fff8c239ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8c23a000 -     0x7fff8c32cff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8c32d000 -     0x7fff8c32efff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8c32f000 -     0x7fff8c349fff  com.apple.AppleVPAFramework (1.4.3 - 1.4.3) <AE62A92E-EDA7-37AD-8AF0-7912E9381A1F> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8c34a000 -     0x7fff8c34dfff  com.apple.xpc.ServiceManagement (1.0 - 1) <9E025823-660A-30C5-A568-223BD595B6F7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8c34e000 -     0x7fff8c374fff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8c5d4000 -     0x7fff8c5d7ff7  libdyld.dylib (353.2.1) <9EACCA38-291D-38CC-811F-7E9D1451E2D3> /usr/lib/system/libdyld.dylib
    0x7fff8c5d8000 -     0x7fff8c5daff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8c5db000 -     0x7fff8c5fbfff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8c64c000 -     0x7fff8c660feb  libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8c661000 -     0x7fff8c67dff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8c67e000 -     0x7fff8c6b6fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8c6c4000 -     0x7fff8c6dcff7  libexpat.1.dylib (12) <C5FE8836-E277-3162-9D15-6735321CB2C6> /usr/lib/libexpat.1.dylib
    0x7fff8c7de000 -     0x7fff8c810ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8c811000 -     0x7fff8c813ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff8c814000 -     0x7fff8c93cff7  com.apple.coreui (2.1 - 308.6) <DEA5D3E1-D333-302B-A6CF-7643BFDFAED0> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8c9b5000 -     0x7fff8c9c1ff7  com.apple.OpenDirectory (10.10 - 187) <1E07769D-68DE-3BF2-8E9E-A1E98BF70D1B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8c9f2000 -     0x7fff8cb2cfff  com.apple.ImageIO.framework (3.3.0 - 1237) <3C06213D-847A-3C7B-843E-6EC37113965D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8cb38000 -     0x7fff8ccc6fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8cf96000 -     0x7fff8cfa1ff7  libkxld.dylib (2782.20.48) <28EF8328-E3E2-336A-974B-FB1BF119D55A> /usr/lib/system/libkxld.dylib
    0x7fff8d9a8000 -     0x7fff8d9d3fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff8d9d4000 -     0x7fff8dbe1ff3  com.apple.CFNetwork (720.3.13 - 720.3.13) <69E15385-5784-3912-88F6-03B16F1C1A5C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8dc54000 -     0x7fff8dc57fff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8dc58000 -     0x7fff8dc5bfff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8dc64000 -     0x7fff8dc6fff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <A5640275-E2A6-3856-95EF-5F0DC440B10C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8dd9b000 -     0x7fff8dda1fff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff8dda2000 -     0x7fff8e00cff7  com.apple.security (7.0 - 57031.20.26) <934C7A30-40D0-3302-9D70-345A1E9A8B57> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8e099000 -     0x7fff8e0a1ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8e0a2000 -     0x7fff8e0abfff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8e0c1000 -     0x7fff8e0f2ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <D0903EA8-D861-3488-BCF5-9D8E7C6D01FA> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8e2de000 -     0x7fff8ee5fff7  com.apple.AppKit (6.9 - 1347.57) <B214D528-7D1C-39B2-BE36-821D417A0297> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8ee75000 -     0x7fff8eebfff7  com.apple.HIServices (1.22 - 522.1) <08CA8339-52ED-3225-93FA-80F094A53C5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8eec1000 -     0x7fff8ef0dfff  com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8ef0e000 -     0x7fff8ef38ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8ef39000 -     0x7fff8ef39fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8f027000 -     0x7fff8f074ff7  com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8f075000 -     0x7fff8f0e1ff3  com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff8f14d000 -     0x7fff8f16dff7  com.apple.MultitouchSupport.framework (263.10 - 263.10) <9BD832F8-41BF-331A-9FE3-E3003E6B8788> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8f171000 -     0x7fff8f1b7ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff8f23d000 -     0x7fff8f258ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff8f259000 -     0x7fff8f55eff3  com.apple.HIToolbox (2.1.1 - 758.7) <6711FAA9-904A-3B49-9665-FC8D13B93C42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8f55f000 -     0x7fff8f564ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff8f567000 -     0x7fff8f56fffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8f62b000 -     0x7fff8f645ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8f69f000 -     0x7fff8f6a8ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff8f704000 -     0x7fff8f7a2fff  com.apple.Metadata (10.7.0 - 917.35) <8CBD1D32-4F4B-3F9A-AC65-76F2B5376FBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8f876000 -     0x7fff8f878fff  libCVMSPluginSupport.dylib (11.1.2) <1C5C1757-67F1-3C23-90EF-643619A0E7DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8f881000 -     0x7fff8f885fff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8f886000 -     0x7fff8f888fff  libsystem_configuration.dylib (699.1.5) <F23A573B-A5D4-35E4-BF63-631BFED9F19B> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8f88e000 -     0x7fff8f90cfff  com.apple.CoreServices.OSServices (640.4 - 640.4) <B2C36806-0C7C-3CB4-8100-7473C547B878> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8f90d000 -     0x7fff8f97bffb  com.apple.Heimdal (4.0 - 2.0) <7697A837-98B8-3BDB-A7D2-8ED4C9ABC510> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8f97c000 -     0x7fff8f9a9fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8f9aa000 -     0x7fff8f9c6fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8f9c7000 -     0x7fff8f9f6ff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8f9fc000 -     0x7fff8fbacff3  com.apple.QuartzCore (1.10 - 361.18) <10D3529E-03AF-3516-ADF7-94E584BFF3AD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8fbad000 -     0x7fff8fbc7ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8fc9c000 -     0x7fff8fca0fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff8fdd6000 -     0x7fff8fdd7fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff8fdd8000 -     0x7fff8fefcff7  com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8ff27000 -     0x7fff902bfff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff902c0000 -     0x7fff90354fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff90358000 -     0x7fff90358fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff903db000 -     0x7fff903ecff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff9040e000 -     0x7fff90449fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff904b5000 -     0x7fff904c6fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff90755000 -     0x7fff90780fff  com.apple.DictionaryServices (1.2 - 229) <F03DFAC6-6285-3176-9C6D-7CC50F8CD52A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff90781000 -     0x7fff907f0fff  com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff907f1000 -     0x7fff90862ffb  com.apple.ApplicationServices.ATS (360 - 375.2) <2338AF23-528F-359A-847F-8B04E49E2B84> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff90863000 -     0x7fff908a9ff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff908aa000 -     0x7fff908b7ff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff908b8000 -     0x7fff90a47fff  libGLProgrammability.dylib (11.1.2) <11882D43-25B4-331D-9428-C97F4A88DA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff90a9a000 -     0x7fff90ab9fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff90aba000 -     0x7fff90ac1ff7  libCGCMS.A.dylib (779.11) <5D33FF8C-AC74-3B7B-A602-4AA470FEAF79> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff90ac2000 -     0x7fff90acbff3  com.apple.CommonAuth (4.0 - 2.0) <BA9F5A09-D200-3D18-9F4A-20C789291A30> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff90acc000 -     0x7fff90ad5fff  libGFXShared.dylib (11.1.2) <7F9F6175-E993-3014-8C9B-1F08CE7C75A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff90aed000 -     0x7fff90aeeffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff90ff8000 -     0x7fff91009fff  libsystem_coretls.dylib (35.20.2) <6084A531-2523-39F8-B030-811FA1A32FB5> /usr/lib/system/libsystem_coretls.dylib
    0x7fff9100f000 -     0x7fff91046ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9108d000 -     0x7fff910aafff  libsystem_kernel.dylib (2782.20.48) <EAFD7BD0-0C30-3E7D-9528-F9916BA0167C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff91628000 -     0x7fff91634ff7  libGPUSupportMercury.dylib (11.1.2) <37551A5E-F0B6-3A77-B6D8-F1C744FAEF1B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff9163c000 -     0x7fff916a3ffb  com.apple.datadetectorscore (6.0 - 396.1.1) <9B0B3198-DDBE-36C0-8BA9-3EC89C725282> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff916d4000 -     0x7fff916e1fff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff91708000 -     0x7fff91712ff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff91799000 -     0x7fff9179bfff  libsystem_sandbox.dylib (358.20.5) <EE280F2C-DF8C-3D2D-B5FA-6DFF89769D6F> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff9179c000 -     0x7fff91acfff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff91b68000 -     0x7fff91c17fe7  libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff91d9c000 -     0x7fff91df6ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff91e91000 -     0x7fff92110ff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff92111000 -     0x7fff92113ff7  com.apple.securityhi (9.0 - 55006) <5B5DAEEA-F887-33AA-9877-167F609C2B15> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff92aea000 -     0x7fff92aecfff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 73795
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=315.1M resident=186.6M(59%) swapped_out_or_unallocated=128.5M(41%)
Writable regions: Total=364.7M written=67.1M(18%) resident=118.5M(32%) swapped_out=4K(0%) unallocated=246.3M(68%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  45.5M
CG image                             84K
CG shared images                    336K
CoreAnimation                       112K
CoreImage                            16K
CoreServices                        532K
CoreUI image data                   168K
Foundation                            4K
IOKit                               356K
Kernel Alloc Once                     8K
MALLOC                            275.0M
MALLOC (admin)                       32K
Memory Tag 242                       12K
OpenCL                               16K
STACK GUARD                        56.1M
Stack                              21.8M
VM_ALLOCATE                        17.2M
__DATA                             23.0M
__GLSLBUILTINS                     2588K
__IMAGE                             528K
__LINKEDIT                         87.1M
__TEXT                            228.0M
__UNICODE                           552K
mapped file                        77.6M
shared memory                         4K
===========                      =======
TOTAL                             836.5M

Model: MacBookPro11,5, BootROM MBP114.0172.B00, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.30f1
Graphics: AMD Radeon R9 M370X, AMD Radeon R9 M370X, PCIe, 2048 MB
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.4f4 15601, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512G, 500,28 GB
USB Device: Internal Memory Card Reader
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

problem with initialising plugin PrivateChain

ℹ 06:19:18 PM|alethzero Reading /home/liana/.web3/keys/d0ec3f0f-0033-71ad-1cc2-15bb12cdd33f.json
ℹ 06:19:18 PM|alethzero Reading /home/liana/.web3/keys/767519b5-e58d-dea6-cffd-9396bd91a2b8.json
ℹ 06:19:18 PM|alethzero Reading /home/liana/.web3/keys/7219a046-da6d-5f58-34b8-a41ff2fc6d9c.json
State root: d7f8974fb5ac78d9ac099b9ad5018bedc2ce0a72dad1827a1709da30580f0544
Block Hash: d4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3
Block RLP: [ [ "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", 0x1DCC4DE8DEC75D7AAB85B567B6CCD41AD312451B948A7413F0A142FD40D49347, "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", 0xD7F8974FB5AC78D9AC099B9AD5018BEDC2CE0A72DAD1827A1709DA30580F0544, 0x56E81F171BCC55A6FF8345E692C0F86E5B48E01B996CADC001622FB5E363B421, 0x56E81F171BCC55A6FF8345E692C0F86E5B48E01B996CADC001622FB5E363B421, "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", 0x400000000, 0x0, 0x1388, 0x0, 0x0, 0x11BBE8DB4E347B4E8C937C1C8370E4B5ED33ADB3DB69CBDB7A38E1E50B1B82FA, "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", "\x00\x00\x00\x00\x00\x00\x00B" ], [ ], [ ] ]
Block Hex: f90219f90214a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347940000000000000000000000000000000000000000a0d7f8974fb5ac78d9ac099b9ad5018bedc2ce0a72dad1827a1709da30580f0544a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000850400000000808213888080a011bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82faa00000000000000000000000000000000000000000000000000000000000000000880000000000000042c0c0
eth Network protocol version: 61
Client database version: 12041
⧎ ℹ 06:19:39 PM|alethzero Id: ##6af2a018…
ℹ 06:19:44 PM|alethzero Opened blockchain DB. Latest: #d4e56740… (rebuild not needed)
ℹ 06:19:44 PM|alethzero Opened state DB.
⚡ 06:19:49 PM|alethzero void dev::eth::Client::init(dev::p2p::Host*, const string&, dev::WithExisting, dev::u256) 4716 ms
◇ 06:19:49 PM|alethzero newBlock watch ID: 0
◇ 06:19:49 PM|alethzero Initialising plugin: OtherAccounts
◇ 06:19:49 PM|alethzero Initialising plugin: Whisper
◇ 06:19:49 PM|alethzero Initialising plugin: LogPanel
◇ 06:19:49 PM|alethzero Initialising plugin: Browser
◇ 06:19:49 PM|alethzero Initialising plugin: BrainWallet
◇ 06:19:49 PM|alethzero Initialising plugin: WhisperPeers
◇ 06:19:49 PM|alethzero Initialising plugin: InjectTransactions
◇ 06:19:49 PM|alethzero Initialising plugin: Cors
◇ 06:19:49 PM|alethzero Initialising plugin: Transact
◇ 06:19:49 PM|alethzero Initialising plugin: GasPricing
◇ 06:19:49 PM|alethzero Initialising plugin: OurAccounts
◇ 06:19:49 PM|alethzero Initialising plugin: SpecialBlockChain
◇ 06:19:49 PM|alethzero Initialising plugin: EVMJIT
◇ 06:19:49 PM|alethzero Initialising plugin: NameRegNamer
◇ 06:19:49 PM|alethzero Initialising plugin: PrivateChain
⚡ 06:19:50 PM|alethzero Stop worker 879 ms
ℹ 06:19:50 PM|alethzero Closing blockchain DB
ℹ 06:19:55 PM|alethzero Opened blockchain DB. Latest: #ad570329… (rebuild not needed)
ℹ 06:19:55 PM|alethzero Opened state DB.
⚡ 06:20:01 PM|eth Worker stopping 10781 ms
⚡ 06:20:02 PM|alethzero Stop worker 992 ms
ℹ 06:20:02 PM|alethzero Closing blockchain DB
ℹ 06:20:07 PM|alethzero Opened blockchain DB. Latest: #d4e56740… (rebuild not needed)
ℹ 06:20:07 PM|alethzero Opened state DB.
⚡ 06:20:08 PM|eth Worker stopping 6084 ms
⚡ 06:20:09 PM|alethzero Stop worker 994 ms
ℹ 06:20:09 PM|alethzero Closing blockchain DB
ℹ 06:20:14 PM|alethzero Opened blockchain DB. Latest: #ad570329… (rebuild not needed)
ℹ 06:20:14 PM|alethzero Opened state DB.
⚡ 06:20:15 PM|eth Worker stopping 6164 ms
⚡ 06:20:16 PM|alethzero Stop worker 992 ms
ℹ 06:20:16 PM|alethzero Closing blockchain DB
ℹ 06:20:21 PM|alethzero Opened blockchain DB. Latest: #d4e56740… (rebuild not needed)
ℹ 06:20:21 PM|alethzero Opened state DB.
⚡ 06:20:22 PM|eth Worker stopping 5922 ms
⚡ 06:20:23 PM|alethzero Stop worker 989 ms
ℹ 06:20:23 PM|alethzero Closing blockchain DB
ℹ 06:20:28 PM|alethzero Opened blockchain DB. Latest: #ad570329… (rebuild not needed)
ℹ 06:20:28 PM|alethzero Opened state DB.
⚡ 06:20:29 PM|eth Worker stopping 6203 ms
⚡ 06:20:30 PM|alethzero Stop worker 990 ms
ℹ 06:20:30 PM|alethzero Closing blockchain DB
ℹ 06:20:35 PM|alethzero Opened blockchain DB. Latest: #d4e56740… (rebuild not needed)
ℹ 06:20:35 PM|alethzero Opened state DB.
⚡ 06:20:36 PM|eth Worker stopping 6143 ms
⚡ 06:20:37 PM|alethzero Stop worker 994 ms
ℹ 06:20:37 PM|alethzero Closing blockchain DB


and so on

builds fail on macos

Undefined symbols for architecture x86_64:
"QJSEngine::evaluate(QString const&, QString const&, int)", referenced from:
QNatspecEngine::eval(std::__1::basic_string, std::__1::allocator > const&) in QNatspec.o
"QJSValue::toString() const", referenced from:
QNatspecPrinter::print(QJSValue const&) in QNatspec.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

AlethOne not utilizing GPU when mining

I have a GTX 760, operate on Windows 10 and have an i5-3570 CPU. When I boot up AlethOne, it only utilizes my CPU and will not use my GPU regardless of what I try. How can I get this to use my GPU?

AlethOne crashes when pool master don't accept the solution submitted

In pool mode, AlethOne crashes when the pool master don't accept the solution submitted e.g. the pool difficulty has changed or the submission is too late. This is at least my guess for the reason - it can be something else all together.

AlethOne terminal says:

Solution found; submitting to [pool url]
nonce x
mixhash x
header x
seedhash x
target x
ethash x
:( Couldn't submit JSONRPC connectivity problem.
Cannot queue arguments of type eth::EthashProofOfWork::Solution
Make sure eth ethashproofofwork::solution is registrered using qregistermetatype()

or

QObject::connect: Cannot queue arguments of type 'eth::EthashProofOfWork::WorkPackage'
Make sure 'eth::EthashProofOfWork::WorkPackage' is registered using qRegisterMetaType().

VS2013 says about the crash: Unhandled exception at (ntdll.dll): A heap has been corrupted

eth_sendTransaction returns 0 for all transactions

eth_sendTransaction should return the tx hash of the transaction. As the tx hash of course depends on the signature, but the jsonrpc response does not wait for the user to confirm the tx and just returns 0x0 - but it would be perfectly fine for the http request to block until the user confirmed.
Furthermore, even in the case that the tx does not have to be confirmed, signing the transaction could be a blocking operation.
It would be great if we could tell in advance whether signing or confirmation would block or not.

Turning mining on crashes

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff37ae080 in QAction::isChecked() const () from /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
(gdb) bt
#0  0x00007ffff37ae080 in QAction::isChecked() const () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#1  0x00000000005e0219 in dev::aleth::zero::Mining::Mining(dev::aleth::zero::ZeroFace*)::{lambda()#1}::operator()() const ()
#2  0x00000000005e17b0 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, dev::aleth::zero::Mining::Mining(dev::aleth::zero::ZeroFace*)::{lambda()#1}>::call({lambda()#1}, void**) ()
#3  0x00000000005e168c in void QtPrivate::Functor<dev::aleth::zero::Mining::Mining(dev::aleth::zero::ZeroFace*)::{lambda()#1}, 0>::call<QtPrivate::List<>, void>({lambda()#1}&, void*, {lambda()#1}&*) ()
#4  0x00000000005e1493 in QtPrivate::QFunctorSlotObject<dev::aleth::zero::Mining::Mining(dev::aleth::zero::ZeroFace*)::{lambda()#1}, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) ()
#5  0x00007ffff1ec51d5 in QMetaObject::activate(QObject*, int, int, void**) () at /opt/Qt/5.4/gcc_64/lib/libQt5Core.so.5
#6  0x00007ffff37ac6b2 in QAction::triggered(bool) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#7  0x00007ffff37ae4d7 in QAction::activate(QAction::ActionEvent) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#8  0x00007ffff39357ea in  () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#9  0x00007ffff393cf0f in  () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#10 0x00007ffff393de50 in QMenu::mouseReleaseEvent(QMouseEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#11 0x00007ffff37f4b9c in QWidget::event(QEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#12 0x00007ffff393fc5b in QMenu::event(QEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#13 0x00007ffff37b92b4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#14 0x00007ffff37bca4c in QApplication::notify(QObject*, QEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#15 0x00007ffff1e92e24 in QCoreApplication::notifyInternal(QObject*, QEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Core.so.5
#16 0x00007ffff37bb978 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()
    at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#17 0x00007ffff380f82e in  () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#18 0x00007ffff3812648 in  () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#19 0x00007ffff37b92b4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#20 0x00007ffff37bcc86 in QApplication::notify(QObject*, QEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5
#21 0x00007ffff1e92e24 in QCoreApplication::notifyInternal(QObject*, QEvent*) () at /opt/Qt/5.4/gcc_64/lib/libQt5Core.so.5
#22 0x00007ffff2d60fa7 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) ()
    at /opt/Qt/5.4/gcc_64/lib/libQt5Gui.so.5
#23 0x00007ffff2d61a35 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) ()
    at /opt/Qt/5.4/gcc_64/lib/libQt5Gui.so.5
#24 0x00007ffff2d46728 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
    at /opt/Qt/5.4/gcc_64/lib/libQt5Gui.so.5
#25 0x00007fffd9343a10 in  () at /opt/Qt/5.4/gcc_64/plugins/platforms/libqxcb.so
#26 0x00007fffe948ec3d in g_main_context_dispatch (context=0x7fffd40016f0) at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3122
#27 0x00007fffe948ec3d in g_main_context_dispatch (context=context@entry=0x7fffd40016f0) at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3737
#28 0x00007fffe948ef20 in g_main_context_iterate (context=context@entry=0x7fffd40016f0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3808
#29 0x00007fffe948efcc in g_main_context_iteration (context=0x7fffd40016f0, may_block=1) at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3869
---Type <return> to continue, or q <return> to quit---
#30 0x00007ffff1eed5e4 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /opt/Qt/5.4/gcc_64/lib/libQt5Core.so.5
#31 0x00007ffff1e9104b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /opt/Qt/5.4/gcc_64/lib/libQt5Core.so.5
#32 0x00007ffff1e95f65 in QCoreApplication::exec() () at /opt/Qt/5.4/gcc_64/lib/libQt5Core.so.5
#33 0x00000000006454db in main ()

Migration path forward

I have a (thankfully) trivial amount of ether in AlethZero. What is the suggested way I move forward from here into Wallet?

After installing Wallet the amount showed up there once but then not anymore.

AlethZero has some display issues on 4k monitors

I recently tried using AlethZero on my 4k+2x1080p Windows 10 computer and it has some issues. Either the top or the bottom of the window is not visible and there is no way to resize it vertically in windowed mode. It might have something to do with UI scaling for the 4k display as well.

image

AlethZero does not start - deadlock/uncaught exception

AlethZero hangs during CryptoPP dynamic initialization. However, the issue is AlethZero related as eth works.

Backtrace:

Program received signal SIGINT, Interrupt.
0x00007ffff6cf3d71 in __GI___pthread_mutex_lock (mutex=0x7ffff7ffd948 <_rtld_global+2312>) at ../nptl/pthread_mutex_lock.c:115
115 ../nptl/pthread_mutex_lock.c: No such file or directory.
(gdb) thread apply all bt

Thread 1 (Thread 0x7fffdaf0c780 (LWP 9287)):
#0  0x00007ffff6cf3d71 in __GI___pthread_mutex_lock (mutex=0x7ffff7ffd948 <_rtld_global+2312>) at ../nptl/pthread_mutex_lock.c:115
#1  0x00007ffff7debce5 in tls_get_addr_tail (ti=0x7ffff118a398, dtv=0x7fffdaf0d090, the_map=0x7ffff7e64520) at dl-tls.c:770
#2  0x00007ffff0ef10dc in __cxa_get_globals () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3  0x00007ffff0ef1009 in std::uncaught_exception() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4  0x00007ffff6636f76 in CryptoPP::AlgorithmParametersBase::~AlgorithmParametersBase() () from /usr/lib/libcryptopp.so
#5  0x00007ffff66f3ffc in CryptoPP::AlgorithmParametersTemplate<int>::~AlgorithmParametersTemplate() () from /usr/lib/libcryptopp.so
#6  0x00007ffff66f402c in CryptoPP::AlgorithmParametersTemplate<int>::~AlgorithmParametersTemplate() () from /usr/lib/libcryptopp.so
#7  0x00007ffff662cbd9 in CryptoPP::member_ptr<CryptoPP::AlgorithmParametersBase>::~member_ptr() () from /usr/lib/libcryptopp.so
#8  0x00007ffff662cc99 in CryptoPP::AlgorithmParameters::~AlgorithmParameters() () from /usr/lib/libcryptopp.so
#9  0x00007ffff66443c7 in CryptoPP::BaseN_Decoder::BaseN_Decoder(int const*, int, CryptoPP::BufferedTransformation*) () from /usr/lib/libcryptopp.so
#10 0x00007ffff6644454 in CryptoPP::HexDecoder::HexDecoder(CryptoPP::BufferedTransformation*) () from /usr/lib/libcryptopp.so
#11 0x00007ffff66cae6e in CryptoPP::EcRecommendedParameters<CryptoPP::ECP>::NewEC() const () from /usr/lib/libcryptopp.so
#12 0x00007ffff66cbcad in CryptoPP::DL_GroupParameters_EC<CryptoPP::ECP>::Initialize(CryptoPP::OID const&) () from /usr/lib/libcryptopp.so
#13 0x00007ffff66cb55a in CryptoPP::DL_GroupParameters_EC<CryptoPP::ECP>::DL_GroupParameters_EC(CryptoPP::OID const&) () from /usr/lib/libcryptopp.so
#14 0x000000000070f31d in dev::crypto::Secp256k1PP::Secp256k1PP() ()
#15 0x00007ffff37db430 in __static_initialization_and_destruction_0 () from /home/chfast/Projects/ethereum/b.develop/libweb3core/libdevcrypto/libdevcrypto.so
#16 0x00007ffff37db50f in _GLOBAL__sub_I_Common.cpp () from /home/chfast/Projects/ethereum/b.develop/libweb3core/libdevcrypto/libdevcrypto.so
#17 0x00007ffff7de95ba in call_init (l=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7fffffffdce8, env=env@entry=0x7fffffffdcf8) at dl-init.c:72
#18 0x00007ffff7de96cb in call_init (env=<optimized out>, argv=<optimized out>, argc=<optimized out>, l=<optimized out>) at dl-init.c:30
#19 _dl_init (main_map=0x7ffff7ffe188, argc=1, argv=0x7fffffffdce8, env=0x7fffffffdcf8) at dl-init.c:120
#20 0x00007ffff7dd9d0a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#21 0x0000000000000001 in ?? ()
#22 0x00007fffffffe0ad in ?? ()
#23 0x0000000000000000 in ?? ()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.