all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artemio González López" <artemiog@mac.com>
To: Anders Lindgren <andlind@gmail.com>, eliz@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: Emacs for Mac OS X 25.1 crashes at start under macOS 10.12.4 beta 1
Date: Sat, 04 Feb 2017 23:25:48 +0100	[thread overview]
Message-ID: <D12F62AB-7D69-42A9-81EC-B21A7413E182@mac.com> (raw)
In-Reply-To: <CABr8ebag15BtYTGAzUrHVnUYhnOkxShmME7YJ7JvYONQ2dktDw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3609 bytes --]


> On 4 Feb 2017, at 10:02 PM, Anders Lindgren <andlind@gmail.com> wrote:
> To pinpoint what goes wrong in an NS Emacs, you can edit "nsterm.h" and uncomment the line defining the NSTRACE_ENABLED macro. If you run Emacs from a terminal window, you will get debug output of all relevant functions called, hopefully this will tell you what went wrong.
> 
>     — Anders

> On 4 Feb 2017, at 8:50 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> Do you have any idea where does this message come from?  There's no
> such text in Emacs sources, AFAICS.

> 
> On Sat, Feb 4, 2017 at 7:54 PM, Artemio González López <artemiog@mac.com <mailto:artemiog@mac.com>> wrote:
> Emacs 25.1 (as well as 25.1.1rc) crashes at start under the latest developer beta of macOS (10.12.4 beta 1), producing the error message
> 
> 2017-01-25 23:50:19.458 Emacs-x86_64-10_9[864:21038] Error -
> planarGetBytes count (65536) is not a multiple of
> bytesPerRow (96).
> 
> I've already reported this as a possible bug, but would like to check if anybody has a pointer as to what maybe the problem and how to fix it.  Any help would be appreciated.

Thank you all very much! Anders, I am now away from home, but when I come back (probably Monday) will try to recompile emacs with the NSTRACE_ENABLED macro enable and post the debug output. In the meantime, I am attaching the macOS full crash log, in case anybody can make something of it. Eli, I checked the emacs source code and found these two instances of bytesPerRow in src/nsimage.m (no trace of the other variable, planarGetBytes, though):

tillina:~/Downloads/emacs artemio$ grep -C5 --colour=always -n bytesPerRow -r .
./src/nsimage.m-215-  bmRep = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes: NULL
./src/nsimage.m-216-                                    pixelsWide: w pixelsHigh: h
./src/nsimage.m-217-                                    bitsPerSample: 8 samplesPerPixel: 4
./src/nsimage.m-218-                                    hasAlpha: YES isPlanar: YES
./src/nsimage.m-219-                                    colorSpaceName: NSCalibratedRGBColorSpace
./src/nsimage.m:220:                                    bytesPerRow: w bitsPerPixel: 0];
./src/nsimage.m-221-
./src/nsimage.m-222-  [bmRep getBitmapDataPlanes: planes];
./src/nsimage.m-223-
./src/nsimage.m-224-  if (fg == 0 && bg == 0)
./src/nsimage.m-225-    {
--
--
./src/nsimage.m-327-                                  pixelsWide: width pixelsHigh: height
./src/nsimage.m-328-                                  /* keep things simple for now */
./src/nsimage.m-329-                                  bitsPerSample: 8 samplesPerPixel: 4 /*RGB+A*/
./src/nsimage.m-330-                                  hasAlpha: YES isPlanar: YES
./src/nsimage.m-331-                                  colorSpaceName: NSCalibratedRGBColorSpace
./src/nsimage.m:332:                                  bytesPerRow: width bitsPerPixel: 0];
./src/nsimage.m-333-
./src/nsimage.m-334-  [bmRep getBitmapDataPlanes: pixmapData];
./src/nsimage.m-335-  for (i =0; i<4; i++)
./src/nsimage.m-336-    memset (pixmapData[i], 0, width*height);
./src/nsimage.m-337-  [self addRepresentation: bmRep];

By the way, bytesPerRow seems to be a variable used by Apple’s Swift language that returns the number of bytes allocated for a single row of a bitmap image (see https://developer.apple.com/reference/coregraphics/cgimage/1455425-bytesperrow <https://developer.apple.com/reference/coregraphics/cgimage/1455425-bytesperrow>).

Thanks again,

Artemio


Artemio Gonzalez Lopez
artemiog@mac.com





[-- Attachment #2.1: Type: text/html, Size: 12603 bytes --]

[-- Attachment #2.2: Emacs-x86_64-10_9_2017-01-30-110350_tillina.crash --]
[-- Type: application/octet-stream, Size: 58626 bytes --]

Process:               Emacs-x86_64-10_9 [64806]
Path:                  /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9
Identifier:            org.gnu.Emacs
Version:               Version 25.1 (9.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Emacs-x86_64-10_9 [64806]
User ID:               501

Date/Time:             2017-01-30 11:03:50.699 +0100
OS Version:            Mac OS X 10.12.4 (16E144f)
Report Version:        12
Anonymous UUID:        6087EB11-B4D2-3920-88E1-1C8F1517411B


Time Awake Since Boot: 400000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0:
--> 
    __TEXT                 0000000100000000-0000000100213000 [ 2124K] r-x/rwx SM=COW  /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fffcef96d96 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fffcf084787 pthread_kill + 90
2   libsystem_c.dylib             	0x00007fffceead497 raise + 26
3   Emacs-x86_64-10_9             	0x00000001000b8f20 terminate_due_to_signal + 144
4   Emacs-x86_64-10_9             	0x00000001000d5743 emacs_abort + 19
5   Emacs-x86_64-10_9             	0x00000001001aafdc ns_term_shutdown + 124
6   Emacs-x86_64-10_9             	0x00000001000b90e5 shut_down_emacs + 261
7   Emacs-x86_64-10_9             	0x00000001000b8ee5 terminate_due_to_signal + 85
8   Emacs-x86_64-10_9             	0x00000001000d7086 deliver_fatal_thread_signal + 134
9   Emacs-x86_64-10_9             	0x00000001000d7df6 handle_sigsegv + 150
10  libsystem_platform.dylib      	0x00007fffcf077b3a _sigtramp + 26
11  ???                           	000000000000000000 0 + 0
12  com.apple.CoreImage           	0x00007fffba1d301a CI::CLModernTextureManager::texture_for_CGImage(CGImage*) + 378
13  com.apple.CoreImage           	0x00007fffba1d4f0f CI::CLModernContext::bind_cgimage(CGImage*, CI::PixelFormat, CI::SampleMode, CI::EdgeMode, int) + 35
14  com.apple.CoreImage           	0x00007fffba0ba238 CI::Context::bind_sampler(CI::TextureSampler const*, CGRect const&, int, CI::KernelArgumentType) + 790
15  com.apple.CoreImage           	0x00007fffba1d5ceb CI::CLModernContext::bind_arguments(CI::ProgramNode const*, CGRect const&, _cl_mem*, CGRect const&) + 1067
16  com.apple.CoreImage           	0x00007fffba1d9318 CI::CLModernContext::render_node(CI::ProgramNode*, CGRect const&, CI::Texture, __IOSurface*) + 1102
17  com.apple.CoreImage           	0x00007fffba1d9671 CI::CLModernContext::render_root_node(CI::ProgramNode*, CGRect const&, void () block_pointer) + 31
18  com.apple.CoreImage           	0x00007fffba0b9df1 CI::Context::recursive_render(CI::Node*, CGRect const&, CI::Node*) + 1285
19  com.apple.CoreImage           	0x00007fffba0b9f0d CI::Context::render(CI::Node*, CGRect const&) + 75
20  com.apple.CoreImage           	0x00007fffba0cbbec ___ZN2CI16image_get_bitmapEPNS_7ContextEPNS_5ImageE6CGRectP12CGColorSpacePNS_6BitmapE_block_invoke + 1473
21  com.apple.CoreImage           	0x00007fffba0caf05 CI::tile_node_graph(CI::Context*, char const*, CI::Node*, CGRect const&, CI::PixelFormat, CI::swizzle_info const&, void (CI::Node*, CGRect) block_pointer) + 834
22  com.apple.CoreImage           	0x00007fffba0c90cd CI::image_get_bitmap(CI::Context*, CI::Image*, CGRect, CGColorSpace*, CI::Bitmap*) + 2273
23  com.apple.CoreImage           	0x00007fffba0ab97e -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:] + 1297
24  com.apple.CoreGraphics        	0x00007fffb9afe334 cgxcoreimage_instance_render + 443
25  com.apple.CoreGraphics        	0x00007fffb9b004a4 cgxcoreimage_provider_create_byte_pointer + 125
26  com.apple.CoreGraphics        	0x00007fffb9ab5ee6 __CGDataProviderRetainBytePtr_block_invoke + 20
27  libdispatch.dylib             	0x00007fffcee32a74 _dispatch_client_callout + 8
28  libdispatch.dylib             	0x00007fffcee32a31 dispatch_once_f + 38
29  com.apple.CoreGraphics        	0x00007fffb9ab5ed0 CGDataProviderRetainBytePtr + 134
30  com.apple.CoreGraphics        	0x00007fffb9bf0390 get_image_pointer + 54
31  com.apple.CoreGraphics        	0x00007fffb9be4f4a img_decode_read + 159
32  com.apple.CoreGraphics        	0x00007fffb9be9cb9 img_colormatch_read + 365
33  com.apple.CoreGraphics        	0x00007fffb9bea16e img_alphamerge_read + 526
34  com.apple.CoreGraphics        	0x00007fffb9beead1 img_data_lock + 10707
35  com.apple.CoreGraphics        	0x00007fffb9bec0c0 CGSImageDataLock + 247
36  com.apple.CoreGraphics        	0x00007fffb9a7e7d6 ripc_AcquireImage + 991
37  com.apple.CoreGraphics        	0x00007fffb9a8ceaa ripc_DrawImage + 867
38  com.apple.CoreGraphics        	0x00007fffb9b0599e CGContextDelegateDrawImage + 48
39  com.apple.AppKit              	0x00007fffb72b398c __backing_store_DrawImage_block_invoke + 70
40  com.apple.AppKit              	0x00007fffb72af2cb backing_store_delegate + 984
41  com.apple.AppKit              	0x00007fffb72b3904 backing_store_DrawImage + 503
42  com.apple.CoreGraphics        	0x00007fffb9b0599e CGContextDelegateDrawImage + 48
43  com.apple.CoreGraphics        	0x00007fffb9bf4da3 CGContextDrawImageWithOptions + 539
44  com.apple.CoreGraphics        	0x00007fffb9bf5054 CGContextDrawImage + 51
45  com.apple.coreui              	0x00007fffc55222bc CUIRenderer::DrawImage(CGRect, long, CUIDescriptor const*) const + 1608
46  com.apple.coreui              	0x00007fffc5580da3 CUICoreThemeRenderer::Draw(CUIDescriptor const*, CGAffineTransform, CUIReturnInfo&) + 2011
47  com.apple.coreui              	0x00007fffc55163ef CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 2137
48  com.apple.coreui              	0x00007fffc551921e CUIDraw + 280
49  com.apple.AppKit              	0x00007fffb72504d0 __44-[NSAppearance _drawInRect:context:options:]_block_invoke + 60
50  com.apple.AppKit              	0x00007fffb7be8c03 -[NSCompositeAppearance _callCoreUIWithBlock:options:] + 226
51  com.apple.AppKit              	0x00007fffb725048e -[NSAppearance _drawInRect:context:options:] + 108
52  com.apple.AppKit              	0x00007fffb726b625 -[NSCoreUIImageRep draw] + 438
53  com.apple.AppKit              	0x00007fffb7269f98 -[NSImageRep drawInRect:] + 481
54  com.apple.AppKit              	0x00007fffb7269da5 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_2 + 64
55  com.apple.AppKit              	0x00007fffb7269d06 NSGraphicsContextPushContextWithFlippedMetadata_drawWithBlock_ + 357
56  com.apple.AppKit              	0x00007fffb72699b9 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke + 1050
57  com.apple.AppKit              	0x00007fffb72693a9 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1074
58  com.apple.AppKit              	0x00007fffb7267cf0 -[NSImage _drawMappingAlignmentRectToRect:withState:backgroundStyle:operation:fraction:flip:hints:] + 2402
59  com.apple.AppKit              	0x00007fffb72672c7 -[NSButtonCell drawImage:withFrame:inView:] + 1216
60  com.apple.AppKit              	0x00007fffb7959911 -[_NSToolbarButtonCell drawImage:withFrame:inView:] + 254
61  com.apple.AppKit              	0x00007fffb7266b84 -[NSButtonCell _configureAndDrawImageWithRect:cellFrame:controlView:] + 522
62  com.apple.AppKit              	0x00007fffb72667b9 -[NSButtonCell drawInteriorWithFrame:inView:] + 1908
63  com.apple.AppKit              	0x00007fffb726584e -[NSButtonCell drawWithFrame:inView:] + 483
64  com.apple.AppKit              	0x00007fffb7265605 -[NSControl drawRect:] + 348
65  com.apple.AppKit              	0x00007fffb725d4d9 -[NSView _drawRect:clip:] + 2276
66  com.apple.AppKit              	0x00007fffb72ad473 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1753
67  com.apple.AppKit              	0x00007fffb72ad8de -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2884
68  com.apple.AppKit              	0x00007fffb7963e6b -[NSToolbarItemViewer _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 199
69  com.apple.AppKit              	0x00007fffb72ad8de -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2884
70  com.apple.AppKit              	0x00007fffb72ad8de -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2884
71  com.apple.AppKit              	0x00007fffb72ad8de -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2884
72  com.apple.AppKit              	0x00007fffb725b012 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 837
73  com.apple.AppKit              	0x00007fffb725a7ef -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 334
74  com.apple.AppKit              	0x00007fffb7258c18 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2452
75  com.apple.AppKit              	0x00007fffb7254504 -[NSView displayIfNeeded] + 1748
76  com.apple.AppKit              	0x00007fffb731ab2e -[NSWindow display] + 105
77  Emacs-x86_64-10_9             	0x00000001001afd00 -[EmacsView windowWillResize:toSize:] + 880
78  com.apple.AppKit              	0x00007fffb71d09e1 -[NSWindow _confirmSize:force:] + 278
79  com.apple.AppKit              	0x00007fffb722a470 _NSMakeWindowVisible + 1874
80  com.apple.AppKit              	0x00007fffb7229a32 -[NSWindow constrainFrameRect:toScreen:] + 190
81  Emacs-x86_64-10_9             	0x00000001001b4174 -[EmacsWindow constrainFrameRect:toScreen:] + 132
82  com.apple.AppKit              	0x00007fffb72411ab -[NSWindow _overrideDefeatingConstrainFrameRect:toScreen:] + 1044
83  com.apple.AppKit              	0x00007fffb71d1fc1 -[NSWindow _oldPlaceWindow:] + 169
84  com.apple.AppKit              	0x00007fffb71d16eb -[NSWindow _setFrameCommon:display:stashSize:] + 2581
85  com.apple.AppKit              	0x00007fffb71d0cc9 -[NSWindow _setFrame:display:allowImplicitAnimation:stashSize:] + 222
86  com.apple.AppKit              	0x00007fffb71d0be4 -[NSWindow setFrame:display:] + 67
87  Emacs-x86_64-10_9             	0x00000001001b471a -[EmacsWindow setFrame:display:] + 74
88  Emacs-x86_64-10_9             	0x00000001001a7bae x_set_window_size + 862
89  Emacs-x86_64-10_9             	0x000000010000cec2 adjust_frame_size + 1954
90  Emacs-x86_64-10_9             	0x0000000100011370 x_set_frame_parameters + 1872
91  Emacs-x86_64-10_9             	0x000000010000dce9 Fmodify_frame_parameters + 169
92  Emacs-x86_64-10_9             	0x00000001001394c7 Ffuncall + 791
93  Emacs-x86_64-10_9             	0x0000000100174445 exec_byte_code + 2277
94  Emacs-x86_64-10_9             	0x000000010013942f Ffuncall + 639
95  Emacs-x86_64-10_9             	0x0000000100174445 exec_byte_code + 2277
96  Emacs-x86_64-10_9             	0x000000010013942f Ffuncall + 639
97  Emacs-x86_64-10_9             	0x0000000100174445 exec_byte_code + 2277
98  Emacs-x86_64-10_9             	0x000000010013942f Ffuncall + 639
99  Emacs-x86_64-10_9             	0x0000000100174445 exec_byte_code + 2277
100 Emacs-x86_64-10_9             	0x0000000100138dcb apply_lambda + 331
101 Emacs-x86_64-10_9             	0x0000000100135f0d eval_sub + 749
102 Emacs-x86_64-10_9             	0x0000000100138c18 Feval + 88
103 Emacs-x86_64-10_9             	0x0000000100138026 internal_condition_case + 70
104 Emacs-x86_64-10_9             	0x00000001000cd43d top_level_1 + 45
105 Emacs-x86_64-10_9             	0x0000000100137b86 internal_catch + 54
106 Emacs-x86_64-10_9             	0x00000001000bba1f command_loop + 143
107 Emacs-x86_64-10_9             	0x00000001000bb945 recursive_edit_1 + 117
108 Emacs-x86_64-10_9             	0x00000001000bbb6c Frecursive_edit + 220
109 Emacs-x86_64-10_9             	0x00000001000ba843 main + 5875
110 libdyld.dylib                 	0x00007fffcee68235 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffcef974a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffcf081791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffcf0811ed start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffcef974a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffcf081791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffcf0811ed start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffcef974a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffcf081791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffcf0811ed start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fffcef96f0a __select + 10
1   Emacs-x86_64-10_9             	0x00000001001ac538 -[EmacsApp fd_handler:] + 264
2   com.apple.Foundation          	0x00007fffbb069a1d __NSThread__start__ + 1243
3   libsystem_pthread.dylib       	0x00007fffcf081aab _pthread_body + 180
4   libsystem_pthread.dylib       	0x00007fffcf0819f7 _pthread_start + 286
5   libsystem_pthread.dylib       	0x00007fffcf0811fd thread_start + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fffcef974a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffcf081791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffcf0811ed start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fffcef974a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffcf081791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffcf0811ed start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fffcef974a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffcf081791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffcf0811ed start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fffcef974a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffcf0815fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffcf0811ed start_wqthread + 13

Thread 9:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fffcef8f3ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffcef8e807 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fffb95f84e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fffb95f7971 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fffb95f71c4 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fffb725243e _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fffcf081aab _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffcf0819f7 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffcf0811fd thread_start + 13

Thread 10:
0   libsystem_pthread.dylib       	0x00007fffcf0811e0 start_wqthread + 0
1   ???                           	0x0000000100914000 0 + 4304486400

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00000001005f0308  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00000001005f0330  rsp: 0x00000001005f0308
   r8: 0x0000000000000002   r9: 0x0000000100dc2670  r10: 0x0000000000000000  r11: 0x0000000000000287
  r12: 0x00007fffd7d24070  r13: 0x0000000000000000  r14: 0x00007fffd7d413c0  r15: 0x0000000000000020
  rip: 0x00007fffcef96d96  rfl: 0x0000000000000286  cr2: 0x00007fffd4701078
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x100000000 -        0x100212ff7 +Emacs-x86_64-10_9 (0) <4518727A-DBAE-38CE-AB60-DAA67F277745> /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9
       0x10071a000 -        0x1007e6fe7 +libgnutls.30.dylib (0) <746B3478-4E1A-3BEC-AB55-F9A3D5A71D42> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_9/libgnutls.30.dylib
       0x100821000 -        0x10082dfff +libtasn1.6.dylib (0) <421E6376-8821-3F4A-BF1C-30F3093D0837> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_9/libtasn1.6.dylib
       0x100834000 -        0x10085bff7 +libnettle.6.dylib (0) <F5FA76F7-FB5C-300A-A92D-C280ED3440C0> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_9/libnettle.6.dylib
       0x100868000 -        0x100890ff7 +libhogweed.4.dylib (0) <05FEB846-2632-3DD4-87ED-0847C41F3034> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_9/libhogweed.4.dylib
       0x10089b000 -        0x100903fff +libgmp.10.dylib (0) <EFDA79D6-F6FB-3D74-B733-CF2EC4B0EA44> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_9/libgmp.10.dylib
       0x102555000 -        0x10256cffb  libCGInterfaces.dylib (331.5) <7962CBCB-D4C8-3F13-919A-ACBB0E11AB7A> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x1077a1000 -        0x1077cbfff  GLRendererFloat (14.0.12) <63115BFF-8E59-3BF6-8D44-0BBCAB386C85> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x10a800000 -        0x10a9a6fff  GLEngine (14.0.12) <879371AC-8642-38DF-92E2-B1C17A3046D2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x11076c000 -        0x110770fff  libFontRegistryUI.dylib (196.4) <4EEE5715-A024-3A4B-BF0E-D55325B8E129> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x1107df000 -        0x1107e0ff1 +cl_kernels (???) <4C326A9A-477F-4B8D-BE25-B01454F9A9D0> cl_kernels
       0x111c7b000 -        0x111cb8dc7  dyld (433.3) <C41EE12D-58F9-3FA5-B979-08CAB89E81B8> /usr/lib/dyld
    0x7fffb420e000 -     0x7fffb4550fff  com.apple.RawCamera.bundle (7.02 - 895) <6197ED86-02EF-35F9-9497-BF107BF47F9C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fffb4b5b000 -     0x7fffb53a8fff  com.apple.GeForceGLDriver (10.16.27 - 10.1.6) <21E5079B-7D51-3406-8D21-1E508634CDB1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fffb53a9000 -     0x7fffb5c6eff3  libclh.dylib (4.0.3 - 4.0.3) <F8C0EB0E-9994-3B1F-8AFA-C510F1184365> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fffb5c6f000 -     0x7fffb5d7fff7  com.apple.GeForceMTLDriver (10.16.27 - 10.1.6) <B0FBAED8-BEFD-309A-93AB-E10E51BBA667> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fffb60e0000 -     0x7fffb60e0fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <E559CE70-1A9A-3C5C-9FB7-C51FDF82F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffb60f9000 -     0x7fffb6612feb  com.apple.vImage (8.1 - ???) <BE66DAAF-2955-3C36-8D6C-1518503A7F4C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffb6613000 -     0x7fffb6784ff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffb6785000 -     0x7fffb6799ffb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffb679a000 -     0x7fffb6b90fef  libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffb6b91000 -     0x7fffb6ba7fff  libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffb6ba8000 -     0x7fffb6baefff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffb6baf000 -     0x7fffb6bc3ff7  libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffb6bc4000 -     0x7fffb6d4bfe7  libvDSP.dylib (600) <02EC87E3-EA41-36DF-8696-B84E7551168E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffb6d4c000 -     0x7fffb6dfeffb  libvMisc.dylib (600) <1093AAB8-090A-3A6C-9E52-583B081079D2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffb6dff000 -     0x7fffb6dfffff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2F018865-ACDE-3115-8014-5D8A6A33EDA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffb70be000 -     0x7fffb7e96ffb  com.apple.AppKit (6.9 - 1504.82) <B1F1A461-E075-32CE-A0B7-43A6F08011E9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffb7ea8000 -     0x7fffb7ea8fff  com.apple.ApplicationServices (48 - 48) <DE3A7D20-96E8-32BC-AF04-2A969A779DC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffb7ea9000 -     0x7fffb7f17ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <5DD0E7F6-3E6D-34C9-BEF1-B176A35E3D50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffb7fb1000 -     0x7fffb80e0ff7  libFontParser.dylib (194.8) <A918E057-9785-3E1A-B719-F7F19C40D011> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffb80e1000 -     0x7fffb812bfff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffb8188000 -     0x7fffb81bbfff  libTrueTypeScaler.dylib (194.8) <67203751-87EF-3956-BBCE-03A27CC1DDEA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffb8227000 -     0x7fffb82d1ff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffb82d2000 -     0x7fffb8322ff7  com.apple.HIServices (1.22 - 591) <D16A5699-F3A2-3AF5-93B1-9E2F487F1577> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffb8323000 -     0x7fffb8332ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffb8333000 -     0x7fffb8380fff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffb8381000 -     0x7fffb83bcfff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffb83bd000 -     0x7fffb83c8ff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffb83c9000 -     0x7fffb85d6fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <103EC4C8-1194-3986-9C6C-9E0A0816DE8C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffb85d7000 -     0x7fffb85d7fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <87FC7F96-6F5F-3AB5-A4B3-BC07954E94C4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffb8740000 -     0x7fffb8b18fff  com.apple.CFNetwork (811.4.12 - 811.4.12) <17C1BE67-505F-3DF7-B707-A8B3FFB8FCBE> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffb8b37000 -     0x7fffb8e3fff7  com.apple.HIToolbox (2.1.1 - 857.3) <33D3CC89-BBE3-37E6-AF4D-429CAF07BDD3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffb8e4a000 -     0x7fffb8ee1ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffb8f02000 -     0x7fffb8f08ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffb8fe9000 -     0x7fffb8fe9fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffb9131000 -     0x7fffb91befff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <322E0B5C-3F49-381F-ABEA-CEAD5AA47E18> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffb91bf000 -     0x7fffb91d2fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffb91d3000 -     0x7fffb94cdfef  com.apple.CoreData (120 - 753) <D680313F-67F5-3486-8C1D-3279021CFB92> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffb94ce000 -     0x7fffb956ffff  com.apple.CoreDisplay (1.0 - 1) <87037034-643E-3953-B578-09359DC46475> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffb9570000 -     0x7fffb9a09ff7  com.apple.CoreFoundation (6.9 - 1349.64) <F2D9372F-2E23-3B41-90F9-C80944085EB0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffb9a0a000 -     0x7fffba08cfe7  com.apple.CoreGraphics (2.0 - 1070.17) <3A544C51-F64F-39BD-87C0-973125D826D7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffba08d000 -     0x7fffba2d0ff7  com.apple.CoreImage (12.4.0 - 451.4.6) <A7C8C777-5EDB-371B-8736-19773FD6DBEF> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffba485000 -     0x7fffba485fff  com.apple.CoreServices (775.16 - 775.16) <2A19543E-D7A4-3F38-B72A-AB9FA4143F60> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffba486000 -     0x7fffba4d7fff  com.apple.AE (712.3 - 712.3) <1132864F-7EA7-3E48-B5EE-560A15E8354D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffba4d8000 -     0x7fffba7b3ff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <98A018FE-4416-3227-827B-C467AF94AE15> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffba7b4000 -     0x7fffba7e7fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffba7e8000 -     0x7fffba7f0ff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffba7f1000 -     0x7fffba95cff3  com.apple.LaunchServices (775.16 - 775.16) <E94F918A-DCD9-3692-A25B-3ACE0D9E4AF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffba95d000 -     0x7fffbaa0dffb  com.apple.Metadata (10.7.0 - 1075.35) <19F0BB99-64A9-31B8-B231-291F61E59A74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffbaa0e000 -     0x7fffbaa6dfff  com.apple.CoreServices.OSServices (775.16 - 775.16) <72CF81E3-D7E5-3E7D-B999-2E839FB2802B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffbaa6e000 -     0x7fffbaadefff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffbaadf000 -     0x7fffbab24ff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffbabad000 -     0x7fffbacf9ff3  com.apple.CoreText (352.0 - 544.7) <4693A33F-7093-3154-9FCE-A7149FE0F6EF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffbacfa000 -     0x7fffbad2fff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffbad30000 -     0x7fffbada1ffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <203851BE-6AEA-33CE-AA04-19B0D51B3065> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffbae9f000 -     0x7fffbaea4fff  com.apple.DiskArbitration (2.7 - 2.7) <A4DCD470-D8EA-37E9-BDCA-A2B469754C12> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffbb037000 -     0x7fffbb3ddff3  com.apple.Foundation (6.9 - 1349.63) <9D481647-2796-394C-8E64-F01F9932BBA2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffbb409000 -     0x7fffbb43aff7  com.apple.GSS (4.0 - 2.0) <E658C8F6-CD30-3C45-9568-78735C850C6F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffbb4fa000 -     0x7fffbb59dffb  com.apple.Bluetooth (5.0.4 - 5.0.4f8) <ECF839AF-2A03-3782-B937-6F16AC3B023C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffbb59e000 -     0x7fffbb633fff  com.apple.framework.IOKit (2.0.2 - 1324.50.17) <B434A4F2-AB27-377C-BAC9-E8A40A105E8B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffbb634000 -     0x7fffbb63affb  com.apple.IOSurface (159.6 - 159.6) <D599764A-BB99-34AF-808B-4A51D727629C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffbb68d000 -     0x7fffbb7e9fe7  com.apple.ImageIO.framework (3.3.0 - 1597) <4D17C3E0-EF27-31D1-BC73-79A501AC2248> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffbb7ea000 -     0x7fffbb7eefff  libGIF.dylib (1597) <61BB6465-51E1-34FD-83C9-A3B0B418E30A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffbb7ef000 -     0x7fffbb8dffe7  libJP2.dylib (1597) <D09CDBF4-974B-3395-9AA7-BB79C2630DF9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffbb8e0000 -     0x7fffbb903ffb  libJPEG.dylib (1597) <56C6E637-C62C-3DFF-9487-1C2B08B4AF20> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffbb904000 -     0x7fffbb92bff7  libPng.dylib (1597) <243E7B24-9240-3917-9092-3FB8E2215EF1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffbb92c000 -     0x7fffbb92eff3  libRadiance.dylib (1597) <9577ADAD-B494-33C3-9932-FF917FEF36E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffbb92f000 -     0x7fffbb988ff3  libTIFF.dylib (1597) <46E1C0E5-2F0B-399A-BB6D-826682AEA10C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffbc6ea000 -     0x7fffbc703ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffbd09c000 -     0x7fffbd0f7fff  com.apple.Metal (87.16 - 87.16) <58A42F6F-F8E4-32C2-9E8E-478B5FE9E8E8> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffbd9e0000 -     0x7fffbd9e8fff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffbdbbe000 -     0x7fffbdbc6ff7  libcldcpuengine.dylib (2.8.5) <8F0A2457-A8C1-3EE8-AB92-21F4C974C448> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fffbdbc7000 -     0x7fffbdc15ff3  com.apple.opencl (2.8.6 - 2.8.6) <5D3DB1AB-7D5E-333B-ABB2-E9B970373530> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffbdc16000 -     0x7fffbdc2fffb  com.apple.CFOpenDirectory (10.12 - 194) <2D856BB1-4865-3B54-A39A-CCBB25A4A935> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffbdc30000 -     0x7fffbdc3bff7  com.apple.OpenDirectory (10.12 - 194) <D5977817-7507-3005-8DDC-AB059672BEA0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffbdc3c000 -     0x7fffbdc3efff  libCVMSPluginSupport.dylib (14.0.12) <EAC85EDB-B799-3489-AECC-D5F85FAC8299> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffbdc3f000 -     0x7fffbdc42ff7  libCoreFSCache.dylib (156.2) <E9E6AF11-59EB-3FD6-915C-F1B6CECA7EE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffbdc43000 -     0x7fffbdc47fff  libCoreVMClient.dylib (156.2) <C7BE8B54-B8B1-352D-9CB1-9444C824290A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffbdc48000 -     0x7fffbdc51ff7  libGFXShared.dylib (14.0.12) <5477AF65-D1A2-31C6-92C8-4AE7AA8B2934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffbdc52000 -     0x7fffbdc5dfff  libGL.dylib (14.0.12) <B65FBF9C-B767-335A-8F12-6B45EC99323B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffbdc5e000 -     0x7fffbdc9aff7  libGLImage.dylib (14.0.12) <AF10717D-1CCB-3548-A0B3-D0FA08E2966F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffbdc9b000 -     0x7fffbde11ff3  libGLProgrammability.dylib (14.0.12) <40492284-3B99-311D-B074-DCA21E107885> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fffbde12000 -     0x7fffbde53ff7  libGLU.dylib (14.0.12) <CE0A33D1-9A8F-3337-9132-7AA6E56D40B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffbe7bb000 -     0x7fffbe7c9fff  com.apple.opengl (14.0.12 - 14.0.12) <5A2F01BE-9222-33DC-9C97-C42A0E6E517A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffbf318000 -     0x7fffbf518fff  com.apple.QuartzCore (1.11 - 453.26) <21D8C6D1-4CAB-3119-AD7A-F8D147F068BF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffbfa80000 -     0x7fffbfd7fff7  com.apple.security (7.0 - 57740.50.163) <13B0F2D6-C277-392B-9A0B-6DAA34A8335A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffbfd80000 -     0x7fffbfdf5fff  com.apple.securityfoundation (6.0 - 55132.50.5) <6DE9A794-0FF6-347B-B022-D1BFEDD9FCF1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffbfe20000 -     0x7fffbfe23ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <12CC39FD-B51B-3A9E-87CE-FBD31AFC5F1F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffc01aa000 -     0x7fffc0219ff7  com.apple.SystemConfiguration (1.14 - 1.14) <8AE35C15-BDBF-352A-A0F7-C96AFDE3EC17> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffc2ac5000 -     0x7fffc2ae0ff3  com.apple.AppContainer (4.0 - 307.50.19) <D60BF6D3-D79E-38D1-A72F-97D8F8F7AD11> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fffc2ae1000 -     0x7fffc2aeeff3  com.apple.AppSandbox (4.0 - 307.50.19) <DDFB181D-8A53-3F83-B16B-82FA10321F41> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fffc2aef000 -     0x7fffc2b11ffb  com.apple.framework.Apple80211 (12.0 - 1200.46) <35FF891E-C449-3756-A088-2738188F36F5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffc2b12000 -     0x7fffc2b21feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <2278685C-48BF-3B2F-B814-33273AA36128> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffc2c16000 -     0x7fffc2ca197f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffc30d0000 -     0x7fffc314eff7  com.apple.backup.framework (1.8.5 - 1.8.5) <52A79134-9DC1-3376-AF52-D3FDCBBD6C83> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffc3dd6000 -     0x7fffc3dfdff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffc4720000 -     0x7fffc4729ffb  com.apple.CommonAuth (4.0 - 2.0) <0E287626-7B10-333E-98BB-E7351D364075> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffc4e6e000 -     0x7fffc4e7efff  com.apple.CoreEmoji (1.0 - 40.3.2) <1988E778-3E89-3B07-91CB-A89CA0D42C05> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffc51b9000 -     0x7fffc51e9ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffc547a000 -     0x7fffc5509ff7  com.apple.CoreSymbolication (62031) <4C7864C7-0B44-31B8-B54A-C8BEFAC34FD3> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffc550a000 -     0x7fffc5648fe7  com.apple.coreui (2.1 - 431.2) <82EBAF58-A421-3A24-A5FC-97E01536085B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffc5649000 -     0x7fffc5718ffb  com.apple.CoreUtils (5.1 - 510.25) <7446C720-A467-3C5A-A2AB-A90FA518E795> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffc5768000 -     0x7fffc57cdff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <3B17639F-6A75-3CAA-82E7-BA0F766D0417> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffc57ce000 -     0x7fffc57dbff7  com.apple.CrashReporterSupport (10.12 - 819) <2D8D3832-8D3C-3D55-B6B5-36FB9CEEA54F> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffc584d000 -     0x7fffc5857ffb  com.apple.framework.DFRFoundation (1.0 - 104.20) <BA9E0520-307C-3D30-AA8A-36A3BD4D2588> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffc5858000 -     0x7fffc585bff3  com.apple.DSExternalDisplay (3.1 - 380) <57B8593B-816D-3837-AD5C-ADD6C684E0C7> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fffc5891000 -     0x7fffc5906ffb  com.apple.datadetectorscore (7.0 - 539.1) <C8F5D267-AF5B-35FE-AC8A-72B880BCA3CE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffc5942000 -     0x7fffc5981fff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffc5982000 -     0x7fffc5a93fff  com.apple.desktopservices (1.11.3 - 1.11.3) <FA61EBA2-727D-3CB7-84CB-1384D9BE3582> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffc5d78000 -     0x7fffc61a9ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffc7500000 -     0x7fffc7500fff  libmetal_timestamp.dylib (600.0.49.9) <F2A1D4F1-27F4-3A24-87D6-4A54330A27AD> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffc750d000 -     0x7fffc7518ff3  libGPUSupportMercury.dylib (14.0.12) <28BCF9DE-AE1D-353E-ADA8-4FE234198731> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffc77cd000 -     0x7fffc77e9fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffc7ef3000 -     0x7fffc7f69ff3  com.apple.Heimdal (4.0 - 2.0) <7C795F9C-B846-30FD-B5CF-E0C32252D9ED> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffc8584000 -     0x7fffc858bffb  com.apple.IOAccelerator (311.8 - 311.8) <4A1F581B-4014-3C04-A4A0-3A544900A58B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffc858d000 -     0x7fffc85a1ff7  com.apple.IOPresentment (1.0 - 29.10) <B199B05B-19E5-3046-BD59-FD685ACF9D6D> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffc85a2000 -     0x7fffc85c4fff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffc86ab000 -     0x7fffc8862fff  com.apple.LanguageModeling (1.0 - 123.2.4) <DA41CF9F-4B08-3B93-A2A3-2FE74373017A> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffc917d000 -     0x7fffc91f6ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffc9379000 -     0x7fffc93a1fff  com.apple.MultitouchSupport.framework (368.10 - 368.10) <FE094CCC-3A21-3751-85FD-931B88AE0360> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffc9453000 -     0x7fffc945efff  com.apple.NetAuth (6.2 - 6.2) <DB284264-A622-3F6F-B668-8DD52907129E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffc9d34000 -     0x7fffc9d75ff3  com.apple.PerformanceAnalysis (1.148.2 - 148.2) <7AF63C6D-F61A-3EFF-A067-D80722BE924C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffca457000 -     0x7fffca471fff  com.apple.ProtocolBuffer (1 - 249) <3490002E-6820-3AB4-9842-1007F4A53DEF> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffca48a000 -     0x7fffca4adff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffcb15e000 -     0x7fffcb161fff  com.apple.SecCodeWrapper (4.0 - 307.50.19) <DF1CC84F-5C24-353A-8A1A-A33334AAC50C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fffcb1f0000 -     0x7fffcb27dff7  com.apple.Sharing (696.2.46 - 696.2.46) <DD94ECD7-82DD-3A2B-9399-926F26F5E66F> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffcb29e000 -     0x7fffcb504fe3  com.apple.SkyLight (1.600.0 - 160.33) <848D7E2B-4331-37C3-9D8A-87D51030FCC3> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffcb6e2000 -     0x7fffcb6eeff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffcbdd7000 -     0x7fffcbe44fcf  com.apple.Symbolication (62010.1) <3EC268AA-763C-3A9F-90B7-68DA6DD1BC08> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffcc280000 -     0x7fffcc286ff7  com.apple.TCC (1.0 - 1) <FF983340-519B-3729-B4B8-2C19A458E5E9> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffcc312000 -     0x7fffcc329ff7  com.apple.TextureIO (2.7 - 2.7) <80ACB8AE-650F-375C-BBCA-5B40C49C9989> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffcc39d000 -     0x7fffcc39efff  com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffcc39f000 -     0x7fffcc52fff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffccf99000 -     0x7fffcd059ff7  com.apple.ViewBridge (280 - 280) <D54CE9EB-CC75-33C8-BCB7-9D0ADDE51C94> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fffcd49d000 -     0x7fffcd4a3fff  com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fffcd574000 -     0x7fffcd576ffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffcd5cb000 -     0x7fffcd5e6ff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fffcd5e7000 -     0x7fffcd5f2fff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fffcd684000 -     0x7fffcd685ff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffcd686000 -     0x7fffcd899fff  libFosl_dynamic.dylib (16.38) <591E1819-F95E-3E99-92DE-00AEFBC43A0B> /usr/lib/libFosl_dynamic.dylib
    0x7fffcd8b5000 -     0x7fffcd8bcfff  libMatch.1.dylib (27) <3262B756-7E6E-31DA-A6F5-8A42D8B933EB> /usr/lib/libMatch.1.dylib
    0x7fffcd8bd000 -     0x7fffcd8bdfff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffcd8be000 -     0x7fffcd8c2ff3  libScreenReader.dylib (477.40.1) <6F0FFEFA-83A5-30F7-AC0F-77897619A33A> /usr/lib/libScreenReader.dylib
    0x7fffcd8c3000 -     0x7fffcd8c4ffb  libSystem.B.dylib (1238.50.2) <E9C8D054-CF28-37A7-91B2-4801EFDC8C09> /usr/lib/libSystem.B.dylib
    0x7fffcd930000 -     0x7fffcd95bff3  libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
    0x7fffcd95c000 -     0x7fffcd9d8fc7  libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
    0x7fffcd9dc000 -     0x7fffcd9dcff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fffcd9dd000 -     0x7fffcd9edff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffcd9ee000 -     0x7fffcd9fcff7  libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
    0x7fffcd9fd000 -     0x7fffcda53ff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fffcda54000 -     0x7fffcda7efff  libc++abi.dylib (307.2) <AC5091A2-DAEA-30C1-BF87-A2217FC8F8AC> /usr/lib/libc++abi.dylib
    0x7fffcda7f000 -     0x7fffcda8fffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffcda90000 -     0x7fffcdaa6fcf  libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
    0x7fffcdaa7000 -     0x7fffcdaa7ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fffcdaa8000 -     0x7fffcdaa9ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffcdb63000 -     0x7fffcdc48ff7  libcrypto.0.9.8.dylib (64.50.5) <66B8134D-F94E-356C-B925-64C30B4A13D0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffcdde6000 -     0x7fffcde39ff7  libcups.2.dylib (450) <1954EF55-7AD2-3781-B72C-04CE46E2DA01> /usr/lib/libcups.2.dylib
    0x7fffcdeb4000 -     0x7fffcdeb4fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffcdec4000 -     0x7fffcdec9ff7  libheimdal-asn1.dylib (498.50.8) <B2E35D77-6EB3-3E93-A564-92835E9A7C32> /usr/lib/libheimdal-asn1.dylib
    0x7fffcdeca000 -     0x7fffcdfbcff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffcdfbd000 -     0x7fffce1e2ffb  libicucore.A.dylib (57162.0.1) <C977DF63-316E-3857-B740-354647832DF6> /usr/lib/libicucore.A.dylib
    0x7fffce1e8000 -     0x7fffce1e9fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fffce1ea000 -     0x7fffce203ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffce204000 -     0x7fffce21aff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fffce21b000 -     0x7fffce4c3ff7  libmecabra.dylib (744.6) <FBAC148B-9233-33F8-8ED4-DC47FE0D6641> /usr/lib/libmecabra.dylib
    0x7fffce4c4000 -     0x7fffce4f5ffb  libncurses.5.4.dylib (51.30.1) <B03B1BD2-7080-3856-BB02-7E8238320C3B> /usr/lib/libncurses.5.4.dylib
    0x7fffce4f6000 -     0x7fffce570ff3  libnetwork.dylib (856.50.51) <2B30E072-AA68-3D3E-AA76-63676D75B3AF> /usr/lib/libnetwork.dylib
    0x7fffce571000 -     0x7fffce941e37  libobjc.A.dylib (708) <71D3E7CE-EEB8-3489-8387-75C8EDAAF9C9> /usr/lib/libobjc.A.dylib
    0x7fffce944000 -     0x7fffce948fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffce949000 -     0x7fffce979ff7  libpcap.A.dylib (67) <BFED0A74-4BBC-3FB4-ABEC-10ACE52B5C8F> /usr/lib/libpcap.A.dylib
    0x7fffce996000 -     0x7fffce9b2ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffce9b3000 -     0x7fffce9ecfff  libsandbox.1.dylib (592.50.45) <C6A69D4F-3681-3234-8CCD-69A7883403E1> /usr/lib/libsandbox.1.dylib
    0x7fffcea02000 -     0x7fffceb4fffb  libsqlite3.dylib (254.2) <3A5B25C7-F434-364E-B46E-08864CF407CA> /usr/lib/libsqlite3.dylib
    0x7fffcec44000 -     0x7fffcec51fff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fffcec52000 -     0x7fffced41ffb  libxml2.2.dylib (30.13) <018309E4-1056-3AA3-84AC-911C07A63E1D> /usr/lib/libxml2.2.dylib
    0x7fffced42000 -     0x7fffced6bfff  libxslt.1.dylib (15.8) <305999A0-D142-3EFA-A76B-01C11FB57AAE> /usr/lib/libxslt.1.dylib
    0x7fffced6c000 -     0x7fffced7dff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffced8c000 -     0x7fffced90ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fffced91000 -     0x7fffced9bfff  libcommonCrypto.dylib (60092.50.5) <A9C6F8FB-5B41-3C98-B455-779A5F7DCDC4> /usr/lib/system/libcommonCrypto.dylib
    0x7fffced9c000 -     0x7fffceda3fff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fffceda4000 -     0x7fffcedacfff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fffcedad000 -     0x7fffcee30fdf  libcorecrypto.dylib (442.50.18) <208AC570-FC38-338B-899F-1499F32E35C5> /usr/lib/system/libcorecrypto.dylib
    0x7fffcee31000 -     0x7fffcee62ff7  libdispatch.dylib (703.50.33) <D052D84F-B318-38C4-9BD7-E11A7FA15FBD> /usr/lib/system/libdispatch.dylib
    0x7fffcee63000 -     0x7fffcee68ff3  libdyld.dylib (433.3) <A2242F33-E93F-34DA-9ECD-C9C8DE60BC4D> /usr/lib/system/libdyld.dylib
    0x7fffcee69000 -     0x7fffcee69ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fffcee6a000 -     0x7fffcee76ffb  libkxld.dylib (3789.50.189) <6A741206-7C8C-3981-B79E-3EDACB6BCD6F> /usr/lib/system/libkxld.dylib
    0x7fffcee77000 -     0x7fffcee77fff  liblaunch.dylib (972.50.24) <1FF63271-A5A7-3ABA-BD0E-D369A1357F31> /usr/lib/system/liblaunch.dylib
    0x7fffcee78000 -     0x7fffcee7dff3  libmacho.dylib (898) <5C0ED62A-BD50-31A7-A797-AA713DD613A6> /usr/lib/system/libmacho.dylib
    0x7fffcee7e000 -     0x7fffcee80ff3  libquarantine.dylib (85) <B0B1E346-2878-32DA-B424-DBDB671B1A43> /usr/lib/system/libquarantine.dylib
    0x7fffcee81000 -     0x7fffcee82ffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fffcee83000 -     0x7fffcee9bff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fffcee9c000 -     0x7fffcee9cff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fffcee9d000 -     0x7fffcef2afef  libsystem_c.dylib (1158.50.1) <621D368E-F25A-30B4-8273-C2EE41A81084> /usr/lib/system/libsystem_c.dylib
    0x7fffcef2b000 -     0x7fffcef2eff3  libsystem_configuration.dylib (888.50.16.1.1) <92688F31-7D3E-3962-9C1E-7652534FD368> /usr/lib/system/libsystem_configuration.dylib
    0x7fffcef2f000 -     0x7fffcef32fff  libsystem_coreservices.dylib (41.4) <E0415D95-CC57-3DCC-8015-BCA9873D1F3E> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffcef33000 -     0x7fffcef4bfff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fffcef4c000 -     0x7fffcef52fff  libsystem_dnssd.dylib (765.50.6) <7A110ED4-7215-3CEF-94EE-FBF74D66DB8F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffcef53000 -     0x7fffcef7cff7  libsystem_info.dylib (503.50.3) <95C0D40C-E7B7-3D72-B7FC-D239FE973C7C> /usr/lib/system/libsystem_info.dylib
    0x7fffcef7d000 -     0x7fffcef9ffff  libsystem_kernel.dylib (3789.50.189) <0AB71F93-9D59-3847-9B31-DA65041C1797> /usr/lib/system/libsystem_kernel.dylib
    0x7fffcefa0000 -     0x7fffcefe7fe7  libsystem_m.dylib (3121.6) <995883BC-9227-3853-B1BD-6A7DDD768152> /usr/lib/system/libsystem_m.dylib
    0x7fffcefe8000 -     0x7fffcf006ff7  libsystem_malloc.dylib (116.50.7) <74143509-8DFE-391A-935E-E9D84F0442BE> /usr/lib/system/libsystem_malloc.dylib
    0x7fffcf007000 -     0x7fffcf060ffb  libsystem_network.dylib (856.50.51) <37B68024-CABA-33AE-803D-C3F7CE851DE3> /usr/lib/system/libsystem_network.dylib
    0x7fffcf061000 -     0x7fffcf06aff3  libsystem_networkextension.dylib (563.50.30) <982BE8CC-E93D-3A25-9FF5-BEE45B6FB407> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffcf06b000 -     0x7fffcf074ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fffcf075000 -     0x7fffcf07dfe7  libsystem_platform.dylib (126.50.8) <C69238B8-1CDE-3606-BA3D-D05327247AA4> /usr/lib/system/libsystem_platform.dylib
    0x7fffcf07e000 -     0x7fffcf088ff7  libsystem_pthread.dylib (218.50.4) <1095CDE2-7392-31E6-B845-E5B857BC7D06> /usr/lib/system/libsystem_pthread.dylib
    0x7fffcf089000 -     0x7fffcf08cff7  libsystem_sandbox.dylib (592.50.45) <6E32F371-4836-30DB-AA3F-B0A06D908BD9> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffcf08d000 -     0x7fffcf08efff  libsystem_secinit.dylib (24.50.3) <466D95EF-A051-30AE-9EB5-0AF961891125> /usr/lib/system/libsystem_secinit.dylib
    0x7fffcf08f000 -     0x7fffcf096ffb  libsystem_symptoms.dylib (532.50.36) <1017DC40-40AF-3313-A2F3-9FF128CC156C> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffcf097000 -     0x7fffcf0aafff  libsystem_trace.dylib (518.50.127) <8CE56C09-48C1-3A48-BFB7-1D1FA9E21160> /usr/lib/system/libsystem_trace.dylib
    0x7fffcf0ab000 -     0x7fffcf0b0ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fffcf0b1000 -     0x7fffcf0daff7  libxpc.dylib (972.50.24) <D4B2BD22-12DB-387A-B0CE-4355F3CDAEDA> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=268.8M resident=0K(0%) swapped_out_or_unallocated=268.8M(100%)
Writable regions: Total=188.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=188.6M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                 3404K        4 
CG image                           116K       10 
CoreServices                       244K        2 
CoreUI image data                  456K        6 
CoreUI image file                  176K        4 
Dispatch continuations            16.0M        2 
Image IO                            76K        3 
Kernel Alloc Once                    8K        2 
MALLOC                           129.7M       38 
MALLOC guard page                   48K       10 
MALLOC_LARGE (reserved)            256K        2         reserved VM address space (unallocated)
Memory Tag 242                      12K        2 
Memory Tag 251                      24K        2 
OpenCL                              16K        3 
STACK GUARD                         40K       11 
Stack                             13.1M       12 
Stack (reserved)                   324K        2         reserved VM address space (unallocated)
Stack Guard                       55.7M        2 
VM_ALLOCATE                         88K       16 
__DATA                            52.8M      239 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       115.4M       14 
__TEXT                           153.4M      224 
__UNICODE                          556K        2 
mapped file                       50.3M       11 
shared memory                     16.4M       13 
===========                     =======  ======= 
TOTAL                            612.0M      616 
TOTAL, minus reserved VM space   611.4M      616 


[-- Attachment #2.3: Type: text/html, Size: 734 bytes --]

  reply	other threads:[~2017-02-04 22:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-04 18:54 Emacs for Mac OS X 25.1 crashes at start under macOS 10.12.4 beta 1 Artemio González López
2017-02-04 19:50 ` Eli Zaretskii
2017-02-04 21:02 ` Anders Lindgren
2017-02-04 22:25   ` Artemio González López [this message]
2017-02-06 18:22   ` Artemio González López

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D12F62AB-7D69-42A9-81EC-B21A7413E182@mac.com \
    --to=artemiog@mac.com \
    --cc=andlind@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.