devbean / QtCipherSqlitePlugin

A Qt plugin for cipher SQLite.
http://qtciphersqliteplugin.galaxyworld.org
GNU Lesser General Public License v2.1
392 stars 159 forks source link

not building for mac os #21

Open pal1491 opened 6 years ago

pal1491 commented 6 years ago

trying to build for mac os:

  1. Downloaded code for the link https://github.com/devbean/QtCipherSqlitePlugin/
  2. Added in Qt
  3. Run qmake
  4. build

giving errors: /Users/pallavituteja/Documents/newsipher/sqlitecipher/sqlitecipher.cpp:137: error: unknown type name 'Driver' explicit SQLiteResult(const Driver* db); ^

liaoxuewei commented 5 years ago

I can compile under MACOS, but I can't use it. There is an exception when I do database operation.

DisableAsync commented 5 years ago

I compiled on macOS, and worked without exception... dude, you need to check your environment setup

liaoxuewei commented 5 years ago

What environment setup should be check?

DisableAsync commented 5 years ago

😂我在Windows, Android, macOS, iOS上都是直接建置並測試成功,一定是你的環境配置有問題!

edit: 剛發現我還未在Linux上測驗!

liaoxuewei commented 5 years ago

呵呵,早中文来呗。。。 你觉得会是哪方面的配置问题呢?

liaoxuewei commented 5 years ago

@CingKong 你好,请问你的macOS和xcode分别是什么版本的?

DisableAsync commented 5 years ago

抱歉剛看到回復 我的macOS是 10.14.3,Xcode是 10.1(10861)

liaoxuewei commented 5 years ago

没关系,谢谢你才是! 我的是10.11,xcode才8.2的,难道是因为这个。。。

DisableAsync commented 5 years ago

這個不清楚喔,我macOS是虛擬電腦上的,只用來測驗一些代碼片段的跨平台性而已,我主要還是用Windows。如果Xcode版本不妨礙您日常工作的話可以試著升級一下。

liaoxuewei commented 5 years ago

macOS10.11最高可以安装xcode8.2,再看看吧

liaoxuewei commented 5 years ago

@CingKong 对macOS不太熟悉,知不知道如果使用macOS10.11来编译qt,会不会在低版本的macOS不能运行啊?

DisableAsync commented 5 years ago

😂抱歉同樣對macOS不熟,不能幫到您。

liaoxuewei commented 5 years ago

没关系,感谢你!你是哪里人啊,怎么用繁体字?

liaoxuewei commented 5 years ago

@CingKong 你表情怎么打出来的啊,不会玩这个

DisableAsync commented 5 years ago

大陸中國人啦,用正體字是覺得正體字很好看,表情你可以從WeChat等通訊軟體上直接複製過來唷。

liaoxuewei commented 5 years ago

这样哦

liaoxuewei commented 5 years ago

Process: sqlitecipher_test [5775] Path: /Users/USER/*/sqlitecipher_test.app/Contents/MacOS/sqlitecipher_test Identifier: com.yourcompany.sqlitecipher-test Version: 0 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: sqlitecipher_test [5775] User ID: 501

Date/Time: 2019-03-09 21:46:38.495 +0800 OS Version: Mac OS X 10.11.6 (15G31) Report Version: 11 Anonymous UUID: F30987C9-DE12-68D9-8C9F-D69B8091AAFB

Sleep/Wake UUID: DF982460-ACA9-4BFB-B478-59FC9456538C

Time Awake Since Boot: 60000 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_CRASH (SIGSYS) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff916aa452 __syscall + 10 1 libsqlitecipher.dylib 0x000000010f740b23 entropy + 51 2 libsqlitecipher.dylib 0x000000010f740a13 chacha20_rng + 243 3 libsqlitecipher.dylib 0x000000010f74662d GenerateKeyChaCha20Cipher + 93 4 libsqlitecipher.dylib 0x000000010f74a473 CodecSetup + 115 5 libsqlitecipher.dylib 0x000000010f74aecf sqlite3CodecAttach + 239 6 libsqlitecipher.dylib 0x000000010f7c7394 sqlite3Pragma + 14132 7 libsqlitecipher.dylib 0x000000010f7981a8 yy_reduce + 11464 8 libsqlitecipher.dylib 0x000000010f72ebe6 sqlite3RunParser + 566 9 libsqlitecipher.dylib 0x000000010f72d117 sqlite3LockAndPrepare + 871 10 libsqlitecipher.dylib 0x000000010f72dbb7 sqlite3Prepare16 + 439 11 libsqlitecipher.dylib 0x000000010f88a2e0 SQLiteResult::prepare(QString const&) + 256 12 libsqlitecipher.dylib 0x000000010f88a1bf SQLiteResult::reset(QString const&) + 15 13 org.qt-project.QtSql 0x000000010d6f7700 QSqlQuery::exec(QString const&) + 864 14 com.yourcompany.sqlitecipher-test 0x000000010cbec7dc TestSqliteCipher::createDbWithPassphrase() + 524 15 org.qt-project.QtCore 0x000000010d3140bc QMetaMethod::invoke(QObject, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1308 16 org.qt-project.QtTest 0x000000010d6b9d1a QTest::TestMethods::invokeTestOnData(int) const + 1162 17 org.qt-project.QtTest 0x000000010d6baae9 QTest::TestMethods::invokeTest(int, char const, QTest::WatchDog) const + 777 18 org.qt-project.QtTest 0x000000010d6bb9f4 QTest::TestMethods::invokeTests(QObject) const + 1028 19 org.qt-project.QtTest 0x000000010d6bc552 QTest::qRun() + 242 20 org.qt-project.QtTest 0x000000010d6bc1b0 QTest::qExec(QObject*, int, char**) + 16 21 com.yourcompany.sqlitecipher-test 0x000000010cbed69b main + 123 22 libdyld.dylib 0x00007fff9298d5ad start + 1

Thread 1: 0 libsystem_kernel.dylib 0x00007fff916aa5e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff92920578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9291e341 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff916aaefa kevent_qos + 10 1 libdispatch.dylib 0x00007fff94ef6165 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff94ef5dcd _dispatch_mgr_thread + 52

Thread 3: 0 libsystem_kernel.dylib 0x00007fff916aa5e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff92920578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9291e341 start_wqthread + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff916aa5e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff92920578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9291e341 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x000000000000004e rbx: 0x000000010f8ac710 rcx: 0x00007fff53015b78 rdx: 0x0000000000000020 rdi: 0x00000000000001f4 rsi: 0x000000010f8ac710 rbp: 0x00007fff53015c50 rsp: 0x00007fff53015b78 r8: 0x00000000ffffffff r9: 0x000000000002624e r10: 0x000000010f8aa890 r11: 0x0000000000000206 r12: 0x0000000000000000 r13: 0x000000010f8ac730 r14: 0x00007faa62d0c440 r15: 0x0000000000000020 rip: 0x00007fff916aa452 rfl: 0x0000000000000207 cr2: 0x0000700000196df8

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

Binary Images: 0x10cbe8000 - 0x10cbeefff +com.yourcompany.sqlitecipher-test (0) <4A820C9E-8996-320F-8975-B849D5EFA309> /Users/USER//sqlitecipher_test.app/Contents/MacOS/sqlitecipher_test 0x10cbf7000 - 0x10d01dfef +org.qt-project.QtGui (5.10 - 5.10.1) <1251446C-3802-3FC8-B682-2EF326CE7EE2> /Users/USER//QtGui.framework/Versions/5/QtGui 0x10d11a000 - 0x10d5f9ffb +org.qt-project.QtCore (5.10 - 5.10.1) /Users/USER//QtCore.framework/Versions/5/QtCore 0x10d6b4000 - 0x10d6dcff7 +org.qt-project.QtTest (5.10 - 5.10.1) /Users/USER//QtTest.framework/Versions/5/QtTest 0x10d6f4000 - 0x10d717ffb +org.qt-project.QtSql (5.10 - 5.10.1) <6FA8E297-100C-3D2B-8891-2F4F679905F1> /Users/USER//QtSql.framework/Versions/5/QtSql 0x10d72b000 - 0x10d72ffff com.apple.agl (3.3.1 - AGL-3.3.1) <4E401980-0F4F-33E2-A0CF-8C7CCF375F24> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x10d965000 - 0x10d974ff7 libSimplifiedChineseConverter.dylib (68) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 0x10f713000 - 0x10f8a5ffb +libsqlitecipher.dylib (0) /Users/USER//libsqlitecipher.dylib 0x7fff6fb75000 - 0x7fff6fbaca47 dyld (360.22) /usr/lib/dyld 0x7fff88e86000 - 0x7fff88e90fff com.apple.NetAuth (6.0 - 6.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff88e91000 - 0x7fff88ebaff7 libxslt.1.dylib (14.4) <72CD1CA4-1FBD-3672-ADCE-A89AB741689A> /usr/lib/libxslt.1.dylib 0x7fff8958e000 - 0x7fff89757ff7 com.apple.ImageIO.framework (3.3.0 - 1459) <72B4D556-2600-3CA0-89F1-6BA24A4274B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8978d000 - 0x7fff8978fff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib 0x7fff89790000 - 0x7fff89795ff3 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff89804000 - 0x7fff89804fff com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff89805000 - 0x7fff89a10fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib 0x7fff89a11000 - 0x7fff89a88feb libcorecrypto.dylib (335.50.1) /usr/lib/system/libcorecrypto.dylib 0x7fff89a89000 - 0x7fff89ad5ffb com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff89ad6000 - 0x7fff89b63fef libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib 0x7fff89b64000 - 0x7fff89b9eff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff89b9f000 - 0x7fff89bbbfff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff89bbc000 - 0x7fff89bc7ff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib 0x7fff89bf6000 - 0x7fff89c9afff com.apple.Bluetooth (4.4.6 - 4.4.6f1) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff89d40000 - 0x7fff89d44fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib 0x7fff8a032000 - 0x7fff8a460fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff8a461000 - 0x7fff8a7b5fff com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8a7d3000 - 0x7fff8a7feffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib 0x7fff8a7ff000 - 0x7fff8ac01fff libLAPACK.dylib (1162.2) <42238ED4-6B7A-39D0-BFF2-304A0C287213> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8bc14000 - 0x7fff8bc56ff7 com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff8bc60000 - 0x7fff8bc61fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8bc7a000 - 0x7fff8c138fcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8c151000 - 0x7fff8c16dff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib 0x7fff8c8e9000 - 0x7fff8c8ebfff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib 0x7fff8cbd7000 - 0x7fff8cc46fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8cc56000 - 0x7fff8cc70fff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8ccc2000 - 0x7fff8ce90ff3 com.apple.QuartzCore (1.11 - 410.14) <076BDE58-8AED-3D47-84FD-548CF8E8EDB9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8ce91000 - 0x7fff8ce91ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib 0x7fff8ceb3000 - 0x7fff8cec3fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib 0x7fff8cf68000 - 0x7fff8d1fefff libmecabra.dylib (696.5) /usr/lib/libmecabra.dylib 0x7fff8d201000 - 0x7fff8d28aff7 com.apple.PerformanceAnalysis (1.0 - 1) <1BC106BB-3C7F-37C9-8496-43F584A6F304> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8d345000 - 0x7fff8d379ff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8dd98000 - 0x7fff8de25dd7 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff8de26000 - 0x7fff8de2afff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8df92000 - 0x7fff8df94fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff8df95000 - 0x7fff8df95ff7 liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib 0x7fff8e1ab000 - 0x7fff8e1c2ff7 libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib 0x7fff8ebef000 - 0x7fff8ee89ff3 com.apple.security (7.0 - 57337.60.2) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8eeae000 - 0x7fff8ef22ff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8ef26000 - 0x7fff8f1ccff7 com.apple.CoreData (120 - 641.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8f222000 - 0x7fff8f22efff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff8f231000 - 0x7fff8f260ff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8f361000 - 0x7fff8f3a7ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib 0x7fff8f3a8000 - 0x7fff8f81efff com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8f94d000 - 0x7fff8fa3fff7 libiconv.2.dylib (44) /usr/lib/libiconv.2.dylib 0x7fff8fa40000 - 0x7fff8faa7fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff8fcd8000 - 0x7fff8fce6fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib 0x7fff8fce8000 - 0x7fff90053657 libobjc.A.dylib (680) /usr/lib/libobjc.A.dylib 0x7fff900b6000 - 0x7fff900dbff7 libPng.dylib (1459) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff901c8000 - 0x7fff90217ff7 com.apple.opencl (2.7.0 - 2.7.0) <39581F1A-04FE-3CCA-9118-E9BB9053F7A1> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff90283000 - 0x7fff90568ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff9057b000 - 0x7fff906c5ff7 com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff90bd3000 - 0x7fff90bdaff7 libcompiler_rt.dylib (62) /usr/lib/system/libcompiler_rt.dylib 0x7fff90c2a000 - 0x7fff90c2aff7 libunc.dylib (29) /usr/lib/system/libunc.dylib 0x7fff90c2b000 - 0x7fff90cdbfff com.apple.backup.framework (1.7.4 - 1.7.4) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff91693000 - 0x7fff916b1ff7 libsystem_kernel.dylib (3248.60.10) /usr/lib/system/libsystem_kernel.dylib 0x7fff916b9000 - 0x7fff916dbff7 com.apple.Sharing (442.13.6 - 442.13.6) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff916dc000 - 0x7fff91728fff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff91729000 - 0x7fff91758ffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib 0x7fff91870000 - 0x7fff91876fff com.apple.IOAccelerator (205.11 - 205.11) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff91878000 - 0x7fff91878fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <848125D3-AF14-3526-8745-FFCDB200CD76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff91882000 - 0x7fff918c3ff7 libGLU.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9192b000 - 0x7fff9193cff7 libsystem_trace.dylib (201.10.3) <1DD0C1FD-74E2-3949-9C2C-B81D19C2CA5E> /usr/lib/system/libsystem_trace.dylib 0x7fff9193d000 - 0x7fff91957ff3 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib 0x7fff91992000 - 0x7fff919b1ff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff919c4000 - 0x7fff919d0fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff919f3000 - 0x7fff919fbfff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff91df0000 - 0x7fff91e03fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff91e09000 - 0x7fff91e67fff com.apple.CoreServices.OSServices (728.13 - 728.13) <27C12B92-7845-38DD-B82D-DC5B678352D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff91e68000 - 0x7fff91e77ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff92086000 - 0x7fff920faff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff92157000 - 0x7fff92249ff7 libJP2.dylib (1459) <90B4DD14-4D0B-3373-B1B6-DC8F53D78565> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff922c7000 - 0x7fff922d3ff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff926cd000 - 0x7fff92762fff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff92844000 - 0x7fff92847ff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff928d6000 - 0x7fff928dafff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff9291d000 - 0x7fff92926ff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib 0x7fff9297e000 - 0x7fff92989fff libkxld.dylib (3248.60.10) <991CDFE9-AB87-321B-A4B2-5EFE64DDCF74> /usr/lib/system/libkxld.dylib 0x7fff9298a000 - 0x7fff9298dffb libdyld.dylib (360.22) <1F9FCF2C-5E94-3F2D-B4A5-1238587AA5C6> /usr/lib/system/libdyld.dylib 0x7fff9298e000 - 0x7fff92991fff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff929fe000 - 0x7fff92a53fff com.apple.AE (701 - 701) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff92ae7000 - 0x7fff92ae7fff com.apple.CoreServices (728.13 - 728.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff92ae8000 - 0x7fff92af3fff com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff92af4000 - 0x7fff92af9ff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib 0x7fff92b33000 - 0x7fff92e28fff com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff930e3000 - 0x7fff93136ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib 0x7fff93174000 - 0x7fff9317fff7 libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib 0x7fff932e5000 - 0x7fff9334bff7 libsystem_network.dylib (583.50.1) /usr/lib/system/libsystem_network.dylib 0x7fff9334c000 - 0x7fff9334dfff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib 0x7fff933a1000 - 0x7fff933fffff com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff93408000 - 0x7fff934f7ff7 libxml2.2.dylib (29.10) /usr/lib/libxml2.2.dylib 0x7fff9355c000 - 0x7fff9355eff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib 0x7fff9355f000 - 0x7fff947c5ff3 com.apple.CoreGraphics (1.600.0 - 960.3) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff947dc000 - 0x7fff94821ff3 libFontRegistry.dylib (155.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff94e09000 - 0x7fff94e11fff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib 0x7fff94e9a000 - 0x7fff94e9afff com.apple.Accelerate (1.10 - Accelerate 1.10) <5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff94e9b000 - 0x7fff94eb2fff libmarisa.dylib (4) /usr/lib/libmarisa.dylib 0x7fff94eee000 - 0x7fff94f1bfff libdispatch.dylib (501.40.12) /usr/lib/system/libdispatch.dylib 0x7fff94f1c000 - 0x7fff94f1eff7 libRadiance.dylib (1459) <1FE4F408-D135-3CA5-A06B-B0FCE974997C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff94f6c000 - 0x7fff94f74fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff95005000 - 0x7fff95005fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff95019000 - 0x7fff95069ff7 com.apple.Symbolication (1.4 - 58044) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff950a6000 - 0x7fff952c7ff7 com.apple.CoreImage (11.4.0 - 366.4.19) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9533e000 - 0x7fff95342fff libGIF.dylib (1459) <58F85C45-96D2-3713-A8C0-B2579B419A80> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff95343000 - 0x7fff95503ffb libBLAS.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff96655000 - 0x7fff967fbff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff967fc000 - 0x7fff96801fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff96802000 - 0x7fff96804fff libCVMSPluginSupport.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff968d2000 - 0x7fff968e8ff7 libLinearAlgebra.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff96909000 - 0x7fff96925ff7 libextension.dylib (78) /usr/lib/libextension.dylib 0x7fff96926000 - 0x7fff96937ff7 libz.1.dylib (61.20.1) /usr/lib/libz.1.dylib 0x7fff9693a000 - 0x7fff96943ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff96a2e000 - 0x7fff96a31ff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff96b00000 - 0x7fff96b00fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib 0x7fff96e15000 - 0x7fff96e1dffb libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib 0x7fff96e87000 - 0x7fff96e92fff libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff96eed000 - 0x7fff96fe9ff7 libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9702e000 - 0x7fff9703cff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib 0x7fff97053000 - 0x7fff97056fff libsystem_sandbox.dylib (460.60.2) <2A68B39C-B786-3A05-87A2-56E688469FB8> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9710d000 - 0x7fff9713efff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff9713f000 - 0x7fff9719aff7 libTIFF.dylib (1459) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff9719b000 - 0x7fff9719cff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff9725b000 - 0x7fff97289ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff973f6000 - 0x7fff973f6fff libmetal_timestamp.dylib (600.0.44.2) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff97425000 - 0x7fff9746aff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff97729000 - 0x7fff97846fff libsqlite3.dylib (216.4) /usr/lib/libsqlite3.dylib 0x7fff97cc4000 - 0x7fff97cebfff com.apple.ChunkingLibrary (167 - 167) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff97cf9000 - 0x7fff97db2ff7 libvMisc.dylib (563.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff98037000 - 0x7fff982befff com.apple.CFNetwork (760.6.3 - 760.6.3) <8CB9CB2E-D0FB-31D4-A1AE-2A5FE028AD6B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff982bf000 - 0x7fff982d0fff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff982d1000 - 0x7fff9844ffff com.apple.UIFoundation (1.0 - 436.1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff98450000 - 0x7fff98469fff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff98627000 - 0x7fff98643ff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib 0x7fff98675000 - 0x7fff986adff7 com.apple.RemoteViewServices (2.0 - 101) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff98764000 - 0x7fff987d2ff7 com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff98d68000 - 0x7fff98d68fff libOpenScriptingUtil.dylib (169.1) /usr/lib/libOpenScriptingUtil.dylib 0x7fff98def000 - 0x7fff98df0ffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib 0x7fff98e46000 - 0x7fff98e49ffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib 0x7fff98e4a000 - 0x7fff98e84fff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff9a0db000 - 0x7fff9a0ebfff libSparseBLAS.dylib (1162.2) <6F591A0F-80D0-384D-8304-B035C4ED1BBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff9a0f2000 - 0x7fff9a10fff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <41378C0B-B56A-3A73-9BD0-E06FA1F87B8C> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff9a129000 - 0x7fff9a12affb libSystem.B.dylib (1226.10.1) /usr/lib/libSystem.B.dylib 0x7fff9a12b000 - 0x7fff9a133fff libGFXShared.dylib (12.1) <5A0C2493-200C-30BE-97D5-8E8C0B8E604D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9a138000 - 0x7fff9a15afff com.apple.IconServices (68.1 - 68.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff9a1cd000 - 0x7fff9a20bff7 libGLImage.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff9a211000 - 0x7fff9a299fff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9a29a000 - 0x7fff9a29dfff com.apple.IOSurface (108.2.3 - 108.2.3) <52E51D16-42E9-3DDB-A16C-48225EF262C4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff9a2a0000 - 0x7fff9a2a1fff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib 0x7fff9ab5e000 - 0x7fff9ab64ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff9ab65000 - 0x7fff9ab7cff7 libsystem_coretls.dylib (83.40.5) /usr/lib/system/libsystem_coretls.dylib 0x7fff9ab7d000 - 0x7fff9aca4fff com.apple.LaunchServices (728.13 - 728.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff9aca5000 - 0x7fff9acc0ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib 0x7fff9adde000 - 0x7fff9ade3fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff9ade4000 - 0x7fff9aef2ff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff9af8f000 - 0x7fff9afb9ff7 libc++abi.dylib (307.2) <922EFB36-0E9E-315B-8270-E81AC43472C0> /usr/lib/libc++abi.dylib 0x7fff9afba000 - 0x7fff9afdefff com.apple.MultitouchSupport.framework (304.12 - 304.12) <65CB7653-EACD-3ADB-ABB6-2E0671708301> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff9b86c000 - 0x7fff9b875ff3 libsystem_notify.dylib (150.40.1) /usr/lib/system/libsystem_notify.dylib 0x7fff9b876000 - 0x7fff9b90cfff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff9ba81000 - 0x7fff9ba83ff7 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff9bf5b000 - 0x7fff9bf63fff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib 0x7fff9bf64000 - 0x7fff9cb8dff7 com.apple.AppKit (6.9 - 1404.47) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff9cfc8000 - 0x7fff9cfcaff7 com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff9d0ff000 - 0x7fff9d128fff libsystem_info.dylib (477.50.4) /usr/lib/system/libsystem_info.dylib 0x7fff9d471000 - 0x7fff9d47ffff com.apple.opengl (12.1.0 - 12.1.0) <0718DB60-BA4F-3CF7-A117-10A2515D931F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff9d4e4000 - 0x7fff9d535ff7 libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib 0x7fff9d55d000 - 0x7fff9d5fdfff com.apple.Metadata (10.7.0 - 972.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff9dab8000 - 0x7fff9dab8fff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff9daea000 - 0x7fff9dcf7fff libicucore.A.dylib (551.51.4) <3899B146-3840-3D4A-8C4A-FE391D5D25C7> /usr/lib/libicucore.A.dylib 0x7fff9dcf8000 - 0x7fff9dcf9fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib 0x7fff9dd07000 - 0x7fff9dd72ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff9ddde000 - 0x7fff9dde3fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff9e03c000 - 0x7fff9e065ff7 libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib 0x7fff9e3c0000 - 0x7fff9e3d9fe7 libcompression.dylib (28) /usr/lib/libcompression.dylib 0x7fff9e3da000 - 0x7fff9e3dfff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib 0x7fff9e62d000 - 0x7fff9e67efff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff9e6e8000 - 0x7fff9e75dfff com.apple.framework.IOKit (2.0.2 - 1179.50.2) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff9e7ee000 - 0x7fff9e900fef libvDSP.dylib (563.5) <5702650E-DF08-3D58-B16F-9EF0A28702B3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff9e901000 - 0x7fff9e925ff7 libJPEG.dylib (1459) <30F85216-E836-37B3-874E-62F1D040B098> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff9ea72000 - 0x7fff9ea7afef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib 0x7fff9ea7b000 - 0x7fff9ea94fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff9f22e000 - 0x7fff9f35bff3 com.apple.CoreText (352.0 - 494.12) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff9f35c000 - 0x7fff9f403fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff9f420000 - 0x7fff9f48ffff com.apple.datadetectorscore (7.0 - 460) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore

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: 17692 thread_create: 0 thread_set_state: 448

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 2048K 2 Dispatch continuations 4096K 2 Kernel Alloc Once 4K 2 MALLOC 18.3M 12 MALLOC guard page 32K 7 Process Corpse Info 2048K 2 STACK GUARD 56.0M 6 Stack 9824K 6 VM_ALLOCATE 24K 4 DATA 16.9M 193 IMAGE 528K 2 LINKEDIT 93.1M 11 TEXT 131.3M 193 __UNICODE 552K 2 mapped file 25.1M 2 shared memory 320K 8 =========== ======= ======= TOTAL 359.7M 438

Model: VMware7,1, BootROM VMW71.00V.9694812.B64.1808210100, 2 processors, 3.16 GHz, 4 GB, SMC 2.8f0 Graphics: Display, PCI, 128 MB Memory Module: RAM slot #0/RAM slot #0, 4 GB, DRAM, 0 MHz, VMware Virtual RAM, VMW-4096MB Network Service: Ethernet, Ethernet, en0 Serial ATA Device: VMware Virtual SATA Hard Drive, 64.42 GB Serial ATA Device: VMware Virtual SATA CDRW Drive, 8.19 GB USB Device: USB Bus USB Device: USB 2.0 Bus USB Device: USB 3.0 Bus USB Device: VMware Virtual USB Hub USB Device: VMware Virtual USB Hub USB Device: VMware Virtual USB Keyboard USB Device: VMware Virtual USB Mouse Thunderbolt Bus:

liaoxuewei commented 5 years ago

The example will be abnormal if it runs under MAC OS X 10.11. I hope someone can see it and help me.