marcus_of_augustus
Legendary
Offline
Activity: 3920
Merit: 2349
Eadem mutata resurgo
|
|
June 18, 2013, 12:58:15 AM |
|
With an empty wallet, trying to register a domain doesn't tell me how much I need, it just says fee is 0.
I use min tx fee of 0.005 and there is the name_new network fee of 0.01. The QT wallet quite cleverly sets aside 0.02 nmc so it can do the automatic name_firstupdate (12 blocks after name_new has a confirm). There maybe extra charges if your coins are made up of dusty outputs, etc ... I know for sure you cannot register a name with an empty wallet and have no idea why you would try, but hey, any testing is good. tl;dr If you have 0.02 nmc in your wallet you should be able to get a name registered. If you have nothing I can guarantee you will NOT get a name registered.
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
June 18, 2013, 01:00:25 AM |
|
Lol well I was trying to figure out how much it is. The error should tell me that not the fee is 0.
|
|
|
|
Endgame
|
|
June 18, 2013, 01:04:00 AM |
|
It's really good to see a Namecoin-QT has been created. Nice work!
|
|
|
|
marcus_of_augustus
Legendary
Offline
Activity: 3920
Merit: 2349
Eadem mutata resurgo
|
|
June 18, 2013, 01:28:42 AM |
|
Lol well I was trying to figure out how much it is. The error should tell me that not the fee is 0.
Well as with everything for fees bitcoin-like ... "it depends" is the only correct answer. But you are right, it should not say fee is 0.
|
|
|
|
Capitalism Prevails
|
|
June 18, 2013, 02:05:14 AM |
|
It's really good to see a Namecoin-QT has been created. Nice work!
I second! Now is there a PPC wallet out there?
|
BTC: 1KX3MSyeHoubjvRMvkc4DXBXvEx9fr9cvV Strength In Numbers LTC: LaGawfU1ZJu33Lj6CX6NJ5WXWsfjPbLLLW In Cryptography We Trust NMC: N5EUwGbCNF1AYmZqNu9J7aYJVKxqbJoJG8 Cut Off One Node, Two More Will Take Its Place
|
|
|
tadakaluri
|
|
June 18, 2013, 02:59:04 AM |
|
Really Great. Thank you very much.
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
June 18, 2013, 03:07:11 AM |
|
Yes I love this software!
|
|
|
|
PerfectAgent
Sr. Member
Offline
Activity: 252
Merit: 250
Still the Best 1973
|
|
June 18, 2013, 12:22:20 PM |
|
I love this thing, and I registered a domain! It's a lot easier than the command line one to be sure. I'm wondering though, I'm very new at all this stuff, but how do you point a domain at an existing site? Thanks!
you need to enter a JSON string in the data box when you register/configure a domain.. we will simplify this soon for now, you can find the correct values on here (near the bottom): http://dot-bit.org/HowToRegisterAndConfigureBitDomainshow do you point a domain at an existing site? Thanks!
In short: it depends. If you have a site with a fixed IP then try something like this: '{\"map\":{\"\":\"193.99.144.85\",\"www\":\"193.99.144.85\"}}' If you already own a .com or similar, you may try: '{\"translate\":\" www.example.com.\"}' (don't forget the dot at the end!) If you have only a dynamic IP, e.g. a PC at home running a web server, or a NAS, you may need to register with a dns service and figure out how to dynamically update the current IP (many WLAN routers offer an option for updating the IP to the dns service). One of the free services is dtdns.net, and your entry would look like this: '{\"translate\":\"my_webserver_at_home.dtdns.net.\"}' (again, do not forget the dot.) Thanks guys! You've been really helpful!
|
|
|
|
snailbrain (OP)
Legendary
Offline
Activity: 1807
Merit: 1020
|
|
June 18, 2013, 12:59:48 PM |
|
I love this thing, and I registered a domain! It's a lot easier than the command line one to be sure. I'm wondering though, I'm very new at all this stuff, but how do you point a domain at an existing site? Thanks!
you need to enter a JSON string in the data box when you register/configure a domain.. we will simplify this soon for now, you can find the correct values on here (near the bottom): http://dot-bit.org/HowToRegisterAndConfigureBitDomainshow do you point a domain at an existing site? Thanks!
In short: it depends. If you have a site with a fixed IP then try something like this: '{\"map\":{\"\":\"193.99.144.85\",\"www\":\"193.99.144.85\"}}' If you already own a .com or similar, you may try: '{\"translate\":\" www.example.com.\"}' (don't forget the dot at the end!) If you have only a dynamic IP, e.g. a PC at home running a web server, or a NAS, you may need to register with a dns service and figure out how to dynamically update the current IP (many WLAN routers offer an option for updating the IP to the dns service). One of the free services is dtdns.net, and your entry would look like this: '{\"translate\":\"my_webserver_at_home.dtdns.net.\"}' (again, do not forget the dot.) Thanks guys! You've been really helpful! in the GUI it must be un-quoted and without slashes: {"translate":"test.net."} Slashes/quotes are only needed in the command line and console to separate arguments from each other.
|
|
|
|
markm
Legendary
Offline
Activity: 2996
Merit: 1121
|
|
June 18, 2013, 08:08:43 PM Last edit: June 19, 2013, 02:31:17 PM by markm |
|
It doesn't want to compile: In file included from ../src/util.cpp:6:0: /usr/include/boost/program_options/detail/config_file.hpp: In instantiation of ‘bool boost::program_options::detail::basic_config_file_iterator<charT>::getline(std::string&) [with charT = char; std::string = std::basic_string<char>]’: ../src/util.cpp:1103:1: required from here /usr/include/boost/program_options/detail/config_file.hpp:163:13: error: ‘to_internal’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] In file included from /usr/include/boost/program_options/detail/parsers.hpp:9:0, from /usr/include/boost/program_options/parsers.hpp:265, from ../src/util.cpp:7: /usr/include/boost/program_options/detail/convert.hpp:75:34: note: ‘template<class T> std::vector<std::basic_string<char> > boost::program_options::to_internal(const std::vector<T>&)’ declared here, later in the translation unit ../src/util.cpp:972:41: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] In file included from ../src/script.h:8:0, from ../src/main.h:10, from ../src/headers.h:100, from ../src/util.cpp:4: ../src/keystore.h: In member function ‘virtual bool CKeyStore::HaveKey(const std::vector<unsigned char>&) const’: ../src/keystore.h:60:5: warning: control reaches end of non-void function [-Wreturn-type] make: *** [build/util.o] Error 1
I tried putting the -mt on the end of the boost library names like the makefile-unix for the daemon does but still get the above error. The makefile was created using qmake-qt4 since coin qt clients all seem to be made with qt4. Is this one maybe using some other qt? -MarkM-
|
|
|
|
crendore
|
|
June 19, 2013, 11:58:25 AM |
|
Crashes immediately upon opening on my mac. Process: Namecoin-Qt [27678] Path: /Applications/Namecoin-Qt.app/Contents/MacOS/Namecoin-Qt Identifier: Namecoin-Qt Version: ??? Code Type: X86-64 (Native) Parent Process: launchd [258] User ID: 501
Date/Time: 2013-06-19 14:58:17.902 +0300 OS Version: Mac OS X 10.8.3 (12D78) Report Version: 10
Interval Since Last Report: 5683985 sec Crashes Since Last Report: 1467 Per-App Crashes Since Last Report: 2 Anonymous UUID: 52BAE654-F33C-65D1-0698-6DFABE7A7C36
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000158
VM Regions Near 0x158: --> __TEXT 0000000101690000-0000000101b22000 [ 4680K] r-x/rwx SM=COW /Applications/Namecoin-Qt.app/Contents/MacOS/Namecoin-Qt
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 Namecoin-Qt 0x00000001017b2cb7 boost::interprocess::ipcdetail::spin_recursive_mutex::lock() + 71 1 Namecoin-Qt 0x000000010183eda1 AddressTablePriv::refreshAddressTable() + 87 2 Namecoin-Qt 0x000000010183d72c AddressTableModel::AddressTableModel(CWallet*, WalletModel*) + 272 3 Namecoin-Qt 0x000000010183d7e6 AddressTableModel::AddressTableModel(CWallet*, WalletModel*) + 28 4 Namecoin-Qt 0x00000001018856d2 WalletModel::WalletModel(CWallet*, OptionsModel*, QObject*) + 160 5 Namecoin-Qt 0x00000001018857cc WalletModel::WalletModel(CWallet*, OptionsModel*, QObject*) + 28 6 Namecoin-Qt 0x000000010181d1d7 main + 5527 7 Namecoin-Qt 0x0000000101696204 start + 52
Thread 1: 0 libsystem_kernel.dylib 0x00007fff922f66d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8f2b3f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8f2b3d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8f29e1d1 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff922f6d16 kevent + 10 1 libdispatch.dylib 0x00007fff9693ddea _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff9693d9ee _dispatch_mgr_thread + 54
Thread 3: 0 libsystem_kernel.dylib 0x00007fff922f66d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8f2b3f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8f2b3d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8f29e1d1 start_wqthread + 13
Thread 4:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff922f6322 __select + 10 1 com.apple.CoreFoundation 0x00007fff92e7ff46 __CFSocketManager + 1302 2 libsystem_c.dylib 0x00007fff8f2b17a2 _pthread_start + 327 3 libsystem_c.dylib 0x00007fff8f29e1e1 thread_start + 13
Thread 5: 0 libsystem_kernel.dylib 0x00007fff922f66d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8f2b3f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8f2b3d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8f29e1d1 start_wqthread + 13
Thread 6: 0 libsystem_kernel.dylib 0x00007fff922f66d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8f2b3f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8f2b3d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8f29e1d1 start_wqthread + 13
Thread 7:: QThread 0 libsystem_kernel.dylib 0x00007fff922f6322 __select + 10 1 QtCore 0x0000000102fad585 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 389 2 QtCore 0x0000000102fb0f45 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 389 3 QtCore 0x0000000102fb18b2 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 178 4 QtCore 0x0000000102f7b114 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68 5 QtCore 0x0000000102f7b4c4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324 6 QtCore 0x0000000102e5f358 QThread::exec() + 312 7 QtCore 0x0000000102e61f74 QThreadPrivate::start(void*) + 356 8 libsystem_c.dylib 0x00007fff8f2b17a2 _pthread_start + 327 9 libsystem_c.dylib 0x00007fff8f29e1e1 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000006c1e rbx: 0x0000000000000150 rcx: 0x000000010311eee0 rdx: 0x0000000000000000 rdi: 0x0000000000000150 rsi: 0x00007fff5e56f340 rbp: 0x00007fff5e56f360 rsp: 0x00007fff5e56f310 r8: 0x0000000000000001 r9: 0x0000000000000006 r10: 0x00007fff97ae4968 r11: 0x00007fff922f5c2c r12: 0x00007fff5e56fb40 r13: 0x0000000000000000 r14: 0x00007fff7ad43180 r15: 0x0000000000006c1e rip: 0x00000001017b2cb7 rfl: 0x0000000000010206 cr2: 0x0000000000000158 Logical CPU: 0
Binary Images: 0x101690000 - 0x101b21fef +Namecoin-Qt (???) <A0592A2E-8A71-3ECF-BDA0-D9B49AF865D8> /Applications/Namecoin-Qt.app/Contents/MacOS/Namecoin-Qt 0x101dc0000 - 0x101dc7fff +libminiupnpc.9.dylib (0) <E131E2A3-912B-310A-8E38-F4A9C15BFDFA> /Applications/Namecoin-Qt.app/Contents/Frameworks/libminiupnpc.9.dylib 0x101dcd000 - 0x101e0fff7 +libssl.1.0.0.dylib (0) <3BC9950D-535E-3186-B66A-9421A64990F7> /Applications/Namecoin-Qt.app/Contents/Frameworks/libssl.1.0.0.dylib 0x101e2f000 - 0x101f6bff7 +libcrypto.1.0.0.dylib (0) <AFD57E6A-98FF-361E-898A-A819EC158DF4> /Applications/Namecoin-Qt.app/Contents/Frameworks/libcrypto.1.0.0.dylib 0x101fde000 - 0x102112fff +libdb_cxx-4.8.dylib (0) <E2225980-6725-3FD3-80A2-37B14ED61EA1> /Applications/Namecoin-Qt.app/Contents/Frameworks/libdb_cxx-4.8.dylib 0x10213d000 - 0x10213fff7 +libboost_system-mt.dylib (0) <FE5E6E11-C7FB-3895-9976-526D22997EDC> /Applications/Namecoin-Qt.app/Contents/Frameworks/libboost_system-mt.dylib 0x102147000 - 0x102156fff +libboost_filesystem-mt.dylib (0) <B2C03485-5FA6-3744-BC99-DB4E87DA4D87> /Applications/Namecoin-Qt.app/Contents/Frameworks/libboost_filesystem-mt.dylib 0x10216b000 - 0x1021a8fff +libboost_program_options-mt.dylib (0) <8FED3849-E97F-3B9E-AD1E-FDB5DA607B17> /Applications/Namecoin-Qt.app/Contents/Frameworks/libboost_program_options-mt.dylib 0x10220f000 - 0x10221eff7 +libboost_thread-mt.dylib (0) <24432300-9373-30B6-89F6-857CBEF9C105> /Applications/Namecoin-Qt.app/Contents/Frameworks/libboost_thread-mt.dylib 0x10223c000 - 0x102c57fef +QtGui (4.8.4) <7E72D670-7AEF-3C9A-C7E4-E60A6167CC68> /Applications/Namecoin-Qt.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui 0x102e3a000 - 0x103113fef +QtCore (4.8.4) <066143BB-EB51-053C-84CE-D3EBDA45466A> /Applications/Namecoin-Qt.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore 0x103183000 - 0x1032c5fff +QtNetwork (4.8.4) <F869B8DD-2234-4E8D-5E4B-D4EE5A13DA63> /Applications/Namecoin-Qt.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork 0x1047a9000 - 0x1047cdff7 com.apple.security.csparser (3.0 - 55179.11) <5C818B75-2844-3BDC-B8FA-79CE48C19931> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x1047d5000 - 0x10488eff7 ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x104e23000 - 0x104e29ff7 +libqgif.dylib (0) <4E080148-B67D-A059-B570-00F0033ED529> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqgif.dylib 0x108585000 - 0x10858bff7 +libqico.dylib (0) <2DAC98AE-2754-9910-6A6F-F2B2B8B86140> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqico.dylib 0x108590000 - 0x1085cbff7 +libqjpeg.dylib (0) <9BE88623-4718-616C-4AE8-36E71E5ECBBD> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x1085d0000 - 0x108624fe7 +libqmng.dylib (0) <A5AC52DA-AC41-83BF-3622-00976C23E954> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqmng.dylib 0x10862c000 - 0x108630fff +libqtga.dylib (0) <A613DD64-512A-B534-F33B-4DB0DCE0D12D> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqtga.dylib 0x108634000 - 0x108689fe7 +libqtiff.dylib (0) <D76E8CDE-AA72-F14E-CAFD-9AFAFEE546A8> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqtiff.dylib 0x1098dc000 - 0x10991cff7 +libqtaccessiblewidgets.dylib (0) <A3377FAF-CF6E-2196-BABD-E01F5491DBCD> /Applications/Namecoin-Qt.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib 0x7fff61290000 - 0x7fff612c493f dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld 0x7fff8a600000 - 0x7fff8a719fff com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8a71a000 - 0x7fff8a720fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff8a721000 - 0x7fff8a728fff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8a771000 - 0x7fff8a788fff com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff8a789000 - 0x7fff8a792ff7 com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8a793000 - 0x7fff8a795fff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8a796000 - 0x7fff8a898fff libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8a8b1000 - 0x7fff8aa4cfef com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8acd1000 - 0x7fff8acd3fff com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8ad22000 - 0x7fff8ad26fff libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8ad33000 - 0x7fff8b12afff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8b12b000 - 0x7fff8b180ff7 libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8b4ad000 - 0x7fff8b572ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8b573000 - 0x7fff8b5dcfff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib 0x7fff8b5dd000 - 0x7fff8b5dfff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff8b71b000 - 0x7fff8b71bfff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8b784000 - 0x7fff8b784fff libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib 0x7fff8c0de000 - 0x7fff8c0dffff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib 0x7fff8c0e0000 - 0x7fff8c107fff com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8c108000 - 0x7fff8c11dfff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8c11e000 - 0x7fff8c125fff libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8c126000 - 0x7fff8c151fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib 0x7fff8c152000 - 0x7fff8c153fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8c154000 - 0x7fff8c185ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8c512000 - 0x7fff8c516fff com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8c6f4000 - 0x7fff8c753fff com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8c754000 - 0x7fff8c757fff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8c76d000 - 0x7fff8c771ff7 com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8c772000 - 0x7fff8c779fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff8c77a000 - 0x7fff8c77bff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib 0x7fff8c8d6000 - 0x7fff8c90cfff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib 0x7fff8d248000 - 0x7fff8d249ff7 libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib 0x7fff8d24f000 - 0x7fff8d2abff7 com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff8da92000 - 0x7fff8dae8fff com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8dae9000 - 0x7fff8db9afff com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8df95000 - 0x7fff8e9256ff com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8e926000 - 0x7fff8e960ff7 com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8e9a5000 - 0x7fff8e9c4ff7 com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8ea00000 - 0x7fff8ea04fff libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8ea18000 - 0x7fff8ebc6fff com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8ec4a000 - 0x7fff8ec57ff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8ecf9000 - 0x7fff8f010ff7 com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8f0e9000 - 0x7fff8f110ff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8f29d000 - 0x7fff8f369ff7 libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib 0x7fff8f3a3000 - 0x7fff8f422ff7 com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8f423000 - 0x7fff8f4a4fff com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8f4a9000 - 0x7fff8f57bff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8f580000 - 0x7fff8f5e8ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff8f621000 - 0x7fff8f68ffff com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8f6f8000 - 0x7fff8f749ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8f750000 - 0x7fff8f750fff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8f854000 - 0x7fff8f867ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8f882000 - 0x7fff8f8d9ff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8f8da000 - 0x7fff8fa2bfff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8fa2c000 - 0x7fff8fae9ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8fb52000 - 0x7fff8fb74ff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8fbd2000 - 0x7fff8fbd3ff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib 0x7fff8fc74000 - 0x7fff8fc87ff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib 0x7fff8fc88000 - 0x7fff8fcbefff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8fcf1000 - 0x7fff8fd08fff libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8fd09000 - 0x7fff8fd09fff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8fd0a000 - 0x7fff8fd0cfff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib 0x7fff8fd1c000 - 0x7fff8fd46ff7 com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8fd47000 - 0x7fff8fdd4ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8fdd5000 - 0x7fff8fddafff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff8fddb000 - 0x7fff8fde9ff7 libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib 0x7fff8fdea000 - 0x7fff8fe0bff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib 0x7fff8fe11000 - 0x7fff8fe1efff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib 0x7fff8fe1f000 - 0x7fff8fe41ff7 libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib 0x7fff8feba000 - 0x7fff8ff14fff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff900cf000 - 0x7fff90129ff7 com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff901d6000 - 0x7fff901e2fff libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff90d7d000 - 0x7fff90de5fff libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff90de6000 - 0x7fff90de6fff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib 0x7fff91df6000 - 0x7fff91e24ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff91e25000 - 0x7fff91e33fff com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff920e3000 - 0x7fff922e3fff libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib 0x7fff922e4000 - 0x7fff922ffff7 libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib 0x7fff9239a000 - 0x7fff9263eff7 com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9263f000 - 0x7fff92655fff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff92656000 - 0x7fff9267efff libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff9267f000 - 0x7fff92719fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff9271a000 - 0x7fff92725fff com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff92726000 - 0x7fff927c1fff com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9280e000 - 0x7fff92819ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff928db000 - 0x7fff92c0bfff com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff92c0c000 - 0x7fff92d2492f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff92d25000 - 0x7fff92d27ff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff92d28000 - 0x7fff92d6cfff libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib 0x7fff92e0b000 - 0x7fff92ff5ff7 com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff93138000 - 0x7fff93184ff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib 0x7fff931c3000 - 0x7fff931d0fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff93277000 - 0x7fff93694fff FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff93916000 - 0x7fff93a36fff com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff93a37000 - 0x7fff93a41fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff93b21000 - 0x7fff93b30ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff93b31000 - 0x7fff93b80ff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff93b86000 - 0x7fff93cfbfff com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff93d17000 - 0x7fff93d1bfff libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff93d1c000 - 0x7fff93d1dff7 libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib 0x7fff93d1e000 - 0x7fff93d1efff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff93d1f000 - 0x7fff93d1ffff com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff93d20000 - 0x7fff93e15fff libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib 0x7fff93e71000 - 0x7fff93e96ff7 libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib 0x7fff93e97000 - 0x7fff93e9bfff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib 0x7fff93e9c000 - 0x7fff93ea4fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff93f45000 - 0x7fff94050fff libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9407e000 - 0x7fff94080fff libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff9417f000 - 0x7fff941adfff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff9426c000 - 0x7fff9426ffff libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff94271000 - 0x7fff94277fff com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff94278000 - 0x7fff942bbff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff942bc000 - 0x7fff943b9ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff943bd000 - 0x7fff94feaff7 com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff94feb000 - 0x7fff94ffffff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff95288000 - 0x7fff954bdff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff95859000 - 0x7fff95879fff libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff9587a000 - 0x7fff95a00fff libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff95a43000 - 0x7fff95ac3ff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff95b09000 - 0x7fff95b46fef libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff95b47000 - 0x7fff95b96ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff95b97000 - 0x7fff95c94fff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib 0x7fff95c95000 - 0x7fff95cb2ff7 com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff95cf2000 - 0x7fff95d35ff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff95d36000 - 0x7fff95d37fff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib 0x7fff95e56000 - 0x7fff95e56fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff95e57000 - 0x7fff95e69ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff95e87000 - 0x7fff95e87ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff95f04000 - 0x7fff95f08ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff95f09000 - 0x7fff95f0fff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff95f10000 - 0x7fff95f4fff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff95f50000 - 0x7fff95f58ff7 libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib 0x7fff95f59000 - 0x7fff95fc6ff7 com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff9611e000 - 0x7fff9612cfff libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib 0x7fff9612d000 - 0x7fff961d3ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff9625f000 - 0x7fff9626bfff com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff9626c000 - 0x7fff9626fff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib 0x7fff96270000 - 0x7fff965cdff7 com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff96939000 - 0x7fff9694eff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib 0x7fff96952000 - 0x7fff96960ff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff96965000 - 0x7fff96984ff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib 0x7fff96a13000 - 0x7fff96ab1ff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff96ab2000 - 0x7fff96b0fff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff96b10000 - 0x7fff96b27fff com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff96bb4000 - 0x7fff96c8efff com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff96c8f000 - 0x7fff96cbbff7 libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff96d93000 - 0x7fff96dddff7 libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff96dde000 - 0x7fff96dedfff com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff96dee000 - 0x7fff96df3fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff96df4000 - 0x7fff96df9fff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff96dfa000 - 0x7fff970cbff7 com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff970cc000 - 0x7fff9714eff7 com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff973eb000 - 0x7fff973f6fff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib 0x7fff97653000 - 0x7fff97674fff com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 63357 thread_create: 3 thread_set_state: 0
VM Region Summary: ReadOnly portion of Libraries: Total=172.8M resident=94.7M(55%) swapped_out_or_unallocated=78.1M(45%) Writable regions: Total=113.1M written=508K(0%) resident=15.5M(14%) swapped_out=6712K(6%) unallocated=97.6M(86%) REGION TYPE VIRTUAL =========== ======= CG backing stores 672K CG shared images 1216K CoreServices 7348K MALLOC 83.1M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K STACK GUARD 56.0M Stack 11.1M VM_ALLOCATE 16.1M __DATA 11.2M __IMAGE 528K __LINKEDIT 58.2M __TEXT 114.6M __UNICODE 544K mapped file 71.9M shared memory 308K =========== ======= TOTAL 432.6M
Model: MacBookPro9,1, BootROM MBP91.00D3.B08, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.1f173 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 384 MB Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x029E, 0x434D5358384758334D314131363030433130 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x029E, 0x434D5358384758334D314131363030433130 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.16) Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 PCI Card: Apple 57761-B0, sppci_ethernet, Thunderbolt@108,0,0 PCI Card: pci11c1,5901, sppci_ieee1394openhci, Thunderbolt@109,0,0 PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@107,0,0 PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@107,0,1 PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@107,0,2 Serial ATA Device: OCZ-VERTEX2, 240.06 GB Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3 USB Device: USB Optical Mouse, 0x1bcf (Sunplus Innovation Technology Inc.), 0x0005, 0x14200000 / 14 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0x1d180000 / 3 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8 USB Device: hub_device, apple_vendor_id, 0x9127, 0x40100000 / 2 USB Device: Display Audio, apple_vendor_id, 0x1107, 0x40140000 / 5 USB Device: Apple Thunderbolt Display, apple_vendor_id, 0x9227, 0x40170000 / 4 USB Device: FaceTime HD Camera (Display), apple_vendor_id, 0x1112, 0x40150000 / 3
|
|
|
|
snailbrain (OP)
Legendary
Offline
Activity: 1807
Merit: 1020
|
|
June 19, 2013, 01:24:25 PM |
|
It doesn't want to compile: In file included from ../src/util.cpp:6:0: /usr/include/boost/program_options/detail/config_file.hpp: In instantiation of ‘bool boost::program_options::detail::basic_config_file_iterator<charT>::getline(std::string&) [with charT = char; std::string = std::basic_string<char>]’: ../src/util.cpp:1103:1: required from here /usr/include/boost/program_options/detail/config_file.hpp:163:13: error: ‘to_internal’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] In file included from /usr/include/boost/program_options/detail/parsers.hpp:9:0, from /usr/include/boost/program_options/parsers.hpp:265, from ../src/util.cpp:7: /usr/include/boost/program_options/detail/convert.hpp:75:34: note: ‘template<class T> std::vector<std::basic_string<char> > boost::program_options::to_internal(const std::vector<T>&)’ declared here, later in the translation unit ../src/util.cpp:972:41: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] In file included from ../src/script.h:8:0, from ../src/main.h:10, from ../src/headers.h:100, from ../src/util.cpp:4: ../src/keystore.h: In member function ‘virtual bool CKeyStore::HaveKey(const std::vector<unsigned char>&) const’: ../src/keystore.h:60:5: warning: control reaches end of non-void function [-Wreturn-type] make: *** [build/util.o] Error 1
I tried putting the -mt on the end of the boost lbirary names like the makefile-unix for the daemon does but still get the above error. The makefile was created using qmake-qt4 since coin qt clients all seem to be made with qt4. Is this one maybe using some other qt? -MarkM- "Probably too old Boost version? I'm using 1.50.0. Or wrong Boost path specified." let me know if this isn't the problem
|
|
|
|
snailbrain (OP)
Legendary
Offline
Activity: 1807
Merit: 1020
|
|
June 19, 2013, 01:25:46 PM |
|
regarding Mac problem.. not sure atm.. maybe Maxpower can help (will ask him)
|
|
|
|
crendore
|
|
June 19, 2013, 01:37:29 PM |
|
I'm using boost 1.53.0
Tried compiling the client myself with Qt Creator and got stuck at the same point.
|
|
|
|
defaced
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
June 19, 2013, 02:28:17 PM |
|
This is awesome!
|
|
|
|
khal
|
|
June 19, 2013, 02:29:49 PM |
|
It works with boost 1.49 (debian 7), too recent version of boost ?
|
|
|
|
markm
Legendary
Offline
Activity: 2996
Merit: 1121
|
|
June 19, 2013, 02:36:18 PM Last edit: June 19, 2013, 02:49:00 PM by markm |
|
All the boost libs on my (Fedora 17) system seem to be 1.48
All other coins have all compiled fine.
Though actually, I almost never even try to compile the GUI since I usually run coins on headless servers.
So I suppose its theoretically possible there might by now be some other coins whose GUI wouldn't compile if I did try to compile it.
Presumably the daemon uses the same boost as the GUI, though?
Guess i should try to compile the daemon, see if that too is broken...
Oops, ouch, it doesn't even have the makefile.unix I usually modify to make my makefile.fedora17
Is this thing GUI only, no daemon?
The Makefile that is there talks about linking boost statically, why the heck would anyone want to do that? Isn't it a pointless waste of system resources?
Also it seems to be hard-coding USE_UPNP to 1 or 0 depending on whether you are compling the GUI or the daemon, won't that walk over the USE_UPNP= (empty) one uses on the commandline to make it compile at all (given that different coins use different versions of UPNP so half or more of them get syntax errors due to the different versions of UPNP having different numbers of args in certain calls, so basically unless you for some reason actually want UPNP enough to somehow install two different versions and differentiate among them at compile time its best to just always use UPNP= when making any of the coins)?
The daemon I have seems to work so I guess I will skip this "upgrade", maybe someday a fixed up version of it will come out.
Also if the goal is a useful client, then really useful would be warning you whether any of your domains are about to expire, and maybe even optionally automatically extending them or whatever one does to keep them from expiring. Since merely registering them easy won't be all that useful a year down the line when someone else steals them out from under you just as easy.
-MarkM-
|
|
|
|
maxpower
|
|
June 19, 2013, 07:36:00 PM |
|
Crashes immediately upon opening on my mac. Process: Namecoin-Qt [27678] Path: /Applications/Namecoin-Qt.app/Contents/MacOS/Namecoin-Qt Identifier: Namecoin-Qt Version: ??? Code Type: X86-64 (Native) Parent Process: launchd [258] User ID: 501
Date/Time: 2013-06-19 14:58:17.902 +0300 OS Version: Mac OS X 10.8.3 (12D78) Report Version: 10
Interval Since Last Report: 5683985 sec Crashes Since Last Report: 1467 Per-App Crashes Since Last Report: 2 Anonymous UUID: 52BAE654-F33C-65D1-0698-6DFABE7A7C36
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000158
VM Regions Near 0x158: --> __TEXT 0000000101690000-0000000101b22000 [ 4680K] r-x/rwx SM=COW /Applications/Namecoin-Qt.app/Contents/MacOS/Namecoin-Qt
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 Namecoin-Qt 0x00000001017b2cb7 boost::interprocess::ipcdetail::spin_recursive_mutex::lock() + 71 1 Namecoin-Qt 0x000000010183eda1 AddressTablePriv::refreshAddressTable() + 87 2 Namecoin-Qt 0x000000010183d72c AddressTableModel::AddressTableModel(CWallet*, WalletModel*) + 272 3 Namecoin-Qt 0x000000010183d7e6 AddressTableModel::AddressTableModel(CWallet*, WalletModel*) + 28 4 Namecoin-Qt 0x00000001018856d2 WalletModel::WalletModel(CWallet*, OptionsModel*, QObject*) + 160 5 Namecoin-Qt 0x00000001018857cc WalletModel::WalletModel(CWallet*, OptionsModel*, QObject*) + 28 6 Namecoin-Qt 0x000000010181d1d7 main + 5527 7 Namecoin-Qt 0x0000000101696204 start + 52
Thread 1: 0 libsystem_kernel.dylib 0x00007fff922f66d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8f2b3f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8f2b3d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8f29e1d1 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff922f6d16 kevent + 10 1 libdispatch.dylib 0x00007fff9693ddea _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff9693d9ee _dispatch_mgr_thread + 54
Thread 3: 0 libsystem_kernel.dylib 0x00007fff922f66d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8f2b3f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8f2b3d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8f29e1d1 start_wqthread + 13
Thread 4:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff922f6322 __select + 10 1 com.apple.CoreFoundation 0x00007fff92e7ff46 __CFSocketManager + 1302 2 libsystem_c.dylib 0x00007fff8f2b17a2 _pthread_start + 327 3 libsystem_c.dylib 0x00007fff8f29e1e1 thread_start + 13
Thread 5: 0 libsystem_kernel.dylib 0x00007fff922f66d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8f2b3f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8f2b3d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8f29e1d1 start_wqthread + 13
Thread 6: 0 libsystem_kernel.dylib 0x00007fff922f66d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8f2b3f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8f2b3d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8f29e1d1 start_wqthread + 13
Thread 7:: QThread 0 libsystem_kernel.dylib 0x00007fff922f6322 __select + 10 1 QtCore 0x0000000102fad585 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 389 2 QtCore 0x0000000102fb0f45 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 389 3 QtCore 0x0000000102fb18b2 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 178 4 QtCore 0x0000000102f7b114 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68 5 QtCore 0x0000000102f7b4c4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324 6 QtCore 0x0000000102e5f358 QThread::exec() + 312 7 QtCore 0x0000000102e61f74 QThreadPrivate::start(void*) + 356 8 libsystem_c.dylib 0x00007fff8f2b17a2 _pthread_start + 327 9 libsystem_c.dylib 0x00007fff8f29e1e1 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000006c1e rbx: 0x0000000000000150 rcx: 0x000000010311eee0 rdx: 0x0000000000000000 rdi: 0x0000000000000150 rsi: 0x00007fff5e56f340 rbp: 0x00007fff5e56f360 rsp: 0x00007fff5e56f310 r8: 0x0000000000000001 r9: 0x0000000000000006 r10: 0x00007fff97ae4968 r11: 0x00007fff922f5c2c r12: 0x00007fff5e56fb40 r13: 0x0000000000000000 r14: 0x00007fff7ad43180 r15: 0x0000000000006c1e rip: 0x00000001017b2cb7 rfl: 0x0000000000010206 cr2: 0x0000000000000158 Logical CPU: 0
Binary Images: 0x101690000 - 0x101b21fef +Namecoin-Qt (???) <A0592A2E-8A71-3ECF-BDA0-D9B49AF865D8> /Applications/Namecoin-Qt.app/Contents/MacOS/Namecoin-Qt 0x101dc0000 - 0x101dc7fff +libminiupnpc.9.dylib (0) <E131E2A3-912B-310A-8E38-F4A9C15BFDFA> /Applications/Namecoin-Qt.app/Contents/Frameworks/libminiupnpc.9.dylib 0x101dcd000 - 0x101e0fff7 +libssl.1.0.0.dylib (0) <3BC9950D-535E-3186-B66A-9421A64990F7> /Applications/Namecoin-Qt.app/Contents/Frameworks/libssl.1.0.0.dylib 0x101e2f000 - 0x101f6bff7 +libcrypto.1.0.0.dylib (0) <AFD57E6A-98FF-361E-898A-A819EC158DF4> /Applications/Namecoin-Qt.app/Contents/Frameworks/libcrypto.1.0.0.dylib 0x101fde000 - 0x102112fff +libdb_cxx-4.8.dylib (0) <E2225980-6725-3FD3-80A2-37B14ED61EA1> /Applications/Namecoin-Qt.app/Contents/Frameworks/libdb_cxx-4.8.dylib 0x10213d000 - 0x10213fff7 +libboost_system-mt.dylib (0) <FE5E6E11-C7FB-3895-9976-526D22997EDC> /Applications/Namecoin-Qt.app/Contents/Frameworks/libboost_system-mt.dylib 0x102147000 - 0x102156fff +libboost_filesystem-mt.dylib (0) <B2C03485-5FA6-3744-BC99-DB4E87DA4D87> /Applications/Namecoin-Qt.app/Contents/Frameworks/libboost_filesystem-mt.dylib 0x10216b000 - 0x1021a8fff +libboost_program_options-mt.dylib (0) <8FED3849-E97F-3B9E-AD1E-FDB5DA607B17> /Applications/Namecoin-Qt.app/Contents/Frameworks/libboost_program_options-mt.dylib 0x10220f000 - 0x10221eff7 +libboost_thread-mt.dylib (0) <24432300-9373-30B6-89F6-857CBEF9C105> /Applications/Namecoin-Qt.app/Contents/Frameworks/libboost_thread-mt.dylib 0x10223c000 - 0x102c57fef +QtGui (4.8.4) <7E72D670-7AEF-3C9A-C7E4-E60A6167CC68> /Applications/Namecoin-Qt.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui 0x102e3a000 - 0x103113fef +QtCore (4.8.4) <066143BB-EB51-053C-84CE-D3EBDA45466A> /Applications/Namecoin-Qt.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore 0x103183000 - 0x1032c5fff +QtNetwork (4.8.4) <F869B8DD-2234-4E8D-5E4B-D4EE5A13DA63> /Applications/Namecoin-Qt.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork 0x1047a9000 - 0x1047cdff7 com.apple.security.csparser (3.0 - 55179.11) <5C818B75-2844-3BDC-B8FA-79CE48C19931> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x1047d5000 - 0x10488eff7 ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x104e23000 - 0x104e29ff7 +libqgif.dylib (0) <4E080148-B67D-A059-B570-00F0033ED529> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqgif.dylib 0x108585000 - 0x10858bff7 +libqico.dylib (0) <2DAC98AE-2754-9910-6A6F-F2B2B8B86140> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqico.dylib 0x108590000 - 0x1085cbff7 +libqjpeg.dylib (0) <9BE88623-4718-616C-4AE8-36E71E5ECBBD> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x1085d0000 - 0x108624fe7 +libqmng.dylib (0) <A5AC52DA-AC41-83BF-3622-00976C23E954> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqmng.dylib 0x10862c000 - 0x108630fff +libqtga.dylib (0) <A613DD64-512A-B534-F33B-4DB0DCE0D12D> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqtga.dylib 0x108634000 - 0x108689fe7 +libqtiff.dylib (0) <D76E8CDE-AA72-F14E-CAFD-9AFAFEE546A8> /Applications/Namecoin-Qt.app/Contents/PlugIns/imageformats/libqtiff.dylib 0x1098dc000 - 0x10991cff7 +libqtaccessiblewidgets.dylib (0) <A3377FAF-CF6E-2196-BABD-E01F5491DBCD> /Applications/Namecoin-Qt.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib 0x7fff61290000 - 0x7fff612c493f dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld 0x7fff8a600000 - 0x7fff8a719fff com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8a71a000 - 0x7fff8a720fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff8a721000 - 0x7fff8a728fff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8a771000 - 0x7fff8a788fff com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff8a789000 - 0x7fff8a792ff7 com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8a793000 - 0x7fff8a795fff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8a796000 - 0x7fff8a898fff libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8a8b1000 - 0x7fff8aa4cfef com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8acd1000 - 0x7fff8acd3fff com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8ad22000 - 0x7fff8ad26fff libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8ad33000 - 0x7fff8b12afff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8b12b000 - 0x7fff8b180ff7 libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8b4ad000 - 0x7fff8b572ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8b573000 - 0x7fff8b5dcfff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib 0x7fff8b5dd000 - 0x7fff8b5dfff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff8b71b000 - 0x7fff8b71bfff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8b784000 - 0x7fff8b784fff libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib 0x7fff8c0de000 - 0x7fff8c0dffff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib 0x7fff8c0e0000 - 0x7fff8c107fff com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8c108000 - 0x7fff8c11dfff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8c11e000 - 0x7fff8c125fff libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8c126000 - 0x7fff8c151fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib 0x7fff8c152000 - 0x7fff8c153fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8c154000 - 0x7fff8c185ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8c512000 - 0x7fff8c516fff com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8c6f4000 - 0x7fff8c753fff com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8c754000 - 0x7fff8c757fff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8c76d000 - 0x7fff8c771ff7 com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8c772000 - 0x7fff8c779fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff8c77a000 - 0x7fff8c77bff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib 0x7fff8c8d6000 - 0x7fff8c90cfff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib 0x7fff8d248000 - 0x7fff8d249ff7 libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib 0x7fff8d24f000 - 0x7fff8d2abff7 com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff8da92000 - 0x7fff8dae8fff com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8dae9000 - 0x7fff8db9afff com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8df95000 - 0x7fff8e9256ff com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8e926000 - 0x7fff8e960ff7 com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8e9a5000 - 0x7fff8e9c4ff7 com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8ea00000 - 0x7fff8ea04fff libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8ea18000 - 0x7fff8ebc6fff com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8ec4a000 - 0x7fff8ec57ff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8ecf9000 - 0x7fff8f010ff7 com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8f0e9000 - 0x7fff8f110ff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8f29d000 - 0x7fff8f369ff7 libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib 0x7fff8f3a3000 - 0x7fff8f422ff7 com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8f423000 - 0x7fff8f4a4fff com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8f4a9000 - 0x7fff8f57bff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8f580000 - 0x7fff8f5e8ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff8f621000 - 0x7fff8f68ffff com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8f6f8000 - 0x7fff8f749ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8f750000 - 0x7fff8f750fff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8f854000 - 0x7fff8f867ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8f882000 - 0x7fff8f8d9ff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8f8da000 - 0x7fff8fa2bfff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8fa2c000 - 0x7fff8fae9ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8fb52000 - 0x7fff8fb74ff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8fbd2000 - 0x7fff8fbd3ff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib 0x7fff8fc74000 - 0x7fff8fc87ff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib 0x7fff8fc88000 - 0x7fff8fcbefff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8fcf1000 - 0x7fff8fd08fff libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8fd09000 - 0x7fff8fd09fff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8fd0a000 - 0x7fff8fd0cfff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib 0x7fff8fd1c000 - 0x7fff8fd46ff7 com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8fd47000 - 0x7fff8fdd4ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8fdd5000 - 0x7fff8fddafff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff8fddb000 - 0x7fff8fde9ff7 libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib 0x7fff8fdea000 - 0x7fff8fe0bff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib 0x7fff8fe11000 - 0x7fff8fe1efff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib 0x7fff8fe1f000 - 0x7fff8fe41ff7 libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib 0x7fff8feba000 - 0x7fff8ff14fff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff900cf000 - 0x7fff90129ff7 com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff901d6000 - 0x7fff901e2fff libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff90d7d000 - 0x7fff90de5fff libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff90de6000 - 0x7fff90de6fff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib 0x7fff91df6000 - 0x7fff91e24ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff91e25000 - 0x7fff91e33fff com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff920e3000 - 0x7fff922e3fff libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib 0x7fff922e4000 - 0x7fff922ffff7 libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib 0x7fff9239a000 - 0x7fff9263eff7 com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9263f000 - 0x7fff92655fff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff92656000 - 0x7fff9267efff libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff9267f000 - 0x7fff92719fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff9271a000 - 0x7fff92725fff com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff92726000 - 0x7fff927c1fff com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9280e000 - 0x7fff92819ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff928db000 - 0x7fff92c0bfff com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff92c0c000 - 0x7fff92d2492f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff92d25000 - 0x7fff92d27ff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff92d28000 - 0x7fff92d6cfff libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib 0x7fff92e0b000 - 0x7fff92ff5ff7 com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff93138000 - 0x7fff93184ff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib 0x7fff931c3000 - 0x7fff931d0fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff93277000 - 0x7fff93694fff FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff93916000 - 0x7fff93a36fff com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff93a37000 - 0x7fff93a41fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff93b21000 - 0x7fff93b30ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff93b31000 - 0x7fff93b80ff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff93b86000 - 0x7fff93cfbfff com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff93d17000 - 0x7fff93d1bfff libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff93d1c000 - 0x7fff93d1dff7 libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib 0x7fff93d1e000 - 0x7fff93d1efff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff93d1f000 - 0x7fff93d1ffff com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff93d20000 - 0x7fff93e15fff libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib 0x7fff93e71000 - 0x7fff93e96ff7 libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib 0x7fff93e97000 - 0x7fff93e9bfff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib 0x7fff93e9c000 - 0x7fff93ea4fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff93f45000 - 0x7fff94050fff libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9407e000 - 0x7fff94080fff libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff9417f000 - 0x7fff941adfff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff9426c000 - 0x7fff9426ffff libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff94271000 - 0x7fff94277fff com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff94278000 - 0x7fff942bbff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff942bc000 - 0x7fff943b9ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff943bd000 - 0x7fff94feaff7 com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff94feb000 - 0x7fff94ffffff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff95288000 - 0x7fff954bdff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff95859000 - 0x7fff95879fff libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff9587a000 - 0x7fff95a00fff libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff95a43000 - 0x7fff95ac3ff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff95b09000 - 0x7fff95b46fef libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff95b47000 - 0x7fff95b96ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff95b97000 - 0x7fff95c94fff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib 0x7fff95c95000 - 0x7fff95cb2ff7 com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff95cf2000 - 0x7fff95d35ff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff95d36000 - 0x7fff95d37fff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib 0x7fff95e56000 - 0x7fff95e56fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff95e57000 - 0x7fff95e69ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff95e87000 - 0x7fff95e87ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff95f04000 - 0x7fff95f08ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff95f09000 - 0x7fff95f0fff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff95f10000 - 0x7fff95f4fff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff95f50000 - 0x7fff95f58ff7 libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib 0x7fff95f59000 - 0x7fff95fc6ff7 com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff9611e000 - 0x7fff9612cfff libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib 0x7fff9612d000 - 0x7fff961d3ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff9625f000 - 0x7fff9626bfff com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff9626c000 - 0x7fff9626fff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib 0x7fff96270000 - 0x7fff965cdff7 com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff96939000 - 0x7fff9694eff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib 0x7fff96952000 - 0x7fff96960ff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff96965000 - 0x7fff96984ff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib 0x7fff96a13000 - 0x7fff96ab1ff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff96ab2000 - 0x7fff96b0fff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff96b10000 - 0x7fff96b27fff com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff96bb4000 - 0x7fff96c8efff com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff96c8f000 - 0x7fff96cbbff7 libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff96d93000 - 0x7fff96dddff7 libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff96dde000 - 0x7fff96dedfff com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff96dee000 - 0x7fff96df3fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff96df4000 - 0x7fff96df9fff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff96dfa000 - 0x7fff970cbff7 com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff970cc000 - 0x7fff9714eff7 com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff973eb000 - 0x7fff973f6fff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib 0x7fff97653000 - 0x7fff97674fff com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 63357 thread_create: 3 thread_set_state: 0
VM Region Summary: ReadOnly portion of Libraries: Total=172.8M resident=94.7M(55%) swapped_out_or_unallocated=78.1M(45%) Writable regions: Total=113.1M written=508K(0%) resident=15.5M(14%) swapped_out=6712K(6%) unallocated=97.6M(86%) REGION TYPE VIRTUAL =========== ======= CG backing stores 672K CG shared images 1216K CoreServices 7348K MALLOC 83.1M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K STACK GUARD 56.0M Stack 11.1M VM_ALLOCATE 16.1M __DATA 11.2M __IMAGE 528K __LINKEDIT 58.2M __TEXT 114.6M __UNICODE 544K mapped file 71.9M shared memory 308K =========== ======= TOTAL 432.6M
Model: MacBookPro9,1, BootROM MBP91.00D3.B08, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.1f173 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 384 MB Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x029E, 0x434D5358384758334D314131363030433130 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x029E, 0x434D5358384758334D314131363030433130 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.16) Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 PCI Card: Apple 57761-B0, sppci_ethernet, Thunderbolt@108,0,0 PCI Card: pci11c1,5901, sppci_ieee1394openhci, Thunderbolt@109,0,0 PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@107,0,0 PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@107,0,1 PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@107,0,2 Serial ATA Device: OCZ-VERTEX2, 240.06 GB Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3 USB Device: USB Optical Mouse, 0x1bcf (Sunplus Innovation Technology Inc.), 0x0005, 0x14200000 / 14 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0x1d180000 / 3 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8 USB Device: hub_device, apple_vendor_id, 0x9127, 0x40100000 / 2 USB Device: Display Audio, apple_vendor_id, 0x1107, 0x40140000 / 5 USB Device: Apple Thunderbolt Display, apple_vendor_id, 0x9227, 0x40170000 / 4 USB Device: FaceTime HD Camera (Display), apple_vendor_id, 0x1112, 0x40150000 / 3
Weird, I haven't seen this crash on my machines. I'll take a look at that code as soon as I can, though. Do you have Qt or Boost installed on your machine? Sometimes dyld will load libs from your local machine instead of the ones packaged in the .app bundle, and then the app itself gets confused because it gets a different version of Qt or Boost than it expected.
|
|
|
|
Arbitrageur
|
|
June 19, 2013, 11:38:15 PM |
|
and that's why today NMC was massively squeezed. it might be just the turnaround for this coin which along with ltc I see as the only survivors at the moment. great job and hope this will work, would be nice to see NMC back at 0.1!
|
|
|
|
d5000
Legendary
Offline
Activity: 4088
Merit: 7489
Decentralization Maximalist
|
|
June 20, 2013, 12:10:59 AM |
|
Have a problem compiling it on Linux: /usr/bin/ld: cannot find -lboost_system /usr/bin/ld: cannot find -lboost_filesystem /usr/bin/ld: cannot find -lboost_program_options /usr/bin/ld: cannot find -lboost_thread /usr/bin/ld: cannot find -lboost_chrono /usr/bin/ld: cannot find -ldb_cxx /usr/bin/ld: cannot find -lssl /usr/bin/ld: cannot find -lcrypto collect2: error: ld returned 1 exit status make: *** [namecoind] Error 1
All needed .so files are installed and are located in /usr/lib (Boost is version 1.50). Tried to set LD_LIBRARY_PATH to /usr/lib but no success. Bug or am I doing something wrong?
|
|
|
|
|