From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Newsgroups: gmane.emacs.bugs Subject: bug#18759: 24.3.94; Yank from clipboard crashes Date: Sun, 19 Oct 2014 11:38:54 +0200 Message-ID: <8A372D09-7583-4C7F-9440-0866BFDCF5F6@swipnet.se> References: <72041AB1-3DEF-44EF-B252-9270B6082BA6@till.com> <83siilexen.fsf@gnu.org> <4C067D86-5094-41F1-95A8-B8C8C7FF0009@till.com> <83r3y5etj8.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1413711622 556 80.91.229.3 (19 Oct 2014 09:40:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Oct 2014 09:40:22 +0000 (UTC) Cc: 18759@debbugs.gnu.org To: Donald Tillman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 19 11:40:17 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XfmyG-0001vN-Ln for geb-bug-gnu-emacs@m.gmane.org; Sun, 19 Oct 2014 11:40:17 +0200 Original-Received: from localhost ([::1]:39428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfmyG-000292-B0 for geb-bug-gnu-emacs@m.gmane.org; Sun, 19 Oct 2014 05:40:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xfmy7-00026f-My for bug-gnu-emacs@gnu.org; Sun, 19 Oct 2014 05:40:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xfmy2-0001oX-TU for bug-gnu-emacs@gnu.org; Sun, 19 Oct 2014 05:40:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xfmy2-0001o2-PL for bug-gnu-emacs@gnu.org; Sun, 19 Oct 2014 05:40:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xfmy2-00081x-7O for bug-gnu-emacs@gnu.org; Sun, 19 Oct 2014 05:40:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 19 Oct 2014 09:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18759 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18759-submit@debbugs.gnu.org id=B18759.141371155130788 (code B ref 18759); Sun, 19 Oct 2014 09:40:02 +0000 Original-Received: (at 18759) by debbugs.gnu.org; 19 Oct 2014 09:39:11 +0000 Original-Received: from localhost ([127.0.0.1]:55427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XfmxA-00080R-S5 for submit@debbugs.gnu.org; Sun, 19 Oct 2014 05:39:11 -0400 Original-Received: from mailfe02.swip.net ([212.247.154.33]:46445 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xfmx4-0007zy-Cf for 18759@debbugs.gnu.org; Sun, 19 Oct 2014 05:39:06 -0400 X-T2-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 542029744; Sun, 19 Oct 2014 11:38:55 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1990.1) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94767 Hello. A bit of investigation from your crash indicates it crashes in alloca or = near it in macfont_draw: if (macfont_info->cgfont) { CGGlyph *glyphs =3D alloca (sizeof (CGGlyph) * len); CGPoint *positions =3D alloca (sizeof (CGPoint) * len); CGFloat total_width =3D 0; CGFloat font_size =3D mac_font_get_size (macfont); CGAffineTransform atfm; CGFloat advance_delta =3D 0; int y_draw =3D -s->ybase; int no_antialias_p =3D (macfont_info->antialias =3D=3D MACFONT_ANTIALIAS_OFF || (macfont_info->antialias =3D=3D MACFONT_ANTIALIAS_DEFAULT && font_size <=3D macfont_antialias_threshold)); In the trunk we don't use alloca. When we imported changes from macport = 4.91 (based on 24.3.91), alloca was replaced with xmalloc. We actually jumped from macport 4.7 to macport 4.91 (based on 24.3.91) = so it might have changed in some version before 4.91. I can't find a reference to some bug in the announcements for mac port. = The macport ftp site is down, so I can't get all details. But maybe a = bug similar to this was known and fixed by replacing alloca. Jan D. > 19 okt 2014 kl. 10:56 skrev Jan Dj=C3=A4rv : >=20 > Hello. >=20 >> 19 okt 2014 kl. 00:58 skrev Donald Tillman : >>=20 >> Hi Eli, >>=20 >> I've got some more... >>=20 >> The Emacs I'm running came from the "Pretests" section in = http://emacsformacosx.com/builds=20 >=20 > I tried that version, still no crash. It can be something with your = locale or perhaps font. > Did you customize the font used? > Did you start emacs with -Q? >=20 > Jan D. >=20 >> . >>=20 >> And here below is the content of the crash window. (It was stuck = hidden before.) >>=20 >> -- Don >> -- >> Don Tillman >> Palo Alto, California >> don@till.com >> http://www.till.com >>=20 >>=20 >>=20 >> Process: Emacs-x86_64-10_9 [82115] >> Path: = /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9 >> Identifier: org.gnu.Emacs >> Version: Version 24.3.94 (9.0) >> Code Type: X86-64 (Native) >> Parent Process: launchd [214] >> Responsible: Emacs-x86_64-10_9 [82115] >> User ID: 501 >>=20 >> Date/Time: 2014-10-18 15:52:49.357 -0700 >> OS Version: Mac OS X 10.9.5 (13F34) >> Report Version: 11 >> Anonymous UUID: B635CE32-69C1-3C25-8E8B-B7990CEFEA21 >>=20 >> Sleep/Wake UUID: E325FE90-0CFF-4FAF-95AE-414E73095482 >>=20 >> Crashed Thread: 0 Dispatch queue: com.apple.main-thread >>=20 >> Exception Type: EXC_BAD_ACCESS (SIGABRT) >> Exception Codes: EXC_I386_GPFLT >>=20 >> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread >> 0 libsystem_kernel.dylib 0x00007fff93149292 __kill + 10 >> 1 Emacs-x86_64-10_9 0x00000001000b8934 = terminate_due_to_signal + 148 >> 2 Emacs-x86_64-10_9 0x00000001000d5d53 emacs_abort + = 19 >> 3 Emacs-x86_64-10_9 0x00000001001a739c = ns_term_shutdown + 124 >> 4 Emacs-x86_64-10_9 0x00000001000b8b2b = shut_down_emacs + 283 >> 5 Emacs-x86_64-10_9 0x00000001000b88f9 = terminate_due_to_signal + 89 >> 6 Emacs-x86_64-10_9 0x00000001000d7686 = deliver_fatal_thread_signal + 134 >> 7 libsystem_platform.dylib 0x00007fff8e5535aa _sigtramp + = 26 >> 8 ??? 000000000000000000 0 + 0 >> 9 Emacs-x86_64-10_9 0x00000001001c7582 macfont_draw = + 738 >> 10 Emacs-x86_64-10_9 0x00000001001b4c9d = ns_draw_glyph_string + 1437 >> 11 Emacs-x86_64-10_9 0x0000000100038f84 draw_glyphs + = 15380 >> 12 Emacs-x86_64-10_9 0x0000000100035306 = x_write_glyphs + 166 >> 13 Emacs-x86_64-10_9 0x000000010000a99e = update_window_line + 670 >> 14 Emacs-x86_64-10_9 0x000000010000682c update_window = + 4620 >> 15 Emacs-x86_64-10_9 0x0000000100004fe4 = update_window_tree + 132 >> 16 Emacs-x86_64-10_9 0x0000000100004e3d update_frame = + 125 >> 17 Emacs-x86_64-10_9 0x0000000100026cde = redisplay_internal + 7086 >> 18 Emacs-x86_64-10_9 0x00000001000c050b read_char + = 1947 >> 19 Emacs-x86_64-10_9 0x00000001000bdc43 = read_key_sequence + 1859 >> 20 Emacs-x86_64-10_9 0x00000001000bd2d4 = command_loop_1 + 5188 >> 21 Emacs-x86_64-10_9 0x00000001001384ab = internal_condition_case + 251 >> 22 Emacs-x86_64-10_9 0x00000001000cd71e = command_loop_2 + 62 >> 23 Emacs-x86_64-10_9 0x0000000100137e43 = internal_catch + 243 >> 24 Emacs-x86_64-10_9 0x00000001000bb45d = recursive_edit_1 + 221 >> 25 Emacs-x86_64-10_9 0x00000001000bb60c = Frecursive_edit + 236 >> 26 Emacs-x86_64-10_9 0x00000001000ba257 main + 5831 >> 27 libdyld.dylib 0x00007fff8f2aa5fd start + 1 >>=20 >> Thread 1:: Dispatch queue: com.apple.libdispatch-manager >> 0 libsystem_kernel.dylib 0x00007fff9314a662 kevent64 + 10 >> 1 libdispatch.dylib 0x00007fff8f762421 = _dispatch_mgr_invoke + 239 >> 2 libdispatch.dylib 0x00007fff8f762136 = _dispatch_mgr_thread + 52 >>=20 >> Thread 2: >> 0 libsystem_kernel.dylib 0x00007fff93149e6a = __workq_kernreturn + 10 >> 1 libsystem_pthread.dylib 0x00007fff8e7c4f08 = _pthread_wqthread + 330 >> 2 libsystem_pthread.dylib 0x00007fff8e7c7fb9 = start_wqthread + 13 >>=20 >> Thread 3: >> 0 libsystem_kernel.dylib 0x00007fff931499aa __select + 10 >> 1 Emacs-x86_64-10_9 0x00000001001a87a8 -[EmacsApp = fd_handler:] + 264 >> 2 com.apple.Foundation 0x00007fff8eca5dfb = __NSThread__main__ + 1318 >> 3 libsystem_pthread.dylib 0x00007fff8e7c3899 _pthread_body = + 138 >> 4 libsystem_pthread.dylib 0x00007fff8e7c372a = _pthread_start + 137 >> 5 libsystem_pthread.dylib 0x00007fff8e7c7fc9 thread_start = + 13 >>=20 >> Thread 4: >> 0 libsystem_kernel.dylib 0x00007fff93149e6a = __workq_kernreturn + 10 >> 1 libsystem_pthread.dylib 0x00007fff8e7c4f08 = _pthread_wqthread + 330 >> 2 libsystem_pthread.dylib 0x00007fff8e7c7fb9 = start_wqthread + 13 >>=20 >> Thread 5: >> 0 libsystem_kernel.dylib 0x00007fff93145a1a mach_msg_trap = + 10 >> 1 libsystem_kernel.dylib 0x00007fff93144d18 mach_msg + 64 >> 2 com.apple.CoreFoundation 0x00007fff875ebf15 = __CFRunLoopServiceMachPort + 181 >> 3 com.apple.CoreFoundation 0x00007fff875eb539 = __CFRunLoopRun + 1161 >> 4 com.apple.CoreFoundation 0x00007fff875eae75 = CFRunLoopRunSpecific + 309 >> 5 com.apple.AppKit 0x00007fff8b99b05e = _NSEventThread + 144 >> 6 libsystem_pthread.dylib 0x00007fff8e7c3899 _pthread_body = + 138 >> 7 libsystem_pthread.dylib 0x00007fff8e7c372a = _pthread_start + 137 >> 8 libsystem_pthread.dylib 0x00007fff8e7c7fc9 thread_start = + 13 >>=20 >> Thread 0 crashed with X86 Thread State (64-bit): >> rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: = 0x00007fff5fbfb9e8 rdx: 0x0000000000000000 >> rdi: 0x00000000000140c3 rsi: 0x0000000000000006 rbp: = 0x00007fff5fbfba10 rsp: 0x00007fff5fbfb9e8 >> r8: 0x0000000100700000 r9: 0x0000000000000bba r10: = 0x00007fff93149896 r11: 0x0000000000000206 >> r12: 0x000000010053b690 r13: 0x000000010053b630 r14: = 0x0000000000000028 r15: 0x0000000000000020 >> rip: 0x00007fff93149292 rfl: 0x0000000000000206 cr2: = 0x0000000102edc062 >>=20 >> Logical CPU: 0 >> Error Code: 0x02000025 >> Trap Number: 133 >>=20 >>=20 >> Binary Images: >> 0x100000000 - 0x10020cff7 +Emacs-x86_64-10_9 (0) = = /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9 >> 0x1010fd000 - 0x1010fdff9 +cl_kernels (???) = <22F3D8AC-4D32-4F84-9030-3EAA9E473F37> cl_kernels >> 0x1017e0000 - 0x1017e1ff4 +cl_kernels (???) = <25D36FAE-4B18-405E-859E-A7143B0DBC78> cl_kernels >> 0x102ef1000 - 0x102ef5ffd libFontRegistryUI.dylib (127) = <57DE4E73-B65B-3712-9815-81018E72501A> = /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.fr= amework/Resources/libFontRegistryUI.dylib >> 0x106e33000 - 0x106e33fff +cl_kernels (???) = <8AD221A6-AE6B-4DBE-A774-45F2CC74DD59> cl_kernels >> 0x109d2c000 - 0x109e12fef unorm8_bgra.dylib (2.3.58) = <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> = /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageForm= ats/unorm8_bgra.dylib >> 0x10a12e000 - 0x10a20eff7 unorm8_rgba.dylib (2.3.58) = <8252DC3E-7434-34C6-B4B9-CFD59B923D12> = /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageForm= ats/unorm8_rgba.dylib >> 0x7fff69778000 - 0x7fff697ab817 dyld (239.4) = <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld >> 0x7fff87028000 - 0x7fff8702afff libCVMSPluginSupport.dylib = (9.6.1) = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPl= uginSupport.dylib >> 0x7fff8702b000 - 0x7fff87038ff7 libxar.1.dylib (202) = <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib >> 0x7fff87508000 - 0x7fff87538fff com.apple.IconServices (25 - = 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> = /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconSe= rvices >> 0x7fff87579000 - 0x7fff8757afff libsystem_sandbox.dylib = (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> = /usr/lib/system/libsystem_sandbox.dylib >> 0x7fff8757b000 - 0x7fff87760fff com.apple.CoreFoundation (6.9 = - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat= ion >> 0x7fff88025000 - 0x7fff880b0ff7 libCoreStorage.dylib = (380.70.2) = /usr/lib/libCoreStorage.dylib >> 0x7fff880b1000 - 0x7fff880beff4 com.apple.Librarian (1.2 - 1) = = /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian= >> 0x7fff8812a000 - 0x7fff88a49797 com.apple.CoreGraphics = (1.600.0 - 599.35.4) = /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics >> 0x7fff88d76000 - 0x7fff88d83ff0 libbz2.1.0.dylib (29) = <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib >> 0x7fff88d84000 - 0x7fff88da8ff7 libJPEG.dylib (1044) = = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.= dylib >> 0x7fff89592000 - 0x7fff895d1fff libGLU.dylib (9.6.1) = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dy= lib >> 0x7fff895d2000 - 0x7fff89636fff com.apple.datadetectorscore = (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/D= ataDetectorsCore >> 0x7fff89637000 - 0x7fff896c7ff7 com.apple.Metadata (10.7.0 - = 800.28) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Me= tadata.framework/Versions/A/Metadata >> 0x7fff896c8000 - 0x7fff89701ff7 com.apple.QD (3.50 - 298) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/QD.framework/Versions/A/QD >> 0x7fff89710000 - 0x7fff89710ffd libOpenScriptingUtil.dylib = (157) <19F0E769-0989-3062-9AFB-8976E90E9759> = /usr/lib/libOpenScriptingUtil.dylib >> 0x7fff89774000 - 0x7fff89775fff com.apple.TrustEvaluationAgent = (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> = /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/= A/TrustEvaluationAgent >> 0x7fff89783000 - 0x7fff897befff com.apple.bom (14.0 - 193.1) = = /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom >> 0x7fff897bf000 - 0x7fff897bffff com.apple.ApplicationServices = (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applic= ationServices >> 0x7fff897fa000 - 0x7fff89801fff libcompiler_rt.dylib (35) = <4CD916B2-1B17-362A-B403-EF24A1DAC141> = /usr/lib/system/libcompiler_rt.dylib >> 0x7fff89802000 - 0x7fff8982bff7 libc++abi.dylib (49.1) = <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib >> 0x7fff8982c000 - 0x7fff89871fff libcurl.4.dylib (78.94.1) = <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib >> 0x7fff898c4000 - 0x7fff899aefff libsqlite3.dylib (158) = <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib >> 0x7fff89a34000 - 0x7fff89a5cffb libRIP.A.dylib (599.35.4) = = /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/lib= RIP.A.dylib >> 0x7fff89a5d000 - 0x7fff89a5eff7 libSystem.B.dylib (1197.1.1) = /usr/lib/libSystem.B.dylib >> 0x7fff89a5f000 - 0x7fff89d33fc7 com.apple.vImage (7.0 - 7.0) = = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma= ge.framework/Versions/A/vImage >> 0x7fff89d34000 - 0x7fff89d41fff com.apple.Sharing (132.2 - = 132.2) = /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing >> 0x7fff89d42000 - 0x7fff89d4cfff libcommonCrypto.dylib (60049) = <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> = /usr/lib/system/libcommonCrypto.dylib >> 0x7fff89d4d000 - 0x7fff89d4fff3 libsystem_configuration.dylib = (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> = /usr/lib/system/libsystem_configuration.dylib >> 0x7fff89d76000 - 0x7fff89d7aff7 libGIF.dylib (1044) = <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.d= ylib >> 0x7fff89d7b000 - 0x7fff89d80fff com.apple.DiskArbitration (2.6 = - 2.6) = /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitr= ation >> 0x7fff89d81000 - 0x7fff89dcfff7 com.apple.opencl (2.3.59 - = 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> = /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL >> 0x7fff89dd6000 - 0x7fff89ddcfff com.apple.AOSNotification = (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> = /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOS= Notification >> 0x7fff89ddd000 - 0x7fff89e30fff = com.apple.ScalableUserInterface (1.0 - 1) = = /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/Scal= ableUserInterface.framework/Versions/A/ScalableUserInterface >> 0x7fff89e33000 - 0x7fff89f17ff7 com.apple.coreui (2.2 - 231.1) = <187DF89C-8A64-366D-8782-F90315FA3CD7> = /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI >> 0x7fff89f18000 - 0x7fff89f18fff com.apple.Accelerate (1.9 - = Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate >> 0x7fff89f19000 - 0x7fff89f1dff7 libsystem_stats.dylib = (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> = /usr/lib/system/libsystem_stats.dylib >> 0x7fff89f1e000 - 0x7fff89fefff1 com.apple.DiskImagesFramework = (10.9 - 371.1) = /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImag= es >> 0x7fff8a05a000 - 0x7fff8a086fff com.apple.CoreServicesInternal = (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> = /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/= A/CoreServicesInternal >> 0x7fff8a087000 - 0x7fff8a096ff8 com.apple.LangAnalysis (1.7.0 = - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/LangAnalysis.framework/Versions/A/LangAnalysis >> 0x7fff8a0b3000 - 0x7fff8a0b6fff libCoreVMClient.dylib (58.1) = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVM= Client.dylib >> 0x7fff8a0ce000 - 0x7fff8a1bcfff libJP2.dylib (1044) = = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.d= ylib >> 0x7fff8a1d3000 - 0x7fff8a1e3ffb libsasl2.2.dylib (170) = /usr/lib/libsasl2.2.dylib >> 0x7fff8a1e4000 - 0x7fff8a1ffff7 libsystem_malloc.dylib = (23.10.1) = /usr/lib/system/libsystem_malloc.dylib >> 0x7fff8a5a0000 - 0x7fff8a5aaff7 com.apple.CrashReporterSupport = (10.9 - 539) = /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/= A/CrashReporterSupport >> 0x7fff8a5ab000 - 0x7fff8a5afff7 libcache.dylib (62) = /usr/lib/system/libcache.dylib >> 0x7fff8a5bf000 - 0x7fff8a5fdff7 libGLImage.dylib (9.6.1) = <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImag= e.dylib >> 0x7fff8a5fe000 - 0x7fff8a606ffc libGFXShared.dylib (9.6.1) = <25BBF325-AC57-3BAA-9427-2D14CC243AE6> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXSha= red.dylib >> 0x7fff8a607000 - 0x7fff8a611ff7 libcsfde.dylib (380.70.2) = <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib >> 0x7fff8a612000 - 0x7fff8a641fff com.apple.DebugSymbols (106 - = 106) = /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugS= ymbols >> 0x7fff8a642000 - 0x7fff8a6aefff com.apple.framework.IOKit = (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> = /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit >> 0x7fff8a81e000 - 0x7fff8a839ff7 libCRFSuite.dylib (34) = /usr/lib/libCRFSuite.dylib >> 0x7fff8a83a000 - 0x7fff8a8fcff5 com.apple.CoreText (367.20 - = 367.20) = /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText >> 0x7fff8af6c000 - 0x7fff8afa1ffc com.apple.LDAPFramework = (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> = /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP >> 0x7fff8afb4000 - 0x7fff8afb6fff com.apple.EFILogin (2.0 - 2) = = /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin >> 0x7fff8b1ab000 - 0x7fff8b1adff7 libquarantine.dylib (71) = <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> = /usr/lib/system/libquarantine.dylib >> 0x7fff8b28a000 - 0x7fff8b2dbff7 com.apple.audio.CoreAudio = (4.2.1 - 4.2.1) = /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio >> 0x7fff8b301000 - 0x7fff8b331fff libncurses.5.4.dylib (42) = /usr/lib/libncurses.5.4.dylib >> 0x7fff8b713000 - 0x7fff8b79cff7 libsystem_c.dylib (997.90.3) = <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib >> 0x7fff8b79d000 - 0x7fff8b7a6ffb libCGInterfaces.dylib (271) = <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma= ge.framework/Versions/A/Resources/libCGInterfaces.dylib >> 0x7fff8b7a7000 - 0x7fff8b7d6ff9 com.apple.GSS (4.0 - 2.0) = <44E914BE-B0D0-3E05-9451-CA9E539AFA52> = /System/Library/Frameworks/GSS.framework/Versions/A/GSS >> 0x7fff8b7d7000 - 0x7fff8c34dff7 com.apple.AppKit (6.9 - = 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> = /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit >> 0x7fff8c42e000 - 0x7fff8c43fff7 libz.1.dylib (53) = <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib >> 0x7fff8c449000 - 0x7fff8c496ff2 = com.apple.print.framework.PrintCore (9.0 - 428) = <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/PrintCore.framework/Versions/A/PrintCore >> 0x7fff8c497000 - 0x7fff8c497ffd = com.apple.audio.units.AudioUnit (1.10 - 1.10) = <68B21135-55A6-3563-A3D6-3E692A7DEB7F> = /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit >> 0x7fff8c498000 - 0x7fff8c4a0ff7 = com.apple.speech.recognition.framework (4.2.4 - 4.2.4) = <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRe= cognition.framework/Versions/A/SpeechRecognition >> 0x7fff8c4a1000 - 0x7fff8c4aaffd com.apple.CommonAuth (4.0 - = 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> = /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAu= th >> 0x7fff8c4ab000 - 0x7fff8c592ff7 libxml2.2.dylib (26) = /usr/lib/libxml2.2.dylib >> 0x7fff8c593000 - 0x7fff8c602ff1 = com.apple.ApplicationServices.ATS (360 - 363.3) = <546E89D9-2AE7-3111-B2B8-2366650D22F0> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ATS.framework/Versions/A/ATS >> 0x7fff8c644000 - 0x7fff8c6b7fff com.apple.securityfoundation = (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> = /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securit= yFoundation >> 0x7fff8c6b8000 - 0x7fff8c713ffb com.apple.AE (665.5 - 665.5) = = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE= .framework/Versions/A/AE >> 0x7fff8c726000 - 0x7fff8c894ff7 libBLAS.dylib (1094.5) = = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libBLAS.dylib >> 0x7fff8c89c000 - 0x7fff8c89fffa libCGXType.A.dylib (599.35.4) = = /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/lib= CGXType.A.dylib >> 0x7fff8c9fb000 - 0x7fff8c9fcff7 = libDiagnosticMessagesClient.dylib (100) = <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> = /usr/lib/libDiagnosticMessagesClient.dylib >> 0x7fff8cbe3000 - 0x7fff8cbeaff8 liblaunch.dylib (842.92.1) = /usr/lib/system/liblaunch.dylib >> 0x7fff8cbeb000 - 0x7fff8ccb6fff libvDSP.dylib (423.32) = <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libvDSP.dylib >> 0x7fff8ccb9000 - 0x7fff8d09affe libLAPACK.dylib (1094.5) = <7E7A9B8D-1638-3914-BAE0-663B69865986> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libLAPACK.dylib >> 0x7fff8d0c2000 - 0x7fff8d186ff7 com.apple.backup.framework = (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> = /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup >> 0x7fff8d6aa000 - 0x7fff8d6b0ff7 libCGXCoreImage.A.dylib = (599.35.4) <0A9F43CB-C01F-3A98-AAB3-1E08C65BCFB4> = /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/lib= CGXCoreImage.A.dylib >> 0x7fff8da4c000 - 0x7fff8dad5fff com.apple.ColorSync (4.9.0 - = 4.9.0) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ColorSync.framework/Versions/A/ColorSync >> 0x7fff8dc02000 - 0x7fff8dc27ff7 com.apple.ChunkingLibrary (2.0 = - 155.1) = /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chu= nkingLibrary >> 0x7fff8dc80000 - 0x7fff8dca7ffb libsystem_info.dylib (449.1.3) = <7D41A156-D285-3849-A2C3-C04ADE797D98> = /usr/lib/system/libsystem_info.dylib >> 0x7fff8dcab000 - 0x7fff8dcafff7 libheimdal-asn1.dylib = (323.92.1) = /usr/lib/libheimdal-asn1.dylib >> 0x7fff8dd6b000 - 0x7fff8dd94fff com.apple.DictionaryServices = (1.2 - 208) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Di= ctionaryServices.framework/Versions/A/DictionaryServices >> 0x7fff8dd95000 - 0x7fff8dda1ff7 com.apple.OpenDirectory (10.9 = - 173.90.1) = /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirector= y >> 0x7fff8dda2000 - 0x7fff8ddacff7 = com.apple.bsd.ServiceManagement (2.0 - 2.0) = <2D27B498-BB9C-3D88-B05A-76908A8A26F3> = /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceM= anagement >> 0x7fff8e40e000 - 0x7fff8e4eafff libcrypto.0.9.8.dylib (52) = /usr/lib/libcrypto.0.9.8.dylib >> 0x7fff8e4eb000 - 0x7fff8e51afd2 libsystem_m.dylib (3047.16) = /usr/lib/system/libsystem_m.dylib >> 0x7fff8e51b000 - 0x7fff8e54ffff libssl.0.9.8.dylib (52) = <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib >> 0x7fff8e550000 - 0x7fff8e556ff7 libsystem_platform.dylib = (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> = /usr/lib/system/libsystem_platform.dylib >> 0x7fff8e557000 - 0x7fff8e79fff7 com.apple.CoreData (107 - = 481.3) = /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData >> 0x7fff8e7c2000 - 0x7fff8e7c9ff7 libsystem_pthread.dylib = (53.1.4) = /usr/lib/system/libsystem_pthread.dylib >> 0x7fff8e7ca000 - 0x7fff8e7cbffb libremovefile.dylib (33) = <3543F917-928E-3DB2-A2F4-7AB73B4970EF> = /usr/lib/system/libremovefile.dylib >> 0x7fff8e7eb000 - 0x7fff8ec1effb com.apple.vision.FaceCore = (3.0.0 - 3.0.0) = /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore >> 0x7fff8ec1f000 - 0x7fff8ec3bfff libresolv.9.dylib (54) = <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib >> 0x7fff8ec3c000 - 0x7fff8ec3effb libutil.dylib (34) = /usr/lib/libutil.dylib >> 0x7fff8ec3f000 - 0x7fff8ef3fff7 com.apple.Foundation (6.9 - = 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> = /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation >> 0x7fff8ef40000 - 0x7fff8ef98ff7 com.apple.Symbolication (1.4 - = 129.0.2) = /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbo= lication >> 0x7fff8efbc000 - 0x7fff8f2a6fff = com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) = <3A2E92FD-DEE2-3D45-9619-11500801A61C> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Ca= rbonCore.framework/Versions/A/CarbonCore >> 0x7fff8f2a7000 - 0x7fff8f2aaff7 libdyld.dylib (239.4) = <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib >> 0x7fff8f2ab000 - 0x7fff8f2c4ff7 com.apple.Ubiquity (1.3 - 289) = = /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity >> 0x7fff8f30d000 - 0x7fff8f370ffb com.apple.SystemConfiguration = (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> = /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/System= Configuration >> 0x7fff8f636000 - 0x7fff8f6adfff = com.apple.CoreServices.OSServices (600.4 - 600.4) = = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS= Services.framework/Versions/A/OSServices >> 0x7fff8f6ae000 - 0x7fff8f75eff7 libvMisc.dylib (423.32) = <049C0735-1808-39B9-943F-76CB8021744F> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libvMisc.dylib >> 0x7fff8f75f000 - 0x7fff8f779fff libdispatch.dylib (339.92.1) = /usr/lib/system/libdispatch.dylib >> 0x7fff8f791000 - 0x7fff8f7d8ff7 libcups.2.dylib (372.4) = <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib >> 0x7fff8f7f3000 - 0x7fff8f8e2fff libFontParser.dylib (111.1) = <835A8253-6AB9-3AAB-9CBF-171440DEC486> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ATS.framework/Versions/A/Resources/libFontParser.dylib >> 0x7fff8f8e3000 - 0x7fff8fbb4ff4 com.apple.CoreImage (9.4.0) = <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> = /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/Core= Image.framework/Versions/A/CoreImage >> 0x7fff8fc2d000 - 0x7fff8fddaf27 libobjc.A.dylib (551.1) = /usr/lib/libobjc.A.dylib >> 0x7fff8fddb000 - 0x7fff8fe13ff7 com.apple.RemoteViewServices = (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> = /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/= RemoteViewServices >> 0x7fff90c69000 - 0x7fff90c69ff7 libkeymgr.dylib (28) = <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib >> 0x7fff90cb4000 - 0x7fff90ce5fff com.apple.MediaKit (15 - 709) = <23E33409-5C39-3F93-9E73-2B0E9EE8883E> = /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit >> 0x7fff90d39000 - 0x7fff90d44fff libkxld.dylib (2422.115.4) = <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib >> 0x7fff90d45000 - 0x7fff90eb5ff4 com.apple.CFNetwork (673.4 - = 673.4) = /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork >> 0x7fff90eb6000 - 0x7fff90f1bffb com.apple.Heimdal (4.0 - 2.0) = = /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal >> 0x7fff90f1c000 - 0x7fff910b8ff3 com.apple.QuartzCore (1.8 - = 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> = /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore >> 0x7fff9112d000 - 0x7fff911aefff com.apple.CoreSymbolication = (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> = /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/C= oreSymbolication >> 0x7fff911af000 - 0x7fff911caff7 libPng.dylib (1044) = <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.d= ylib >> 0x7fff91409000 - 0x7fff9140efff libmacho.dylib (845) = <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib >> 0x7fff91439000 - 0x7fff91444ff7 com.apple.NetAuth (5.0 - 5.0) = = /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth >> 0x7fff91445000 - 0x7fff91446ff7 libsystem_blocks.dylib (63) = = /usr/lib/system/libsystem_blocks.dylib >> 0x7fff9145e000 - 0x7fff914a3ff6 com.apple.HIServices (1.23 - = 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/HIServices.framework/Versions/A/HIServices >> 0x7fff914cc000 - 0x7fff915fcff7 com.apple.desktopservices = (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> = /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A= /DesktopServicesPriv >> 0x7fff919dd000 - 0x7fff91a1fff7 libauto.dylib (185.5) = /usr/lib/libauto.dylib >> 0x7fff91a20000 - 0x7fff91a30fff libbsm.0.dylib (33) = <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib >> 0x7fff91adc000 - 0x7fff91ae3ffb libcopyfile.dylib (103.92.1) = /usr/lib/system/libcopyfile.dylib >> 0x7fff91bd7000 - 0x7fff91bd7fff com.apple.CoreServices (59 - = 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> = /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices >> 0x7fff91e24000 - 0x7fff91eb0ff7 com.apple.ink.framework (10.9 = - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fram= ework/Versions/A/Ink >> 0x7fff91eb1000 - 0x7fff9210fff2 com.apple.RawCamera.bundle = (5.06 - 753) <7315ED29-77A1-3990-9054-F00B96527C06> = /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera >> 0x7fff92160000 - 0x7fff921a1fff com.apple.PerformanceAnalysis = (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> = /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A= /PerformanceAnalysis >> 0x7fff921ad000 - 0x7fff921c4ff7 com.apple.CFOpenDirectory = (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> = /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/C= FOpenDirectory.framework/Versions/A/CFOpenDirectory >> 0x7fff921c5000 - 0x7fff92319ff3 = com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) = <69B273E8-5A8E-3FC7-B807-C16B657662FE> = /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox >> 0x7fff92327000 - 0x7fff92329fff libRadiance.dylib (1044) = <461482C9-CADB-3B36-B023-597C64AD4B00> = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadia= nce.dylib >> 0x7fff9235a000 - 0x7fff9237fff7 com.apple.CoreVideo (1.8 - = 117.2) <4674339E-26D0-35FA-9958-422832B39B12> = /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo >> 0x7fff92380000 - 0x7fff9238cffb com.apple.AppleFSCompression = (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> = /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/= AppleFSCompression >> 0x7fff92424000 - 0x7fff92448fff libxpc.dylib (300.90.2) = /usr/lib/system/libxpc.dylib >> 0x7fff92449000 - 0x7fff92452ff7 libcldcpuengine.dylib (2.3.58) = = /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpu= engine.dylib >> 0x7fff92f04000 - 0x7fff92f71fff com.apple.SearchKit (1.4.0 - = 1.4.0) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se= archKit.framework/Versions/A/SearchKit >> 0x7fff92f72000 - 0x7fff92f76fff libpam.2.dylib (20) = /usr/lib/libpam.2.dylib >> 0x7fff92fc0000 - 0x7fff930c6ff7 com.apple.ImageIO.framework = (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> = /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO >> 0x7fff930c8000 - 0x7fff930cdff7 libunwind.dylib (35.3) = <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib >> 0x7fff930e0000 - 0x7fff930e0fff com.apple.Accelerate.vecLib = (3.9 - vecLib 3.9) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/vecLib >> 0x7fff930e1000 - 0x7fff93133fff libc++.1.dylib (120) = <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib >> 0x7fff93134000 - 0x7fff93150ff7 libsystem_kernel.dylib = (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> = /usr/lib/system/libsystem_kernel.dylib >> 0x7fff93151000 - 0x7fff93158fff com.apple.NetFS (6.0 - 4.0) = <8E26C099-CE9D-3819-91A2-64EA929C6137> = /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS >> 0x7fff931cd000 - 0x7fff932beff9 libiconv.2.dylib (41) = /usr/lib/libiconv.2.dylib >> 0x7fff932bf000 - 0x7fff9330dfff libcorecrypto.dylib (161.1) = = /usr/lib/system/libcorecrypto.dylib >> 0x7fff9330e000 - 0x7fff933c6ff7 com.apple.DiscRecording (8.0 - = 8000.4.6) = /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecordin= g >> 0x7fff934ae000 - 0x7fff934b1fff com.apple.TCC (1.0 - 1) = <32A075D9-47FD-3E71-95BC-BFB0D583F41C> = /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC >> 0x7fff938a2000 - 0x7fff938adfff libGL.dylib (9.6.1) = <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyl= ib >> 0x7fff93931000 - 0x7fff93b95ffd com.apple.security (7.0 - = 55471.14.18) <83A9E8C8-06A1-3F6D-8514-C35CD0DBD370> = /System/Library/Frameworks/Security.framework/Versions/A/Security >> 0x7fff93bd8000 - 0x7fff93be1fff = com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) = <383FB557-E88E-3239-82B8-15F9F885B702> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis >> 0x7fff93c10000 - 0x7fff93c29ff7 com.apple.Kerberos (3.0 - 1) = = /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos >> 0x7fff93d5a000 - 0x7fff93d6bff7 libsystem_asl.dylib (217.1.4) = <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> = /usr/lib/system/libsystem_asl.dylib >> 0x7fff93f5e000 - 0x7fff93f86ffb libxslt.1.dylib (13) = /usr/lib/libxslt.1.dylib >> 0x7fff93f9b000 - 0x7fff93f9cfff liblangid.dylib (117) = <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib >> 0x7fff93f9d000 - 0x7fff93ff6fff libTIFF.dylib (1044) = = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.= dylib >> 0x7fff93ff7000 - 0x7fff93fffff3 libCGCMS.A.dylib (599.35.4) = <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> = /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/lib= CGCMS.A.dylib >> 0x7fff9407e000 - 0x7fff94087ffb libsystem_notify.dylib = (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> = /usr/lib/system/libsystem_notify.dylib >> 0x7fff94455000 - 0x7fff9445dfff libsystem_dnssd.dylib = (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> = /usr/lib/system/libsystem_dnssd.dylib >> 0x7fff94460000 - 0x7fff94618ffb libicucore.A.dylib (511.35) = <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib >> 0x7fff94691000 - 0x7fff946a9ff7 com.apple.GenerationalStorage = (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> = /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A= /GenerationalStorage >> 0x7fff946aa000 - 0x7fff946bcff7 = com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) = <38262B92-C63F-35A0-997D-AD2EBF2F8338> = /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/M= ultitouchSupport >> 0x7fff946bd000 - 0x7fff94704fff libFontRegistry.dylib (127) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib >> 0x7fff94764000 - 0x7fff9478bff7 libsystem_network.dylib = (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> = /usr/lib/system/libsystem_network.dylib >> 0x7fff94791000 - 0x7fff94794ffc com.apple.IOSurface (91.1 - = 91.1) = /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface >> 0x7fff94795000 - 0x7fff94796fff libunc.dylib (28) = <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib >> 0x7fff94920000 - 0x7fff9492efff com.apple.opengl (9.6.1 - = 9.6.1) = /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL >> 0x7fff9496e000 - 0x7fff94c18ff5 com.apple.HIToolbox (2.1.1 - = 698) = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo= x.framework/Versions/A/HIToolbox >> 0x7fff94c19000 - 0x7fff94ce3ff7 com.apple.LaunchServices = (572.28 - 572.28) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/La= unchServices.framework/Versions/A/LaunchServices >>=20 >> 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: 223684 >> thread_create: 1 >> thread_set_state: 0 >>=20 >> VM Region Summary: >> ReadOnly portion of Libraries: Total=3D165.2M resident=3D56.9M(34%) = swapped_out_or_unallocated=3D108.3M(66%) >> Writable regions: Total=3D130.2M written=3D19.1M(15%) = resident=3D32.3M(25%) swapped_out=3D228K(0%) unallocated=3D97.9M(75%) >>=20 >> REGION TYPE VIRTUAL >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D= =3D >> ATS (font support) 32.1M >> ATS (font support) (reserved) 4K reserved VM address = space (unallocated) >> CG backing stores 1364K >> CG image 92K >> CG raster data 132K >> CG shared images 212K >> CoreImage 72K >> Dispatch continuations 8192K >> Image IO 212K >> Kernel Alloc Once 8K >> MALLOC 49.0M >> MALLOC (admin) 32K >> Memory Tag 242 12K >> Memory Tag 251 8K >> OpenCL 28K >> STACK GUARD 55.7M >> Stack 10.4M >> VM_ALLOCATE 16.4M >> __DATA 41.8M >> __IMAGE 528K >> __LINKEDIT 67.2M >> __TEXT 98.0M >> __UNICODE 544K >> mapped file 57.4M >> shared memory 4K >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D= =3D >> TOTAL 439.0M >> TOTAL, minus reserved VM space 439.0M >>=20 >>=20 >> Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel = Core i5, 2.4 GHz, 8 GB, SMC 1.58f17 >> Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB >> Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 = MB >> Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x02BA, - >> Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x02BA, - >> AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), = Broadcom BCM43xx 1.0 (5.106.98.100.22) >> Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming = serial ports >> Network Service: AirPort, AirPort, en1 >> Serial ATA Device: Hitachi HTS545032B9SA02, 320.07 GB >> Serial ATA Device: MATSHITADVD-R UJ-898 >> USB Device: Hub >> USB Device: Apple Internal Keyboard / Trackpad >> USB Device: Internal Memory Card Reader >> USB Device: BRCM2070 Hub >> USB Device: Bluetooth USB Host Controller >> USB Device: Hub >> USB Device: Hub >> USB Device: Keyboard Hub >> USB Device: Apple Keyboard >> USB Device: Apple Cinema HD Display >> USB Device: Built-in iSight >> USB Device: IR Receiver >> Thunderbolt Bus:=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >=20 >=20 >=20