Closed snodnipper closed 7 years ago
I am having the same issue. Attempting to use a Ledger Nano S, crashes immediately after selecting Hardware Wallet.
Same crash here with Trezor.
I tried hiding the "~/.electrum-ltc" folder and launching and it brings up the usual dialog asking about how to create a wallet, then it crashes. A clean install on another Mac (running the same OS) results in the same crash.
I haven't had much time to look into this issue, but I made a new OS X build with the latest versions of the hardware wallet libraries. Could you please check if the issue is still present? You can find it here. Please note that this is to be considered a beta version; I recommend copying or moving your ~/.electrum-ltc
folder somewhere safe before testing it.
Issue persists for me on the new build.
@djseeds Thanks for testing. In that case I suspect there may be something wrong with the build environment I've been using. I find it interesting that the issue only presents itself on macOS 10.12.4 though. I should probably ask an OS X developer to investigate, as I don't have much experience with Macs. By the way, if anybody wants to try and make their own build it should be relatively easy to do (the instructions are in the project's readme file). If you do, please report your results.
I'm a Mac developer, but have no experience with the electrum-ltc sources. I suppose I can take a look.
Is there an Xcode project, or does it follow the *nix configure/make/make install pattern?
EDIT: Never mind. I'll read the read me ;-)
Same issue for me when trying to use it with TREZOR in my MacBook Pro (Early 2015) running macOS Sierra...
Help appreciated! Gotta protect the chikuns!
Same problem here. It crashes on creating hardware wallet.
Just FYI you can still use TREZOR with Litecoin @ the website: beta-wallet.trezor.io
Same problem with me. Try to launch Electrum-LTC after 10.12.4 update but quits every time.
Thanks to balancejunkie I can access my LTC.
OK, let's try again. You can find a new beta binary here; please let me know whether the issue is still present. (Again, please note that this is to be considered a beta version; I recommend copying or moving your ~/.electrum-ltc folder somewhere safe before testing it.)
Awesome, the new binary worked for me with my Nano S
testing with Trezor, Electrum-LTC-2.8.3.2.dmg, deleted ~/.electrum-ltc, I open app, create wallet (or restore, doesn't matter), select Hardware wallet and click Next => Electrum-LTC quit unexpectedly. OSX 10.12.4
@2ge Could you please check whether Electrum 2.8.2 works as expected for you?
Electrum-Ltc latest version + OS X @ 10.11.6 + Trezor @ 1.5.0 = OK
Electrum-Ltc latest version + OS X @ 10.12.X + Trezor @ 1.5.0 = Problems (startup wallet can't be created).
I can try, but when running Beta Version: 2.8.3.2 (released 2017-05-13), it immediately throws error, no matter if I got trezor plugged or nope. I tried delete ~/.electrum-ltc - didn't help either. Tired reinstall binary, didn't help.
@pooler: Tried the beta binary from 16 days ago (your comment) - it crashed on start up.
Today, did the latest git pull - sudo python setup.py install with MacOS @ 10.12.5 + Trezor @1.5.0 and required dependencies: Was now able to start electrum-ltc, and create a new wallet with my Trezor. Was able to enter my pin, see my addresses and balance correctly. Tried sending coin to myself and received the following error: " sign_tx() got an unexpected keyword argument 'lock_time' "
File "/Users/MBP/miniconda2/lib/python2.7/site-packages/Electrum_LTC-2.8.3.2-py2.7.egg/electrum_ltc_gui/qt/util.py", line 582, in run
result = task.task()
File "/Users/MBP/miniconda2/lib/python2.7/site-packages/Electrum_LTC-2.8.3.2-py2.7.egg/electrum_ltc/wallet.py", line 1128, in sign_transaction
k.sign_transaction(tx, password)
File "/Users/MBP/miniconda2/lib/python2.7/site-packages/Electrum_LTC-2.8.3.2-py2.7.egg/electrum_ltc_plugins/trezor/plugin.py", line 65, in sign_transaction
self.plugin.sign_transaction(self, tx, prev_tx, xpub_path)
File "/Users/MBP/miniconda2/lib/python2.7/site-packages/Electrum_LTC-2.8.3.2-py2.7.egg/electrum_ltc_plugins/trezor/plugin.py", line 243, in sign_transaction
signed_tx = client.sign_tx(self.get_coin_name(), inputs, outputs, lock_time=tx.locktime)[1]
File "/Users/MBP/miniconda2/lib/python2.7/site-packages/Electrum_LTC-2.8.3.2-py2.7.egg/electrum_ltc_plugins/trezor/clientbase.py", line 221, in wrapped
return func(self, *args, **kwargs)
File "/Users/MBP/miniconda2/lib/python2.7/site-packages/trezorlib/client.py", line 140, in wrapped_f
return f(*args, **kwargs)
TypeError: sign_tx() got an unexpected keyword argument 'lock_time'
@Aragonite Which version of python-trezor did you use?
@pooler: 0.7.13
@Aragonite Are you 100% sure? As far as I can tell in 0.7.13 sign_tx()
does have a lock_time
argument.
I did execute the "sudo python setup.py install" in the python-trezor @0.7.13 twice... With the same failure results.
So I searched and deleted all instances of "trezorlib" on my PC, and re-installed python-trezor and electrum-ltc (latest git pull). This time I didn't get the signature error message and was able to sign and send a transaction. Don't know why my system would not update the dependency (???) Must be a link issue.
So this Github version works on OS X 10.12.5.
Thanks.
Xinxi made a new beta binary, could someone with a Trezor test it on macOS 10.12.4 or 10.12.5? Please report any error messages.
@pooler - tested the new beta binary on different version of MacOS:
MacOS 10.11.6 (El Capitan) - although version 2.6.4.2 fully worked on this MacOS flavor, the previous and new version 2.8.3.2 both crash on startup (with different dump info).
MacOS 10.12.5 (Sierra) - does not crash on start up anymore, and I was able to create a new Trezor wallet. However, once created, it doesn't synch with any of the public servers (including my personal Electrumx-LTC server). In addition, I wanted to name the trezor wallet file something else than default_wallet, and it reverted back the name automatically to default_wallet, during the wallet creation process.
MacOS 10.13 beta (High Sierra) - same as 10.12.5
@Aragonite Thank you very much! Could you please share the crash dumps for El Capitan? Also, if possible, could you please test the latest version of Electrum (2.8.3) on the same machines, for comparison?
@pooler:
I could not find a binary dmg file for version 2.8.3 in the download directory. Please provide it.
EDIT: Sorry, just read the msg again. You want me to test Electrum 2.8.3 for Bitcoin?
@pooler - result of binary tests with Electrum (BTC) at 2.8.3 and Trezor at 1.5.0: flawless on all three OS tested - 10.11.6, 10.12.5 and 10.13 beta.
PS: I apologize from switching back and forth between my personal and my work related Github usernames...
@ELM4Ever Thank you. Yes, I meant Electrum for Bitcoin. I'll pass the info to Xinxi.
Any new binary to be tested? :-)
I've asked Xinxi to make a new binary for testing, it should be ready soon.
Hi all. I'm really sorry, total newb here who isn't really technical. I'm experiencing the same issue with the Electrum app (2.6.4.2) on macOS 10.12.5 - 'Electrum-LTC quit unexpectedly'. Am I right in reading through this thread that @pooler is testing a new version and we're patiently waiting? I must apologise in advance for my stupidity. Happy to share my crash report if it's of any use. Thanks
Am I right in reading through this thread that @pooler is testing a new version and we're patiently waiting?
Not quite. I have no Mac and no Trezor, and since nobody has yet been able to identify the exact cause of the crash what I can do is very limited. I'm currently waiting for Xinxi to make a new test binary. Mind that, as Aragonite reported, running Electrum-LTC from source appears to work just fine even on 10.12.5, so it seems highly likely that the issue lies within the build process.
thank you @pooler. I'm not really sure how to run electrum-ltc from source. I'll try and figure it out. I tried the new beta binary but it repeatedly crashes at install. If I fail I'll wait for the new Xinxi test binary. Thanks for your help.
If by opening from source you mean directly from the download location (forgive me if this is incorrect), no joy. Attached crash reports Crash report 2.8.3.2-2.txt Crash report 2.6.4.2.txt
If by opening from source you mean directly from the download location (forgive me if this is incorrect), [...]
You're forgiven. :) What I meant is running the Python source directly, which requires you to install a few packages via Homebrew. A rough outline can be found in the Download section on the Electrum website if you're interested.
I didn't doubt for a second I was walking into that! Thank you for much for your help and patience. I'll give that a try, looks relatively straight forward.....
When I try to run the python electrum command (step 4 in the download section), I get the following error: Could not import PyQt4 on Linux systems, you may try 'sudo apt-get install python-qt4'
I installed homebrew as per the instructions at https://brew.sh/
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
installed the dependencies 'brew install qt pyqt gettext'
Sorry to be pain!
@Aragonite, could you please test this build of Electrum 2.8.3 and see if there are any differences compared to the official build on the various versions of OS X?
@curiousprise I'm not sure, but I think that may be because brew now installs Qt 5 instead of Qt 4. I did a little research and I think this might do the trick (but I haven't tested it): brew install cartr/qt4/pyqt
thanks @pooler that worked. had to additionally install:
mkdir -p /Users/
Now having difficulties knowing how to install trezor:
Please install the relevant libraries (eg python-trezor for Trezor). Further assistance would be greatly appreciated (not that I don't already appreciate all your help!)
@pooler I installed your test build of electrum 2.8.3 and worked fine on 10.12.5 with trezor (1.4.2). Don't suppose there'll be a test electrum-ltc version? So I don't rip my hair out and think I've lost all my ltc! Thanks
@pooler: the 2.8.3 test build is working fine on 10.12.5, as previously reported by curiousprise. However, it crashes on startup on 10.11.6 and the new 10.13.beta. Crash reports attached (different).
Electrum_2017-06-19-123704-iMac10.11.6.txt Electrum_2017-06-19-123615-MBP10.13.Beta.txt
@Aragonite: thanks again. If everything goes well I will have a new test binary for you in a few hours.
@curiousprise: you just need to install python-trezor.
@pooler - sorry about the delay - I wanted to investigate something. The results are as follow:
10.12.5: The app works, with Trezor. However, only the electrum-ltc server petrkr.net is reachable - no others. Even if other available nodes are manually selected - the connection does not occur (Ref: https://1209k.com/bitcoin-eye/ele.php?chain=ltc ) Furthermore, the GUI for selecting node is from an old version of Electrum (???) - even if "Electrum-ltc-2.8.3.4" is listed on top of the screen. With the latest version (2.8.3.3 from GitHub master) when pressing on the green/red dot (bottom right) the window that appears has now three selectable tabs (server, proxy, blockchain).
10.11.6: At first, it crashed "almost" on startup, I could see that a window would appear and disappear; it was the new file format window. I had a old version of the wallet already on my system. After deleting everything in the ~/.electrum folder (including the wallets) - it started ok. I was able to create a new wallet for my Trezor. However, after a while it became unstable and crashed by itself, just by being open a few minutes, without any activities. Like for OS X 10.12.5, the only Electrum-server that could be reached was petrkr.net.
Since 2013, I used to be able to build and create OS X app for Electrum - I used to build my own version everytime that their was an update - until OS X El Capitan... (10.11.x). - then the method I was using didn't work anymore. I am still able to build the Electrum python, but not the .app. I don't know why.
Attached is the system I followed today - and I was able to build and execute successfully the command "python electrum-ltc", but was not able to compile a non-crashing Electrum-LTC.app file. The same with Electrum (BTC) by-the-way - I don't know how ThomasV does it, but the python setup-release.py file can't be the system he is using anymore ... since I can't reproduce it using this command.
There is also this "package" directory error message that generated during the compilation - but it is also missing from a functional Electrum.app taken from electrum.org website - so I guess it is not required anymore.
@Aragonite Happy to see we're making progress here. Version 2.8.3.4 is based on Electrum 2.8.3, not on git master like 2.8.3.2 (because git master appears to be unstable at the moment). This should answer your question regarding the different Network dialog. Do you have a crash log for 10.11? Thank you for your build notes, I will check them out.
@pooler - did further testings.
On 10.11.6: compiled the app as per my previous instructions. Before starting the .app, I completely deleted the ~/.electrum-ltc folder - including the folder itself. Then, double-clicked on the Electrum-LTC.app... it worked this time. A new ~/.electrum-ltc folder was created, a new Trezor wallet was created with the GUI windows, and everything worked - with the exception of the unique Electrum-server (petrkr.net).
Did the same thing on 10.12.5, but was not that lucky. When the Electrum-LTC python file is invoked by the python command line - fine. But double-clicking on the .app file crashes the app.
@pooler
Being tenacious is sometime a good thing...
On 10.12.5... Did the following: cloned a fresh version of github.com/pooler/electrum-ltc. Commented out line 86 of electrum.py (assert os.path.exists(requests.utils.DEFAULT_CA_BUNDLE_PATH) - a known problem since OS X 10.10 - as documented by http://docs.electrum.org/en/latest/build.html (I just remembered it).
Re-built electrum-ltc, and constructed the .app with setup-release.py. Worked like a charm - I can now double-click on the resulting app file. I can move it to my application folder, etc.
Copying this app file to the 10.11.6 system and launching it from there was also successful.
Conclusion: in the case of my build - this Certificate Authority issue was the problem. I can now create my own app and dmg files again...
10.12.5 is fine - although only one Electrum-ltc-server is available. Others are listed, but not reachable.
10.11.6 still crashes, just when I am preparing to enter the Trezor pin (pin matrix is displayed on Trezor).
On macOS Sierra 10.12.4 the app is crashing when trying to use a Trezor hardware wallet.
Exception
``` shell Process: Electrum-LTC [2005] Path: /Users/USER/Downloads/Electrum-LTC.app/Contents/MacOS/Electrum-LTC Identifier: org.pythonmac.unspecified.Electrum-LTC Version: 2.6.4.2 (2.6.4.2) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Electrum-LTC [2005] User ID: 502 Date/Time: 2017-04-05 23:52:37.780 +0100 OS Version: Mac OS X 10.12.4 (16E195) Report Version: 12 Anonymous UUID: 40FBD501-4547-FD37-6ABD-2D4ADF2A0A41 Time Awake Since Boot: 590 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Illegal instruction: 4 Termination Reason: Namespace SIGNAL, Code 0x4 Terminating Process: exc handler [0] Application Specific Information: dyld: in dlopen() BUG IN LIBTRACE: MH not found Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_trace.dylib 0x00007fff97023e97 _os_trace_image_was_unloaded + 271 1 dyld 0x0000000101912cb2 dyld::removeImage(ImageLoader*) + 343 2 dyld 0x00000001019166c7 dyld::garbageCollectImages() + 870 3 dyld 0x000000010191e54b dlopen + 907 4 libdyld.dylib 0x00007fff96dee832 dlopen + 59 5 org.python.python 0x00000001005ac451 _PyImport_GetDynLoadFunc + 309 6 org.python.python 0x000000010059850e _PyImport_LoadDynamicModule + 96 7 org.python.python 0x00000001005972c6 0x100500000 + 619206 8 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910 9 org.python.python 0x00000001005873b7 0x100500000 + 553911 10 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 11 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 12 org.python.python 0x000000010058099c PyEval_EvalCode + 54 13 org.python.python 0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247 14 org.python.python 0x0000000100597b8b 0x100500000 + 621451 15 org.python.python 0x000000010059825b 0x100500000 + 623195 16 org.python.python 0x0000000100597e3a 0x100500000 + 622138 17 org.python.python 0x0000000100595f68 PyImport_ImportModuleLevel + 649 18 org.python.python 0x000000010057c6d1 0x100500000 + 509649 19 org.python.python 0x000000010050ab77 PyObject_Call + 101 20 org.python.python 0x000000010050acff 0x100500000 + 44287 21 org.python.python 0x000000010050ac94 PyObject_CallFunction + 187 22 org.python.python 0x0000000100595bee PyImport_Import + 407 23 org.python.python 0x00000001005942bb PyImport_ImportModule + 31 24 Qt.so 0x0000000106ee3d97 initQt + 903 25 org.python.python 0x0000000100598544 _PyImport_LoadDynamicModule + 150 26 org.python.python 0x00000001005972c6 0x100500000 + 619206 27 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910 28 org.python.python 0x00000001005873b7 0x100500000 + 553911 29 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 30 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 31 org.python.python 0x000000010058099c PyEval_EvalCode + 54 32 org.python.python 0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247 33 org.python.python 0x0000000100597b8b 0x100500000 + 621451 34 org.python.python 0x000000010059825b 0x100500000 + 623195 35 org.python.python 0x0000000100597e3a 0x100500000 + 622138 36 org.python.python 0x0000000100595f68 PyImport_ImportModuleLevel + 649 37 org.python.python 0x000000010057c6d1 0x100500000 + 509649 38 org.python.python 0x000000010050ab77 PyObject_Call + 101 39 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93 40 org.python.python 0x0000000100583f22 PyEval_EvalFrameEx + 11764 41 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 42 org.python.python 0x000000010058099c PyEval_EvalCode + 54 43 org.python.python 0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247 44 org.python.python 0x0000000100597821 0x100500000 + 620577 45 org.python.python 0x000000010059825b 0x100500000 + 623195 46 org.python.python 0x0000000100597e3a 0x100500000 + 622138 47 org.python.python 0x0000000100595f68 PyImport_ImportModuleLevel + 649 48 org.python.python 0x000000010057c6d1 0x100500000 + 509649 49 org.python.python 0x000000010050ab77 PyObject_Call + 101 50 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93 51 org.python.python 0x0000000100583f22 PyEval_EvalFrameEx + 11764 52 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 53 org.python.python 0x000000010058099c PyEval_EvalCode + 54 54 org.python.python 0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247 55 org.python.python 0x0000000100597821 0x100500000 + 620577 56 org.python.python 0x0000000100596eed 0x100500000 + 618221 57 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910 58 org.python.python 0x00000001005873b7 0x100500000 + 553911 59 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 60 org.python.python 0x00000001005873b7 0x100500000 + 553911 61 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 62 org.python.python 0x00000001005873b7 0x100500000 + 553911 63 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 64 org.python.python 0x00000001005873b7 0x100500000 + 553911 65 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 66 org.python.python 0x00000001005873b7 0x100500000 + 553911 67 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 68 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 69 org.python.python 0x000000010052843a 0x100500000 + 164922 70 org.python.python 0x000000010050ab77 PyObject_Call + 101 71 org.python.python 0x0000000100515550 0x100500000 + 87376 72 org.python.python 0x000000010050ab77 PyObject_Call + 101 73 org.python.python 0x0000000100584d5b PyEval_EvalFrameEx + 15405 74 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 75 org.python.python 0x000000010058741b 0x100500000 + 554011 76 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 77 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 78 org.python.python 0x000000010058741b 0x100500000 + 554011 79 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 80 org.python.python 0x00000001005873b7 0x100500000 + 553911 81 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 82 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 83 org.python.python 0x000000010058741b 0x100500000 + 554011 84 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 85 org.python.python 0x00000001005873b7 0x100500000 + 553911 86 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 87 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 88 org.python.python 0x00000001005851aa PyEval_EvalFrameEx + 16508 89 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 90 org.python.python 0x000000010058741b 0x100500000 + 554011 91 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 92 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 93 org.python.python 0x000000010058099c PyEval_EvalCode + 54 94 org.python.python 0x000000010059f842 0x100500000 + 653378 95 org.python.python 0x000000010059f8e9 PyRun_FileExFlags + 137 96 org.python.python 0x000000010059f437 PyRun_SimpleFileExFlags + 718 97 org.pythonmac.unspecified.Electrum-LTC 0x000000010000275b py2app_main + 2683 98 org.pythonmac.unspecified.Electrum-LTC 0x000000010000117a main + 650 99 org.pythonmac.unspecified.Electrum-LTC 0x0000000100000be4 start + 52 Thread 1: 0 libsystem_kernel.dylib 0x00007fff96f2044e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9700a502 _pthread_wqthread + 1023 2 libsystem_pthread.dylib 0x00007fff9700a0f1 start_wqthread + 13 Thread 2: 0 libsystem_kernel.dylib 0x00007fff96f2044e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9700a695 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fff9700a0f1 start_wqthread + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff96f2044e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9700a695 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fff9700a0f1 start_wqthread + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff96f2044e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9700a695 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fff9700a0f1 start_wqthread + 13 Thread 5: 0 libsystem_kernel.dylib 0x00007fff96f2044e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9700a695 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fff9700a0f1 start_wqthread + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff96f1feb6 __select + 10 1 time.so 0x0000000101901ac4 0x101900000 + 6852 2 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910 3 org.python.python 0x00000001005873b7 0x100500000 + 553911 4 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 5 org.python.python 0x00000001005873b7 0x100500000 + 553911 6 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 7 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 8 org.python.python 0x000000010052843a 0x100500000 + 164922 9 org.python.python 0x000000010050ab77 PyObject_Call + 101 10 org.python.python 0x0000000100515550 0x100500000 + 87376 11 org.python.python 0x000000010050ab77 PyObject_Call + 101 12 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93 13 org.python.python 0x00000001005b1ca2 0x100500000 + 728226 14 libsystem_pthread.dylib 0x00007fff9700a9af _pthread_body + 180 15 libsystem_pthread.dylib 0x00007fff9700a8fb _pthread_start + 286 16 libsystem_pthread.dylib 0x00007fff9700a101 thread_start + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff96f1feb6 __select + 10 1 _socket.so 0x0000000101c5eff1 0x101c5a000 + 20465 2 _socket.so 0x0000000101c5f454 0x101c5a000 + 21588 3 _socket.so 0x0000000101c5da99 0x101c5a000 + 15001 4 org.python.python 0x00000001005848e4 PyEval_EvalFrameEx + 14262 5 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 6 org.python.python 0x000000010052843a 0x100500000 + 164922 7 org.python.python 0x000000010050ab77 PyObject_Call + 101 8 _functools.so 0x0000000101c6c7ec 0x101c6b000 + 6124 9 org.python.python 0x000000010050ab77 PyObject_Call + 101 10 org.python.python 0x0000000100584df8 PyEval_EvalFrameEx + 15562 11 org.python.python 0x00000001005873b7 0x100500000 + 553911 12 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 13 org.python.python 0x00000001005873b7 0x100500000 + 553911 14 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 15 org.python.python 0x00000001005873b7 0x100500000 + 553911 16 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 17 org.python.python 0x00000001005873b7 0x100500000 + 553911 18 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 19 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 20 org.python.python 0x000000010052843a 0x100500000 + 164922 21 org.python.python 0x000000010050ab77 PyObject_Call + 101 22 org.python.python 0x0000000100515550 0x100500000 + 87376 23 org.python.python 0x000000010050ab77 PyObject_Call + 101 24 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93 25 org.python.python 0x00000001005b1ca2 0x100500000 + 728226 26 libsystem_pthread.dylib 0x00007fff9700a9af _pthread_body + 180 27 libsystem_pthread.dylib 0x00007fff9700a8fb _pthread_start + 286 28 libsystem_pthread.dylib 0x00007fff9700a101 thread_start + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff96f1feb6 __select + 10 1 _socket.so 0x0000000101c5eff1 0x101c5a000 + 20465 2 _socket.so 0x0000000101c5f454 0x101c5a000 + 21588 3 _socket.so 0x0000000101c5da99 0x101c5a000 + 15001 4 org.python.python 0x00000001005848e4 PyEval_EvalFrameEx + 14262 5 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 6 org.python.python 0x000000010052843a 0x100500000 + 164922 7 org.python.python 0x000000010050ab77 PyObject_Call + 101 8 _functools.so 0x0000000101c6c7ec 0x101c6b000 + 6124 9 org.python.python 0x000000010050ab77 PyObject_Call + 101 10 org.python.python 0x0000000100584df8 PyEval_EvalFrameEx + 15562 11 org.python.python 0x00000001005873b7 0x100500000 + 553911 12 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 13 org.python.python 0x00000001005873b7 0x100500000 + 553911 14 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 15 org.python.python 0x00000001005873b7 0x100500000 + 553911 16 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 17 org.python.python 0x00000001005873b7 0x100500000 + 553911 18 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 19 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 20 org.python.python 0x000000010052843a 0x100500000 + 164922 21 org.python.python 0x000000010050ab77 PyObject_Call + 101 22 org.python.python 0x0000000100515550 0x100500000 + 87376 23 org.python.python 0x000000010050ab77 PyObject_Call + 101 24 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93 25 org.python.python 0x00000001005b1ca2 0x100500000 + 728226 26 libsystem_pthread.dylib 0x00007fff9700a9af _pthread_body + 180 27 libsystem_pthread.dylib 0x00007fff9700a8fb _pthread_start + 286 28 libsystem_pthread.dylib 0x00007fff9700a101 thread_start + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff96f1fbf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff9700b86e _pthread_cond_wait + 712 2 org.python.python 0x00000001005ae1ff PyThread_acquire_lock + 104 3 org.python.python 0x00000001005806e2 PyEval_RestoreThread + 62 4 org.python.python 0x000000010052224c 0x100500000 + 139852 5 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910 6 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 7 org.python.python 0x000000010058741b 0x100500000 + 554011 8 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 9 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 10 org.python.python 0x000000010058741b 0x100500000 + 554011 11 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 12 org.python.python 0x00000001005873b7 0x100500000 + 553911 13 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 14 org.python.python 0x00000001005873b7 0x100500000 + 553911 15 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 16 org.python.python 0x00000001005873b7 0x100500000 + 553911 17 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 18 org.python.python 0x00000001005873b7 0x100500000 + 553911 19 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 20 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 21 org.python.python 0x000000010052843a 0x100500000 + 164922 22 org.python.python 0x000000010050ab77 PyObject_Call + 101 23 org.python.python 0x0000000100515550 0x100500000 + 87376 24 org.python.python 0x000000010050ab77 PyObject_Call + 101 25 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93 26 org.python.python 0x00000001005b1ca2 0x100500000 + 728226 27 libsystem_pthread.dylib 0x00007fff9700a9af _pthread_body + 180 28 libsystem_pthread.dylib 0x00007fff9700a8fb _pthread_start + 286 29 libsystem_pthread.dylib 0x00007fff9700a101 thread_start + 13 Thread 10: 0 libsystem_kernel.dylib 0x00007fff96f1feb6 __select + 10 1 select.so 0x0000000101d8005b 0x101d7e000 + 8283 2 org.python.python 0x00000001005848e4 PyEval_EvalFrameEx + 14262 3 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 4 org.python.python 0x000000010058741b 0x100500000 + 554011 5 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 6 org.python.python 0x00000001005873b7 0x100500000 + 553911 7 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 8 org.python.python 0x00000001005873b7 0x100500000 + 553911 9 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 10 org.python.python 0x00000001005873b7 0x100500000 + 553911 11 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531 12 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 13 org.python.python 0x000000010052843a 0x100500000 + 164922 14 org.python.python 0x000000010050ab77 PyObject_Call + 101 15 org.python.python 0x0000000100515550 0x100500000 + 87376 16 org.python.python 0x000000010050ab77 PyObject_Call + 101 17 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93 18 org.python.python 0x00000001005b1ca2 0x100500000 + 728226 19 libsystem_pthread.dylib 0x00007fff9700a9af _pthread_body + 180 20 libsystem_pthread.dylib 0x00007fff9700a8fb _pthread_start + 286 21 libsystem_pthread.dylib 0x00007fff9700a101 thread_start + 13 Thread 11:: Timer 0 libsystem_kernel.dylib 0x00007fff96f1feb6 __select + 10 1 time.so 0x0000000101901ac4 0x101900000 + 6852 2 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910 3 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634 4 org.python.python 0x000000010052843a 0x100500000 + 164922 5 org.python.python 0x000000010050ab77 PyObject_Call + 101 6 org.python.python 0x0000000100515550 0x100500000 + 87376 7 org.python.python 0x000000010050ab77 PyObject_Call + 101 8 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93 9 sip.so 0x0000000104dd935c 0x104dd5000 + 17244 10 QtCore.so 0x00000001066409cf sipVH_QtCore_11(PyGILState_STATE, void (*)(_sipSimpleWrapper*, PyGILState_STATE), _sipSimpleWrapper*, _object*) + 47 11 QtCore.so 0x000000010670e85f sipQThread::run() + 79 12 QtCore 0x00000001062ee348 0x1062cd000 + 136008 13 libsystem_pthread.dylib 0x00007fff9700a9af _pthread_body + 180 14 libsystem_pthread.dylib 0x00007fff9700a8fb _pthread_start + 286 15 libsystem_pthread.dylib 0x00007fff9700a101 thread_start + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff96f2044e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9700a502 _pthread_wqthread + 1023 2 libsystem_pthread.dylib 0x00007fff9700a0f1 start_wqthread + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff96f2044e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9700a695 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fff9700a0f1 start_wqthread + 13 Thread 14:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff96f1834a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff96f17797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff810db854 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff810dacd1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff810da524 CFRunLoopRunSpecific + 420 5 com.apple.AppKit 0x00007fff7ed232d2 _NSEventThread + 205 6 libsystem_pthread.dylib 0x00007fff9700a9af _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fff9700a8fb _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fff9700a101 thread_start + 13 Thread 15: 0 libsystem_pthread.dylib 0x00007fff9700a0e4 start_wqthread + 0 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000102118210 rbx: 0x000000000000002e rcx: 0x00007fff97031db0 rdx: 0x000000000000002d rdi: 0x0000000000000000 rsi: 0x0000000102118200 rbp: 0x00007fff5fbf9040 rsp: 0x00007fff5fbf8ff0 r8: 0x000000000000007c r9: 0x0000000100084400 r10: 0x0000000000031001 r11: 0xffff8001a048e8b8 r12: 0x0000000100084800 r13: 0x00000001170a9000 r14: 0x0000000100084808 r15: 0x84aff7e227890046 rip: 0x00007fff97023e97 rfl: 0x0000000000010246 cr2: 0x00000001000fa000 Logical CPU: 0 Error Code: 0x00000000 Trap Number: 6 Binary Images: 0x100000000 - 0x100009fff +org.pythonmac.unspecified.Electrum-LTC (2.6.4.2 - 2.6.4.2) /Users/USER/Downloads/Electrum-LTC.app/Contents/MacOS/Electrum-LTC
0x1000cc000 - 0x1000cffff +_csv.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_csv.so
0x100500000 - 0x10060bff7 +org.python.python (2.7.8, [c] 2004-2014 Python Software Foundation. - 2.7.8) <3E7A59E4-7DA2-3B11-AE06-231634B70F1A> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/Python.framework/Versions/2.7/Python
0x1007ac000 - 0x1007befff +_ctypes.so (???) <46700B84-7CE9-330A-85D0-B90811EC9578> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_ctypes.so
0x1007c7000 - 0x1007cbfff +_struct.so (???) <13EE96A0-24AF-3AEC-93E5-CEBBFC5F128F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_struct.so
0x1007d0000 - 0x1007d6fff +itertools.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/itertools.so
0x1007de000 - 0x1007e2ff7 +math.so (???) <04BBEBFE-DFAF-3FB7-8AEC-3B5BA21C5894> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/math.so
0x1007e7000 - 0x1007eafff +binascii.so (???) <776B368D-DEBE-30CC-A790-476645191E13> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/binascii.so
0x1007ed000 - 0x1007f1fff +operator.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/operator.so
0x1007f6000 - 0x1007f8fff +_hashlib.so (???) <2EB0DA05-BFAE-356D-B398-A455C742EA41> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_hashlib.so
0x1007fb000 - 0x1007fcff7 +_random.so (???) <70C97A36-25B7-3A3D-AA00-E93A8382D967> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_random.so
0x101900000 - 0x101902ff7 +time.so (???) <71C10501-43FF-32B5-9DD2-6330085B2691> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/time.so
0x101906000 - 0x101907fff +cStringIO.so (???) <884B4796-D13C-3A85-939B-B83238CEC24B> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/cStringIO.so
0x10190b000 - 0x10190cfff +_heapq.so (???) <6A010033-7836-3F23-8687-DEFB79758199> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_heapq.so
0x101911000 - 0x10194edc7 dyld (433.5) <8239D0D7-66F6-3C44-A77F-586F74525DA3> /usr/lib/dyld
0x101a5c000 - 0x101a9aff7 +libssl.1.0.0.dylib (1) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/libssl.1.0.0.dylib
0x101ab2000 - 0x101beffdf +libcrypto.1.0.0.dylib (1) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/libcrypto.1.0.0.dylib
0x101c52000 - 0x101c55fff +_collections.so (???) <5D6A6377-621D-3D59-B103-2C01077684D0> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_collections.so
0x101c5a000 - 0x101c62ff7 +_socket.so (???) <900D7962-AE6C-3231-85CE-DFF5903790EC> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so
0x101c6b000 - 0x101c6cfff +_functools.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_functools.so
0x101c6f000 - 0x101c73fff +_ssl.so (???) <6BE89827-3A1C-3970-839E-D7EB79A727C9> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_ssl.so
0x101c78000 - 0x101c7bfff +strop.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/strop.so
0x101c7f000 - 0x101c8aff7 +datetime.so (???) <678A92F6-F056-3435-B486-01A023D8DB44> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/datetime.so
0x101c91000 - 0x101c96fff +array.so (???) <8AE9A559-8525-3E39-B5EA-608BEF9A6CDF> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/array.so
0x101d5b000 - 0x101d6cfff +_io.so (???) <0EC126A6-E243-3AF2-956B-6BCDEA7FFD45> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_io.so
0x101d7a000 - 0x101d7bfff +fcntl.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/fcntl.so
0x101d7e000 - 0x101d80fff +select.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/select.so
0x101dc4000 - 0x101dc5fff +_scproxy.so (???) <1AA003A6-63E5-37E5-B2B6-21158A489CAE> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_scproxy.so
0x101dc8000 - 0x101dcafff +_locale.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_locale.so
0x101e8d000 - 0x101e90fff +zlib.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/zlib.so
0x101ed4000 - 0x101ed9ff7 +_json.so (???) <8B1A95C8-9F57-3458-89C9-8B16EA158CED> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_json.so
0x101edd000 - 0x101edefff +_bisect.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_bisect.so
0x101ee1000 - 0x101eedfff +cPickle.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/cPickle.so
0x101ff2000 - 0x101ff2fff +strxor.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Util/strxor.so
0x101ff5000 - 0x101ff6fff +grp.so (???) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/grp.so
0x101ff9000 - 0x101ffcfff +ltc_scrypt.so (???) <7EC0C29B-997E-3273-965B-31456F93DB9F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/ltc_scrypt.so
0x1048f9000 - 0x10491aff7 +pyexpat.so (???) <89C8B90F-871B-3AC3-8773-CB368C9F80F8> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/pyexpat.so
0x104c22000 - 0x104cc6fff +unicodedata.so (???) <3764744F-CFE8-3704-BEE4-CE503E894F26> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/unicodedata.so
0x104dc9000 - 0x104dcaff7 +_counter.so (???) <60C9D8D8-DEBD-3360-BD56-46D0F153B9F9> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Util/_counter.so
0x104dcd000 - 0x104dd2fff +_AES.so (???) <458C0964-C4EF-39EE-83AA-7BC249E61786> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Cipher/_AES.so
0x104dd5000 - 0x104de9ff7 +sip.so (???) <6F735F9F-3191-3553-AC45-B3D975603124> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/sip.so
0x105200000 - 0x105669ff7 +QtGui.so (0) <17329B6A-B2D7-3E15-B84C-6D30CEA386E5> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtGui.so
0x1058f4000 - 0x106170fff +QtGui (4.8.6) <99981C62-D9D7-3ECB-BACF-09FF4472D0B9> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x1062cd000 - 0x106538ff7 +QtCore (4.8.6) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x106585000 - 0x1065d5fff libstdc++.6.dylib (104.1) /usr/lib/libstdc++.6.dylib
0x10663e000 - 0x1067a3ff7 +QtCore.so (0) <00578506-9E39-347F-9D9E-67F09CFF324F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtCore.so
0x106caf000 - 0x106cc9ff7 com.apple.security.csparser (3.0 - 57740.51.3) <8470F4B5-CACA-3FDC-9686-3BA237A61F2C> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x106cdd000 - 0x106cf4ff3 libCGInterfaces.dylib (331.5) /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x106ee2000 - 0x106ee3fff +Qt.so (0) <7E257912-B7CF-3DD7-800B-90F97E824D9F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/Qt.so
0x106ef0000 - 0x106ef4fff +QtScriptTools.so (0) <84A71462-FD17-3604-B67A-2FA69CD111BF> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtScriptTools.so
0x106ef8000 - 0x106efeff7 +QtTest.so (0) <4392C761-A386-3D12-8E95-777DEE67FB4F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtTest.so
0x107400000 - 0x1074a3ff7 ColorSyncDeprecated.dylib (502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x112320000 - 0x1124c6fff GLEngine (14.0.16) /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x112505000 - 0x11252ffff GLRendererFloat (14.0.16) <768ADC3B-C0E6-3936-801C-35990D62CAE7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x113000000 - 0x113442ff7 com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.24.45 - 10.2.4) <8D345C7B-98A9-3BA4-BD46-0FF256652208> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
0x11360a000 - 0x11367dff7 com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.24.45 - 10.2.4) /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
0x114912000 - 0x114923fff +QtHelp.so (0) <512EF9EE-8BB4-3EAB-A284-A67281B108ED> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtHelp.so
0x11492f000 - 0x114998fff +QtHelp (4.8.6) <10CA30B5-56C5-3729-9262-2F7A04678C6E> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtHelp.framework/Versions/4/QtHelp
0x1149b1000 - 0x1149dfff7 +QtSql (4.8.6) <20615AC6-BF14-31E9-B42C-30D3B750271D> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
0x1149ec000 - 0x114afcfff +QtNetwork (4.8.6) <4D00849E-7B8D-3AAB-B6E3-07044D6F92F7> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
0x114b24000 - 0x114be6fff +libQtCLucene.4.8.6.dylib (4.8.6) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/libQtCLucene.4.8.6.dylib
0x114c12000 - 0x114c26ff7 +QtMultimedia.so (0) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtMultimedia.so
0x114c34000 - 0x114c55fff +QtMultimedia (4.8.6) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtMultimedia.framework/Versions/4/QtMultimedia
0x114c60000 - 0x114cc3ff7 +QtNetwork.so (0) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtNetwork.so
0x114d01000 - 0x114d26fff +QtDeclarative.so (0) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtDeclarative.so
0x114d42000 - 0x11501bff7 +QtDeclarative (4.8.6) <1D7F1BB4-B92D-310B-87D3-59F32983419F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtDeclarative.framework/Versions/4/QtDeclarative
0x11509b000 - 0x115222fff +QtScript (4.8.6) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtScript.framework/Versions/4/QtScript
0x115275000 - 0x1152b9fff +QtSvg (4.8.6) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
0x1152c9000 - 0x115678ff7 +QtXmlPatterns (4.8.6) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
0x1156f2000 - 0x11570efff +QtScript.so (0) <5E850CD8-CF36-3823-95E1-0D2B48FF1984> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtScript.so
0x115720000 - 0x1157baff7 +QtScriptTools (4.8.6) <18EBBE4E-1FB4-3754-9268-5CB2F5DDDBC3> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtScriptTools.framework/Versions/4/QtScriptTools
0x1157da000 - 0x115808fff +QtXml.so (0) <7CFA67A8-385F-3970-9B82-CC6D4043258F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtXml.so
0x115824000 - 0x11585aff7 +QtXml (4.8.6) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
0x115867000 - 0x11588efff +QtOpenGL.so (0) <14AACB6B-38BC-37BE-8119-D702673F30F0> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtOpenGL.so
0x1158a7000 - 0x11596afff +QtOpenGL (4.8.6) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
0x11598d000 - 0x1159b9fff +QtSql.so (0) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtSql.so
0x1159d5000 - 0x1159e4ff7 +QtSvg.so (0) <200BBD0E-5011-3479-A653-67310BFD1584> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtSvg.so
0x1159f0000 - 0x115a0efff +QtTest (4.8.6) <1A5672DD-B4D0-3974-8870-9EDA0C9DBC03> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtTest.framework/Versions/4/QtTest
0x115a17000 - 0x115a56ff7 +QtWebKit.so (0) <9AF3BEE2-D6BC-3CB9-84E1-562FFA24A4B8> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtWebKit.so
0x115a7e000 - 0x116cceff7 +QtWebKit (4.9.4) /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
0x117023000 - 0x11703bfff +QtXmlPatterns.so (0) /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtXmlPatterns.so
0x1170a9000 - 0x1170e3fff +phonon (4.4) <5F986BFE-62AF-395A-A1D9-E8ECE37E46CD> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
0x7fff7c4f9000 - 0x7fff7cd46fff com.apple.GeForceGLDriver (10.16.34 - 10.1.6) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff7cd47000 - 0x7fff7d60cff3 libclh.dylib (4.0.3 - 4.0.3) <724139ED-ED81-39BE-A226-B080DD404719> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff7d60d000 - 0x7fff7d71dff7 com.apple.GeForceMTLDriver (10.16.34 - 10.1.6) <6BABB0D8-05C7-3AF3-BB54-D86BD65C25A9> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x7fff7d71e000 - 0x7fff7d722ffb com.apple.agl (3.3.1 - AGL-3.3.1) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff7da52000 - 0x7fff7da52fff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff7da6b000 - 0x7fff7e0abfe3 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff7e0ac000 - 0x7fff7e273fef libBLAS.dylib (1185.50.4) <7AF8DB9A-E33B-30EB-8767-87AFB951E231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff7e274000 - 0x7fff7e28bfff libBNNS.dylib (15) <26F32264-148E-35E5-A280-CA035CB3D6F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff7e28c000 - 0x7fff7e697fff libLAPACK.dylib (1185.50.4) <51B2BABA-F736-3663-885A-65A8991D3560> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff7e698000 - 0x7fff7e6aefff libLinearAlgebra.dylib (1185.50.4) <0EC25E70-05DC-3615-85B6-81721566CF1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff7e6af000 - 0x7fff7e6b5fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff7e6b6000 - 0x7fff7e6c9ff7 libSparseBLAS.dylib (1185.50.4) <0BDCF6A7-0228-3719-81C7-B6EBC7911320> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff7e6ca000 - 0x7fff7e817ff7 libvDSP.dylib (600) <9D9CFF97-2A64-341A-AB35-DC0C76068B9C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff7e818000 - 0x7fff7e8cffff libvMisc.dylib (600) <661B825D-274E-3B85-B160-89873AD65A62> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff7e8d0000 - 0x7fff7e8d0fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff7eb8f000 - 0x7fff7f968ffb com.apple.AppKit (6.9 - 1504.82.104) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff7f97a000 - 0x7fff7f97afff com.apple.ApplicationServices (48 - 48) <847E54B5-DEA4-3B50-93CE-4FC67789F179> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff7f97b000 - 0x7fff7f9e9ff7 com.apple.ApplicationServices.ATS (377 - 422.2) <012ACEE0-9A90-3998-8495-734E105117C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff7fa83000 - 0x7fff7fbb2ff7 libFontParser.dylib (194.11) <635DF6EF-18DF-3D06-90AA-88C509B43068> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff7fbb3000 - 0x7fff7fbfdfff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff7fc5a000 - 0x7fff7fc8dfff libTrueTypeScaler.dylib (194.11) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff7fcf9000 - 0x7fff7fda3ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff7fda4000 - 0x7fff7fdf4ff7 com.apple.HIServices (1.22 - 591) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff7fdf5000 - 0x7fff7fe04ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff7fe05000 - 0x7fff7fe52fff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff7fe53000 - 0x7fff7fe8efff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff7fe8f000 - 0x7fff7fe9aff7 com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff7fe9b000 - 0x7fff800a7fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6EEF498D-8233-3622-B34B-49FDD9D4DF14> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff800a8000 - 0x7fff800a8fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <3D374973-8632-3F15-982C-E0508E6E5B1A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff80211000 - 0x7fff805ebff7 com.apple.CFNetwork (811.4.18 - 811.4.18) <9CE329E8-6177-3474-976D-F5C63FC875CD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff80605000 - 0x7fff80605fff com.apple.Carbon (154 - 157) <7F6DA3B9-CAE8-3F75-B06A-CC710244970F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff80606000 - 0x7fff80609fff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8060a000 - 0x7fff80913fff com.apple.HIToolbox (2.1.1 - 857.8) <40254D9A-E477-3F33-B2A2-807D399BF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff80914000 - 0x7fff80917ff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff80918000 - 0x7fff8091dfff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8091e000 - 0x7fff809b5ff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff809b6000 - 0x7fff809d0fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff809d1000 - 0x7fff809d2ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff809d3000 - 0x7fff809d5ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff809d6000 - 0x7fff809dcff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff80abd000 - 0x7fff80abdfff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff80c07000 - 0x7fff80c94fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <184D9C49-248F-3374-944C-FD1A99A6B32E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff80c95000 - 0x7fff80ca8fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff80ca9000 - 0x7fff80fa8ff3 com.apple.CoreData (120 - 754.2) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff80fa9000 - 0x7fff81055fff com.apple.CoreDisplay (1.0 - 1) <461540AF-14C1-38F4-8F85-FD96BD51C856> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff81056000 - 0x7fff814e9fff com.apple.CoreFoundation (6.9 - 1349.65) <2B7C4BA4-D69E-3651-93DF-3930880B5084> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff814ea000 - 0x7fff81b8dff7 com.apple.CoreGraphics (2.0 - 1070.22) <1676F5EC-AEE3-3C52-97C4-43CBF705EA2A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff81b8e000 - 0x7fff81dd1ffb com.apple.CoreImage (12.4.0 - 451.4.9) <988872A1-9C33-3FD7-9BF9-881F13A30392> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff81f36000 - 0x7fff81f36fff com.apple.CoreServices (775.19 - 775.19) <8AA95E32-AB13-3792-B248-FA150D8E6583> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff81f37000 - 0x7fff81f88fff com.apple.AE (712.5 - 712.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff81f89000 - 0x7fff82264ff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff82265000 - 0x7fff82298fff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff82299000 - 0x7fff822a1ff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff822a2000 - 0x7fff8240eff7 com.apple.LaunchServices (775.19 - 775.19) <1CF81B5F-BA1A-3FC6-B4F9-E0A319AE94D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8240f000 - 0x7fff824bfffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff824c0000 - 0x7fff8251ffff com.apple.CoreServices.OSServices (775.19 - 775.19) <724312AC-5CE8-333C-BC35-BC5AB1583D9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff82520000 - 0x7fff82590fff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff82591000 - 0x7fff825d6ff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff8265f000 - 0x7fff827abff3 com.apple.CoreText (352.0 - 544.12) <1ED17C4A-9E2D-3537-8C5F-FB675492A002> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff827ac000 - 0x7fff827e1ff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff827e2000 - 0x7fff82853ffb com.apple.framework.CoreWLAN (11.0 - 1200.31) <3A83EBE9-68C5-37DD-AD6F-AF4B37813480> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff82951000 - 0x7fff82956fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff82ae8000 - 0x7fff82e8eff3 com.apple.Foundation (6.9 - 1349.64) <49C8DA40-9E5B-33F9-B092-F50115B59E95> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff82eba000 - 0x7fff82eebff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff82fab000 - 0x7fff8304effb com.apple.Bluetooth (5.0.4 - 5.0.4f18) <00D257AA-283D-3395-B9B0-FEB70764080B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8304f000 - 0x7fff830e4fff com.apple.framework.IOKit (2.0.2 - 1324.50.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff830e5000 - 0x7fff830ebffb com.apple.IOSurface (159.6 - 159.6) <661BFCC0-85AB-3343-853E-3797932871D4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8313e000 - 0x7fff832a0fff com.apple.ImageIO.framework (3.3.0 - 1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff832a1000 - 0x7fff832a5fff libGIF.dylib (1599.7) <6004F3A9-A9F3-3287-A105-72870ED4537A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff832a6000 - 0x7fff83397ff7 libJP2.dylib (1599.7) <447C19DA-1EC7-3145-9C03-392084CEC012> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff83398000 - 0x7fff833bbfff libJPEG.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff833bc000 - 0x7fff833e2fff libPng.dylib (1599.7) <5EFC9938-CA0F-3AAD-AB70-210089939A74> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff833e3000 - 0x7fff833e5ff3 libRadiance.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff833e6000 - 0x7fff83434ff7 libTIFF.dylib (1599.7) <5CE8FC45-4B15-355F-AF40-8A98F0ADC9CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8419b000 - 0x7fff841b4ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff84993000 - 0x7fff849eefff com.apple.Metal (87.18 - 87.18) <5D8B1DD7-84A4-359F-ACC8-8BCFBD8B0699> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff852d7000 - 0x7fff852dffff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff854b6000 - 0x7fff854beff7 libcldcpuengine.dylib (2.8.5) <6D10BDF1-8D39-347D-BB7C-6C25BA2336E3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff85687000 - 0x7fff856d5ff3 com.apple.opencl (2.8.6 - 2.8.6) <908C7F66-C3B7-349E-8649-1F3DAD0A7790> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff856d6000 - 0x7fff856efffb com.apple.CFOpenDirectory (10.12 - 194) <2D856BB1-4865-3B54-A39A-CCBB25A4A935> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff856f0000 - 0x7fff856fbff7 com.apple.OpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff856fc000 - 0x7fff856fefff libCVMSPluginSupport.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff856ff000 - 0x7fff85702ff7 libCoreFSCache.dylib (156.3) <1B2EAF78-F6DA-38C1-A5E7-C9911C61F674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff85703000 - 0x7fff85707fff libCoreVMClient.dylib (156.3) <9660B91D-0C39-385A-96CB-268345035995> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff85708000 - 0x7fff85711ff7 libGFXShared.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff85712000 - 0x7fff8571dfff libGL.dylib (14.0.16) <604077A8-D7E7-3E6F-984B-EB962CD776E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8571e000 - 0x7fff8575aff7 libGLImage.dylib (14.0.16) <1BD43691-4215-349C-8BD5-8A986195CB5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff858d2000 - 0x7fff85a48ff3 libGLProgrammability.dylib (14.0.16) <658CA7D8-A521-3011-A056-4F19C3E42F8D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff85a49000 - 0x7fff85a8aff7 libGLU.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff863f2000 - 0x7fff86400fff com.apple.opengl (14.0.16 - 14.0.16) <2970D284-D6BD-3727-AA74-2697AE676952> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff87124000 - 0x7fff87324fff com.apple.QuartzCore (1.11 - 453.38) <8B771CD0-F78A-30EA-AD88-F65960528A5B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8788b000 - 0x7fff87b8cfff com.apple.security (7.0 - 57740.51.3) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff87b8d000 - 0x7fff87c02fff com.apple.securityfoundation (6.0 - 55132.50.7) <2A013E36-EEB5-3E9A-AAA7-8E10EC49E75C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff87c2d000 - 0x7fff87c30ffb com.apple.xpc.ServiceManagement (1.0 - 1) <00B5C305-37B4-378A-BCAE-5EC441A889C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff87fb7000 - 0x7fff88026ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8a8a3000 - 0x7fff8a8c5ffb com.apple.framework.Apple80211 (12.0 - 1200.46) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8a8c6000 - 0x7fff8a8d5feb com.apple.AppleFSCompression (88.50.3 - 1.0) <69E0C360-EF99-32E2-ADEE-10CD4CF8C605> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8a9bf000 - 0x7fff8aa4a97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8ae7d000 - 0x7fff8aefbff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8bb86000 - 0x7fff8bbadff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8c4d1000 - 0x7fff8c4daffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8cc22000 - 0x7fff8cc32fff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff8cf6d000 - 0x7fff8cf9dff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8d22e000 - 0x7fff8d2bdff7 com.apple.CoreSymbolication (62046) <0D271AFF-48D9-3842-A6D6-19725EF105FE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8d2be000 - 0x7fff8d3fdfe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8d3fe000 - 0x7fff8d4ceff3 com.apple.CoreUtils (5.1 - 510.31) <3FACAA4A-4251-369F-9B04-2AAD19B4414B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff8d51e000 - 0x7fff8d583ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) <658A4197-7947-3851-A811-C4B3F7889544> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8d584000 - 0x7fff8d592ff7 com.apple.CrashReporterSupport (10.12 - 823) <43BCC374-CB17-3331-95A0-227672E98003> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8d604000 - 0x7fff8d60effb com.apple.framework.DFRFoundation (1.0 - 104.25) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff8d60f000 - 0x7fff8d613ff7 com.apple.DSExternalDisplay (3.1 - 380) <462A4475-18EA-3CED-A373-6EE6EB576B2C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff8d649000 - 0x7fff8d6beffb com.apple.datadetectorscore (7.0 - 539.1) <7A0E99A6-51D1-329C-9075-B8988441022F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8d6fa000 - 0x7fff8d739fff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8d73a000 - 0x7fff8d84bfff com.apple.desktopservices (1.11.5 - 1.11.5) <5712EC1F-FD2B-3F88-9549-DE167A5FEDE4> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8db31000 - 0x7fff8df62ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8f2b9000 - 0x7fff8f2b9fff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff8f2c6000 - 0x7fff8f2d1ff3 libGPUSupportMercury.dylib (14.0.16) <883C2A10-C615-3727-9B35-1E0026EFFC2D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff8f58a000 - 0x7fff8f5a6fff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8fcb7000 - 0x7fff8fd2dff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff90347000 - 0x7fff9034effb com.apple.IOAccelerator (311.11 - 311.11) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff90350000 - 0x7fff90364ff7 com.apple.IOPresentment (1.0 - 29.10) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff90365000 - 0x7fff90387fff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff9046e000 - 0x7fff90625fff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff90f46000 - 0x7fff90fbfff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff91139000 - 0x7fff91161fff com.apple.MultitouchSupport.framework (368.14 - 368.14) <930109A4-6949-377F-AD30-F9B542CBAE1C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff91213000 - 0x7fff9121efff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff91af6000 - 0x7fff91b37ff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <897B7147-43A7-337F-A496-354C9D696448> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff9221f000 - 0x7fff92239fff com.apple.ProtocolBuffer (1 - 249.1) <478687E1-1EAA-363B-81F2-5C56303915E8> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff92252000 - 0x7fff92275ff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff92fcd000 - 0x7fff9305afff com.apple.Sharing (696.2.67 - 696.2.67) <4AC2E3D3-786F-3C2A-A8B6-CDD48D9F45C0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff9307b000 - 0x7fff932f0ff7 com.apple.SkyLight (1.600.0 - 160.40) <90479C67-4D85-3B7A-867C-7D49DC2E37E1> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff934ce000 - 0x7fff934daff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff93bc4000 - 0x7fff93c38fdf com.apple.Symbolication (62048.1) <90D17992-D584-305E-AC93-B5ECDB58FF76> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff94076000 - 0x7fff9407cff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff94108000 - 0x7fff941ceff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff94242000 - 0x7fff94243fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff94244000 - 0x7fff943d4ff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff95485000 - 0x7fff95487ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff954dc000 - 0x7fff954f7ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff954f8000 - 0x7fff95503fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fff95595000 - 0x7fff95596ff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff95597000 - 0x7fff957aafff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fff957ce000 - 0x7fff957cefff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fff957cf000 - 0x7fff957d3ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fff957d4000 - 0x7fff957d5ffb libSystem.B.dylib (1238.51.1) /usr/lib/libSystem.B.dylib
0x7fff95841000 - 0x7fff9586cff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib
0x7fff9586d000 - 0x7fff95962fef libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fff95966000 - 0x7fff95966ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fff95967000 - 0x7fff95977ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fff95978000 - 0x7fff95986ff7 libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
0x7fff95987000 - 0x7fff959ddff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fff959de000 - 0x7fff95a08fff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
0x7fff95a09000 - 0x7fff95a19ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fff95a1a000 - 0x7fff95a30ff7 libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fff95a31000 - 0x7fff95a31ff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fff95a32000 - 0x7fff95a33ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff95aed000 - 0x7fff95bd2ff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fff95d70000 - 0x7fff95dc3ff7 libcups.2.dylib (450) /usr/lib/libcups.2.dylib
0x7fff95e3e000 - 0x7fff95e3efff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fff95e4e000 - 0x7fff95e53ff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fff95e54000 - 0x7fff95f46ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fff95f47000 - 0x7fff9616cffb libicucore.A.dylib (57163.0.1) <325E1C97-1C45-3A7E-9AFB-D1328E31D879> /usr/lib/libicucore.A.dylib
0x7fff96172000 - 0x7fff96173fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fff96174000 - 0x7fff9618dffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fff9618e000 - 0x7fff961a4ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fff961a5000 - 0x7fff9644dff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fff96480000 - 0x7fff964faff3 libnetwork.dylib (856.50.56) <021B3FCF-6CFC-359D-845A-8A6AD7C54D73> /usr/lib/libnetwork.dylib
0x7fff964fb000 - 0x7fff968d0bc7 libobjc.A.dylib (709) <54CD8D1A-5C98-3559-B13A-932B3D3DD338> /usr/lib/libobjc.A.dylib
0x7fff968d3000 - 0x7fff968d7fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fff968d8000 - 0x7fff96909ff7 libpcap.A.dylib (67.50.2) /usr/lib/libpcap.A.dylib
0x7fff96926000 - 0x7fff96942ffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fff96992000 - 0x7fff96ad8fff libsqlite3.dylib (254.5) <71E9B5E9-67D8-329E-86A6-894B885A542E> /usr/lib/libsqlite3.dylib
0x7fff96bcd000 - 0x7fff96bdafff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fff96bdb000 - 0x7fff96ccaffb libxml2.2.dylib (30.15) <99A58C37-98A2-3430-942A-D6038C1A198C> /usr/lib/libxml2.2.dylib
0x7fff96ccb000 - 0x7fff96cf4fff libxslt.1.dylib (15.9) <71FFCDFF-4AAF-394C-8452-92F301FB1A46> /usr/lib/libxslt.1.dylib
0x7fff96cf5000 - 0x7fff96d06ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fff96d15000 - 0x7fff96d19ff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fff96d1a000 - 0x7fff96d24fff libcommonCrypto.dylib (60092.50.5) /usr/lib/system/libcommonCrypto.dylib
0x7fff96d25000 - 0x7fff96d2cfff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fff96d2d000 - 0x7fff96d35fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fff96d36000 - 0x7fff96db9fdf libcorecrypto.dylib (442.50.19) <8A39EE06-121C-3731-A9E9-35847064B3EE> /usr/lib/system/libcorecrypto.dylib
0x7fff96dba000 - 0x7fff96debfff libdispatch.dylib (703.50.37) /usr/lib/system/libdispatch.dylib
0x7fff96dec000 - 0x7fff96df1ffb libdyld.dylib (433.5) <129D3B44-FB21-3750-9A68-48B5C3DC632B> /usr/lib/system/libdyld.dylib
0x7fff96df2000 - 0x7fff96df2ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fff96df3000 - 0x7fff96dffffb libkxld.dylib (3789.51.2) <0BD544C8-A376-3F91-8426-564B4F7FE7E6> /usr/lib/system/libkxld.dylib
0x7fff96e00000 - 0x7fff96e00fff liblaunch.dylib (972.50.27) <037D198D-9B02-3EF9-A8E9-6F43EA555A9E> /usr/lib/system/liblaunch.dylib
0x7fff96e01000 - 0x7fff96e06ff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fff96e07000 - 0x7fff96e09ff3 libquarantine.dylib (85.50.1) <7B32EA91-AB8B-32A4-8E52-9D3ED46CAC8E> /usr/lib/system/libquarantine.dylib
0x7fff96e0a000 - 0x7fff96e0bffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fff96e0c000 - 0x7fff96e24ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fff96e25000 - 0x7fff96e25ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fff96e26000 - 0x7fff96eb3fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fff96eb4000 - 0x7fff96eb7ffb libsystem_configuration.dylib (888.51.2) <872C8A42-0871-3424-830B-84E587A75D27> /usr/lib/system/libsystem_configuration.dylib
0x7fff96eb8000 - 0x7fff96ebbfff libsystem_coreservices.dylib (41.4) /usr/lib/system/libsystem_coreservices.dylib
0x7fff96ebc000 - 0x7fff96ed4fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fff96ed5000 - 0x7fff96edbfff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fff96edc000 - 0x7fff96f05ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fff96f06000 - 0x7fff96f28ff7 libsystem_kernel.dylib (3789.51.2) /usr/lib/system/libsystem_kernel.dylib
0x7fff96f29000 - 0x7fff96f70fe7 libsystem_m.dylib (3121.6) /usr/lib/system/libsystem_m.dylib
0x7fff96f71000 - 0x7fff96f8fff7 libsystem_malloc.dylib (116.50.8) <48D1BBA3-914E-3C65-AF70-C33B4A1B5233> /usr/lib/system/libsystem_malloc.dylib
0x7fff96f90000 - 0x7fff96fe9ffb libsystem_network.dylib (856.50.56) /usr/lib/system/libsystem_network.dylib
0x7fff96fea000 - 0x7fff96ff3ff3 libsystem_networkextension.dylib (563.50.32) /usr/lib/system/libsystem_networkextension.dylib
0x7fff96ff4000 - 0x7fff96ffdff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fff96ffe000 - 0x7fff97006fe7 libsystem_platform.dylib (126.50.8) <5940EAB7-84D6-34DC-9B38-111648B2B589> /usr/lib/system/libsystem_platform.dylib
0x7fff97007000 - 0x7fff97011ff7 libsystem_pthread.dylib (218.51.1) <62A84A68-431D-3B54-A7B6-31367CCF2884> /usr/lib/system/libsystem_pthread.dylib
0x7fff97012000 - 0x7fff97015ff7 libsystem_sandbox.dylib (592.50.47) <87A2327D-B7A1-3E4C-A85D-D3D9484003DB> /usr/lib/system/libsystem_sandbox.dylib
0x7fff97016000 - 0x7fff97017ff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fff97018000 - 0x7fff9701fffb libsystem_symptoms.dylib (532.50.47) <9CF6A47C-8343-3E85-9C27-A8D98E726A8B> /usr/lib/system/libsystem_symptoms.dylib
0x7fff97020000 - 0x7fff97033ff7 libsystem_trace.dylib (518.51.1) /usr/lib/system/libsystem_trace.dylib
0x7fff97034000 - 0x7fff97039ffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fff9703a000 - 0x7fff97063ff7 libxpc.dylib (972.50.27) /usr/lib/system/libxpc.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
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: 31417
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=332.0M resident=0K(0%) swapped_out_or_unallocated=332.0M(100%)
Writable regions: Total=195.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=195.9M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 2
Activity Tracing 256K 2
CG backing stores 4288K 4
CG image 40K 6
CoreUI image data 1148K 5
CoreUI image file 184K 4
Kernel Alloc Once 8K 2
MALLOC 140.2M 76
MALLOC guard page 48K 11
Memory Tag 242 12K 2
STACK GUARD 56.1M 17
Stack 33.1M 17
VM_ALLOCATE 84K 17
__DATA 36.7M 306
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 124.5M 84
__TEXT 207.6M 293
__UNICODE 556K 2
mapped file 143.5M 18
shared memory 16.4M 13
=========== ======= =======
TOTAL 767.7M 864
Model: MacBookPro10,1, BootROM MBP101.00EE.B12, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.3f36
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.21.171.124.1a2)
Bluetooth: Version 5.0.4f18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM512E, 500.28 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: TREZOR
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4
```