by robbertvandepoel on 08 Oct 2011, 11:04
I have the similar (if not to say the exact same) problem. I bought MixVibes Cross Pack (1.6.0) and installed it (with no install history of other mixvibes software) on my iMac with OS X 10.5.8. When starting the Cross application, it shows up (first the small splashscreen, followed by the main screen) then the "wait" cursor shows up while the program is not saying wat it is doing or waiting for. Then it suddenly crashes (say two seconds after having started the program) and I get the message saying the program stopped unexpectedly. The details of the exception log are (far) below.
Note:
1) there is NO folder ~/library/MixVibes etc (maybe that's the problem? can't create it manually, though)
2) tried renaming the iTunes xml files (read in other forums that that could be associated with the problem) but also no effect
3) tried (re)installing but also no effect
4) the log (see far below) states that the thread (0) that crashed did so at "0x00b4a42c babylon::Localisation::setCurrentLanguage(babylon::Language const&) + 140" so something with language settings
5) when I run Cross console from the content inside the package, I get the log "Bus error" below
/Applications/Cross\ 1.6.0.app/Contents/MacOS/Cross ; exit;
imac-van-robbert-van-de-poel-3:~ shared$ /Applications/Cross\ 1.6.0.app/Contents/MacOS/Cross ; exit;
1.6.0
1.6.0
ippcore.a5.3 Update 4 build 85.385385484
dlopen(libCrossWire.so, 1): image not found
dlopen(./libCrossWire.so, 1): image not found
Release
Elastique v0.0 Feb 25 2009
Elastique v0.0 Feb 25 2009
Bus error
logout
6) on the Windows dual boot on the same machine, Cross works just fine! I want to run from Mac though, since I want to use the iTunes integration or otherwise constantly need to copy files from iTunes to windows which I obviously don'y want.
Error Log Details Below:
Process: Cross [260]
Path: /Applications/Cross 1.6.0.app/Contents/MacOS/Cross
Identifier: com.mixvibes.Cross
Version: 1.6.0 (1.6.0)
Code Type: X86 (Native)
Parent Process: launchd [75]
Interval Since Last Report: 73238 sec
Crashes Since Last Report: 6
Per-App Interval Since Last Report: 58 sec
Per-App Crashes Since Last Report: 5
Date/Time: 2011-08-23 12:35:33.816 +0200
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Anonymous UUID: 5C3141F9-A80E-45BF-9913-E435CC16FBF7
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
Crashed Thread: 0
Thread 0 Crashed:
0 com.mixvibes.Cross 0x00b4a42c babylon::Localisation::setCurrentLanguage(babylon::Language const&) + 140
1 com.mixvibes.Cross 0x0007f4a8 mixvibes::ProgramEditor::settingChanged(settings::SettingsManager const*, int) + 136
2 com.mixvibes.Cross 0x00b44789 settings::SettingsManager::notifyChange(int) + 137
3 com.mixvibes.Cross 0x00b44e69 settings::SettingsManager::propertyValueChanged(settings::PropertyValue const*, int) + 105
4 com.mixvibes.Cross 0x00b40d09 settings::PropertyValue::notifyChange(int) + 105
5 com.mixvibes.Cross 0x00b4133a settings::PropertyValue::operator=(settings::PropertyValue const&) + 106
6 com.mixvibes.Cross 0x00b42953 settings::SettingInfo::setValue(settings::PropertyValue const&) + 51
7 com.mixvibes.Cross 0x00b44b72 settings::SettingsManager::setValueOf(int, settings::PropertyValue const&, bool) + 114
8 com.mixvibes.Cross 0x0007315c mixvibes::MixVibesProgram::firstRunCallback() + 188
9 com.mixvibes.Cross 0x00a073d4 program::Program::MainWindowApplication::initialise(juce::StringArray const&) + 548
10 com.mixvibes.Cross 0x0142d84f juce::JUCEApplication::main(juce::StringArray&, juce::JUCEApplication*) + 175
11 com.mixvibes.Cross 0x0142da7f juce::JUCEApplication::main(int, char**, juce::JUCEApplication*) + 47
12 com.mixvibes.Cross 0x00a08710 program::Program::startProgramApplication(program::Program::ApplicationKind) + 320
13 com.mixvibes.Cross 0x00a08288 program::Program::run(juce::StringArray const&) + 696
14 com.mixvibes.Cross 0x00a083ef program::Program::run(int, char**) + 47
15 com.mixvibes.Cross 0x0006bd5f main + 175
16 com.mixvibes.Cross 0x0006ba6d _start + 208
17 com.mixvibes.Cross 0x0006b99c start + 40
Thread 1:
0 libSystem.B.dylib 0x96e7d2ae semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x96eaf2c6 _pthread_cond_wait + 1267
2 libSystem.B.dylib 0x96ef4539 pthread_cond_wait + 48
3 com.mixvibes.Cross 0x013f8fcf juce::WaitableEvent::wait(int) const + 159
4 com.mixvibes.Cross 0x0142171b juce::Thread::wait(int) const + 27
5 com.mixvibes.Cross 0x0144e17b juce::(anonymous namespace)::MessageQueueThread::run() + 267
6 com.mixvibes.Cross 0x01421a14 juce::Thread::threadEntryPoint(juce::Thread*) + 276
7 com.mixvibes.Cross 0x013f90a1 juce::threadEntryProc(void*) + 17
8 libSystem.B.dylib 0x96eae155 _pthread_start + 321
9 libSystem.B.dylib 0x96eae012 thread_start + 34
Thread 2:
0 libSystem.B.dylib 0x96e7d386 mach_wait_until + 10
1 libSystem.B.dylib 0x96ef43ad nanosleep + 314
2 libSystem.B.dylib 0x96ef426d usleep + 61
3 com.mixvibes.Cross 0x0058274a AU46Lib::runThread() + 142
4 libSystem.B.dylib 0x96eae155 _pthread_start + 321
5 libSystem.B.dylib 0x96eae012 thread_start + 34
Thread 3:
0 libSystem.B.dylib 0x96e7d266 mach_msg_trap + 10
1 libSystem.B.dylib 0x96e84a5c mach_msg + 72
2 com.Apple.CoreFoundation 0x94f30e7e CFRunLoopRunSpecific + 1790
3 com.Apple.CoreFoundation 0x94f31aa8 CFRunLoopRunInMode + 88
4 com.Apple.audio.CoreAudio 0x970125f8 HALRunLoop::OwnThread(void*) + 160
5 com.Apple.audio.CoreAudio 0x97012480 CAPThread::Entry(CAPThread*) + 96
6 libSystem.B.dylib 0x96eae155 _pthread_start + 321
7 libSystem.B.dylib 0x96eae012 thread_start + 34
Thread 4:
0 libSystem.B.dylib 0x96e7d266 mach_msg_trap + 10
1 libSystem.B.dylib 0x96e84a5c mach_msg + 72
2 com.Apple.audio.MIDI.CoreMIDI 0x02e18f0f XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
3 com.Apple.audio.MIDI.CoreMIDI 0x02e0b477 MIDIInPortThread::Run() + 111
4 com.Apple.audio.MIDI.CoreMIDI 0x02e0f07d XThread::RunHelper(void*) + 17
5 com.Apple.audio.MIDI.CoreMIDI 0x02e199ee CAPThread::Entry(CAPThread*) + 96
6 libSystem.B.dylib 0x96eae155 _pthread_start + 321
7 libSystem.B.dylib 0x96eae012 thread_start + 34
Thread 5:
0 libSystem.B.dylib 0x96e7d2c6 semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x96eaf2af _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x96eb0b33 pthread_cond_timedwait_relative_np + 47
3 com.mixvibes.Cross 0x013f8f99 juce::WaitableEvent::wait(int) const + 105
4 com.mixvibes.Cross 0x0142171b juce::Thread::wait(int) const + 27
5 com.mixvibes.Cross 0x006e0310 tracks_db::MissingStatusUpdater::run() + 464
6 com.mixvibes.Cross 0x01421a14 juce::Thread::threadEntryPoint(juce::Thread*) + 276
7 com.mixvibes.Cross 0x013f90a1 juce::threadEntryProc(void*) + 17
8 libSystem.B.dylib 0x96eae155 _pthread_start + 321
9 libSystem.B.dylib 0x96eae012 thread_start + 34
Thread 6:
0 com.mixvibes.Cross 0x0143e3b6 juce::AudioSampleBuffer::setDataToReferTo(float**, int, int) + 86
1 com.mixvibes.Cross 0x000a482d vibe::VirtualAudioIO::audioDeviceIOCallback(float const**, int, float**, int, int) + 685
2 com.mixvibes.Cross 0x00091fbe vibe::ConcreteAudioIO::audioDeviceIOCallback(float const**, int, float**, int, int) + 110
3 com.mixvibes.Cross 0x01443411 juce::AudioDeviceManager::audioDeviceIOCallbackInt(float const**, int, float**, int, int) + 129
4 com.mixvibes.Cross 0x013ec90c juce::CoreAudioInternal::audioIOProc(unsigned long, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*, void*) + 876
5 com.Apple.audio.CoreAudio 0x97024177 HP_IOProc::Call(AudioTimeStamp const&, AudioTimeStamp const&, AudioBufferList const*, AudioTimeStamp const&, AudioBufferList*) + 319
6 com.Apple.audio.CoreAudio 0x97023e68 IOA_Device::CallIOProcs(AudioTimeStamp const&, AudioTimeStamp const&, AudioTimeStamp const&) + 274
7 com.Apple.audio.CoreAudio 0x97023d44 HP_IOThread::PerformIO(AudioTimeStamp const&) + 1246
8 com.Apple.audio.CoreAudio 0x9702211f HP_IOThread::WorkLoop() + 1239
9 com.Apple.audio.CoreAudio 0x97021c43 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
10 com.Apple.audio.CoreAudio 0x97012480 CAPThread::Entry(CAPThread*) + 96
11 libSystem.B.dylib 0x96eae155 _pthread_start + 321
12 libSystem.B.dylib 0x96eae012 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x02f66b08 ebx: 0x0007f431 ecx: 0xffffffff edx: 0x00000000
edi: 0x02f66b34 esi: 0xbfffef68 ebp: 0xbfffef78 esp: 0xbfffef40
ss: 0x0000001f efl: 0x00010246 eip: 0x00b4a42c cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000010
Binary Images:
0x1000 - 0x1efbfe3 +com.mixvibes.Cross 1.6.0 (1.6.0) <4227d941dd6d2b11cff19835c71723a0> /Applications/Cross 1.6.0.app/Contents/MacOS/Cross
0x2e07000 - 0x2e24ff7 com.Apple.audio.MIDI.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x2e3c000 - 0x2e5afe3 libexpat.1.dylib ??? (???) <4b0320ecb5a2954cb3ad877a9aaf6ad2> /usr/lib/libexpat.1.dylib
0x2615e000 - 0x2616afff com.Apple.iokit.IOHIDLib 1.5.5 (1.5.5) <b8fc922eae4ec02441920c284952b437> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x26b3f000 - 0x26b42fff com.Apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x26b48000 - 0x26b4efff com.Apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x2ab55000 - 0x2ae4eff3 com.Apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
0x90005000 - 0x90034fe3 com.Apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x90035000 - 0x9011dff3 com.Apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9011e000 - 0x90178ff7 com.Apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90179000 - 0x90179ffd com.Apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9017a000 - 0x9017affd com.Apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90271000 - 0x902b2fe7 libRIP.A.dylib ??? (???) <378694b494a02de1b0c812da572579d2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x902bf000 - 0x902bfff8 com.Apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x902c0000 - 0x902e9fff libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
0x902ea000 - 0x907bbfbe libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x907bc000 - 0x9084fff3 com.Apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90850000 - 0x90852ff5 libRadiance.dylib ??? (???) <a21c033caf69bbd48770cbbbf51b8208> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9086d000 - 0x90b75fe7 com.Apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x90d55000 - 0x90e10fe3 com.Apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90e11000 - 0x90e39ff7 com.Apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x90e3a000 - 0x90ee1feb com.Apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x90ef4000 - 0x90ef6fff com.Apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x90f53000 - 0x90f53fff com.Apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x90f54000 - 0x90f5dfff com.Apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x90f5e000 - 0x90fd8ff8 com.Apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91f2f000 - 0x91f3bffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92007000 - 0x9200efff com.Apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9200f000 - 0x9280dfef com.Apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x930e0000 - 0x931abfef com.Apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x931ac000 - 0x93253fec com.Apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x93254000 - 0x93254ffd com.Apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9357c000 - 0x9357cffc com.Apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x935be000 - 0x935fdfef libTIFF.dylib ??? (???) <3b9aceaff5eae70bd19f9dc26e415969> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9362e000 - 0x93687ff7 libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x93688000 - 0x937c1ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
0x937c2000 - 0x937d2fff com.Apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x937d3000 - 0x937ebfff com.Apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x937ef000 - 0x93826fff com.Apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x93827000 - 0x9383dfff com.Apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9383e000 - 0x9391fff7 libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
0x93a03000 - 0x93a18ffb com.Apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x93a19000 - 0x93c95fe7 com.Apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x93dc6000 - 0x93e50ff7 com.Apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x93e51000 - 0x93e59fff com.Apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x93e5a000 - 0x94218fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x94219000 - 0x94276ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
0x943db000 - 0x943e9ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
0x94495000 - 0x944d7fef com.Apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x944d8000 - 0x944defff com.Apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x944df000 - 0x944e4fff com.Apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9461e000 - 0x94cbefef com.Apple.CoreGraphics 1.409.7 (???) <7b65edcce394f39b6a1954d5e30bc34c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x94cbf000 - 0x94d3cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x94ebe000 - 0x94ff1fe7 com.Apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94ff2000 - 0x94ff6fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x94ff7000 - 0x95048ff7 com.Apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x950b0000 - 0x950dbfe7 libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
0x950dc000 - 0x950e8ff9 com.Apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x950e9000 - 0x950e9ffa com.Apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x950ea000 - 0x9510efff libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
0x95154000 - 0x95564fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9556b000 - 0x9561dffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
0x9561e000 - 0x956cffff edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x956d0000 - 0x957b0fff libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
0x957b1000 - 0x957effff libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x95a59000 - 0x95a60ff7 libCGATS.A.dylib ??? (???) <29154398dbefc2a1a97715e5af1e3552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x95a61000 - 0x95b28ff2 com.Apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95b3d000 - 0x95b3dffb com.Apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x95b3e000 - 0x95b9aff7 com.Apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x95b9b000 - 0x95bb9fff libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
0x95c88000 - 0x95c95fe7 com.Apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x95c96000 - 0x95cd0fe7 com.Apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x95cf6000 - 0x95d0eff7 com.Apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x95d0f000 - 0x95d2effa libJPEG.dylib ??? (???) <3407c6f4869e698d3c4107b46e435119> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x95d2f000 - 0x95d39feb com.Apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x95d3a000 - 0x95d83fef com.Apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x95d84000 - 0x95e11ff7 com.Apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x95edc000 - 0x95ee0fff libGIF.dylib ??? (???) <b0ff75435ef93ab3d5486c78fa82a150> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x95ee1000 - 0x95efcff3 libPng.dylib ??? (???) <3a01fab3a2d1ae7f7df0821c5af41d87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x95f15000 - 0x961efff3 com.Apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x961f0000 - 0x963c1fef com.Apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x963e1000 - 0x96533ff3 com.Apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96539000 - 0x96544fe7 libCSync.A.dylib ??? (???) <06652e36188190ec04d294f49c68f28a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x96545000 - 0x965c4ff5 com.Apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x96689000 - 0x967d2ff7 com.Apple.ImageIO.framework 2.0.9 (2.0.9) <67d6f9abf5cc16f444052ee93e906d83> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x967d3000 - 0x967dafe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
0x967db000 - 0x96862ff7 libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
0x96a20000 - 0x96aadff7 com.Apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96d6a000 - 0x96d97feb libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96de8000 - 0x96e7bfff com.Apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96e7c000 - 0x96fe3ff3 libSystem.B.dylib ??? (???) <1ebaeaae16eec98939d40cb0db0b1aec> /usr/lib/libSystem.B.dylib
0x96fe4000 - 0x96ff4ffc com.Apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x96ff5000 - 0x97072feb com.Apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x97073000 - 0x97410fef com.Apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x97411000 - 0x97414fff com.Apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x975aa000 - 0x975abffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
0x975ac000 - 0x975b3ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib