You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to resize the window on OS X 10.8.2 by dragging the window bottom, left, right or corners dreampie crashes with a seg fault on about 70% of attempts. No resizing happens during the attempts even if there is no immediate crash.
The window can be vertically resized by dragging the top. Zooming (the "green light") button to maximize the window also works.
Dreampie is at master-0-gf4efd46. Crash reporter output follows:
Date/Time: 2012-12-19 10:11:17.277 +0100
OS Version: Mac OS X 10.8.2 (12C60)
Report Version: 10
Interval Since Last Report: 1384808 sec
Crashes Since Last Report: 40
Per-App Interval Since Last Report: 202224 sec
Per-App Crashes Since Last Report: 6
Anonymous UUID: 2D5AC2D4-A1E0-B4CE-4561-51BC17A30DD2
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
VM Regions Near 0x18:
-->
__TEXT 000000010d994000-000000010d995000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 4843
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=162.7M resident=72.6M(45%) swapped_out_or_unallocated=90.1M(55%)
Writable regions: Total=125.3M written=12.4M(10%) resident=29.3M(23%) swapped_out=216K(0%) unallocated=96.1M(77%)
The same thing happens to me on OSX Mavericks 10.9.3.
Interestingly enough, I just recently upgraded from OSX 10.6 and it never happened in that version.
This appears to be a bug in PyGTK. The following simple program crashes in the same way when trying to resize using the bottom, left, right or bottom corners:
import gtk
class CrashesOnResize(object):
def __init__(self):
self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
self.window.show()
x = CrashesOnResize()
gtk.main()
When attempting to resize the window on OS X 10.8.2 by dragging the window bottom, left, right or corners dreampie crashes with a seg fault on about 70% of attempts. No resizing happens during the attempts even if there is no immediate crash.
The window can be vertically resized by dragging the top. Zooming (the "green light") button to maximize the window also works.
Dreampie is at master-0-gf4efd46. Crash reporter output follows:
Process: Python [10175]
Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier: org.python.python
Version: 2.7.2 (2.7.2)
Build Info: python-60003000000000~22
Code Type: X86-64 (Native)
Parent Process: bash [232]
User ID: 502
PlugIn Path: /opt/gtk/*/libgdk-quartz-2.0.0.dylib
PlugIn Identifier: libgdk-quartz-2.0.0.dylib
PlugIn Version: ??? (2401)
Date/Time: 2012-12-19 10:11:17.277 +0100
OS Version: Mac OS X 10.8.2 (12C60)
Report Version: 10
Interval Since Last Report: 1384808 sec
Crashes Since Last Report: 40
Per-App Interval Since Last Report: 202224 sec
Per-App Crashes Since Last Report: 6
Anonymous UUID: 2D5AC2D4-A1E0-B4CE-4561-51BC17A30DD2
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
VM Regions Near 0x18:
-->
__TEXT 000000010d994000-000000010d995000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libgdk-quartz-2.0.0.dylib 0x000000010eb6ad59 _gdk_events_queue + 1058
1 libgdk-quartz-2.0.0.dylib 0x000000010eb6ba17 gdk_event_dispatch + 41
2 libglib-2.0.0.dylib 0x000000010e1ece42 g_main_context_dispatch + 545
3 libglib-2.0.0.dylib 0x000000010e1f054d g_main_context_iterate + 1066
4 libglib-2.0.0.dylib 0x000000010e1f0872 g_main_loop_run + 660
5 libgtk-quartz-2.0.0.dylib 0x000000010e7b7e02 gtk_main + 163
6 _gtk.so 0x000000010e531afa _wrap_gtk_main + 257
7 org.python.python 0x000000010d9b63c7 PyEval_EvalFrameEx + 8762
8 org.python.python 0x000000010d9ba869 0x10d99d000 + 120937
9 org.python.python 0x000000010d9b663a PyEval_EvalFrameEx + 9389
10 org.python.python 0x000000010d9b4147 PyEval_EvalCodeEx + 1934
11 org.python.python 0x000000010d9b39b3 PyEval_EvalCode + 54
12 org.python.python 0x000000010d9efc70 0x10d99d000 + 339056
13 org.python.python 0x000000010d9efd3c PyRun_FileExFlags + 165
14 org.python.python 0x000000010d9ef726 PyRun_SimpleFileExFlags + 410
15 org.python.python 0x000000010da13e27 Py_Main + 2715
16 libdyld.dylib 0x00007fff8f8927e1 start + 1
Thread 1:
0 libsystem_kernel.dylib 0x00007fff942176d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8e3aaeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff8e3aacb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff8e395171 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff94217d16 kevent + 10
1 libdispatch.dylib 0x00007fff8fcdadea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff8fcda9ee _dispatch_mgr_thread + 54
Thread 3:
0 libsystem_kernel.dylib 0x00007fff942176d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8e3aaeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff8e3aacb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff8e395171 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff942170fa __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff8e3acf89 _pthread_cond_wait + 869
2 libgthread-2.0.0.dylib 0x000000010e1c18bc g_cond_timed_wait_posix_impl + 143
3 libglib-2.0.0.dylib 0x000000010e1c8d33 g_async_queue_pop_intern_unlocked + 184
4 libglib-2.0.0.dylib 0x000000010e1c8e86 g_async_queue_timed_pop + 123
5 libglib-2.0.0.dylib 0x000000010e212497 g_thread_pool_thread_proxy + 440
6 libglib-2.0.0.dylib 0x000000010e210d02 g_thread_create_proxy + 262
7 libsystem_c.dylib 0x00007fff8e3a8742 _pthread_start + 327
8 libsystem_c.dylib 0x00007fff8e395181 thread_start + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff94217322 __select + 10
1 libglib-2.0.0.dylib 0x000000010e1fb9f5 g_poll + 325
2 libgdk-quartz-2.0.0.dylib 0x000000010eb6c56c select_thread_func + 299
3 libsystem_c.dylib 0x00007fff8e3a8742 _pthread_start + 327
4 libsystem_c.dylib 0x00007fff8e395181 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff79c164b0 rdx: 0x000000000000010d
rdi: 0x0000000000000104 rsi: 0x0000000000000000 rbp: 0x00007fff5226b1f0 rsp: 0x00007fff5226b0e0
r8: 0x0000000000000001 r9: 0x000000000000001e r10: 0x0000000100100008 r11: 0x0000000040000000
r12: 0x00007fc334c16d20 r13: 0x0000000000000000 r14: 0x00007fc33584d380 r15: 0x00007fc334688d80
rip: 0x000000010eb6ad59 rfl: 0x0000000000010246 cr2: 0x0000000000000018
Logical CPU: 0
Binary Images:
0x10d994000 - 0x10d994fff org.python.python (2.7.2 - 2.7.2) /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
0x10d99d000 - 0x10daaafff org.python.python (2.7.2 - 2.7.2) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x10dcad000 - 0x10dcaefff time.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
0x10dce4000 - 0x10dce8fff math.so (60.3) <15868E58-734E-3A35-A4C2-AC4625F37902> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
0x10dcee000 - 0x10dcf0fff binascii.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
0x10dcf4000 - 0x10dcf5fff hashlib.so (60.3) <9B8C96E2-6DE6-3830-B300-35C790DA40C7> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/hashlib.so
0x10dcfa000 - 0x10dcfbfff random.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/random.so
0x10dcff000 - 0x10dd00fff cStringIO.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
0x10dd05000 - 0x10dd06fff fcntl.so (60.3) <5E2DBA68-27EB-3589-B7B4-8B7918DC9716> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
0x10dd4a000 - 0x10dd4dfff strop.so (60.3) <33FECDE8-3D85-37A8-95CA-08C1F2B820D4> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
0x10dd53000 - 0x10dd56fff operator.so (60.3) <16E539EB-683E-3BDF-83AA-77ED26146560> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
0x10dd5c000 - 0x10dd5dfff functools.so (60.3) <610F4A5F-CEE5-3353-94CD-F586D4F2DAD0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/functools.so
0x10dd61000 - 0x10dd62fff locale.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/locale.so
0x10dda6000 - 0x10dda9fff struct.so (60.3) <2D1A807F-2084-3CEE-9E4B-DE124502AB69> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/struct.so
0x10ddaf000 - 0x10ddb1fff select.so (60.3) <191F03CF-4038-38AF-A0BA-22AC770298A0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
0x10df77000 - 0x10df7afff collections.so (60.3) <20EAC750-00E1-3216-BB1F-472C0CEA6118> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/collections.so
0x10df80000 - 0x10df86fff itertools.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x10df8f000 - 0x10df8ffff bisect.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/bisect.so
0x10df93000 - 0x10df94fff heapq.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/heapq.so
0x10e159000 - 0x10e163fff +glib.so (???) <68E96552-B779-B2C9-D0A2-E49585C15985> /opt/gtk//glib.so
0x10e16d000 - 0x10e16efff +libpyglib-2.0-python2.7.0.dylib (1) <769B560A-D2A3-4FC5-50C1-95B663599CFA> /opt/gtk//libpyglib-2.0-python2.7.0.dylib
0x10e171000 - 0x10e1adfe7 +libgobject-2.0.0.dylib (2801.1) /opt/gtk//libgobject-2.0.0.dylib
0x10e1c0000 - 0x10e1c2ff7 +libgthread-2.0.0.dylib (2801.1) /opt/gtk//libgthread-2.0.0.dylib
0x10e1c6000 - 0x10e2b1fff +libglib-2.0.0.dylib (2801.1) <5B508AE0-35C4-E030-26B6-B047EBC78A99> /opt/gtk//libglib-2.0.0.dylib
0x10e2d4000 - 0x10e2dcff7 +libintl.8.dylib (10.1) /opt/gtk//libintl.8.dylib
0x10e2e1000 - 0x10e3befff +libiconv.2.dylib (8) /opt/gtk//libiconv.2.dylib
0x10e43a000 - 0x10e450ff7 +gobject.so (???) <5FF440D5-6FAF-FF7F-F11A-77270A522FBF> /opt/gtk//gobject.so
0x10e45d000 - 0x10e5f3fff +gtk.so (???) <9084808C-616F-9CB5-125D-F69C28E38777> /opt/gtk//gtk.so
0x10e6fd000 - 0x10ea73fef +libgtk-quartz-2.0.0.dylib (2401) <25B8CFFE-DEDE-713E-7669-7799145CAA1F> /opt/gtk//libgtk-quartz-2.0.0.dylib
0x10eb3d000 - 0x10ebb2fef +libgdk-quartz-2.0.0.dylib (2401) <423C15FD-824D-854C-465B-421AFF41A69A> /opt/gtk//libgdk-quartz-2.0.0.dylib
0x10ebd8000 - 0x10ebeefef +libatk-1.0.0.dylib (3210.1) <33314C14-2C1B-4557-0A3E-20F9F2A0EF1A> /opt/gtk//libatk-1.0.0.dylib
0x10ebfb000 - 0x10ece0ff7 +libgio-2.0.0.dylib (2801.1) <9456BC5E-1652-9441-8357-E9F3D31D5CB5> /opt/gtk//libgio-2.0.0.dylib
0x10ed2b000 - 0x10ed35fe7 +libpangocairo-1.0.0.dylib (2801.3) <228CBC1F-88A3-06F5-067F-B30F63F9FCFD> /opt/gtk//libpangocairo-1.0.0.dylib
0x10ed3d000 - 0x10ed51fff +libgdk_pixbuf-2.0.0.dylib (2201.1) <26EF89C6-3D9C-6717-34C9-9A6DCEBA9F68> /opt/gtk//libgdk_pixbuf-2.0.0.dylib
0x10ed59000 - 0x10ed8fff7 +libpango-1.0.0.dylib (2801.3) <0323F975-7A51-48AB-F124-EA2307BB4A4D> /opt/gtk//libpango-1.0.0.dylib
0x10eda0000 - 0x10ee30fef +libcairo.2.dylib (11003.2) <4BD1DB78-401C-3971-02EC-E9C0A60E3FC6> /opt/gtk//libcairo.2.dylib
0x10ee50000 - 0x10ee6dfff +libpng14.14.dylib (23) <7A37C238-490C-B4FA-CEA9-E49AB77969CE> /opt/gtk//libpng14.14.dylib
0x10ee74000 - 0x10ee75ff7 +libgmodule-2.0.0.dylib (2801.1) <20097027-18E7-98FB-85EA-EC254B24B130> /opt/gtk//libgmodule-2.0.0.dylib
0x10ee78000 - 0x10ee98fef +libpangoft2-1.0.0.dylib (2801.3) /opt/gtk//libpangoft2-1.0.0.dylib
0x10eea7000 - 0x10ef1bfff +libfreetype.6.dylib (14.1) <6D80E946-E318-E2A3-DB4F-2B2974977F98> /opt/gtk//libfreetype.6.dylib
0x10ef2f000 - 0x10ef5bff7 +libfontconfig.1.dylib (6.4) <8183B2AE-6DDA-D0C9-148A-3CBD98B092D1> /opt/gtk//libfontconfig.1.dylib
0x10ef64000 - 0x10efbcfef +libpixman-1.0.dylib (21) /opt/gtk//libpixman-1.0.dylib
0x10efcd000 - 0x10efeffef +libexpat.1.dylib (7.2) <6492C691-09A2-ACB7-E9D3-4510161DEB7C> /opt/gtk//libexpat.1.dylib
0x10eff6000 - 0x10f002ff7 +cairo.so (???) /opt/gtk//cairo.so
0x10f00f000 - 0x10f044fff +gio.so (???) <104CB394-167D-8AAD-313A-38AA886C6A23> /opt/gtk//gio.so
0x10f070000 - 0x10f073ff7 +unix.so (???) /opt/gtk//unix.so
0x10f079000 - 0x10f08fff7 +pango.so (???) <64251636-5DB0-A854-C6D2-83D5E4D79BD6> /opt/gtk//pango.so
0x10f0a4000 - 0x10f0d0fff +atk.so (???) <2DADFE97-D212-301D-AD71-8141411D1BE0> /opt/gtk//atk.so
0x10f168000 - 0x10f16aff7 +pangocairo.so (???) <0A9C4687-0914-369B-8704-2781EDBD4436> /opt/gtk//pangocairo.so
0x10f410000 - 0x10f412fff +glade.so (???) <046942F6-29BA-AD27-205D-F38464F172DC> /opt/gtk//glade.so
0x10f416000 - 0x10f425fff +libglade-2.0.0.dylib (1.7) <7BEFD55A-1ABF-1D26-705C-A87515DD827A> /opt/gtk//libglade-2.0.0.dylib
0x10f42e000 - 0x10f445fff +gtksourceview2.so (???) <817FE90F-B3DA-9A77-3067-06D6D0771A1D> /opt/gtk//gtksourceview2.so
0x10f459000 - 0x10f4a7ff7 +libgtksourceview-2.0.0.dylib (1) <62056760-3F53-F780-22B0-5BDA9A6B8F0B> /opt/gtk//libgtksourceview-2.0.0.dylib
0x10f4c5000 - 0x10f4cdfff +libigemacintegration.0.dylib (1) <78C0587A-C1A7-E337-98E3-9F9B5D595641> /opt/gtk/_/libigemacintegration.0.dylib
0x10f5d4000 - 0x10f5d6fff zlib.so (60.3) <987E51DB-7827-3F1A-AD5E-CF58C673E644> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so
0x10f5db000 - 0x10f5ecfff _ctypes.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
0x10f5f8000 - 0x10f5feff7 _socket.so (60.3) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
0x10f892000 - 0x10f895fff _ssl.so (60.3) <2AEDA15A-56F4-3E82-9415-297BFE6C8F38> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
0x10f89b000 - 0x10f89ffff array.so (60.3) <56A0FB1F-7603-3450-AF31-9801D9AB95D5> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
0x10f8e5000 - 0x10f8e9fff _json.so (60.3) <5899CF83-4D57-34C0-A01F-DC215C5C26D0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/json.so
0x10f8ee000 - 0x10f90fff7 +libclearlooks.so (???) /opt/gtk//libclearlooks.so
0x10f922000 - 0x10f922fff scproxy.so (60.3) <43CCA6F3-BA7C-3186-8450-B63D00D8AC6F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/scproxy.so
0x10f943000 - 0x10f945fff mmap.so (60.3) <6E1EBE9F-5EC1-3C5C-8DD8-4EE374229514> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/mmap.so
0x10fb1d000 - 0x10fb1eff7 +pango-basic-atsui.so (???) <1F792B47-07A8-2C0B-DE81-B8E342762A2B> /opt/gtk//pango-basic-atsui.so
0x10fb22000 - 0x10fb24ff7 +libpixbufloader-png.so (???) /opt/gtk//libpixbufloader-png.so
0x7fff6d594000 - 0x7fff6d5c893f dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
0x7fff89186000 - 0x7fff8918aff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff891e9000 - 0x7fff89246ff7 com.apple.AE (645.3 - 645.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff89247000 - 0x7fff89255fff com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8931b000 - 0x7fff8939dfff libType1Scaler.dylib (101.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x7fff8939e000 - 0x7fff893acfff libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
0x7fff89408000 - 0x7fff89408ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff895f9000 - 0x7fff89627ff7 libsystem_m.dylib (3022.6) /usr/lib/system/libsystem_m.dylib
0x7fff89628000 - 0x7fff8963aff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x7fff89a38000 - 0x7fff89a3cff7 com.apple.CommonPanels (1.2.5 - 94) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff89a3d000 - 0x7fff89a50ff7 libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib
0x7fff89a51000 - 0x7fff89a58fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
0x7fff89a59000 - 0x7fff89a81fff libJPEG.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff89a82000 - 0x7fff89e79fff libLAPACK.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff89e83000 - 0x7fff89e88fff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x7fff89e93000 - 0x7fff89fab92f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
0x7fff89fb7000 - 0x7fff89fb7fff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff89fb8000 - 0x7fff89fbeff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x7fff89fbf000 - 0x7fff89fd3fff libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff89fd4000 - 0x7fff8a091ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8a092000 - 0x7fff8a0e1ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8a0e2000 - 0x7fff8a14ffff com.apple.datadetectorscore (4.0 - 269.1) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8a150000 - 0x7fff8a22aff7 com.apple.backup.framework (1.4.1 - 1.4.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8a22b000 - 0x7fff8a22ffff libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8a244000 - 0x7fff8a3f2fff com.apple.QuartzCore (1.8 - 304.0) <897FAA5D-FF13-33FE-878B-B164D684F019> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8a3f3000 - 0x7fff8a45bff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x7fff8a45c000 - 0x7fff8a492fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x7fff8a4eb000 - 0x7fff8a604ff7 com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8a605000 - 0x7fff8a605fff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a88c000 - 0x7fff8a890fff com.apple.IOSurface (86.0.3 - 86.0.3) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8a891000 - 0x7fff8a8c6ff7 libTrueTypeScaler.dylib (84.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff8a913000 - 0x7fff8a969fff com.apple.HIServices (1.20 - 417) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8a9c1000 - 0x7fff8acd8ff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8acd9000 - 0x7fff8ad66ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8ae91000 - 0x7fff8b1edfff com.apple.Foundation (6.8 - 945.11) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8b25e000 - 0x7fff8b360fff libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8b361000 - 0x7fff8b39bfff com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8b660000 - 0x7fff8b691ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8b7e2000 - 0x7fff8b7e6fff libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8b7e7000 - 0x7fff8b804fff com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8b97a000 - 0x7fff8b97cfff com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8b97d000 - 0x7fff8b983fff libGFXShared.dylib (8.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8b984000 - 0x7fff8b9bbff7 libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
0x7fff8c0ff000 - 0x7fff8c121ff7 libxpc.dylib (140.41) /usr/lib/system/libxpc.dylib
0x7fff8c122000 - 0x7fff8c3c6fff com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8c40d000 - 0x7fff8cd9dc67 com.apple.CoreGraphics (1.600.0 - 324.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8d216000 - 0x7fff8d2bcff7 com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8d2fd000 - 0x7fff8d2feff7 libremovefile.dylib (23.1) /usr/lib/system/libremovefile.dylib
0x7fff8d40b000 - 0x7fff8d40cff7 libdnsinfo.dylib (453.18) /usr/lib/system/libdnsinfo.dylib
0x7fff8d440000 - 0x7fff8d53dff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
0x7fff8d567000 - 0x7fff8d56ffff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
0x7fff8d570000 - 0x7fff8d587fff com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8d591000 - 0x7fff8d5bbff7 com.apple.CoreVideo (1.8 - 99.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8d5bd000 - 0x7fff8d5bdfff com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8d5be000 - 0x7fff8d7f3ff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8d7f4000 - 0x7fff8d861ff7 com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8d862000 - 0x7fff8d8b8ff7 com.apple.opencl (2.1.20 - 2.1.20) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8d8b9000 - 0x7fff8d8c5fff libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff8d8c6000 - 0x7fff8d8c7ff7 libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8d8c8000 - 0x7fff8d8cdfff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x7fff8d8ce000 - 0x7fff8d993ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8dc37000 - 0x7fff8dc6dfff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8dc6e000 - 0x7fff8dc7dff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
0x7fff8dc7e000 - 0x7fff8dd18fff com.apple.CoreSymbolication (3.0 - 87) <3D9CBE8D-F047-3DFA-B067-F9589E2AF8BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8dd19000 - 0x7fff8de6afff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8de80000 - 0x7fff8e29dfff FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8e29e000 - 0x7fff8e393fff libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib
0x7fff8e394000 - 0x7fff8e460fe7 libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
0x7fff8e461000 - 0x7fff8e46cfff libsystem_notify.dylib (98.5) /usr/lib/system/libsystem_notify.dylib
0x7fff8e4be000 - 0x7fff8e4c6ff7 libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8e4c7000 - 0x7fff8e548fff com.apple.Metadata (10.7.0 - 707.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8e6bb000 - 0x7fff8e6bcfff libsystem_blocks.dylib (59) /usr/lib/system/libsystem_blocks.dylib
0x7fff8e873000 - 0x7fff8e876fff libRadiance.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8e8e7000 - 0x7fff8e8f2ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8e8f3000 - 0x7fff8e914fff com.apple.Ubiquity (1.2 - 243.10) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8ea6c000 - 0x7fff8ea73fff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8ebff000 - 0x7fff8ec9dff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8ec9e000 - 0x7fff8ecabfff libbz2.1.0.dylib (29) /usr/lib/libbz2.1.0.dylib
0x7fff8ecac000 - 0x7fff8ee95fff com.apple.CoreFoundation (6.8 - 744.12) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8ee96000 - 0x7fff8eec4fff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8efc4000 - 0x7fff8f00eff7 libGLU.dylib (8.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8f00f000 - 0x7fff8f060ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8f061000 - 0x7fff8f086ff7 libc++abi.dylib (24.4) /usr/lib/libc++abi.dylib
0x7fff8f087000 - 0x7fff8f287fff libicucore.A.dylib (491.11.1) /usr/lib/libicucore.A.dylib
0x7fff8f288000 - 0x7fff8f297ff7 com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8f31f000 - 0x7fff8f31ffff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8f35b000 - 0x7fff8f3b8fff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8f3b9000 - 0x7fff8f453fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8f454000 - 0x7fff8f505fff com.apple.LaunchServices (539.7 - 539.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8f506000 - 0x7fff8f68cfff libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8f890000 - 0x7fff8f893ff7 libdyld.dylib (210.2.3) /usr/lib/system/libdyld.dylib
0x7fff8fcd3000 - 0x7fff8fcd5fff libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8fcd6000 - 0x7fff8fcebff7 libdispatch.dylib (228.23) /usr/lib/system/libdispatch.dylib
0x7fff8fcec000 - 0x7fff8fd18ff7 libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8fd19000 - 0x7fff8fd68ff7 libcorecrypto.dylib (106.2) /usr/lib/system/libcorecrypto.dylib
0x7fff8fda2000 - 0x7fff8fdc9ff7 com.apple.PerformanceAnalysis (1.16 - 16) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8fdca000 - 0x7fff8fed5fff libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8ff1f000 - 0x7fff8ff76ff7 com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8ffaa000 - 0x7fff8ffb0fff com.apple.DiskArbitration (2.5.1 - 2.5.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8ffcc000 - 0x7fff90034fff libvDSP.dylib (380.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff90035000 - 0x7fff90081ff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
0x7fff90172000 - 0x7fff904a2ff7 com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff904a3000 - 0x7fff904e0fe7 libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff904e1000 - 0x7fff90500ff7 com.apple.ChunkingLibrary (2.0 - 133.2) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff90501000 - 0x7fff9050efff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff9050f000 - 0x7fff90515fff libmacho.dylib (829) /usr/lib/system/libmacho.dylib
0x7fff90524000 - 0x7fff90538fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff90539000 - 0x7fff90539fff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff905d0000 - 0x7fff905d0fff libOpenScriptingUtil.dylib (148.2) /usr/lib/libOpenScriptingUtil.dylib
0x7fff90678000 - 0x7fff9067aff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff9067b000 - 0x7fff906d0ff7 libTIFF.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff90aad000 - 0x7fff90af0fff com.apple.RemoteViewServices (2.0 - 80.5) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff90b59000 - 0x7fff90e29fff com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff90f68000 - 0x7fff90f8ffff com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff90f90000 - 0x7fff90fd4fff libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
0x7fff90fd5000 - 0x7fff90fe0fff com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff90feb000 - 0x7fff910edfff libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
0x7fff910ee000 - 0x7fff910f1fff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff91189000 - 0x7fff9118bff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
0x7fff912c3000 - 0x7fff912d1ff7 libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
0x7fff9130f000 - 0x7fff9131bfff com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff9131c000 - 0x7fff913eeff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff913ef000 - 0x7fff9140ffff libPng.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff91410000 - 0x7fff91426fff com.apple.MultitouchSupport.framework (235.28 - 235.28) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff9166f000 - 0x7fff9229cff7 com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff9229d000 - 0x7fff922e0ff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff922e1000 - 0x7fff92361ff7 com.apple.ApplicationServices.ATS (332 - 341.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff93e53000 - 0x7fff93ebcfff libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib
0x7fff93f62000 - 0x7fff93f62fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib
0x7fff93fd4000 - 0x7fff93fd9fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff93fdd000 - 0x7fff93ffcff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
0x7fff93ffd000 - 0x7fff94028fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
0x7fff94029000 - 0x7fff94040fff com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff94041000 - 0x7fff94042fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9411b000 - 0x7fff94124fff com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff94180000 - 0x7fff941ffff7 com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff94200000 - 0x7fff94204fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff94205000 - 0x7fff94220ff7 libsystem_kernel.dylib (2050.18.24) /usr/lib/system/libsystem_kernel.dylib
0x7fff9452e000 - 0x7fff94588fff com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff94589000 - 0x7fff9458aff7 libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
0x7fff9458b000 - 0x7fff945caff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff945cb000 - 0x7fff945d9ff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x7fff945da000 - 0x7fff94775fef com.apple.vImage (6.0 - 6.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff94776000 - 0x7fff9477afff libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff94a2a000 - 0x7fff94aacfff com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff94aad000 - 0x7fff94ac0ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff94ac1000 - 0x7fff94ac3fff com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff94ac4000 - 0x7fff94ac4fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff94ac5000 - 0x7fff94ae6ff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
0x7fff94ae7000 - 0x7fff94ae9fff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
0x7fff94aea000 - 0x7fff94aeafff com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff94aeb000 - 0x7fff94aecfff libffi.dylib (18) /usr/lib/libffi.dylib
0x7fff94bb5000 - 0x7fff94c11ff7 com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff94d9d000 - 0x7fff94e9afff libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib
0x7fff94eac000 - 0x7fff94eceff7 com.apple.Kerberos (2.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff94f8c000 - 0x7fff94fa1fff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff94fa2000 - 0x7fff950c2fff com.apple.desktopservices (1.7.2 - 1.7.2) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff95155000 - 0x7fff95156fff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
0x7fff95a64000 - 0x7fff95a71ff7 com.apple.NetAuth (4.0 - 4.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff95a72000 - 0x7fff95be6fff com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff95be7000 - 0x7fff95bf1fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 4843
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=162.7M resident=72.6M(45%) swapped_out_or_unallocated=90.1M(55%)
Writable regions: Total=125.3M written=12.4M(10%) resident=29.3M(23%) swapped_out=216K(0%) unallocated=96.1M(77%)
REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.9M
CG backing stores 1896K
CG image 8K
CG shared images 1248K
CoreServices 2344K
MALLOC 61.6M
MALLOC guard page 48K
Memory tag=242 12K
STACK GUARD 56.0M
Stack 10.5M
VM_ALLOCATE 16.1M
__DATA 12.0M
__IMAGE 528K
__LINKEDIT 56.6M
__TEXT 106.2M
__UNICODE 544K
mapped file 43.9M
shared memory 308K
=========== =======
TOTAL 402.5M
Model: MacBookAir4,2, BootROM MBA41.0077.B0F, 2 processors, Intel Core i5, 1.7 GHz, 4 GB, SMC 1.73f65
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.81.22)
Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM256C, 251 GB
USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0xfa200000 / 3
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa130000 / 6
USB Device: Gaming Mouse G400, 0x046d (Logitech Inc.), 0xc245, 0xfa131000 / 9
USB Device: Apple Keyboard, apple_vendor_id, 0x0250, 0xfa132000 / 7
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024d, 0xfa120000 / 5
USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0xfa113000 / 8
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0xfd110000 / 3
The text was updated successfully, but these errors were encountered: