Hi Björn,
> I have uploaded a new snapshot of MacVim.app to:
>
> http://code.google.com/p/macvim/wiki/Snapshot
I normally build MacVim from source; however I was on a machine
without the developer tools and so I downloaded this snapshot instead.
I have a crash to report - see the attached file
(macvim-snapshot41-crash.txt) for the details.
For me to reproduce the crash, I just create a new file, enter some
text, then save the file. At that point vim will crash. Based upon
the stack trace, the crash occurs within my_iconv_open():
8 dyld 0x8fe18c2f stub_binding_helper_interface2 + 21
9 Vim 0x000b5c73 my_iconv_open + 73
I don't have debugging symbols for the snapshot, but its easy enough
to reconstruct the assembly and derive that the problem is at line
3210 of src/mbyte.c -
3210 fd = iconv_open((char *)enc_skip(to), (char *)enc_skip(from));
Based on the libraries listed in the crash log, libiconv is nowhere to
be seen - hence the crash. The dynamic loader isn't resolving the
imports.
I went to my developer machine and built myself snapshot 41 then
tested. There was no crash. On this same machine, I tried your build
of snapshot 41 - the same crash.
Taking a look and the vim binary that I built shows that libiconv gets
resolved, hence it works -
$ cd /Applications/MacVim.app/Contents/MacOS
$ otool -L Vim
...
/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
...
Running otool against the Vim binary from snapshot 41 shows no
reference to libiconv.
So, something is not quite right with snapshot 41. BTW, I've tried
this on two machines, both Intel Macs at 10.5.6.
Also, I have a "set encoding=utf-8" in my vimrc. I'm unsure if that
is relevant to the crash.
Let me know if you would like more information.
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
Process: Vim [4598]
Path:
/Volumes/Storage/Downloads/MacVim-snapshot-41/MacVim.app/Contents/MacOS/Vim
Identifier: Vim
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: MacVim [4596]
Date/Time: 2009-01-12 19:48:42.532 +1100
OS Version: Mac OS X 10.5.6 (9G55)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 libSystem.B.dylib 0x945e1e42 __kill + 10
1 Vim 0x000d8e79 may_core_dump + 67
2 Vim 0x000da0af mch_exit + 158
3 Vim 0x000822f4 getout + 49
4 Vim 0x000a9e3b preserve_exit + 176
5 Vim 0x000d9088 deathtrap + 367
6 libSystem.B.dylib 0x945e02bb _sigtramp + 43
7 ??? 0xffffffff 0 + 4294967295
8 dyld 0x8fe18c2f
stub_binding_helper_interface2 + 21
9 Vim 0x000b5c73 my_iconv_open + 73
10 Vim 0x000b5ea6 convert_setup + 427
11 Vim 0x00025fc4 f_strftime + 176
12 Vim 0x0002eacc call_func + 3663
13 Vim 0x00032213 get_func_tv + 229
14 Vim 0x00030bf5 eval7 + 4121
15 Vim 0x00030e4a eval6 + 45
16 Vim 0x00031188 eval5 + 294
17 Vim 0x00031492 eval4 + 43
18 Vim 0x00031d93 eval3 + 29
19 Vim 0x00031ed4 eval1 + 36
20 Vim 0x00035571 ex_execute + 131
21 Vim 0x00053ccf do_one_cmd + 11485
22 Vim 0x00054948 do_cmdline + 2264
23 Vim 0x0002e6d0 call_func + 2643
24 Vim 0x00032213 get_func_tv + 229
25 Vim 0x00034335 ex_call + 370
26 Vim 0x00053ccf do_one_cmd + 11485
27 Vim 0x00054948 do_cmdline + 2264
28 Vim 0x0006851e apply_autocmds_group + 1289
29 Vim 0x00068b2e apply_autocmds_exarg + 40
30 Vim 0x00068ee0 buf_write + 940
31 Vim 0x0003d131 do_write + 1173
32 Vim 0x0003d24e ex_write + 65
33 Vim 0x00053ccf do_one_cmd + 11485
34 Vim 0x00054948 do_cmdline + 2264
35 Vim 0x000bc432 nv_colon + 208
36 Vim 0x000c0594 normal_cmd + 3167
37 Vim 0x00082068 main_loop + 1056
38 Vim 0x00085e24 main + 6024
39 Vim 0x000024a2 _start + 216
40 Vim 0x000023c9 start + 41
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x000d8e47 ecx: 0x00388c2c edx: 0x945e1e42
edi: 0x00000003 esi: 0x00000005 ebp: 0x00388c48 esp: 0x00388c2c
ss: 0x0000001f efl: 0x00000206 eip: 0x945e1e42 cs: 0x00000007
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0xffe17d90
Binary Images:
0x1000 - 0x16dfe3 +Vim ??? (???) <0a108caa5ac7487786180d54bcc5b90d>
/Volumes/Storage/Downloads/MacVim-snapshot-41/MacVim.app/Contents/MacOS/Vim
0x1b3000 - 0x257fe3 org.python.python 2.3.5 a (2.3.5 a)
<be828bed7958568051a4764b2a0218cd>
/System/Library/Frameworks/Python.framework/Versions/2.3/Python
0x298000 - 0x335ffb libruby.1.dylib ??? (???)
<bf28599e1ca8de35546083fa05758cf8> /usr/lib/libruby.1.dylib
0x605000 - 0x606fe1 com.apple.textencoding.unicode 2.2 (2.2)
<542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode
Encodings.bundle/Contents/MacOS/Unicode Encodings
0x637000 - 0x638ff3 ATSHI.dylib ??? (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5>
/usr/lib/dyld
0x90003000 - 0x903a0fef com.apple.QuartzCore 1.5.7 (1.5.7)
<2fed2dd7565c84a0f0c608d41d4d172c>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x903c0000 - 0x903dfffa libJPEG.dylib ??? (???)
<e7eb56555109e23144924cd64aa8daec>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x903e0000 - 0x903e0fff com.apple.Carbon 136 (136)
<98a5e3bc0c4fa44bbb09713bb88707fe>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x903e1000 - 0x906bbff3 com.apple.CoreServices.CarbonCore 786.10 (786.10)
<ec35bb05f67fe0e828d49dda88bbf6d7>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x906bc000 - 0x906bcff8 com.apple.ApplicationServices 34 (34)
<8f910fa65f01d401ad8d04cc933cf887>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x906bd000 - 0x906c7feb com.apple.audio.SoundManager 3.9.2 (3.9.2)
<0f2ba6e891d3761212cf5a5e6134d683>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9071b000 - 0x9071bffa com.apple.CoreServices 32 (32)
<2fcc8f3bd5bbfc000b476cad8e6a3dd2>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90751000 - 0x908a3ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x908a4000 - 0x908a6ff5 libRadiance.dylib ??? (???)
<8a844202fcd65662bb9ab25f08c45a62>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x908ad000 - 0x909e5ff7 libicucore.A.dylib ??? (???)
<18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
0x90a59000 - 0x90a59ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90a7f000 - 0x90c4dff3 com.apple.security 5.0.4 (34102)
<55dda7486df4e8e1d61505be16f83a1c>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x90c5e000 - 0x90c5effb com.apple.installserver.framework 1.0 (8)
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x90c5f000 - 0x90c67fff com.apple.DiskArbitration 2.2.1 (2.2.1)
<75b0c8d8940a8a27816961dddcac8e0f>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90c68000 - 0x90c80fff com.apple.openscripting 1.2.8 (???)
<572c7452d7e740e8948a5ad07a99602b>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x90cd3000 - 0x90d30ffb libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x90d31000 - 0x90d6fff7 libGLImage.dylib ??? (???)
<1123b8a48bcbe9cc7aa8dd8e1a214a66>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x90d70000 - 0x90d77fe9 libgcc_s.1.dylib ??? (???)
<f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x90d78000 - 0x90d79ffc libffi.dylib ??? (???)
<a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x90d7a000 - 0x90dcbff7 com.apple.HIServices 1.7.0 (???)
<01b690d1f376e400ac873105533e39eb>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90df5000 - 0x90df5ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90ec0000 - 0x90ec9fff com.apple.speech.recognition.framework 3.7.24 (3.7.24)
<d3180f9edbd9a5e6f283d6156aa3c602>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x90eca000 - 0x90f23ff7 libGLU.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90f24000 - 0x91009ff3 com.apple.CoreData 100.1 (186)
<8e28162ef2288692615b52acc01f8b54>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x91662000 - 0x91699fff com.apple.SystemConfiguration 1.9.2 (1.9.2)
<01426a38ba44efa5d448daef8b3e9941>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9169a000 - 0x91717fef libvMisc.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91767000 - 0x9180efeb com.apple.QD 3.11.54 (???)
<b743398c24c38e581a86e91744a2ba6e>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9180f000 - 0x91813fff libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x91814000 - 0x91843fe3 com.apple.AE 402.2 (402.2)
<e01596187e91af5d48653920017b8c8e>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91844000 - 0x918a0ff7 com.apple.htmlrendering 68 (1.1.3)
<fe87a9dede38db00e6c8949942c6bd4f>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91971000 - 0x91971ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x91972000 - 0x919effeb com.apple.audio.CoreAudio 3.1.1 (3.1.1)
<f35477a5e23db0fa43233c37da01ae1c>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x919f0000 - 0x91b23fff com.apple.CoreFoundation 6.5.5 (476.17)
<4a70c8dbb582118e31412c53dc1f407f>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x91b24000 - 0x91ff5f3e libGLProgrammability.dylib ??? (???)
<5d283543ac844e7c6fa3440ac56cd265>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x91ff6000 - 0x920d6fff libobjc.A.dylib ??? (???)
<7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x924cf000 - 0x92562fff com.apple.ink.framework 101.3 (86)
<bf3fa8927b4b8baae92381a976fd2079>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92563000 - 0x926a9ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4)
<6a6623d3d1a7292b5c3763dcd108b55f>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x92759000 - 0x927ecff3 com.apple.ApplicationServices.ATS 3.4 (???)
<8c51de0ec3deaef416578cd59df38754>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x927ed000 - 0x92af5fff com.apple.HIToolbox 1.5.4 (???)
<3747086ba21ee419708a5cab946c8ba6>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92af6000 - 0x92b70ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3)
<222dade7b33b99708b8c09d1303f93fc>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x92bef000 - 0x92c9ffff edu.mit.Kerberos 6.0.12 (6.0.12)
<685cc018c133668d0d3ac6a1cb63cff9>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92ce3000 - 0x92d10feb libvDSP.dylib ??? (???)
<b232c018ddd040ec4e2c2af632dd497f>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x92dc0000 - 0x92e4cff7 com.apple.LaunchServices 290.3 (290.3)
<6f9629f4ed1ba3bb313548e6838b2888>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92e4d000 - 0x92e52fff com.apple.CommonPanels 1.2.4 (85)
<ea0665f57cd267609466ed8b2b20e893>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92e53000 - 0x92e82ff7 libncurses.5.4.dylib ??? (???)
<3b2ac2ca8190942b6b81d2a7012ea859> /usr/lib/libncurses.5.4.dylib
0x92e83000 - 0x92f4efff com.apple.ColorSync 4.5.1 (4.5.1)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x92f4f000 - 0x92f64ffb com.apple.ImageCapture 5.0.1 (5.0.1)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92f65000 - 0x92ff0fff com.apple.framework.IOKit 1.5.1 (???)
<f9f5f0d070e197a832d86751e1d44545>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x940ae000 - 0x9414bffc com.apple.CFNetwork 422.11 (422.11)
<2780dfc3d2186195fccb3634bfb0944b>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9414c000 - 0x9418bfef libTIFF.dylib ??? (???)
<3589442575ac77746ae99ecf724f5f87>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x941d1000 - 0x94213fef com.apple.NavigationServices 3.5.2 (163)
<d3a7c9720479eed8ea35703125303871>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94573000 - 0x946daff3 libSystem.B.dylib ??? (???)
<d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
0x94712000 - 0x9479cfef com.apple.DesktopServices 1.4.7 (1.4.7)
<7898a0f2a46fc7d8887b041bc23e3811>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9479d000 - 0x9481cff5 com.apple.SearchKit 1.2.1 (1.2.1)
<3140a605db2abf56b237fa156a08b28b>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94829000 - 0x948e3fe3 com.apple.CoreServices.OSServices 226.5 (226.5)
<25243fd02dc5d4f4cc5780f6b2f6fe26>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x948e4000 - 0x948e7fff com.apple.help 1.1 (36)
<b507b08e484cb89033e9cf23062d77de>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x948e8000 - 0x94922fe7 com.apple.coreui 1.2 (62)
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x94930000 - 0x94937ffe libbsm.dylib ??? (???)
<d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x94978000 - 0x94a3fff2 com.apple.vImage 3.0 (3.0)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x94a46000 - 0x94a56fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1)
<5171726062da2bd3c6b8b58486c7777a>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x94a57000 - 0x94b09ffb libcrypto.0.9.7.dylib ??? (???)
<69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x94b28000 - 0x94b46fff libresolv.9.dylib ??? (???)
<b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
0x94dec000 - 0x94decff8 com.apple.Cocoa 6.5 (???)
<e064f94d969ce25cb7de3cfb980c3249>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94ded000 - 0x94dfdffc com.apple.LangAnalysis 1.6.4 (1.6.4)
<8b7831b5f74a950a56cf2d22a2d436f6>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x94dfe000 - 0x94e0cffd libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x94e0d000 - 0x94e19ffe libGL.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94efc000 - 0x94f12fff com.apple.DictionaryServices 1.0.0 (1.0.0)
<ad0aa0252e3323d182e17f50defe56fc>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x94f13000 - 0x94f13ffc com.apple.audio.units.AudioUnit 1.5 (1.5)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9517e000 - 0x95184fff com.apple.print.framework.Print 218.0.2 (220.1)
<8bf7ef71216376d12fcd5ec17e43742c>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95185000 - 0x95190fe7 libCSync.A.dylib ??? (???)
<e6aceed359bd228f42bc1246af5919c9>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9522b000 - 0x95246ffb libPng.dylib ??? (???)
<4780e979d35aa5ec2cea22678836cea5>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x95247000 - 0x952a1ff7 com.apple.CoreText 2.0.3 (???)
<1f1a97273753e6cfea86c810d6277680>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x952a2000 - 0x95aa0fef com.apple.AppKit 6.5.6 (949.43)
<a3a300499bbe4f1dfebf71d752d01916>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95aa1000 - 0x95b82ff7 libxml2.2.dylib ??? (???)
<c65c902ca6afc1b4cf68b90cff921cc5> /usr/lib/libxml2.2.dylib
0x95b83000 - 0x95b90fe7 com.apple.opengl 1.5.9 (1.5.9)
<7e5048a2677b41098c84045305f42f7f>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x95bf8000 - 0x96008fef libBLAS.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x96009000 - 0x9601ffe7 com.apple.CoreVideo 1.5.1 (1.5.1)
<001910004257f1386724398f584b30b5>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x96020000 - 0x96022fff com.apple.securityhi 3.0 (30817)
<2b2854123fed609d1820d2779e2e0963>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x96023000 - 0x966c3fff com.apple.CoreGraphics 1.407.2 (???)
<3a91d1037afde01d1d8acdf9cd1caa14>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x966c4000 - 0x9693ffe7 com.apple.Foundation 6.5.7 (677.22)
<8fe77b5d15ecdae1240b4cb604fc6d0b>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x96940000 - 0x96968fff libcups.2.dylib ??? (???)
<81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
0x96969000 - 0x9698dfff libxslt.1.dylib ??? (???)
<0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x96a83000 - 0x96e41fea libLAPACK.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x96e42000 - 0x96e6dfe7 libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x96eab000 - 0x96ef4fef com.apple.Metadata 10.5.2 (398.25)
<e0572f20350523116f23000676122a8d>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x96ef5000 - 0x96ef9fff libGIF.dylib ??? (???)
<572a32e46e33be1ec041c5ef5b0341ae>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96efa000 - 0x96f81ff7 libsqlite3.0.dylib ??? (???)
<6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???)
<7b0248c392848338f5d6ed093313eeef>
/System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib