Giter VIP home page Giter VIP logo

webthree-umbrella's Introduction

Former home of webthree-umbrella (cpp-ethereum)

cpp-ethereum is the Ethereum C++ client.

This repository was an "umbrella" repository which was the home for the various C++ projects betwen October 2015 and August 2016. Prior to that point all the work had happened under a single repository (cpp-ethereum), and that is where all C++ runtime development work has now returned, with solidity now being a standalone repository.

  • AlethZero, AlethOne and AlethFive have been retired
  • Mix has been retired
  • Solidity is now standalone, and development continues in that repo
  • The restored cpp-ethereum repository is the mainline for the C++ runtime client
    • That is a merger of the libethereum, libweb3core, webthree and webthree-helpers repositories

Please do not create pull-requests against this repository. It is no longer in-use.

webthree-umbrella's People

Contributors

arkpar avatar aronvanammers avatar azawlocki avatar bobsummerwill avatar caktux avatar callendorph avatar chfast avatar chriseth avatar cjentzsch avatar codeshark avatar cubedro avatar danielhams avatar debris avatar gavofyork avatar genoil avatar giact avatar gluk256 avatar jesuscript avatar lefterisjp avatar lianahus avatar mansaj avatar msimovic avatar obscuren avatar onepremise avatar subtly avatar tiimjiim avatar vbuterin avatar winsvega avatar xcthulhu 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  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  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  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  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

webthree-umbrella's Issues

VM trace BlockGasLimitReached exception

Moved here from cpp-ethereum

I am trying to get a VM trace for a historical transaction using the admin_eth_vmTrace JSON RPC in eth/cpp-ethereum.

I trigger the call with curl and get no result:

% curl -X POST --data '{"jsonrpc":"2.0","method":"admin_eth_vmTrace","params":["0x8fadc1f1bbfdbdafee19e358cd5e3731cedd871f24be078c3aef071b8c78f470",6,"XXXXXXXXXXX="],"id":1}' http://localhost:8545

{"id":1,"jsonrpc":"2.0","result":null}

I believe that should return a VM trace for the transaction at index six of the block 0x8fadc1f1bbfdbdafee19e358cd5e3731cedd871f24be078c3aef071b8c78f470 (block #237,298, tx 0x87bc16547fe2be8f7e360df63ed1b88ca7a0c8b69cbc400681bc0be0e30761a8). 'XXXXXXXXXXX=' is the JSON RPC admin session key--if incorrect, the RPC returns an 'Invalid privilege' message.

When eth runs the command, it outputs a message like this:

 โœ˜  15:43:52|  /tmp/cpp-ethereum20150914-80200-1jb1ne0/libethereum/Executive.cpp(196): Throw in function void dev::eth::Executive::initialize(const dev::eth::Transaction &)
Dynamic exception type: boost::exception_detail::clone_impl
std::exception::what: BlockGasLimitReached
[dev::tag_required*] = 5000
[dev::tag_got*] = 21000

The same thing happens with other transactions.

This is an OS X homebrew install with --with-vmtrace. Here is some status/version info:

% curl -X POST --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' http://localhost:8545
{"id":1,"jsonrpc":"2.0","result":"0x3caa5"}

(0x3caa5 = 248,485 > 237,298)

% curl -X POST --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}' http://localhost:8545

{"id":1,"jsonrpc":"2.0","result":"++eth-v0.9.41-ed7a8a35//Debug-Darwin/clang/int"}
% eth --version

eth version 0.9.41
eth network protocol version: 61
Client database version: 12041
Build: Darwin/clang/int/Debug

The same issue is reported under 0.9.42 here: https://forum.ethereum.org/discussion/3515/vm-trace-blockgaslimitreached-exception .

Illegal instruction: 4

Moved here from cpp-ethereum

I've compiled eth on my MacBook - but unfortunately it gives the error: "Illegal instruction: 4". Does anyone know how to avoid the problem?

Mining suddenly stopped

Moved here from cpp-ethereum

While running mining node with 150 workers - node mined few blocks and then stucked, i saw it was generating valid getwork and receiving with submitHashrate, but it couldn't solve block for 12hours, while it's regularly solving at least one block per 1 hour, i thought it was bad luck, but i have reproduced this again.

CUDA mining support

Moved here from cpp-ethereum

I know you guys are busy reorganizing the whole repo, but after you've completed that work, it shouldn't be too difficult to merge this in.

Some work is still needed on copying the right DLLs into the release folder etc. Also untested on Linux.

BlockQueue hang forever at stop function

There is a strange bug with BlockQueue which is hard to reproduce.
I got this one when importing over hundred of blocks into blockchain.
It happens ~ 1/10000 blocks imported into chain.

The debugger wont follow into the thread. Trace lead to function BlockQueue::stop
https://github.com/ethereum/libethereum/blob/develop/libethereum/BlockQueue.cpp#L72
verifier threads never join and thus application hang for unlimited time.

Verifier thread code apparently located at https://github.com/ethereum/libethereum/blob/develop/libethereum/BlockQueue.cpp#L97

Ethminer GPU failure handling

Moved here from cpp-ethereum

In multi AMD GPU rig if one GPU fails, ethminer does not produce hashes, but still polling for new work (sometimes it does not poll) and the rest of GPU still running under load and consume energy for nothing.

Rarely if one GPU fails, ethminer continue to run on the rest of GPUs, but failed GPU will never backup. I am wondering if it's possible to fix?

Can't make - llvm errors with new dependencies

Moved here from cpp-ethereum

llvm has a whole new set of dependencies...

Trying to build on Ubuntu 14.04.2 -
cpp build worked great up until last release...
get llvm error when trying to make.

Backing up in instructions, notice there's new prerequisites:
sudo apt-get -y install build-essential git cmake libboost-all-dev libgmp-dev libleveldb-dev libminiupnpc-dev libreadline-dev libncurses5-dev libcurl4-openssl-dev libcryptopp-dev libjson-rpc-cpp-dev libmicrohttpd-dev libjsoncpp-dev libargtable2-dev llvm-3.8-dev libedit-dev mesa-common-dev ocl-icd-libopencl1 opencl-headers libgoogle-perftools-dev qtbase5-dev qt5-default qtdeclarative5-dev libqt5webkit5-dev libqt5webengine5-dev ocl-icd-dev libv8-dev

Try to run above command and get this:
The following packages have unmet dependencies:
llvm-3.8-dev : Depends: libllvm3.8 but it is not going to be installed
Depends: libstdc++6 (>= 4.9) but 4.8.4-2ubuntu114.04 is to be installed
Depends: llvm-3.8 (= 1:3.8
svn243996-1~exp1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Try to manually install any of those and no dice for any of them...

Using any obscure or bleeding edge library dependencies?

Memory usage (Windows) way too high

Moved here from cpp-ethereum

eth.exe/altethzero.exe memory usage is about 1.4GB private bytes (+160M working set) after sync.
Even Bitcoin Core is not that memory hungry.
ethminer.exe is eating 90MB+ private and 1.1GB+ in working set

DAG file generation and update on epoch switch is unreliable

Moved here from cpp-ethereum

I noticed several issues with DAG:

  1. After epoch switch some rigs still mine on old DAG:
    Invalid header on mined block: Block's nonce is invalid.
    This is very big loss (10% of the rigs are wasting power)
  2. After node restart some rigs suddenly can start DAG regeneration without a reason (node in sync, epoch is the same).
  3. After ethminer restart it can force DAG regeneration without a reason.

// ethminer, Windows rigs

Solution validation in ethminer fails when a new work package arrives and in the meantime a solution for previous package is found

Moved here from cpp-ethereum

The file MinerAux.h in the ethminer project contains the method doFarm. This method sets up a callback that gets called when a new solution is found:

            bool completed = false;
            EthashProofOfWork::Solution solution;
            f.onSolutionFound([&](EthashProofOfWork::Solution sol)
            {
                solution = sol;
                return completed = true;
            });

The inner loop is checking for new work packages and if there is a new work package it changes the current.headerHash, current.seedHash and current.boundary variables:

                if (hh != current.headerHash)
                {
                    current.headerHash = hh;
                    current.seedHash = newSeedHash;
                    current.boundary = h256(fromHex(v[2].asString()), h256::AlignRight);
                    minelog << "Got work package:";
                    minelog << "  Header-hash:" << current.headerHash.hex();
                    minelog << "  Seedhash:" << current.seedHash.hex();
                    minelog << "  Target: " << h256(current.boundary).hex();
                    f.setWork(current);
                }

The inner loop exists once completed is set to true - which happens in the callback. If a new solution is found in the same loop iteration as when a new work package was received the loop exits. The problem is that the solution is checked against the new work package:

            cnote << "Solution found; Submitting to" << _remote << "...";
            cnote << "  Nonce:" << solution.nonce.hex();
            cnote << "  Mixhash:" << solution.mixHash.hex();
            cnote << "  Header-hash:" << current.headerHash.hex();
            cnote << "  Seedhash:" << current.seedHash.hex();
            cnote << "  Target: " << h256(current.boundary).hex();
            cnote << "  Ethash: " << h256(EthashAux::eval(current.seedHash, current.headerHash, solution.nonce).value).hex();
            if (EthashAux::eval(current.seedHash, current.headerHash, solution.nonce).value < current.boundary)
            {
                bool ok = rpc.eth_submitWork("0x" + toString(solution.nonce), "0x" + toString(current.headerHash), "0x" + toString(solution.mixHash));
                if (ok)
                    cnote << "B-) Submitted and accepted.";
                else
                    cwarn << ":-( Not accepted.";
            }
            else
                cwarn << "FAILURE: GPU gave incorrect result!";

Because current.headerHash, current.seedHash and current.boundary were overridden when the new work package arrived the check fails and we get the warning "FAILURE: GPU gave incorrect result!".

Alethzero segfault when deleting web3 directory

Moved here from cpp-ethereum

When I deleted the .web3 directory along with my account, Alethzero segfaulted in this part of the code. Fix should be easy.

Log gives out a message for missing key

Using host libthread_db library "/usr/lib/libthread_db.so.1".32
  โœ˜  02:18:28 AM|alethzero  Missing key: #b575607cโ€ฆ @a62645a1โ€ฆ
State root: d7f8974fb5ac78d9ac099b9ad5018bedc2ce0a72dad1827a1709da30580f0544

and the segfault follows soon after

Program received signal SIGSEGV, Segmentation fault.
dev::az::Main::setBeneficiary (this=0x7fffffffdab8, _b=...) at /home/lefteris/ew/cpp-ethereum/alethzero/MainWin.cpp:1152
1152            m_beneficiary = _b;
(gdb) bt
#0  dev::az::Main::setBeneficiary (this=0x7fffffffdab8, _b=...) at /home/lefteris/ew/cpp-ethereum/alethzero/MainWin.cpp:1152
#1  0x00000000004d38e2 in dev::az::Main::Main (this=0x7fffffffdab8, _parent=<optimized out>) at /home/lefteris/ew/cpp-ethereum/alethzero/MainWin.cpp:225
#2  0x00000000005267a0 in main (argc=<optimized out>, argv=<optimized out>) at /home/lefteris/ew/cpp-ethereum/alethzero/main.cpp:8

Support installing without JIT, thus on 32-bit

Moved here from cpp-ethereum

According to the Ubuntu build page,

The best supported platform as of December 2014 is Ubuntu 14.04, 64 bit, with at least 2 GB RAM

Doesn't appear, in any use of English I'm familiar with, to say that 32-bit is not supported, and I can imagine no reason why ethereum would require any 64-bit functionality, so I optimistically spent a couple of days attempting to build.
I failed.

If anyone has managed in any way to install on 32-bit, please let me know how!

My process was:

git clone https://github.com/ethereum/cpp-ethereum git checkout develop

followed by cmake.

It failed on the llvm 3.8 dependency, but got a little closer after additionally
sudo apt-get install cpp-ethereum

cmake still failed, essentially for the lack of llvm 3.7 / 3.8

I saw a workaround for broken llvm 3.7 /3.8 in evmjit/CMakeLists so I tried git cloning llvm to ~/llvm/build , then

cd ~/cpp-ethereum/ && rm -rf build && mkdir build && cd build cmake .. -DETHASHCL=1 -DOpenCL_INCLUDE_DIR=/usr/include/hwloc -DLLVM_DIR=~/llvm/build/share/llvm/cmake/ make -j2

cmake suceeded, but make failed, giving:
In file included from /home/mimi/llvm/include/llvm/IR/IntrinsicInst.h:30:0, from /home/mimi/cpp-ethereum/evmjit/libevmjit/Arith256.cpp:8: /home/mimi/llvm/include/llvm/IR/Intrinsics.h:40:34: fatal error: llvm/IR/Intrinsics.gen: No such file or directory #include "llvm/IR/Intrinsics.gen" ^ compilation terminated. make[2]: *** [evmjit/libevmjit/CMakeFiles/evmjit.dir/Arith256.cpp.o] Error 1 make[1]: *** [evmjit/libevmjit/CMakeFiles/evmjit.dir/all] Error 2

(apologies for the erratic formatting - this is a digest from paper notes)

Intrinstics.gen appears to be a restating of available number types, but that's way beyond me (anyone with a little experience might say that I'd reached and passed the 'way beyond me' stage earlier than that in any case ;)

So, where are we here?
It seems to me that the build fails on what appears to me to be a not-particularly-necessary dependency on llvm at 3.7 / 3.8, which are not available in any repositories I've found (apart from 64bit ubuntu).
On the other hand, though if I'm right, the root cause is trivial, fixing that problem is way beyond me (I guess it inolves sanitising the C code to make it backwards-compatible?) and it seems strange that there is apparently a whole ethereum ecosystem starting up and that all of those involved have spare 64-bit machines to turn over to testing it, so I'm guessing someone somewhere knows an easy way to install on a 32-bit machine.

My 32-bit machine is going to be dedicated (for now) to ethereum, so I am happy to choose (or complie) the OS to suit,

OS X: Build failing.

Not sure what's causing the issue.

Getting plenty of these, until it just stops & kicks itself out.

Ends like this:

Might not be QT. It ends here
[ 73%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libethereum/stateOriginal.cpp.o
[ 74%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libethereum/Transaction.cpp.o
[ 74%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libethereum/transactionqueue.cpp.o
[ 74%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libethereum/transactionTests.cpp.o
[ 74%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libevm/vm.cpp.o
[ 75%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libnatspec/natspec.cpp.o
[ 75%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libp2p/capability.cpp.o
[ 75%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libp2p/net.cpp.o
[ 75%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libp2p/peer.cpp.o
[ 75%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libp2p/rlpx.cpp.o
[ 76%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/external-dependencies/boost.cpp.o
[ 76%] Linking CXX executable testeth
[ 76%] Built target testeth
make: * [all] Error 2

Normal brew also complains about testeth.

Before this, Mix is complaining about QList vs List. A snippet:

In file included from /Users/simon/code/webthree-umbrella/mix/src/Clipboard.cpp:19:
In file included from /Users/simon/code/webthree-umbrella/mix/src/Clipboard.h:24:
In file included from /usr/local/opt/qt5/lib/QtCore.framework/Headers/QObject:1:
In file included from /usr/local/opt/qt5/lib/QtCore.framework/Headers/qobject.h:50:
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qobject_impl.h:75:109: error: no template named 'List'; did you mean 'QList'?
    template <typename Arg1, typename Arg2, typename Arg3, typename Arg4> struct ConnectionTypes<List<Arg1, List<Arg2,  List<Arg3, List<Arg4, void> > > >, true>
                                                                                                            ^
/usr/local/include/QtCore/qdatastream.h:62:29: note: 'QList' declared here
template <typename T> class QList;
                            ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [mix/CMakeFiles/Mix.dir/src/Clipboard.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 68%] Building CXX object webthree/test/CMakeFiles/testweb3.dir/libwhisper/whisperMessage.cpp.o
[ 69%] Linking CXX executable eth
[ 70%] Building CXX object libethereum/test/CMakeFiles/testeth.dir/libdevcrypto/trie.cpp.o
20 errors generated.
make[2]: *** [mix/CMakeFiles/Mix.dir/src/ClientModel.cpp.o] Error 1
make[1]: *** [mix/CMakeFiles/Mix.dir/all] Error 2

eth attach: crash if backend not present

Moved here from cpp-ethereum

ethconsole crashes ("terminate called after...") if it is started stand-alone (without eth running) and a request is sent.
Furthermore, this cannot be fixed by catching exceptions in main().

Errors cmake (fedora)

Moved here from cpp-ethereum

I installed llvm-3.7 from source (in repo 3.5 max) and i have some errors:

-- test: ClientBase | --eth_testfile=BlockTests/bcJS_API_Test --eth_threads=1; --eth_testfile=BlockTests/bcJS_API_Test --eth_threads=3; --eth_testfile=BlockTests/bcJS_API_Test --eth_threads=10; --eth_testfile=BlockTests/bcValidBlockTest --eth_threads=1; --eth_testfile=BlockTests/bcValidBlockTest --eth_threads=3; --eth_testfile=BlockTests/bcValidBlockTest --eth_threads=10
-- test: JsonRpc | --eth_testfile=BlockTests/bcJS_API_Test; --eth_testfile=BlockTests/bcValidBlockTest
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
MHD_LIBRARY (ADVANCED)
linked by target "jsconsole" in directory /home/station/test/cpp-ethereum/libjsconsole
linked by target "ethereum" in directory /home/station/test/cpp-ethereum/libethereum
linked by target "testutils" in directory /home/station/test/cpp-ethereum/libtestutils

-- Configuring incomplete, errors occurred!

Alethzero experiences full crash on import of geth json wallet

Tried to import json wallets from geth, which resulted in a full crash. I understand if geth wallets aren't supported, but there should be some kind of error handling on the file parsing so this (or any other file format error) doesn't crash the whole client. Version 0.9.92 prerelease binary on ubuntu 14.04

alethone / alethzero cmake

Moved here from cpp-ethereum

The "appdmg" target is named generically which creates a conflict. (issue in eth_package macro)

CMake Error at /Users/home/cpp-ethereum-cmake/EthExecutableHelper.cmake:180 (add_custom_target):
add_custom_target cannot create target "appdmg" because another target with

Segfault with malformed account hex in sendTransaction

Moved here from cpp-ethereum

I got a segfault when trying to send a transaction with a not fully written out hexadecimal. I wrote the code below in order to send a transaction.

web3.eth.sendTransaction({from: web3.eth.coinbase, to: '0x0', value: "0x2"})

and got the following trace:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff2f367a0 in Json::Value::CommentInfo::~CommentInfo() () from /usr/lib/libjsoncpp.so.1
(gdb) bt
#0  0x00007ffff2f367a0 in Json::Value::CommentInfo::~CommentInfo() () from /usr/lib/libjsoncpp.so.1
#1  0x00007ffff2f3bbef in Json::Value::~Value() () from /usr/lib/libjsoncpp.so.1
#2  0x00007ffff7672658 in jsonrpc::JsonRpcException::~JsonRpcException() () from /usr/lib/libjsonrpccpp-common.so.0
#3  0x00007ffff7f144f1 in boost::exception_detail::error_info_injector<jsonrpc::JsonRpcException>::~error_info_injector (this=0x7fffffff9e60) at /usr/include/boost/exception/exception.hpp:338
#4  0x00007ffff7f143e3 in boost::throw_exception<boost::exception_detail::error_info_injector<jsonrpc::JsonRpcException> > (e=...) at /usr/include/boost/throw_exception.hpp:73
#5  0x00007ffff7ef9d85 in boost::exception_detail::throw_exception_<jsonrpc::JsonRpcException> (x=..., 
    current_function=0x7ffff7f7ac78 <.L__PRETTY_FUNCTION__._ZN3dev22WebThreeStubServerBase19eth_sendTransactionERKN4Json5ValueE> "virtual string dev::WebThreeStubServerBase::eth_sendTransaction(const Json::Value &)", 
    file=0x7ffff7f7a97e <.L.str43> "/home/lefteris/ew/cpp-ethereum/libweb3jsonrpc/WebThreeStubServerBase.cpp", line=259) at /usr/include/boost/throw_exception.hpp:86
#6  0x00007ffff7ee9547 in dev::WebThreeStubServerBase::eth_sendTransaction (this=0x18a9450, _json=...) at /home/lefteris/ew/cpp-ethereum/libweb3jsonrpc/WebThreeStubServerBase.cpp:259
#7  0x00007ffff7efea99 in AbstractWebThreeStubServer::eth_sendTransactionI (this=0x18a9450, request=..., response=...) at /home/lefteris/ew/cpp-ethereum/libweb3jsonrpc/abstractwebthreestubserver.h:200
#8  0x00007ffff7efd7a9 in jsonrpc::AbstractServer<AbstractWebThreeStubServer>::HandleMethodCall (this=0x18a9450, proc=..., input=..., output=...) at /usr/local/include/jsonrpccpp/server/abstractserver.h:57
#9  0x00007ffff41be791 in jsonrpc::AbstractProtocolHandler::ProcessRequest(Json::Value const&, Json::Value&) () from /usr/lib/libjsonrpccpp-server.so.0
#10 0x00007ffff41bba0c in jsonrpc::RpcProtocolServerV2::HandleSingleRequest(Json::Value const&, Json::Value&) () from /usr/lib/libjsonrpccpp-server.so.0
#11 0x00007ffff41bb912 in jsonrpc::RpcProtocolServerV2::HandleJsonRequest(Json::Value const&, Json::Value&) () from /usr/lib/libjsonrpccpp-server.so.0
#12 0x00007ffff41be4ba in jsonrpc::AbstractProtocolHandler::HandleRequest(std::string const&, std::string&) () from /usr/lib/libjsonrpccpp-server.so.0
#13 0x00007ffff41be267 in jsonrpc::AbstractServerConnector::OnRequest(std::string const&, void*) () from /usr/lib/libjsonrpccpp-server.so.0
#14 0x00007ffff70fbac3 in dev::eth::JSV8Connector::onSend (this=0x18a9410, payload=0x18e37b0 "{\"jsonrpc\":\"2.0\",\"method\":\"eth_sendTransaction\",\"params\":[{\"from\":\"0xa62645a1d62be11e4f3e0974847ed273ded7616a\",\"to\":\"0x0\",\"value\":\"0x2\"}],\"id\":14}")
    at /home/lefteris/ew/cpp-ethereum/libjsconsole/JSV8Connector.cpp:48
#15 0x00007ffff70fbb4f in non-virtual thunk to dev::eth::JSV8Connector::onSend(char const*) () at /home/lefteris/ew/cpp-ethereum/libjsconsole/JSV8Connector.cpp:46
#16 0x00007ffff4151f28 in dev::eth::JSV8RPCSend (_args=...) at /home/lefteris/ew/cpp-ethereum/libjsengine/JSV8RPC.cpp:50
#17 0x00000168da69913b in ?? ()
#18 0x00007fffffffab40 in ?? ()
#19 0x00007fffffffab48 in ?? ()
#20 0x0000000000000001 in ?? ()
#21 0x0000000000000000 in ?? ()

Error: No such file or directory - test/testeth

Moved here from cpp-ethereum

==> Installing cpp-ethereum from ethereum/homebrew-ethereum
==> Downloading http://52.28.164.97/job/ethbinaries-build/label=macosx_slave/16/artifact/webthree-umbrella/bu

curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "cpp-ethereum"
Download failed: http://52.28.164.97/job/ethbinaries-build/label=macosx_slave/16/artifact/webthree-umbrella/build/cpp-ethereum-1.0rc2.yosemite.bottle.16.tar.gz
Warning: Bottle installation failed: building from source.
==> Cloning https://github.com/ethereum/webthree-umbrella.git
Updating /Library/Caches/Homebrew/cpp-ethereum--git
==> Checking out branch develop
Warning: EVMJIT needs the latest version of LLVM (3.7 or above), currently
only available with --HEAD. If an older version was already installed
or it did not install automatically, make sure to install it with
brew install llvm --HEAD --with-clang
==> cmake -DCMAKE_C_FLAGS_RELEASE= -DCMAKE_CXX_FLAGS_RELEASE= -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cpp-et
==> make
==> make install
Error: No such file or directory - test/testeth

Fix utcTime() function

Moved here from cpp-ethereum

This PR is for implementing a utcTime() function that does not just use time(0) to return the current UTC timestamp. The reasoning behind this is that according to the documentation

The value returned generally represents the number of seconds since 00:00 hours, Jan 1, 1970 UTC (i.e., the current unix timestamp). Although libraries may use a different representation of time: Portable programs should not use the value returned by this function directly, but always rely on calls to other elements of the standard library to translate them to portable types (such as localtime, gmtime or difftime).

the time(0) function is not guaranteed to return a UTC timestamp, even though in most implementations, as we have seen, it will. Only way to do that seems to be to combine it with gmtime() as we do in this PR.

Review on Reviewable

Build fails with clang: error: unknown argument: '-fstack-protector-strong'

Preqequisites installed as described here: https://github.com/ethereum/cpp-ethereum/wiki/Building-on-MacOS

OS X 10.9.5.

aquaporin:build tnugent$ make -j 8
[ 0%] Building CXX object libethereum/libnatspec/CMakeFiles/natspec.dir/NatspecExpressionEvaluator.cpp.o
[ 2%] Building CXX object libethereum/libethash/CMakeFiles/ethash.dir/sha3_cryptopp.cpp.o
[ 3%] Built target secp256k1
[ 3%] Built target scrypt
clangclang: : errorerror: : unknown argument: '-fstack-protector-strong'unknown argument: '-fstack-protector-strong'

make[2]: *** [libethereum/libethash/CMakeFiles/ethash.dir/sha3_cryptopp.cpp.o] Error 1
make[2]: *** [libethereum/libnatspec/CMakeFiles/natspec.dir/NatspecExpressionEvaluator.cpp.o] Error 1
make[1]: *** [libethereum/libethash/CMakeFiles/ethash.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [libethereum/libnatspec/CMakeFiles/natspec.dir/all] Error 2
[ 3%] Built target Sentinel.jsonstub
[ 3%] Built target cpp-ethereum_BuildInfo.h
[ 3%] Built target dev_BuildInfo.h
[ 3%] Built target ethereum_BuildInfo.h
[ 3%] Built target minerphonehome.jsonstub
[ 3%] Built target minerfarm.jsonstub
make: *** [all] Error 2

Alethzero v0.9.92 Key Import Crashes App

Moved here from cpp-ethereum

Importing a secret key file (created in Alethzero v0.9.40) into Alethzero v0.9.92 crashes Alethzero. FYI, I am on Win10...not sure about any other OS. Workaround: importing with v0.9.41 worked fine, then fired up v0.9.92 instead afterwards, and the account showed no obvious issues in v0.9.92.

web3.admin.net.connect() won't be able to add new peers dynamicly

Moved here from cpp-ethereum

Hi all:
Does anybody try to add new peers manually by call web3.admin.net.connect() in ethconsole?
My testing seem it won't work. Does I mis-used it or it's a defect?

the command line I used was :
web3.admin.net.connect("host:port")

the way to confirm if it's connect was
web3.admin.net.peers()

thanks.

Overlay db tests

Moved here from cpp-ethereum

this PR includes tests for OverlayDB class as well as a deepkill function. This is only a step toward state tree pruning, deleting nodes could be done better with leveldb batches.

No GPU device with sufficient memory was found on 3Gb video memory

Moved here from cpp-ethereum

Hi All,
I got this strange error trying to mine with ethminer on Radeon R9 280 and HD7950 both 3 Gb Ram.
Any suggestions on how to fix this ?

ethminer --list-devices shows correct output:

Listing OpenCL devices.
FORMAT: [deviceID] deviceName
[0] Tahiti
CL_DEVICE_TYPE: GPU
CL_DEVICE_GLOBAL_MEM_SIZE: 3221225472
CL_DEVICE_MAX_MEM_ALLOC_SIZE: 2951741440
CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
[1] Tahiti
CL_DEVICE_TYPE: GPU
CL_DEVICE_GLOBAL_MEM_SIZE: 3221225472
CL_DEVICE_MAX_MEM_ALLOC_SIZE: 2951741440
CL_DEVICE_MAX_WORK_GROUP_SIZE: 256

Windows 7 64

thanks

Deterministic Addresses

Moved here from cpp-ethereum

It would be nice if cpp-ethereum supported creating deterministic private keys from a set passphrase.

Maybe BIP 0032 is worth implementing, of course it is important to remember criticisms of such HDM wallet schemes (see Buterin (2013)).

OSX: AlethZero: Crashed on first open after typing in master password

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

Date/Time:             2015-09-15 15:34:45.581 -0300
OS Version:            Mac OS X 10.11 (15A282a)
Report Version:        11
Anonymous UUID:        82EEA55D-6693-3B07-D69E-AC3FCDED4899

Sleep/Wake UUID:       FF8759CE-8A30-4D4D-8AE8-3CC7D918A369

Time Awake Since Boot: 250000 seconds
Time Since Wake:       19000 seconds

System Integrity Protection: enabled

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

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

VM Regions Near 0x620:
--> 
    __TEXT                 000000010d726000-000000010d8ff000 [ 1892K] r-x/rwx SM=COW  /Applications/AlethZero.app/Contents/MacOS/AlethZero

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libaleth.dylib                  0x000000010daafa7b dev::WebThreeDirect::ethereum() const + 91
1   libaleth.dylib                  0x000000010daa805e dev::aleth::AlethFace::ethereum() const + 30
2   libaleth.dylib                  0x000000010db6742d dev::aleth::WebThreeServer::WebThreeServer(jsonrpc::AbstractServerConnector&, dev::aleth::AlethFace_) + 653
3   libaleth.dylib                  0x000000010db675a5 dev::aleth::WebThreeServer::WebThreeServer(jsonrpc::AbstractServerConnector&, dev::aleth::AlethFace_) + 37
4   libaleth.dylib                  0x000000010db34557 dev::aleth::RPCHost::init(dev::aleth::AlethFace*) + 967
5   .                               0x000000010d7372d8 dev::aleth::zero::AlethZero::AlethZero() + 2488
6   .                               0x000000010d738e55 dev::aleth::zero::AlethZero::AlethZero() + 21
7   .                               0x000000010d793d55 main + 101
8   libdyld.dylib                   0x00007fff92f6b5ad start + 1

Thread 1:
0   libsystem_kernel.dylib          0x00007fff9338a78a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9b94c58c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9b94a375 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff9338b0a2 kevent_qos + 10
1   libdispatch.dylib               0x00007fff99c2f1ad _dispatch_mgr_invoke + 216
2   libdispatch.dylib               0x00007fff99c2ee15 _dispatch_mgr_thread + 52

Thread 3:
0   libsystem_kernel.dylib          0x00007fff9338a78a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9b94c58c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9b94a375 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff9338a78a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9b94c58c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9b94a375 start_wqthread + 13

Thread 5:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff93384c96 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff933840d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8d812024 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8d8114ec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff8d810d38 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff96896225 _NSEventThread + 149
6   libsystem_pthread.dylib         0x00007fff9b94c9b1 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff9b94c92e _pthread_start + 168
8   libsystem_pthread.dylib         0x00007fff9b94a385 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff9338a78a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9b94c58c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff9b94a375 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x00007fff524d8b30  rdx: 0x000000010db6d9f0
  rdi: 0x0000000000000620  rsi: 0x0000000000000000  rbp: 0x00007fff524d8990  rsp: 0x00007fff524d8860
   r8: 0x00007ff53eb07da0   r9: 0x0000000000000000  r10: 0xffffffffffffffff  r11: 0x00007ff4249f49a0
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x000000010daafa7b  rfl: 0x0000000000010202  cr2: 0x0000000000000620

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

Binary Images:
       0x10d726000 -        0x10d8feff7 +. (??? - alethzero ) <F5685419-A16E-3560-89EC-50470A4A7211> /Applications/AlethZero.app/Contents/MacOS/AlethZero
       0x10da51000 -        0x10dcd5fff +libaleth.dylib (0) <81F0D01B-1263-3CB9-BF21-DC06A7A2B288> /Applications/AlethZero.app/Contents/Frameworks/libaleth.dylib
       0x10de4c000 -        0x110e5afd7 +org.qt-project.Qt.QtWebEngineCore (5.5 - 5.5.0) <EAF18D03-4C0F-3BA6-8012-88FE2054F9BC> /Applications/AlethZero.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
       0x1111b4000 -        0x111219fff +org.qt-project.QtDBus (5.5 - 5.5.0) <E6FB1CA1-A612-3563-95FE-368E22FA81CC> /Applications/AlethZero.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
       0x111234000 -        0x111269fff +org.qt-project.QtPrintSupport (5.5 - 5.5.0) <C177859F-04AF-3A75-A297-92FD46BE5169> /Applications/AlethZero.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x11128f000 -        0x1112acff7 +org.qt-project.QtWebEngineWidgets (5.5 - 5.5.0) <55EC9835-37F9-3CF8-8B06-6A1C0FFE8198> /Applications/AlethZero.app/Contents/Frameworks/QtWebEngineWidgets.framework/Versions/5/QtWebEngineWidgets
       0x1112c5000 -        0x1112e8fff +libjsoncpp.dylib (0) <FB17D3F8-3632-3F9E-895F-AD9553211234> /Applications/AlethZero.app/Contents/Frameworks/libjsoncpp.dylib
       0x1112ff000 -        0x11132cff7 +libleveldb.1.dylib (0) <C691B11C-30C9-38DA-AE08-1C272705CB1E> /Applications/AlethZero.app/Contents/Frameworks/libleveldb.1.dylib
       0x111342000 -        0x1113aaff7 +libgmp.10.dylib (0) <C86A25BD-4708-38B0-8B5A-7C5E4811B054> /Applications/AlethZero.app/Contents/Frameworks/libgmp.10.dylib
       0x1113ba000 -        0x1113c2ff7 +libminiupnpc.13.dylib (0) <2A07EA52-898A-3FC2-93AF-5845C40B8955> /Applications/AlethZero.app/Contents/Frameworks/libminiupnpc.13.dylib
       0x1113ca000 -        0x1113d5fff +libjsonrpccpp-common.0.dylib (0) <A74227CF-F418-30DD-B0B0-404012E87E12> /Applications/AlethZero.app/Contents/Frameworks/libjsonrpccpp-common.0.dylib
       0x1113e4000 -        0x1113ecfff +libjsonrpccpp-server.0.dylib (0) <8FA8A270-D413-3BC3-AF08-BD8AD41582B8> /Applications/AlethZero.app/Contents/Frameworks/libjsonrpccpp-server.0.dylib
       0x1113fc000 -        0x111409ff7 +libmicrohttpd.10.dylib (0) <1198C0E0-5D8A-3BC0-9425-24164D5564D1> /Applications/AlethZero.app/Contents/Frameworks/libmicrohttpd.10.dylib
       0x111414000 -        0x11141cfff +libjsonrpccpp-client.0.dylib (0) <C3DE0914-FDF8-3228-862C-AB6ABAA1D225> /Applications/AlethZero.app/Contents/Frameworks/libjsonrpccpp-client.0.dylib
       0x111426000 -        0x111529fff +libweb3jsonrpc.dylib (0) <04308CFF-B045-36B1-8ADD-5932B58B5440> /Applications/AlethZero.app/Contents/Frameworks/libweb3jsonrpc.dylib
       0x1115a4000 -        0x1115aefff +libnatspec.dylib (0) <831A1529-B302-39E2-8A5B-44AA735D7509> /Applications/AlethZero.app/Contents/Frameworks/libnatspec.dylib
       0x1115b8000 -        0x111885ff7 +libsolidity.dylib (0) <94FE4999-FB70-3489-8868-A123C87FB377> /Applications/AlethZero.app/Contents/Frameworks/libsolidity.dylib
       0x111997000 -        0x1119ecff7 +libwebthree.dylib (0) <4BB12C0F-A84E-36A2-A6D9-401FB4F0F269> /Applications/AlethZero.app/Contents/Frameworks/libwebthree.dylib
       0x111a2f000 -        0x111f72ff7 +libethereum.dylib (0) <E6202F00-BE88-39AF-8170-3DFCFE3FADE4> /Applications/AlethZero.app/Contents/Frameworks/libethereum.dylib
       0x1121a6000 -        0x112215ff7 +libevm.dylib (0) <740B8A78-FDCA-3F48-8B08-ABB4931543F9> /Applications/AlethZero.app/Contents/Frameworks/libevm.dylib
       0x112286000 -        0x11242eff7 +libethcore.dylib (0) <87E03BBF-1CF9-3869-A282-D69C429E0793> /Applications/AlethZero.app/Contents/Frameworks/libethcore.dylib
       0x112592000 -        0x1125b5fff +libethash-cl.dylib (0) <654A1435-C358-32E4-B77C-D20F07E14A19> /Applications/AlethZero.app/Contents/Frameworks/libethash-cl.dylib
       0x1125c1000 -        0x1126affff +libethash.dylib (0) <D53CFF09-FBB0-3DEC-94E9-5117DF4F7EBD> /Applications/AlethZero.app/Contents/Frameworks/libethash.dylib
       0x112784000 -        0x112888ff7 +liblll.dylib (0) <A1F443FF-D8AB-3084-84A5-E8ADDA237CD2> /Applications/AlethZero.app/Contents/Frameworks/liblll.dylib
       0x112a4e000 -        0x112ae5fff +libwhisper.dylib (0) <0B133B5A-8E5D-3742-AB95-FA52AEFA3263> /Applications/AlethZero.app/Contents/Frameworks/libwhisper.dylib
       0x112b3a000 -        0x112df6fff +libp2p.dylib (0) <C797356B-8B64-3146-9EC4-455155E10271> /Applications/AlethZero.app/Contents/Frameworks/libp2p.dylib
       0x112f80000 -        0x113160ff7 +libdevcrypto.dylib (0) <F6E5B3AA-7C6F-39FE-BA3E-DB4D4313E57E> /Applications/AlethZero.app/Contents/Frameworks/libdevcrypto.dylib
       0x113323000 -        0x11332aff7 +libscrypt.dylib (0) <1E6004B7-BF7C-3165-9531-09726D922C08> /Applications/AlethZero.app/Contents/Frameworks/libscrypt.dylib
       0x113332000 -        0x113343ff7 +libsecp256k1.dylib (0) <9D7FD4AD-421D-3EBF-AD24-C5D6FBF637E7> /Applications/AlethZero.app/Contents/Frameworks/libsecp256k1.dylib
       0x113346000 -        0x11335bff7 +org.qt-project.QtWebChannel (5.5 - 5.5.0) <3D99B2B8-C0E4-343D-AAB1-0F702DC8277B> /Applications/AlethZero.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
       0x11336c000 -        0x1133a6fff +org.qt-project.QtPositioning (5.5 - 5.5.0) <B1E50DD1-FA91-3ACF-A3B4-B5B2AD669686> /Applications/AlethZero.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
       0x1133bc000 -        0x1138d4ff7 +org.qt-project.QtWidgets (5.5 - 5.5.0) <28C586D0-D4F4-379C-A9E5-3744023742CE> /Applications/AlethZero.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x113a10000 -        0x113a38ff7 +org.qt-project.QtWebEngine (5.5 - 5.5.0) <597B85BB-FBFB-3BF6-83BC-333F166C6FA3> /Applications/AlethZero.app/Contents/Frameworks/QtWebEngine.framework/Versions/5/QtWebEngine
       0x113a5c000 -        0x113d4aff7 +org.qt-project.QtQuick (5.5 - 5.5.0) <CD3950F2-4051-3AA8-A3B1-F865F719F314> /Applications/AlethZero.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
       0x113df3000 -        0x1142a1fff +org.qt-project.QtGui (5.5 - 5.5.0) <3C24DFF8-4270-3640-8DEF-B94A13FB4D48> /Applications/AlethZero.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x114380000 -        0x1146e6ff7 +org.qt-project.QtQml (5.5 - 5.5.0) <7370EB7D-E1EE-3E12-B766-EACF1B305309> /Applications/AlethZero.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
       0x114772000 -        0x114772fe7 +cl_kernels (???) <ED9C13AA-D139-4872-B6ED-1981F9A5AE6F> cl_kernels
       0x114777000 -        0x114884ff7 +org.qt-project.QtNetwork (5.5 - 5.5.0) <1862F45A-2736-3483-B843-E779DCC9D916> /Applications/AlethZero.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x1148c1000 -        0x114dd7fff +org.qt-project.QtCore (5.5 - 5.5.0) <E158A6C3-8954-3658-BE72-C466397AEF32> /Applications/AlethZero.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x114e69000 -        0x115008fff +libevmasm.dylib (0) <0F69003A-1CF4-3115-B976-6A58F3F616E3> /Applications/AlethZero.app/Contents/Frameworks/libevmasm.dylib
       0x1150c8000 -        0x1150fefff +libevmcore.dylib (0) <AB69CA69-AEF5-3867-9ED1-61B3A32A599F> /Applications/AlethZero.app/Contents/Frameworks/libevmcore.dylib
       0x115115000 -        0x1151ebff7 +libdevcore.dylib (0) <E7276DB6-7002-3B05-8E5A-568AA1F9DF1F> /Applications/AlethZero.app/Contents/Frameworks/libdevcore.dylib
       0x11525d000 -        0x115261fff  com.apple.agl (3.3.1 - AGL-3.3.1) <4DBEAB05-DDCD-3CD4-8046-C29852B56EB5> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x11526f000 -        0x115273fff +libsnappy.1.dylib (0) <AEBA7F63-859C-3B40-8CD6-15450B92583F> /Applications/AlethZero.app/Contents/Frameworks/libsnappy.1.dylib
       0x11527b000 -        0x1152b1fff  com.apple.audio.midi.CoreMIDI (1.10 - 88) <640E52F1-805F-3112-AB5F-0174BF139BBC> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x1152dd000 -        0x1152f6fff  libexpat.1.dylib (12) <1490D436-163D-3385-B71A-A4F17399626A> /usr/lib/libexpat.1.dylib
       0x118510000 -        0x1185b7ff7 +libqcocoa.dylib (0) <1729F81E-38AB-3919-9444-D7C864658133> /Applications/AlethZero.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x11a231000 -        0x11a78fff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.8.77 - 10.0.8) <D58C7FEA-38D0-3984-BCE1-C13CC81730A1> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x11b492000 -        0x11b49cff7 +libqdds.dylib (0) <4AB427A6-56A1-3F7B-A434-27B920A84524> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqdds.dylib
       0x11b4a1000 -        0x11b4a8ff7 +libqgif.dylib (0) <89FD0FB4-B7DD-386F-83F0-CDC89153DE38> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x11b4ac000 -        0x11b4b4fff +libqicns.dylib (0) <3262E01C-700E-3A0D-8232-E3AB69F3C871> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x11b4b9000 -        0x11b4bfff7 +libqico.dylib (0) <134E0090-09CB-33AE-8AE7-CED3256749EB> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqico.dylib
       0x11b4c4000 -        0x11b556ff7 +libqjp2.dylib (0) <D0FAF6EC-3A19-3613-8622-5725AB9342C1> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqjp2.dylib
       0x11b564000 -        0x11b5a4fff +libqjpeg.dylib (0) <1F94EE62-5B18-3C87-8DD3-4377BE8C01FE> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x11b5aa000 -        0x11b5fcff7 +libqmng.dylib (0) <E9A1FFC5-B343-37B0-B9E8-0931199DA9E2> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x11b604000 -        0x11b608ff7 +libqtga.dylib (0) <8EC28B4D-7AF3-3A8F-B348-E253AC909B40> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x11b60c000 -        0x11b671ff7 +libqtiff.dylib (0) <66C27F05-5D5A-3561-B14A-989E2C98C8C8> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x11b679000 -        0x11b67dff7 +libqwbmp.dylib (0) <E1844A9E-18B9-3FF0-8B5D-A3251044C429> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x11b681000 -        0x11b6e3ff7 +libqwebp.dylib (0) <5AA55657-2E98-300A-A7C2-B3C1500A2FB6> /Applications/AlethZero.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x11d617000 -        0x11d67cff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.8.77 - 10.0.8) <35452FFC-4382-376E-B200-C6C2C9F4C8FD> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff62861000 -     0x7fff62897f5f  dyld (360.14) <DF977301-4A63-32ED-9939-1EE3122D18D4> /usr/lib/dyld
    0x7fff89ae1000 -     0x7fff89b03ff7  com.apple.IconServices (68 - 68) <9F8B9184-8DA8-3B7A-970B-3086DDD1CC6F> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff89b8e000 -     0x7fff89b92fff  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
    0x7fff89b93000 -     0x7fff89d9efff  libFosl_dynamic.dylib (16.24) <7B19F360-858C-3C49-9E6D-A95CF3BE2186> /usr/lib/libFosl_dynamic.dylib
    0x7fff89d9f000 -     0x7fff89dabfff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <12117823-8A9E-3C88-A01C-3B25D68535CE> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff89dac000 -     0x7fff89e1fffb  com.apple.Heimdal (4.0 - 2.0) <2D358FB4-61BB-3BB6-9EF7-D9868A0B0275> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff89eb3000 -     0x7fff89f3cff7  com.apple.PerformanceAnalysis (1.0 - 1) <E7C53B84-558F-39EA-949C-82F4163F6F14> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8a152000 -     0x7fff8a17bfff  libxpc.dylib (755.1.19) <3E09C275-A33B-357A-B0AB-A2DDF88EC9D5> /usr/lib/system/libxpc.dylib
    0x7fff8a180000 -     0x7fff8a230fe7  libvMisc.dylib (563.3) <E594DCB8-3013-3AC1-9319-1EC47B1FCB40> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8afbf000 -     0x7fff8b026fff  com.apple.framework.CoreWiFi (11.0 - 1100.19) <537EFC2F-3A23-36D7-9320-8834D51EB243> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8b027000 -     0x7fff8b043ff7  libextension.dylib (78) <3A674BC1-8D7E-3A62-80EF-F950B02CB0FF> /usr/lib/libextension.dylib
    0x7fff8b044000 -     0x7fff8b045fff  libsystem_blocks.dylib (65) <1B4F1F10-823E-3781-8162-6884D14DF0D6> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8b046000 -     0x7fff8b074ff7  com.apple.CoreServicesInternal (248 - 248) <EAD7A7B3-D775-3E4C-98B8-36D047795993> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8b0f3000 -     0x7fff8b112ff7  com.apple.framework.Apple80211 (11.0 - 1101.30) <7A0350BD-18E0-38F3-80F2-EABD1643BA2D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8b142000 -     0x7fff8b143fff  libDiagnosticMessagesClient.dylib (100) <F2D8CFCC-A00A-3675-9C01-EF0C663F2445> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8b27f000 -     0x7fff8b287fff  libcopyfile.dylib (127) <CA2602AB-E8B7-3CD8-A0C5-D86E35FDA09F> /usr/lib/system/libcopyfile.dylib
    0x7fff8b291000 -     0x7fff8b2bbff7  GLRendererFloat (12.0.34.11) <E6788BC5-87DA-3A03-A1D2-810851D07AA4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff8b2c2000 -     0x7fff8b3e6fef  libsqlite3.dylib (216) <E846F7F0-F594-38B2-AA2C-210E8F4CE590> /usr/lib/libsqlite3.dylib
    0x7fff8b427000 -     0x7fff8b42fff7  libcldcpuengine.dylib (2.6.4.1) <C33F593F-44DB-38D3-8D70-380FC401E762> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff8b710000 -     0x7fff8b74afff  com.apple.QD (3.12 - 302) <46969760-B02A-3ED5-B8BC-D6144939B16E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8d09e000 -     0x7fff8d0d1fff  com.apple.MediaKit (16 - 804) <5F795433-2365-3254-9A8D-09D5CD95CC5F> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8d0d2000 -     0x7fff8d239fff  libBLAS.dylib (1159) <35ADE4D4-391A-30C2-9D38-388F543EA4BA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8d267000 -     0x7fff8d4faff7  libmecabra.dylib (696) <55386F90-7260-38EC-BA41-897865944908> /usr/lib/libmecabra.dylib
    0x7fff8d576000 -     0x7fff8d587fff  libSparseBLAS.dylib (1159) <86AFE478-E6FB-38AB-84A3-7E4317521F2C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff8d625000 -     0x7fff8d627ff7  libquarantine.dylib (80) <1693C5FE-EA0A-3122-85EB-7950ECC7435A> /usr/lib/system/libquarantine.dylib
    0x7fff8d788000 -     0x7fff8dbfcff7  com.apple.CoreFoundation (6.9 - 1253) <A8A44D66-A3B2-3B5D-B75B-EC2DC968F4BD> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8dc04000 -     0x7fff8dc0fff7  libChineseTokenizer.dylib (16) <1794A880-9C3D-37B2-8F3E-6CAFFB396089> /usr/lib/libChineseTokenizer.dylib
    0x7fff8dc10000 -     0x7fff8dc60fff  libcups.2.dylib (435) <FA565876-F9B2-3021-8E89-6D665ED01B3D> /usr/lib/libcups.2.dylib
    0x7fff8ddcf000 -     0x7fff8dde9ff3  liblzma.5.dylib (10) <8CD18286-49EA-31E4-8A73-1BF8DECED6C6> /usr/lib/liblzma.5.dylib
    0x7fff8ddea000 -     0x7fff8de19fc3  libsystem_m.dylib (3105) <07D50372-30ED-3B03-9FA0-0662BF8F0098> /usr/lib/system/libsystem_m.dylib
    0x7fff8de60000 -     0x7fff8e00bffb  GLEngine (12.0.34.11) <371C7E44-08C7-31E5-AD27-E48281C2755E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff8e026000 -     0x7fff8e026fff  libmetal_timestamp.dylib (600.0.41.2) <C8548755-D695-380D-991E-A94484084B6E> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff8e0dc000 -     0x7fff8e103fff  com.apple.ChunkingLibrary (167 - 167) <C22F5038-7354-330F-8F38-36F187E6A4B1> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8e137000 -     0x7fff8e140fff  com.apple.icloud.FindMyDevice (1.0 - 1) <28CE764F-4C4C-3A75-B7AE-EDBC7A189E82> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff8e141000 -     0x7fff8e4a46d7  libobjc.A.dylib (680) <7C5FAD04-2C01-3ED6-AA40-78925C12A456> /usr/lib/libobjc.A.dylib
    0x7fff8e718000 -     0x7fff8f95efe3  com.apple.CoreGraphics (1.600.0 - 934) <D2175CEA-C733-34C4-A0F0-3F6C36897333> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8f95f000 -     0x7fff8f9adfff  libcurl.4.dylib (90) <00662A4C-B89A-3A17-93FF-950C6DE47F99> /usr/lib/libcurl.4.dylib
    0x7fff8f9c7000 -     0x7fff8f9defff  libmarisa.dylib (4) <4D3AE55B-CE77-364F-B8DE-C95CAA48B291> /usr/lib/libmarisa.dylib
    0x7fff8fa02000 -     0x7fff8fa29ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <EA83603A-7C4D-37F1-A416-064CD1B9D34B> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8fafa000 -     0x7fff8fb71fc7  libcorecrypto.dylib (334) <4E1B969F-8449-3B21-9880-51AD58E25AA6> /usr/lib/system/libcorecrypto.dylib
    0x7fff8fb78000 -     0x7fff8fc04fff  libCoreStorage.dylib (517) <753BB578-62C6-36F8-B366-72EF7742D42B> /usr/lib/libCoreStorage.dylib
    0x7fff8fc09000 -     0x7fff8fc40ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <207E4A14-E3CC-3658-ABAF-B5CAEC9ED1EB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8fc41000 -     0x7fff8fe0fff7  com.apple.QuartzCore (1.11 - 410.7) <3DDB2E3A-6902-3216-8DC4-56ED16B7C698> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8fe10000 -     0x7fff8fe1bff7  libcommonCrypto.dylib (60074) <BD1DCF19-8353-3F6A-AFFA-EBBA29A302A8> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8fe94000 -     0x7fff8fe9cfff  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
    0x7fff8feea000 -     0x7fff8ff2fff3  libFontRegistry.dylib (155) <BC1B3AD5-4927-3AB7-94FF-CD93BF895D98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8ff63000 -     0x7fff90209fff  com.apple.CoreData (120 - 640) <7934FDB8-526E-32F4-BE20-55388DB8CCBF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff9025e000 -     0x7fff90266fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <B0028247-B333-36F5-8098-8EC95E6C2B23> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff90297000 -     0x7fff90298fff  libsystem_secinit.dylib (20) <932ED582-E80F-39DA-B0FA-F1BC5F1AD2F8> /usr/lib/system/libsystem_secinit.dylib
    0x7fff904f4000 -     0x7fff904f4fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <4720E500-E247-3002-9672-EE2336D7679A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff905b8000 -     0x7fff905c1ff3  com.apple.CommonAuth (4.0 - 2.0) <6EF43A6E-C071-36A3-8B94-694AC6BEF6D3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff90633000 -     0x7fff9064dfff  com.apple.Kerberos (3.0 - 1) <D2F0BF94-8656-3FBF-81AC-43D417B661F1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff9065a000 -     0x7fff90730ff7  com.apple.DiskImagesFramework (10.11 - 414) <AF08B107-F65D-36DD-9B94-A0C868C300BC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff90acd000 -     0x7fff90acfff7  com.apple.securityhi (9.0 - 55006) <A46A58CB-E0AA-3EBD-AABF-A3B219A18ACF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff90ad0000 -     0x7fff90adcfff  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
    0x7fff90add000 -     0x7fff90b7dfff  com.apple.Metadata (10.7.0 - 972.9) <83FB4CDD-29DE-3DAD-8FEB-FD9E9474576F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff90bc0000 -     0x7fff90bc1ffb  libremovefile.dylib (41) <C7CFF5F2-AFFB-3C8D-BDB4-D66D50E657C0> /usr/lib/system/libremovefile.dylib
    0x7fff90bc2000 -     0x7fff90c1efef  libTIFF.dylib (1432) <0E036A7E-5581-3727-95C6-A3359C76BC5C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff90c1f000 -     0x7fff90c20ff3  com.apple.print.framework.Print (10.0 - 266) <F13A0609-793A-3A43-A961-AAFC81AC8FDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff90c21000 -     0x7fff90c38fff  libsystem_asl.dylib (322) <97D794DA-8CE5-3676-AC5E-364F6D172BDA> /usr/lib/system/libsystem_asl.dylib
    0x7fff90c49000 -     0x7fff90c8fff7  libauto.dylib (186) <460B0167-C89B-37EC-823C-52F684B31C26> /usr/lib/libauto.dylib
    0x7fff90cdb000 -     0x7fff90e07ff7  com.apple.CoreText (352.0 - 494.3) <2A5DCA97-300D-36FB-9E94-3041CFF6D615> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff90e08000 -     0x7fff90e0bfff  com.apple.IOSurface (108.0.1 - 108.0.1) <43D70E5A-64F5-384A-A95E-64253538C24F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff90e0c000 -     0x7fff90ea1fff  com.apple.ink.framework (10.9 - 214) <F1B3B6C9-FF8D-3E68-93EB-8CDCEB65171A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff90ea7000 -     0x7fff90ea8fff  com.apple.TrustEvaluationAgent (2.0 - 25) <BC19A1D1-805B-3FC5-BF0B-1EF6FB36FE74> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff90f06000 -     0x7fff90f06fff  com.apple.CoreServices (728.4 - 728.4) <208E32DA-E7D9-3B4F-A545-EE2BFB53696D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff90f07000 -     0x7fff910cdfef  com.apple.ImageIO.framework (3.3.0 - 1432) <06EADBB8-54E0-39B5-BAA4-935FE9E62FE4> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff9111c000 -     0x7fff911b2ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <AA8AD098-1792-3803-926B-6A9DAC9CCF9A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff91269000 -     0x7fff9126bfff  libCGXType.A.dylib (934) <F52AC9F6-BC67-3885-9864-CDC00D9DD0AB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff91348000 -     0x7fff9134cfff  libcache.dylib (75) <4948E2C8-867F-3E9D-AAE7-2F30F0B345C6> /usr/lib/system/libcache.dylib
    0x7fff915ce000 -     0x7fff915d3ff3  libunwind.dylib (35.3) <FDA18078-A775-3BAF-A5A6-8A7B75D6AA99> /usr/lib/system/libunwind.dylib
    0x7fff915d4000 -     0x7fff915dffff  libkxld.dylib (3247.1.106) <D38002C3-A391-361B-ACD3-5FF2EDA51EDC> /usr/lib/system/libkxld.dylib
    0x7fff91625000 -     0x7fff916adfff  com.apple.CoreSymbolication (3.1 - 58048.1) <CC7CAE84-DEC6-3184-B841-559DBE97D025> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff916b1000 -     0x7fff916b9fff  com.apple.NetFS (6.0 - 4.0) <5602F3EB-64F6-3495-BEF0-988F92974234> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff918bf000 -     0x7fff919cefe7  libvDSP.dylib (563.3) <837D67E4-AA5D-3273-9CA5-EB42C3872E1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff919cf000 -     0x7fff91a03ff7  com.apple.CoreVideo (1.8 - 191.1) <FA99D150-EFCE-3F32-ACDF-5E91AD97F176> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff91a04000 -     0x7fff91a53ff7  com.apple.opencl (2.6.9 - 2.6.9) <68A63931-3F6F-3DE2-9C8D-624006908B83> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff91f51000 -     0x7fff9215dff7  com.apple.CoreImage (11.0.0 - 366) <8FEAE237-1EBA-3058-B4B3-BB36F6640F44> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff9217d000 -     0x7fff92184ff7  libcompiler_rt.dylib (62) <253B36E5-572D-377D-AE99-A02CE32590E5> /usr/lib/system/libcompiler_rt.dylib
    0x7fff92212000 -     0x7fff92337ff7  com.apple.LaunchServices (728.4 - 728.4) <78774CB9-B206-360F-BC9F-2ACA69811814> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff92341000 -     0x7fff92695ff7  com.apple.Foundation (6.9 - 1252) <2D13ED37-BFFE-3B7F-A65A-D6ED43B05EE9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff92696000 -     0x7fff92913ffb  com.apple.security (7.0 - 57336.1.9) <E44CA10F-E1E2-3DC5-BCF3-EF76649A0918> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff92bae000 -     0x7fff92bcbfff  com.apple.AppleVPAFramework (2.0.15 - 2.0.15) <2847B765-B0A9-3D74-BDEF-556795270AE1> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff92bcc000 -     0x7fff92be8ff3  libresolv.9.dylib (60) <B192EC27-84EC-3D8A-9CBF-0374B5C9B31A> /usr/lib/libresolv.9.dylib
    0x7fff92be9000 -     0x7fff92c5afff  com.apple.ApplicationServices.ATS (377 - 394) <BCFC24A8-6ACA-3B90-8896-019F38A649F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff92c5e000 -     0x7fff92c61fff  libCoreVMClient.dylib (119.5) <3B709F2E-35BA-3D96-9324-E56AF5F68E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff92c62000 -     0x7fff92f47ff3  com.apple.CoreServices.CarbonCore (1136 - 1136) <9DE930A3-63C0-3E21-965A-132D97D61892> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff92f48000 -     0x7fff92f48fff  libOpenScriptingUtil.dylib (169) <5C4A51D4-09A9-3209-8E57-15F112725CC4> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff92f58000 -     0x7fff92f58ff7  libkeymgr.dylib (28) <47080280-8B57-3D75-8A20-9E100864DE27> /usr/lib/system/libkeymgr.dylib
    0x7fff92f68000 -     0x7fff92f6bffb  libdyld.dylib (360.14) <F9D64D8C-4C33-3D06-B7F8-697F13292894> /usr/lib/system/libdyld.dylib
    0x7fff92f6c000 -     0x7fff92f72fff  com.apple.IOAccelerator (203.7.1 - 203.7.1) <68212F3D-7660-3391-89CA-99363ED9AB4D> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff931f8000 -     0x7fff9323dff7  com.apple.coreservices.SharedFileList (24.2 - 24.2) <07212306-2DBC-303B-B042-4C02E70F073C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff9323e000 -     0x7fff9323efff  com.apple.ApplicationServices (48 - 48) <B5326BD2-AF17-3880-A8C5-3C990AE4A1C8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff93271000 -     0x7fff932c2ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <E9B6EFBA-F6EA-3F20-8C91-53EC7D464773> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff93373000 -     0x7fff93391fff  libsystem_kernel.dylib (3247.1.106) <7DD242A1-E2BF-39D1-8787-B174046E4F15> /usr/lib/system/libsystem_kernel.dylib
    0x7fff93398000 -     0x7fff935a5fff  libicucore.A.dylib (551.24) <DEB70F32-DA94-323B-B6D1-03D09C8FB10C> /usr/lib/libicucore.A.dylib
    0x7fff935a6000 -     0x7fff93615ffb  com.apple.datadetectorscore (7.0 - 460) <65672990-505F-3B1D-87FB-42BE532A4D07> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff9371f000 -     0x7fff9376affb  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
    0x7fff93ec6000 -     0x7fff93ec9ff7  com.apple.help (1.3.3 - 46) <AA185754-DEEB-3091-9301-7B23C4D36818> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff93ee1000 -     0x7fff9405ffff  com.apple.UIFoundation (1.0 - 435) <237F281F-7F15-3309-B749-F8DA37822F9F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff9419b000 -     0x7fff94530fdf  com.apple.vImage (8.0 - 8.0) <3DEF81C9-CD75-32BF-A927-4FCD89D57190> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff94f8b000 -     0x7fff94ffafff  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
    0x7fff94ffb000 -     0x7fff95001ff7  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
    0x7fff951b2000 -     0x7fff951bdfff  libGPUSupportMercury.dylib (12.0.34.11) <5A559BC6-DA9B-3813-9F8F-47D099F543FC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff951be000 -     0x7fff951cdffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <E7D610A1-1445-3CA3-B9A1-EE15D54B75AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff9562d000 -     0x7fff956d4fff  com.apple.LanguageModeling (1.0 - 1) <C405E993-F0DF-39E4-9B74-FE310E63DD8E> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff959a5000 -     0x7fff959c9fff  libJPEG.dylib (1432) <69E090BE-7139-35B8-A621-BBE5CE2DB085> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff95d19000 -     0x7fff95d21ffb  libsystem_dnssd.dylib (624.1.2) <DB6AB206-4AD8-369D-BF57-1D246AD60582> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff95f6e000 -     0x7fff95f7cff7  libbz2.1.0.dylib (38) <99C5121D-8147-3B51-8D79-66245C863338> /usr/lib/libbz2.1.0.dylib
    0x7fff96074000 -     0x7fff960aeff7  com.apple.DebugSymbols (132 - 132) <6F5853A1-5DA8-3C42-8E02-2B972F34BCE0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff96264000 -     0x7fff96295ffb  com.apple.GSS (4.0 - 2.0) <D50CDB44-72E9-3520-9965-93901621F781> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff962b1000 -     0x7fff962e9fff  com.apple.RemoteViewServices (2.0 - 99) <8BD12AE2-BE91-37CF-955B-62E08551FF83> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff96300000 -     0x7fff96311fff  libcmph.dylib (6) <43880250-9C2D-395C-90C7-CCCE109FF1B2> /usr/lib/libcmph.dylib
    0x7fff96427000 -     0x7fff96450ff7  libsystem_info.dylib (476) <65D0643A-C8AE-3E8D-9F6E-E4AD823F16B2> /usr/lib/system/libsystem_info.dylib
    0x7fff9653d000 -     0x7fff9654bfff  com.apple.opengl (12.0.34 - 12.0.34) <7D63C884-AF3D-3167-ABCE-F7EEBDF9762B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff9654c000 -     0x7fff965effff  com.apple.Bluetooth (4.4.0 - 4.4.0f4) <DA1727B1-03EE-32BE-922E-43F06C498AFF> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff966e2000 -     0x7fff966f6fe3  libCGInterfaces.dylib (317.2) <D7361440-5859-3804-967A-9AAA13B174FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff966f7000 -     0x7fff97318ff7  com.apple.AppKit (6.9 - 1404) <5E16D594-B9CE-33ED-B57C-2AE9434AF3E4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9734c000 -     0x7fff9734cfff  libenergytrace.dylib (10) <64F779D4-2192-37EC-8DB5-EC55BAE50058> /usr/lib/libenergytrace.dylib
    0x7fff9734d000 -     0x7fff97350fff  libsystem_sandbox.dylib (459.1.8) <2F36D536-482C-39EC-BAFD-72297728F0A4> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff973e1000 -     0x7fff97454fff  com.apple.framework.IOKit (2.0.2 - 1178.1.4) <B30239A0-B11E-36E9-AB49-2C53942A6447> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff97499000 -     0x7fff974daff7  libGLU.dylib (12.0.34.11) <4F500E40-33FD-3EFF-8513-E553E3B4D560> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff974db000 -     0x7fff974e0ff7  libheimdal-asn1.dylib (452.1.1) <6E911973-1E1A-3F80-B955-FA78CF20FBFD> /usr/lib/libheimdal-asn1.dylib
    0x7fff974e1000 -     0x7fff974edff7  com.apple.OpenDirectory (10.11 - 194) <E0F63D60-23C8-3FB7-BA78-5BD861354352> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff9753d000 -     0x7fff97566fff  libc++abi.dylib (125) <F5027B46-1801-344D-BD51-2E6D188C8900> /usr/lib/libc++abi.dylib
    0x7fff97567000 -     0x7fff9756affb  libScreenReader.dylib (425.4) <1DCA43B7-C1BA-3A17-B69D-6F0491F648C0> /usr/lib/libScreenReader.dylib
    0x7fff9756b000 -     0x7fff9756bfff  com.apple.Carbon (154 - 157) <DF95E7EB-1CFC-3C83-B114-60FFEEAE166E> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff97574000 -     0x7fff977fbff3  com.apple.CFNetwork (760.0.5 - 760.0.5) <66C3378C-430D-3803-8025-66120AFDCD16> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff977fc000 -     0x7fff97801fff  com.apple.ImageCapture (9.0 - 9.0) <E53CC0B8-9D36-3636-B602-8AB4CEB4C313> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff97802000 -     0x7fff978e8fef  unorm8_bgra.dylib (2.6.4.1) <28F838EA-19E5-3724-99FF-B61132555D09> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff97916000 -     0x7fff9792efcf  libcompression.dylib (23) <7467B2EB-E0E0-3E9D-9EAD-3E04500C6395> /usr/lib/libcompression.dylib
    0x7fff9792f000 -     0x7fff97939fff  com.apple.NetAuth (6.0 - 6.0) <ABBBE552-26E0-3682-8BFD-C59EC702F347> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff9793a000 -     0x7fff9793ffff  com.apple.TCC (1.0 - 1) <8D7468B6-D5A3-3BF9-BD98-E8087AF0B61B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff97940000 -     0x7fff9796bff3  libarchive.2.dylib (32) <731529D2-1178-3742-AFE0-6CA8568FBB19> /usr/lib/libarchive.2.dylib
    0x7fff9796c000 -     0x7fff9796eff7  com.apple.xpc.ServiceManagement (1.0 - 1) <0EA1807B-4F41-317D-A6C2-E6A23F201252> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff979fb000 -     0x7fff979fbfff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <017C6053-C32E-34EE-AAAE-6702E74F14EF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff97d69000 -     0x7fff98197fff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <D02FBB03-42A5-3E75-83C1-F563B1E3258F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff98198000 -     0x7fff9819bff7  libCoreFSCache.dylib (119.5) <9BFF447F-D571-3EE6-860E-29886F1F913F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff9819c000 -     0x7fff98491ff3  com.apple.HIToolbox (2.1.1 - 806) <510697D0-2F92-3256-B587-AD11DF988430> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff98510000 -     0x7fff98518fff  libsystem_networkextension.dylib (384.1.2) <4736FCC5-9DBA-31F4-AAC8-CD0A177CF502> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff98519000 -     0x7fff98534ff7  libCRFSuite.dylib (34) <65E4DC91-A994-3921-B5B0-696123CE0C1E> /usr/lib/libCRFSuite.dylib
    0x7fff98548000 -     0x7fff98561ffb  com.apple.openscripting (1.7 - 169) <6AA25650-8900-33C6-AD49-D0543DB27C16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff987fd000 -     0x7fff9885bfff  libsystem_network.dylib (582.1.4) <14ECA259-D471-3E47-A843-FF0990577893> /usr/lib/system/libsystem_network.dylib
    0x7fff9885c000 -     0x7fff9885eff7  libsystem_configuration.dylib (801.1.1) <EB55C3D8-048D-350E-BF24-0CBD4479D51C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff98c56000 -     0x7fff98c5efef  libsystem_platform.dylib (73.1.1) <3F4D2390-E3DE-3C24-A515-95DFAC8671C4> /usr/lib/system/libsystem_platform.dylib
    0x7fff98d2e000 -     0x7fff9912afff  libLAPACK.dylib (1159) <50654652-353D-3B6D-9065-8932042F3B17> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff99191000 -     0x7fff9921edd7  com.apple.AppleJPEG (1.0 - 1) <6230F3A0-C89D-3A35-A896-A17B3513E8DB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff9922c000 -     0x7fff9931bfff  libxml2.2.dylib (29) <0702E13C-D726-3DAF-B0D1-77F7B9EF6A37> /usr/lib/libxml2.2.dylib
    0x7fff99499000 -     0x7fff9949afff  liblangid.dylib (122) <EAC09BF0-5E88-3060-AA51-EC71B4D26F3C> /usr/lib/liblangid.dylib
    0x7fff9969e000 -     0x7fff996acfff  libxar.1.dylib (302) <898402AF-0DF3-341D-83EA-4A1B1770E718> /usr/lib/libxar.1.dylib
    0x7fff99828000 -     0x7fff99829ffb  libSystem.B.dylib (1225.1.1) <E48AAE3F-370E-34AE-AECA-4CA28F211479> /usr/lib/libSystem.B.dylib
    0x7fff9982a000 -     0x7fff998e4fff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <9E68D2AF-7205-3764-B051-8F112AFA8208> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff998ed000 -     0x7fff998effff  libsystem_coreservices.dylib (19) <692631A0-1923-32CA-9BD5-044B1382FFDE> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff9992a000 -     0x7fff9997aff7  com.apple.Symbolication (1.4 - 58044) <BC1259C8-C671-3014-A9C4-85BC767EA962> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff99a81000 -     0x7fff99c26ff3  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <7380C7DA-7CE8-34DF-BB3D-DAFE9406674F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff99c27000 -     0x7fff99c54fff  libdispatch.dylib (500.1.5) <6B38497E-9448-3433-9D6B-6223F2A99431> /usr/lib/system/libdispatch.dylib
    0x7fff99cdf000 -     0x7fff99ce7fff  com.apple.AppleSRP (5.0 - 1) <8DBB11A2-150A-3E70-8B83-DDEDAB15E2C3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff99ced000 -     0x7fff99cedfff  com.apple.Cocoa (6.11 - 22) <A033F342-1FEC-3DFD-830A-E8EE284DF492> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff99cee000 -     0x7fff99d04ff7  libLinearAlgebra.dylib (1159) <01BD9187-521F-3F96-B477-24511318AECD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff99d10000 -     0x7fff99e9cff7  libGLProgrammability.dylib (12.0.34.11) <262333CB-088F-3375-8827-55FFFF893E79> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff99f2d000 -     0x7fff99f2dff7  libunc.dylib (29) <D9B0C7B1-8648-3AAC-931C-E7CD362FAA8A> /usr/lib/system/libunc.dylib
    0x7fff9a1be000 -     0x7fff9a1daff7  libsystem_malloc.dylib (67) <1B57A614-3D60-3F87-876F-7DB4AF38120F> /usr/lib/system/libsystem_malloc.dylib
    0x7fff9a1db000 -     0x7fff9a1edfff  libsasl2.2.dylib (209) <D48CE2C5-D0C5-39BD-A7DD-C999E81CF885> /usr/lib/libsasl2.2.dylib
    0x7fff9a213000 -     0x7fff9a224ff7  libsystem_trace.dylib (200) <E26A91EA-AD67-3FA2-A3B6-79A93DCC716E> /usr/lib/system/libsystem_trace.dylib
    0x7fff9a225000 -     0x7fff9a239fff  libsystem_coretls.dylib (82) <21EDACF1-D9B3-3086-9821-60EB75E7F965> /usr/lib/system/libsystem_coretls.dylib
    0x7fff9a254000 -     0x7fff9a33bff7  libcrypto.0.9.8.dylib (59) <7C4E5457-B66C-39CA-BC0E-15CA6C051FC0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff9a33c000 -     0x7fff9a33eff7  libRadiance.dylib (1432) <576E5580-A695-320E-9525-103FCD723137> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff9a542000 -     0x7fff9a5f2fff  com.apple.backup.framework (1.7 - 1.7) <551ABBE3-211D-3D7D-B811-B2F863DD17CB> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff9aaa0000 -     0x7fff9aaa8fff  libGFXShared.dylib (12.0.34.11) <011CCF06-3F8D-3695-A60F-E67F72FF1583> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff9aaa9000 -     0x7fff9aac5fff  com.apple.GenerationalStorage (2.0 - 239) <05652CAD-E7F5-3225-929D-E13F241FBA41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff9b92a000 -     0x7fff9b93bfff  libz.1.dylib (60) <43317BEA-ACA2-34C2-AF37-902AA926C83A> /usr/lib/libz.1.dylib
    0x7fff9b949000 -     0x7fff9b952ff7  libsystem_pthread.dylib (137.1.1) <1373D0F1-C6CA-364E-A6BA-8BDBD0D34670> /usr/lib/system/libsystem_pthread.dylib
    0x7fff9b953000 -     0x7fff9b958ff7  libmacho.dylib (875.1) <A9EC23EC-11A0-3B4F-A8AC-B990C8267A6E> /usr/lib/system/libmacho.dylib
    0x7fff9b959000 -     0x7fff9b997ff7  libGLImage.dylib (12.0.34.11) <057F9F59-B58A-3C8D-A965-F4929A212406> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff9b998000 -     0x7fff9b998ff7  liblaunch.dylib (755.1.19) <7EC0F297-43CC-3D11-B46B-7E72E372648A> /usr/lib/system/liblaunch.dylib
    0x7fff9b999000 -     0x7fff9b9a2ffb  libsystem_notify.dylib (149) <56ABC155-CB99-30A8-A8B1-C204B5615092> /usr/lib/system/libsystem_notify.dylib
    0x7fff9b9a8000 -     0x7fff9b9a8fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <524AF1B0-1E45-3F03-83FF-493F9F8E1FF8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff9b9a9000 -     0x7fff9b9b4fff  com.apple.CrashReporterSupport (10.11 - 715) <D0D22E00-4DA0-3AEF-8522-0814F9070666> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff9bafb000 -     0x7fff9bb58fff  com.apple.CoreServices.OSServices (728.4 - 728.4) <FF34E0E4-6559-3102-8833-E93DF21C9A4F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff9bb69000 -     0x7fff9bbbefff  com.apple.AE (701 - 701) <87FDCC5A-82AC-36A2-BFE9-D0B2A3D870F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff9bbd6000 -     0x7fff9bbffffb  libRIP.A.dylib (934) <DB727879-E42B-33C5-B1FF-CC34CDFBF017> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff9bc00000 -     0x7fff9bc02fff  libCVMSPluginSupport.dylib (12.0.34.11) <36238490-6F35-35CA-B0B8-4032ABA7C537> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff9c37f000 -     0x7fff9c3a3fff  com.apple.MultitouchSupport.framework (304.9 - 304.9) <650FA404-DC2C-365E-8373-218F1D765D35> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff9c50b000 -     0x7fff9c575ff7  com.apple.framework.CoreWLAN (11.0 - 1100.19) <3CA2F32A-4FBF-39ED-83EC-F2E3C43D3775> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff9c576000 -     0x7fff9c671fff  libFontParser.dylib (158) <3CD078A8-2E20-3B0F-B312-A2E641C76873> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff9c755000 -     0x7fff9c75afff  com.apple.DiskArbitration (2.7 - 2.7) <B391A885-1286-3718-A341-8C84560DDE58> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff9c7d0000 -     0x7fff9c8defff  com.apple.desktopservices (1.10 - 1.10) <76AA21FE-0F96-366A-9B43-6188FBC29ABE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9c8df000 -     0x7fff9c953ff3  com.apple.securityfoundation (6.0 - 55126) <C2DFA113-1814-3701-B185-D82E11A26E86> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff9c957000 -     0x7fff9ca37ff7  unorm8_rgba.dylib (2.6.4.1) <49FF2837-D97B-3CFF-B139-E57D40700F32> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff9ca38000 -     0x7fff9ca43fff  libcsfde.dylib (517) <83340980-0FC2-33DC-B98B-562C4842568E> /usr/lib/libcsfde.dylib
    0x7fff9ca4b000 -     0x7fff9ca8dff7  com.apple.Metal (54.26.3 - 54.26.3) <9000AE52-6638-309E-90A5-CB18C83A0A0E> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff9ca8e000 -     0x7fff9ca90fff  com.apple.EFILogin (2.0 - 2) <1FF63331-0B4A-385D-AC44-7AE665947553> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff9cc43000 -     0x7fff9cc71ff7  com.apple.DictionaryServices (1.2 - 250) <94678AC8-41FF-3D2E-A35E-D83AD18D7A78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff9ccb2000 -     0x7fff9ccfeffb  com.apple.HIServices (1.22 - 548) <19389B63-C373-31AE-9180-3A11093EAE58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff9ccff000 -     0x7fff9cd8cfe7  libsystem_c.dylib (1081.1.3) <A60CE86D-1FF3-32AD-A672-C7597F884529> /usr/lib/system/libsystem_c.dylib
    0x7fff9cdd2000 -     0x7fff9cdfbff7  libxslt.1.dylib (14) <412A09C9-7C02-351E-A416-2453361EACA9> /usr/lib/libxslt.1.dylib
    0x7fff9cdfc000 -     0x7fff9ce0cfff  libbsm.0.dylib (34) <F1E41935-5C5D-3704-AE9D-AEA1F2BCF8B1> /usr/lib/libbsm.0.dylib
    0x7fff9ce0d000 -     0x7fff9ce11fff  libpam.2.dylib (20) <7F986CE8-EF74-3BC3-BB7E-5267E24EAFFE> /usr/lib/libpam.2.dylib
    0x7fff9d57f000 -     0x7fff9d598fff  com.apple.CFOpenDirectory (10.11 - 194) <64C52603-1947-3350-819E-3A45F9036036> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff9d5d2000 -     0x7fff9d5d4ffb  libutil.dylib (43) <E37832CF-5EE6-345A-B0EC-FFC8D2B67375> /usr/lib/libutil.dylib
    0x7fff9d63f000 -     0x7fff9d692ff7  libc++.1.dylib (120.1) <54190E1B-EE49-3D6D-AC29-2813D7380BA5> /usr/lib/libc++.1.dylib
    0x7fff9d6ea000 -     0x7fff9d6f5fff  libGL.dylib (12.0.34.11) <C7196A5D-3BC1-301A-9695-A9122BC773B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff9d6fb000 -     0x7fff9d6fffff  libGIF.dylib (1432) <4C5B63B4-ABCA-3A99-A69F-D0E27E87E5A3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9d703000 -     0x7fff9d705fff  com.apple.loginsupport (1.0 - 1) <07F03548-C89E-3082-B170-6D03D839B551> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff9d73e000 -     0x7fff9d79cfff  com.apple.SystemConfiguration (1.14 - 1.14) <FED4C250-DDEB-3CC3-B88D-FFA56E21425E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9d79d000 -     0x7fff9d88dfff  libJP2.dylib (1432) <FF480444-B2C9-3790-B739-0DF2B5BAD57D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff9d8ab000 -     0x7fff9d9f2fff  com.apple.coreui (2.1 - 362) <1F30C006-9058-3B39-9DC3-594FDB108174> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff9d9f3000 -     0x7fff9da18ff7  libPng.dylib (1432) <975C970D-DCFA-35E4-918A-46939F279D75> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff9da19000 -     0x7fff9da3afff  com.apple.Sharing (438.0.1 - 438.0.1) <10C4A9FA-47C9-37D9-A60A-C27CC57A2539> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff9da3b000 -     0x7fff9db2dff7  libiconv.2.dylib (44) <82529E3B-0485-344C-8075-83C7725D6A6F> /usr/lib/libiconv.2.dylib
    0x7fff9db2e000 -     0x7fff9db41fff  com.apple.CoreBluetooth (1.0 - 1) <A63B8FB0-F8B3-368D-B482-733FF0373610> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 3
    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: 138498
    thread_create: 0
    thread_set_state: 0

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

                        VIRTUAL   REGION 

REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate.framework               128K        2 
Activity Tracing                  2048K        2 
CG backing stores                 25.0M        5 
CG image                            92K       11 
CG shared images                   336K        9 
CoreAnimation                      180K       13 
CoreUI image data                  564K       16 
CoreUI image file                  192K        3 
Dispatch continuations            16.0M        2 
Kernel Alloc Once                    8K        3 
MALLOC                           149.5M       35 
MALLOC guard page                   32K        7 
Memory Tag 242                      12K        2 
OpenCL                               8K        2 
Process Corpse Info               2048K        2 
STACK GUARD                       56.0M        8 
Stack                             10.6M       10 
VM_ALLOCATE                         64K       10 
__DATA                            23.7M      285 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       108.3M       63 
__TEXT                           235.3M      272 
__UNICODE                          552K        2 
mapped file                       45.5M       12 
shared memory                     16.3M        9 
===========                     =======  ======= 
TOTAL                            695.5M      763 

Model: MacBookPro11,2, BootROM MBP112.0138.B15, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.18f15
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.21.94.24.1a21)
Bluetooth: Version 4.4.0f4 16320, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

Segmentation fault - /usr/bin/eth[ethsync:5861]

Moved here from cpp-ethereum

While running eth cpp node and mining got Segmentation fault
Syslog below:
Sep 17 21:59:50 ethereumpool kernel: ethsync[5861]: segfault at 90 ip 00006860560e0ab2 sp 0000685f33f42420 error 4 in libp2p.so[686056054000+f5000]
Sep 17 21:59:50 ethereumpool kernel: grsec: From 89.69.168.15: Segmentation fault occurred at 0000000000000090 in /usr/bin/eth[ethsync:5861] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[bash:10305] uid/euid:0/0 gid/egid:0/0

I couldn't reproduce issue.

Is it possible to combine card memory?

Moved here from cpp-ethereum

ethminer -G -M reports insufficient memory. Is it possible to combine the memory of two cards?[0]

GeForce 8800 GS
    CL_DEVICE_TYPE: GPU
    CL_DEVICE_GLOBAL_MEM_SIZE: 401932288
    CL_DEVICE_MAX_MEM_ALLOC_SIZE: 134217728
    CL_DEVICE_MAX_WORK_GROUP_SIZE: 512
[1] GeForce 210
    CL_DEVICE_TYPE: GPU
    CL_DEVICE_GLOBAL_MEM_SIZE: 1073545216
    CL_DEVICE_MAX_MEM_ALLOC_SIZE: 268386304
    CL_DEVICE_MAX_WORK_GROUP_SIZE: 512

[OS X] boost w/c++11 support not needed

Moved here from cpp-ethereum

Going off of my exploration in #2643:

  • The default (precompiled) version of boost 1.58 was successfully installed using Homebrew.

  • I edited the cpp-ethereum brewfile to comment out the c++11 stuff

      depends_on 'boost' # => "c++11"
      depends_on 'boost-python' # => "c++11"
    
  • I installed cpp-ethereum using brew install ethereum/ethereum/cpp-ethereum --devel --build-from-source as per the the docs.

  • I chose not to compile latest version of LLVM for EVMJIT support.

Since compiling boost takes insanely long, and llvm takes insanely longer, this should be unnecessary unless there is no other way around it.

At least ethminer ran fine (after I specified the opencl device, see #2643).

The docs and brewfile should be updated to reflect this. Asking that a custom version of boost be compiled should be removed if it is not necessary (perhaps relegated to an option like --link-boost-c11).

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.