Skip to content

Instantly share code, notes, and snippets.

@p1nox
Last active June 13, 2023 16:24
Show Gist options
  • Star 72 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • Save p1nox/6102015 to your computer and use it in GitHub Desktop.
Save p1nox/6102015 to your computer and use it in GitHub Desktop.
Using meld on Mac

Using Meld merging tool on Mac

There are two ways of installing meld on osx (May 2023), using brew and .dmg package (from @yousseb). Since I found https://yousseb.github.io/meld/, I've installed it with .dmg package, but having macOS Ventura Version 13.4 (22F66) in place, it's not even starting for me. So I tried brew installation, and the application is working as expected, including symlink to start it from the terminal.

brew install --cask meld

# set meld as your default git mergetool
git config --global merge.tool meld

Requires: macOS >= 10.13 meld has been officially discontinued upstream. It may stop working correctly (or at all) in recent versions of macOS.


Previous docs


Troubleshooting:

  • If meld doesn't start from terminal, try this, modify the /usr/local/Caskroom/meld/3.19.2-r6,osx-15/meld.wrapper.sh script installed by brew to the following:
#!/bin/sh
rm -rf ~/Library/Saved\ Application\ State/org.gnome.meld.savedState
exec '/Applications/Meld.app/Contents/MacOS/Meld' "$@"
@stevenjlho
Copy link

Thanks for you gist, I launch meld successfully.

@benedictchen
Copy link

Mine keeps crashing like no other.

Process: Python [4764]
Path: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier: org.python.python
Version: 2.7.6 (2.7.6)
Code Type: X86-64 (Native)
Parent Process: bash [86528]
Responsible: Terminal [86525]
User ID: 501

Date/Time: 2013-12-28 23:47:31.375 -0800
OS Version: Mac OS X 10.9.1 (13B42)
Report Version: 11
Anonymous UUID: 533AA41D-9A1B-D002-571B-25980B732AD8

Sleep/Wake UUID: 450F061D-0E89-469F-9691-DA3E1FB1849E

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

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8867d866 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff8f5a235c pthread_kill + 92
2 libsystem_c.dylib 0x00007fff8ba4fbba abort + 125
3 libglib-2.0.0.dylib 0x00000001005f5bf1 g_assertion_message + 332
4 libglib-2.0.0.dylib 0x00000001005f607f g_assertion_message_expr + 82
5 libgtk-quartz-2.0.0.dylib 0x000000010140f19e get_icon_fallback + 92
6 libgtk-quartz-2.0.0.dylib 0x000000010140a710 idle_populate_func + 636
7 libgdk-quartz-2.0.0.dylib 0x00000001017442a0 gdk_threads_dispatch + 55
8 libglib-2.0.0.dylib 0x00000001005d4e42 g_main_context_dispatch + 545
9 libglib-2.0.0.dylib 0x00000001005d854d g_main_context_iterate + 1066
10 libglib-2.0.0.dylib 0x00000001005d8872 g_main_loop_run + 660
11 libgtk-quartz-2.0.0.dylib 0x00000001013bde02 gtk_main + 163
12 _gtk.so 0x0000000101137afa _wrap_gtk_main + 257
13 org.python.python 0x00000001000c25c2 PyEval_EvalFrameEx + 20962
14 org.python.python 0x00000001000c33ca PyEval_EvalFrameEx + 24554
15 org.python.python 0x00000001000c4786 PyEval_EvalCodeEx + 2118
16 org.python.python 0x00000001000c48a6 PyEval_EvalCode + 54
17 org.python.python 0x00000001000e912e PyRun_FileExFlags + 174
18 org.python.python 0x00000001000e93ca PyRun_SimpleFileExFlags + 458
19 org.python.python 0x000000010010044d Py_Main + 3101
20 org.python.python 0x0000000100000f14 0x100000000 + 3860

Thread 1:
0 libsystem_kernel.dylib 0x00007fff8867de6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f5a2f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8f5a5fb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8867e662 kevent64 + 10
1 libdispatch.dylib 0x00007fff896a643d _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff896a6152 _dispatch_mgr_thread + 52

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8867de6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f5a2f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8f5a5fb9 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8867de6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f5a2f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8f5a5fb9 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff8867d716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8f5a3c3b _pthread_cond_wait + 727
2 libgthread-2.0.0.dylib 0x00000001005a98bc g_cond_timed_wait_posix_impl + 143
3 libglib-2.0.0.dylib 0x00000001005b0d33 g_async_queue_pop_intern_unlocked + 184
4 libglib-2.0.0.dylib 0x00000001005fa36b g_thread_pool_thread_proxy + 140
5 libglib-2.0.0.dylib 0x00000001005f8d02 g_thread_create_proxy + 262
6 libsystem_pthread.dylib 0x00007fff8f5a1899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8f5a172a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8f5a5fc9 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8867de6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f5a2f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8f5a5fb9 start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff8867de6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f5a2f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8f5a5fb9 start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff8867d716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8f5a3c3b _pthread_cond_wait + 727
2 libgthread-2.0.0.dylib 0x00000001005a98bc g_cond_timed_wait_posix_impl + 143
3 libglib-2.0.0.dylib 0x00000001005b0d33 g_async_queue_pop_intern_unlocked + 184
4 libglib-2.0.0.dylib 0x00000001005fa36b g_thread_pool_thread_proxy + 140
5 libglib-2.0.0.dylib 0x00000001005f8d02 g_thread_create_proxy + 262
6 libsystem_pthread.dylib 0x00007fff8f5a1899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8f5a172a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8f5a5fc9 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff8867d716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8f5a3c3b _pthread_cond_wait + 727
2 libgthread-2.0.0.dylib 0x00000001005a98bc g_cond_timed_wait_posix_impl + 143
3 libglib-2.0.0.dylib 0x00000001005b0d33 g_async_queue_pop_intern_unlocked + 184
4 libglib-2.0.0.dylib 0x00000001005fa36b g_thread_pool_thread_proxy + 140
5 libglib-2.0.0.dylib 0x00000001005f8d02 g_thread_create_proxy + 262
6 libsystem_pthread.dylib 0x00007fff8f5a1899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8f5a172a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8f5a5fc9 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff8867de6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f5a2f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8f5a5fb9 start_wqthread + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff8867d716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8f5a3c3b _pthread_cond_wait + 727
2 libgthread-2.0.0.dylib 0x00000001005a98bc g_cond_timed_wait_posix_impl + 143
3 libglib-2.0.0.dylib 0x00000001005b0d33 g_async_queue_pop_intern_unlocked + 184
4 libglib-2.0.0.dylib 0x00000001005fa36b g_thread_pool_thread_proxy + 140
5 libglib-2.0.0.dylib 0x00000001005f8d02 g_thread_create_proxy + 262
6 libsystem_pthread.dylib 0x00007fff8f5a1899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8f5a172a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8f5a5fc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fff76efc310 rcx: 0x00007fff5fbfe9a8 rdx: 0x0000000000000000
rdi: 0x0000000000000d0b rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe9d0 rsp: 0x00007fff5fbfe9a8
r8: 0x000000010a8169f0 r9: 0x000000010a810800 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x000000010152dea0 r13: 0x0000000101551cd4 r14: 0x0000000000000006 r15: 0x00000001015513fe
rip: 0x00007fff8867d866 rfl: 0x0000000000000206 cr2: 0x0000000100639d5c

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

Binary Images:
0x100000000 - 0x100000fff +org.python.python (2.7.6 - 2.7.6) /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
0x100003000 - 0x10016efe7 +org.python.python (2.7.6, [c] 2004-2013 Python Software Foundation. - 2.7.6) <96E177D6-BA68-399D-7325-FAA0DD7247EB> /Library/Frameworks/Python.framework/Versions/2.7/Python
0x1002f0000 - 0x1002f4ff7 +operator.so (???) /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
0x1002fb000 - 0x1002fcff7 +functools.so (???) /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/functools.so
0x100530000 - 0x100532ff7 +locale.so (???) <3E1368BB-D5D3-FC63-188C-B81161DD793A> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/locale.so
0x100536000 - 0x10053afff +struct.so (???) <2B485BCC-8178-BCAB-9340-C8F61AEA14CD> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/struct.so
0x100541000 - 0x10054bfff +glib.so (???) <68E96552-B779-B2C9-D0A2-E49585C15985> /opt/gtk//glib.so
0x100555000 - 0x100556fff +libpyglib-2.0-python2.7.0.dylib (1) <769B560A-D2A3-4FC5-50C1-95B663599CFA> /opt/gtk/
/libpyglib-2.0-python2.7.0.dylib
0x100559000 - 0x100595fe7 +libgobject-2.0.0.dylib (2801.1) /opt/gtk/
/libgobject-2.0.0.dylib
0x1005a8000 - 0x1005aaff7 +libgthread-2.0.0.dylib (2801.1) /opt/gtk/
/libgthread-2.0.0.dylib
0x1005ae000 - 0x100699fff +libglib-2.0.0.dylib (2801.1) <5B508AE0-35C4-E030-26B6-B047EBC78A99> /opt/gtk/
/libglib-2.0.0.dylib
0x1006bc000 - 0x1006c4ff7 +libintl.8.dylib (10.1) /opt/gtk//libintl.8.dylib
0x1006c9000 - 0x1007a6fff +libiconv.2.dylib (8) /opt/gtk//libiconv.2.dylib
0x1007e2000 - 0x1007e5ff7 +strop.so (???) <8DEC35C4-23E0-3B17-262B-0C309B739A0B> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
0x1007ea000 - 0x1007f4fe7 +libpangocairo-1.0.0.dylib (2801.3) <228CBC1F-88A3-06F5-067F-B30F63F9FCFD> /opt/gtk//libpangocairo-1.0.0.dylib
0x1007fc000 - 0x1007fdff7 +libgmodule-2.0.0.dylib (2801.1) <20097027-18E7-98FB-85EA-EC254B24B130> /opt/gtk//libgmodule-2.0.0.dylib
0x101040000 - 0x101056ff7 +gobject.so (???) <5FF440D5-6FAF-FF7F-F11A-77270A522FBF> /opt/gtk//gobject.so
0x101063000 - 0x1011f9fff +gtk.so (???) <9084808C-616F-9CB5-125D-F69C28E38777> /opt/gtk//gtk.so
0x101303000 - 0x101679fef +libgtk-quartz-2.0.0.dylib (2401) <25B8CFFE-DEDE-713E-7669-7799145CAA1F> /opt/gtk/
/libgtk-quartz-2.0.0.dylib
0x101743000 - 0x1017b8fef +libgdk-quartz-2.0.0.dylib (2401) <423C15FD-824D-854C-465B-421AFF41A69A> /opt/gtk/
/libgdk-quartz-2.0.0.dylib
0x1017de000 - 0x1017f4fef +libatk-1.0.0.dylib (3210.1) <33314C14-2C1B-4557-0A3E-20F9F2A0EF1A> /opt/gtk/
/libatk-1.0.0.dylib
0x101801000 - 0x1018e6ff7 +libgio-2.0.0.dylib (2801.1) <9456BC5E-1652-9441-8357-E9F3D31D5CB5> /opt/gtk//libgio-2.0.0.dylib
0x101931000 - 0x101945fff +libgdk_pixbuf-2.0.0.dylib (2201.1) <26EF89C6-3D9C-6717-34C9-9A6DCEBA9F68> /opt/gtk/
/libgdk_pixbuf-2.0.0.dylib
0x10194d000 - 0x101983ff7 +libpango-1.0.0.dylib (2801.3) <0323F975-7A51-48AB-F124-EA2307BB4A4D> /opt/gtk//libpango-1.0.0.dylib
0x101994000 - 0x101a24fef +libcairo.2.dylib (11003.2) <4BD1DB78-401C-3971-02EC-E9C0A60E3FC6> /opt/gtk/
/libcairo.2.dylib
0x101a44000 - 0x101a61fff +libpng14.14.dylib (23) <7A37C238-490C-B4FA-CEA9-E49AB77969CE> /opt/gtk//libpng14.14.dylib
0x101a68000 - 0x101a88fef +libpangoft2-1.0.0.dylib (2801.3) /opt/gtk/
/libpangoft2-1.0.0.dylib
0x101a97000 - 0x101b0bfff +libfreetype.6.dylib (14.1) <6D80E946-E318-E2A3-DB4F-2B2974977F98> /opt/gtk//libfreetype.6.dylib
0x101b1f000 - 0x101b4bff7 +libfontconfig.1.dylib (6.4) <8183B2AE-6DDA-D0C9-148A-3CBD98B092D1> /opt/gtk/
/libfontconfig.1.dylib
0x101b54000 - 0x101bacfef +libpixman-1.0.dylib (21) /opt/gtk//libpixman-1.0.dylib
0x101bbd000 - 0x101bdffef +libexpat.1.dylib (7.2) <6492C691-09A2-ACB7-E9D3-4510161DEB7C> /opt/gtk/
/libexpat.1.dylib
0x101be6000 - 0x101bf2ff7 +cairo.so (???) /opt/gtk//cairo.so
0x101cbf000 - 0x101cf4fff +gio.so (???) <104CB394-167D-8AAD-313A-38AA886C6A23> /opt/gtk//gio.so
0x101d60000 - 0x101d63ff7 +unix.so (???) /opt/gtk/
/unix.so
0x101d69000 - 0x101d7fff7 +pango.so (???) <64251636-5DB0-A854-C6D2-83D5E4D79BD6> /opt/gtk/
/pango.so
0x101d94000 - 0x101dc0fff +atk.so (???) <2DADFE97-D212-301D-AD71-8141411D1BE0> /opt/gtk//atk.so
0x101dd8000 - 0x101ddaff7 +pangocairo.so (???) <0A9C4687-0914-369B-8704-2781EDBD4436> /opt/gtk/
/pangocairo.so
0x101dfd000 - 0x101dfdfff +grp.so (???) <6AB51CA8-FC44-3EC2-606F-1191E65D4A92> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so
0x10308b000 - 0x1030acff7 +libclearlooks.so (???) /opt/gtk/_/libclearlooks.so
0x1030f3000 - 0x1030f5ff7 +time.so (???) <7C461445-A232-C10D-93FA-1F4CB89C770A> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
0x1030fa000 - 0x1030fbfff +cStringIO.so (???) <3EA6E403-FBF2-9935-25CD-0E140C4D6A3E> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
0x103683000 - 0x103687fff +_collections.so (???) /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
0x10368d000 - 0x103694ff7 +itertools.so (???) /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x10369f000 - 0x1036a0ff7 +_heapq.so (???) /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
0x1036e4000 - 0x1036e7fff +select.so (???) <2C7C211D-42BF-D480-745B-51D262D3D3A9> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
0x1036ed000 - 0x1036eeff7 +fcntl.so (???) <8438458E-162B-338C-B0E6-446D5D8E548B> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
0x1036f1000 - 0x1036f4fef +binascii.so (???) /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
0x1036f8000 - 0x1036f9fff +_hashlib.so (???) /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
0x1061c3000 - 0x1061d8ff7 +_io.so (???) <8D347C65-1BDB-F8FE-11A2-B36471A15757> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/io.so
0x1061f0000 - 0x1061f5fe7 +math.so (???) <4269CDF0-ACD4-02EE-E495-7CD5993C93DA> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
0x1061fc000 - 0x1061fdfff +random.so (???) <19B45BA8-B57C-3732-0E64-80FC4146FC23> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/random.so
0x106280000 - 0x106297fff +gtksourceview2.so (???) <817FE90F-B3DA-9A77-3067-06D6D0771A1D> /opt/gtk/
/gtksourceview2.so
0x1062ab000 - 0x1062f9ff7 +libgtksourceview-2.0.0.dylib (1) <62056760-3F53-F780-22B0-5BDA9A6B8F0B> /opt/gtk/
/libgtksourceview-2.0.0.dylib
0x106317000 - 0x10631ffff +libigemacintegration.0.dylib (1) <78C0587A-C1A7-E337-98E3-9F9B5D595641> /opt/gtk/
/libigemacintegration.0.dylib
0x1063a6000 - 0x1063a9fff +multiprocessing.so (???) <0F6F18BB-8E1D-B75B-D448-E67937DB5233> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/multiprocessing.so
0x1063ae000 - 0x1063befff +cPickle.so (???) <1EB80ECA-87E2-745C-E6EA-61DF66DF8548> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so
0x1063ca000 - 0x1063cbff7 +pango-basic-atsui.so (???) <1F792B47-07A8-2C0B-DE81-B8E342762A2B> /opt/gtk/
/pango-basic-atsui.so
0x10669e000 - 0x1066a3fff +array.so (???) <8B605F47-04D1-A508-FF88-45F843C64496> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
0x108675000 - 0x108683ff7 +datetime.so (???) <34DD64E5-F06A-F839-8B55-6AF9B01463F4> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
0x1087d2000 - 0x1087d4ff7 +libpixbufloader-png.so (???) /opt/gtk/
/libpixbufloader-png.so
0x7fff66118000 - 0x7fff6614b817 dyld (239.3) /usr/lib/dyld
0x7fff85a0f000 - 0x7fff85afefff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff85bcf000 - 0x7fff85c39ff7 com.apple.framework.IOKit (2.0.1 - 907.1.13) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff85c3a000 - 0x7fff85c8bff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff85c8c000 - 0x7fff85cc5ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff85cc6000 - 0x7fff85ceffff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff85cf0000 - 0x7fff85fbeff4 com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff85fbf000 - 0x7fff85fc6fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff85fc7000 - 0x7fff860aeff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff860b9000 - 0x7fff860c5ff3 com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff86124000 - 0x7fff86129ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff86741000 - 0x7fff86742ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff86796000 - 0x7fff8679ffff com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff86cfa000 - 0x7fff86d22ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff86d60000 - 0x7fff86dc3ff7 com.apple.SystemConfiguration (1.13 - 1.13) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff872cd000 - 0x7fff872d1fff libsystem_stats.dylib (93.1.26) /usr/lib/system/libsystem_stats.dylib
0x7fff872d2000 - 0x7fff872ebff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8757e000 - 0x7fff8757efff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8757f000 - 0x7fff87650ff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff87664000 - 0x7fff87695fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff87696000 - 0x7fff876a4fff com.apple.CommerceCore (1.0 - 42) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff876d4000 - 0x7fff876d7fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff876d8000 - 0x7fff876e5fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff876e6000 - 0x7fff877d7ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff877d8000 - 0x7fff877e3ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff878df000 - 0x7fff87b89ffd com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff87b8a000 - 0x7fff87cf8ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff87cf9000 - 0x7fff87cfbffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff87cfc000 - 0x7fff87de6fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff87f4e000 - 0x7fff87f60fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff88098000 - 0x7fff8810bffb com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8810f000 - 0x7fff88120ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff8812d000 - 0x7fff88131fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff883bb000 - 0x7fff88414fff libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff88415000 - 0x7fff8841ffff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff88420000 - 0x7fff88423ff7 libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
0x7fff88615000 - 0x7fff88667fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff88668000 - 0x7fff88684ff7 libsystem_kernel.dylib (2422.1.72) /usr/lib/system/libsystem_kernel.dylib
0x7fff88685000 - 0x7fff88689ff7 libGIF.dylib (1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff888fc000 - 0x7fff888fdfff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff88c3b000 - 0x7fff88c89fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff88cb1000 - 0x7fff88cc9ff7 com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff88cca000 - 0x7fff88d09fff libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff88d15000 - 0x7fff88d1fff7 com.apple.CrashReporterSupport (10.9 - 538) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff88d3f000 - 0x7fff88d3ffff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff88d40000 - 0x7fff88d71ff7 libTrueTypeScaler.dylib (111.1) <697E72D0-8D79-3BB7-8AF5-46875AC9A4BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff88d73000 - 0x7fff88dd7ff3 com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff896a3000 - 0x7fff896bdfff libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
0x7fff89902000 - 0x7fff89906fff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff89907000 - 0x7fff8992fffb libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff89930000 - 0x7fff89940fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff89f25000 - 0x7fff89f5affc com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff89f5b000 - 0x7fff89f66fff libkxld.dylib (2422.1.72) /usr/lib/system/libkxld.dylib
0x7fff89f67000 - 0x7fff89f67ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff89fc5000 - 0x7fff89fc8fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff89fc9000 - 0x7fff89fdbff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff89fdc000 - 0x7fff8a02afff com.apple.opencl (2.3.57 - 2.3.57) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8a04a000 - 0x7fff8a057ff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8a058000 - 0x7fff8a2b0ff1 com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8a2b8000 - 0x7fff8a30bfff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8a387000 - 0x7fff8a3c9ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff8a3fa000 - 0x7fff8a3fcff3 libsystem_configuration.dylib (596.12) /usr/lib/system/libsystem_configuration.dylib
0x7fff8a3fd000 - 0x7fff8a44aff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8a44b000 - 0x7fff8a451ff7 libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
0x7fff8a452000 - 0x7fff8a459ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
0x7fff8a45a000 - 0x7fff8a45dffc com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8a61a000 - 0x7fff8a661ff7 libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
0x7fff8a7bf000 - 0x7fff8a7bffff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a804000 - 0x7fff8a828ff7 libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8a829000 - 0x7fff8a82dff7 libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
0x7fff8a8f0000 - 0x7fff8a90cfff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8a90d000 - 0x7fff8a9fbfff libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8a9fc000 - 0x7fff8aa09ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff8aa10000 - 0x7fff8aa10ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff8aa11000 - 0x7fff8ab81ff6 com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8ab92000 - 0x7fff8aba2ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff8aba3000 - 0x7fff8abaafff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8abab000 - 0x7fff8ac36fff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib
0x7fff8ac61000 - 0x7fff8ac66fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8ac67000 - 0x7fff8aca1ff3 com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8ad02000 - 0x7fff8ad6ffff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8ad70000 - 0x7fff8ae39fff com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8ae3a000 - 0x7fff8ae3afff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8aeac000 - 0x7fff8aeadffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8aeae000 - 0x7fff8aeb0fff libCVMSPluginSupport.dylib (9.0.83) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8af48000 - 0x7fff8af4aff7 com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8af4b000 - 0x7fff8af58ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff8af59000 - 0x7fff8af61ffc libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8b21d000 - 0x7fff8b221ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8b604000 - 0x7fff8b734ff7 com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8b78d000 - 0x7fff8b78eff7 libsystem_sandbox.dylib (278.10) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8b78f000 - 0x7fff8b79dfff com.apple.opengl (9.0.83 - 9.0.83) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8b79e000 - 0x7fff8b79effd com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8b9f1000 - 0x7fff8b9f2fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8b9f3000 - 0x7fff8ba7cff7 libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
0x7fff8ba7d000 - 0x7fff8bd51fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8beed000 - 0x7fff8beeeff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8beef000 - 0x7fff8ca63ff7 com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8ca64000 - 0x7fff8cc49ff7 com.apple.CoreFoundation (6.9 - 855.11) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8ccfe000 - 0x7fff8cd00fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8cd01000 - 0x7fff8cd10ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8cd24000 - 0x7fff8cd3bfff com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8cde0000 - 0x7fff8ce0fff5 com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8ce42000 - 0x7fff8ce4dfff libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8ce63000 - 0x7fff8cebbff7 com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8cec0000 - 0x7fff8cf2fff1 com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8cf30000 - 0x7fff8cfbcff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8d0f4000 - 0x7fff8d10fff7 libPng.dylib (1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8d110000 - 0x7fff8d140fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8d1eb000 - 0x7fff8d217ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff8d218000 - 0x7fff8d21fff7 liblaunch.dylib (842.1.4) /usr/lib/system/liblaunch.dylib
0x7fff8d220000 - 0x7fff8d3d8ff3 libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
0x7fff8d436000 - 0x7fff8dd5205f com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8dd9d000 - 0x7fff8e09cfff com.apple.Foundation (6.9 - 1056) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8e09d000 - 0x7fff8e09dfff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8e09e000 - 0x7fff8e23aff7 com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8e23b000 - 0x7fff8e262ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff8e384000 - 0x7fff8e765ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8e770000 - 0x7fff8e776fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff8e777000 - 0x7fff8e778ff7 libodfde.dylib (20) /usr/lib/libodfde.dylib
0x7fff8e779000 - 0x7fff8e829ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8e878000 - 0x7fff8e89dff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8e89e000 - 0x7fff8e89ffff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff8e8a0000 - 0x7fff8e8b9ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8e8d5000 - 0x7fff8e8dfff7 libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
0x7fff8e8e0000 - 0x7fff8e90cfff com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8e90d000 - 0x7fff8e968ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8e969000 - 0x7fff8eb16f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff8eb55000 - 0x7fff8eb5dff3 libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8eb5e000 - 0x7fff8eb5fff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff8eb60000 - 0x7fff8eb68ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8eb69000 - 0x7fff8eb90ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff8ebe3000 - 0x7fff8ec9bff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8ec9c000 - 0x7fff8eca5ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
0x7fff8ecae000 - 0x7fff8ecb1ffa libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8ece1000 - 0x7fff8ef29fff com.apple.CoreData (107 - 481) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8efc3000 - 0x7fff8efecff7 libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
0x7fff8efed000 - 0x7fff8f057ff3 libType1Scaler.dylib (112) <54CFD2AA-4B07-3804-9E9B-29BA7BD6BA74> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x7fff8f091000 - 0x7fff8f0d6ff7 libcurl.4.dylib (78) /usr/lib/libcurl.4.dylib
0x7fff8f0d7000 - 0x7fff8f0fcff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8f0fd000 - 0x7fff8f121fff libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
0x7fff8f122000 - 0x7fff8f13dff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8f49a000 - 0x7fff8f59ffff com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8f5a0000 - 0x7fff8f5a7ff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff8f5a8000 - 0x7fff8f5b2ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8f76b000 - 0x7fff8f76cff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff8f7a8000 - 0x7fff8f7b0fff libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8f814000 - 0x7fff8f8a3fff com.apple.Metadata (10.7.0 - 800.12.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff90c84000 - 0x7fff90d0dfff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff90d3f000 - 0x7fff90e01ff1 com.apple.CoreText (352.0 - 367.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff90e02000 - 0x7fff90e02fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff90e03000 - 0x7fff90e05ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff90f7a000 - 0x7fff90fa9fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff90faa000 - 0x7fff91075fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff91121000 - 0x7fff9112cff7 com.apple.DirectoryService.Framework (10.9 - 173.1.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff9112d000 - 0x7fff911f0ff7 com.apple.backup.framework (1.5.1 - 1.5.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff911f1000 - 0x7fff9122fff7 libGLImage.dylib (9.0.83) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff91230000 - 0x7fff912b0fff com.apple.CoreSymbolication (3.0 - 141) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff912c2000 - 0x7fff912d3ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff914e6000 - 0x7fff9151afff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib
0x7fff917aa000 - 0x7fff917b3fff com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff919a4000 - 0x7fff91a83fff libcrypto.0.9.8.dylib (50) /usr/lib/libcrypto.0.9.8.dylib
0x7fff91a85000 - 0x7fff91eb8ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff91eb9000 - 0x7fff91ebefff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff91f01000 - 0x7fff91f65ff9 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff91f66000 - 0x7fff91f88fff com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff91f89000 - 0x7fff91f95ff7 com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff91f96000 - 0x7fff91fdbff6 com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff92080000 - 0x7fff9209bff7 libsystem_malloc.dylib (23.1.10) /usr/lib/system/libsystem_malloc.dylib
0x7fff920a2000 - 0x7fff920a5fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff920a6000 - 0x7fff920a8fff libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff92426000 - 0x7fff9249dfff com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9249e000 - 0x7fff924e5fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff924e6000 - 0x7fff924feff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff9252d000 - 0x7fff92680ff7 com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff926c2000 - 0x7fff926f1fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff926fb000 - 0x7fff9273cfff com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff9273d000 - 0x7fff92821fff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff92835000 - 0x7fff92838ff7 com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff9302e000 - 0x7fff93066ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff93067000 - 0x7fff93351fff com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 28558
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=175.9M resident=165.4M(94%) swapped_out_or_unallocated=10.6M(6%)
Writable regions: Total=169.1M written=14.5M(9%) resident=27.5M(16%) swapped_out=316K(0%) unallocated=141.5M(84%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 33.0M
ATS (font support) (reserved) 4K reserved VM address space (unallocated)
CG backing stores 5832K
CG image 8K
CG raster data 48K
CG shared images 180K
Dispatch continuations 16.0M
Kernel Alloc Once 8K
MALLOC 83.9M
MALLOC (admin) 32K
Memory Tag 242 12K
STACK GUARD 56.0M
Stack 13.1M
VM_ALLOCATE 16.3M
__DATA 21.0M
__IMAGE 528K
__LINKEDIT 69.3M
__TEXT 106.7M
__UNICODE 544K
mapped file 62.1M
shared memory 4K
=========== =======
TOTAL 484.5M
TOTAL, minus reserved VM space 484.5M

Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM256E, 251 GB
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

@temon
Copy link

temon commented Jul 17, 2014

dont forget to link the meld :)

@umar-ayaz
Copy link

I am using mac os 10.9. Problem is when in the root folder of project when i run the line meld . it give me this error .
And I also added the line export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH in my /.bashrc file ...
Error :
Couldn't bind the translation domain. Some translations won't work.
'module' object has no attribute 'bindtextdomain'
/usr/local/lib/python2.7/site-packages/gtk-2.0/gtk/init.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/usr/local/Cellar/meld/1.8.5/libexec/bin/meld:155: GtkWarning: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
Traceback (most recent call last):
File "/usr/local/Cellar/meld/1.8.5/libexec/bin/meld", line 155, in
gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
AttributeError: 'NoneType' object has no attribute 'append_search_path'

@insidersabroad
Copy link

@umar-ayaz Im having the exact same problem. Did you find a solution yet ?

@postmart
Copy link

postmart commented Oct 3, 2014

@umar-ayaz, @insidersabroad
i have the same issue. did you manage to solve it?

thanks

@sanethd
Copy link

sanethd commented Nov 20, 2014

@yousseb
Copy link

yousseb commented Dec 30, 2014

I just made this:
https://github.com/yousseb/meld/releases/tag/osx-v1

No XQuartz and install right from a DMG file...

Enjoy..

@johnwrf
Copy link

johnwrf commented Jan 30, 2015

@yousseb
Thanks so much ! Your meld.dmg is very very helpful. FYI, I have been using DiffMerge for mac and that works very well.

It took a bit to configure the filters for Meld... like removing .svn .target *.class etc etc.

In general DiffMerge behaves more like a normal Mac app and provides a more condensed results window. Meld uses a different file picker, and shows all folders along with difference results. So if I have 400 folders and two changes, DiffMerge just shows two lines, one for each different file, while Meld shows all the folders and down the list, I would find the two different files.

Also, the color coding on Meld is nicer.

Anyways ... thanks again !

John

@p1nox
Copy link
Author

p1nox commented Mar 15, 2015

Great dmg @yousseb!

Update: For those who have problems in newer versions Homebrew/legacy-homebrew#36824

If you try:

$ brew install meld
Error: No available formula for meld 
Searching formulae...
Searching taps...`

Instead try:

$ brew install homebrew/x11/meld

@rianniello
Copy link

Thanks for the dmg @yousseb, very useful.

@mauhiz
Copy link

mauhiz commented Oct 20, 2015

python crashes for me too!

@brain64bit
Copy link

Well the dmg version works smoothly on Yosemite thanks @yousseb

@ricktao
Copy link

ricktao commented Oct 22, 2015

Need to install Xcode and do "xcode-select --install" before you can do "brew install".

@vishaldeepak
Copy link

python crashes for me

@GusGA
Copy link

GusGA commented Mar 3, 2016

@p1nox Do you can update the brew install line for brew install homebrew/gui/meld ?

@NKjoep
Copy link

NKjoep commented Jul 5, 2016

any chance to increase the font size? Do you guys know how to do that?

@nbtk123
Copy link

nbtk123 commented Sep 8, 2016

Launched successfully

@trumbitta
Copy link

👍 for the font size issue.

I seem to recall that some time ago you used to have some way to configure gtk properties for all the gtk-based applications.

@okutane
Copy link

okutane commented May 22, 2017

I guess it's brew install caskroom/cask/meld now.

@trumbitta
Copy link

In case you are on High Sierra and having

frozen: ImportError
Cannot import: GTK+
dlopen(/Applications/Meld.app/Contents/Resources/lib/python2.7/gi/_gi.so, 2): Symbol not found: _inflateValidate
  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  Expected in: /Applications/Meld.app/Contents/Frameworks/libz.1.dylib
 in /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

See: yousseb/meld#51

@alexandre1202
Copy link

alexandre1202 commented Jul 14, 2018

I have just managed to install and lauch meld with the following steps:
$ brew tap homebrew/cask
$ brew cask install meld

image
Thank you @p1nox for the gist!

@wences-dc-uba-ar
Copy link

In case you are on High Sierra and having

frozen: ImportError
Cannot import: GTK+
dlopen(/Applications/Meld.app/Contents/Resources/lib/python2.7/gi/_gi.so, 2): Symbol not found: _inflateValidate
  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  Expected in: /Applications/Meld.app/Contents/Frameworks/libz.1.dylib
 in /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

See: yousseb/meld#51

Worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment