OK, it was like cutting off a limb, but I removed all traces of Audacity from my computer (other than pdf tutorials). I restarted the computer, and even reset the PRAM for good measure. I downloaded Audacity 2.0.4 from the suggested link, opened the dmg, and copied it to my Applications folder. When clicked, it opened and started. I reset the preferences to remove the metadata window upon startup, then used Audacity to create a short file -- a sine wave -- which I saved in the same folder as Audacity. I closed it, then opened it; that worked. Then I tried to import the same file, which was in the same folder as Audacity, and Audacity crashed. The crash report said:
Code: Select all
***********************
Process: Audacity [3414]
Path: /Applications/Audacity/Audacity.app/Contents/MacOS/Audacity
Identifier: net.sourceforge.audacity
Version: 2.0.4.0 (2.0.4.0)
Code Type: X86 (Native)
Parent Process: launchd [227]
Date/Time: 2013-09-10 22:10:20.684 -0700
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9
Interval Since Last Report: 82455 sec
Crashes Since Last Report: 12
Per-App Interval Since Last Report: 440 sec
Per-App Crashes Since Last Report: -6
Anonymous UUID: 367D236E-3E77-4854-8CC6-2708F0C40634
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000098ffffe
VM Regions Near 0x98ffffe:
__LINKEDIT 00000000098df000-00000000098f2000 [ 76K] r--/rwx SM=COW /usr/local/lib/audacity/libavformat.52.dylib
-->
MALLOC_TINY 0000000009900000-0000000009a00000 [ 1024K] rw-/rwx SM=PRV
Application Specific Information:
objc[3414]: garbage collection is OFF
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_c.dylib 0x9cdf7335 memmove$VARIANT$sse3x + 1911
1 com.apple.HIToolbox 0x9a6c91fa CArray::ReplaceElements(long, long, long, void const*) + 136
2 com.apple.HIToolbox 0x9a6ef450 CUnicodeTextension::UnicodeReplaceRange(long, long, TReplaceParams const&, unsigned char, unsigned char) + 2092
3 com.apple.HIToolbox 0x9a6eb1f9 CUnicodeTextension::ReplaceRange(long, long, TReplaceParams const&, unsigned char, unsigned char) + 97
4 com.apple.HIToolbox 0x9a6dde92 CReplaceTextCommand::DoMainAction() + 74
5 com.apple.HIToolbox 0x9a6ddc97 CTextensionEditCommand::DoIt(short*) + 25
6 com.apple.HIToolbox 0x9a6ddc37 CTextensionCommand::Execute(short*) + 53
7 com.apple.HIToolbox 0x9a6e4546 OpaqueTXNObject::ExecuteCurrCommand() + 122
8 com.apple.HIToolbox 0x9a6e4a6f OpaqueTXNObject::NewCommand(short, AttrObjModifier const*, TKeyDownParams*, TReplaceParams*) + 1067
9 com.apple.HIToolbox 0x9a6d2456 DoSetDataCommand(OpaqueTXNObject*, unsigned long, unsigned long, TReplaceParams*) + 209
10 com.apple.HIToolbox 0x9a6d47b0 TXNSetData + 386
11 net.sourceforge.audacity 0x0043cdc5 wxMacMLTEControl::SetTXNData(wxString const&, unsigned long, unsigned long) + 165
12 net.sourceforge.audacity 0x0043ced3 wxMacMLTEControl::WriteText(wxString const&) + 195
13 net.sourceforge.audacity 0x0043cab8 wxTextCtrl::WriteText(wxString const&) + 168
14 net.sourceforge.audacity 0x004ea4b9 wxLogWindow::DoLogString(wchar_t const*, long) + 137
15 net.sourceforge.audacity 0x005567e6 wxLog::DoLog(unsigned long, wchar_t const*, long) + 342
16 net.sourceforge.audacity 0x004ecaa3 wxLogWindow::DoLog(unsigned long, wchar_t const*, long) + 99
17 net.sourceforge.audacity 0x00037a7b wxLog::OnLog(unsigned long, wchar_t const*, long) + 235
18 net.sourceforge.audacity 0x00555fe1 wxVLogMessage(wchar_t const*, char*) + 113
19 net.sourceforge.audacity 0x0055605b wxLogMessage(wchar_t const*, ...) + 27
20 net.sourceforge.audacity 0x00125f02 Importer::Import(wxString, TrackFactory*, Track***, Tags*, wxString&) + 1794
21 net.sourceforge.audacity 0x00199aa5 AudacityProject::Import(wxString, WaveTrackArray*) + 149
22 net.sourceforge.audacity 0x001511b2 AudacityProject::OnImport() + 754
23 net.sourceforge.audacity 0x0023e1f0 CommandManager::HandleMenuID(int, unsigned int, unsigned int) + 128
24 net.sourceforge.audacity 0x0018d3eb AudacityProject::OnMenu(wxCommandEvent&) + 59
25 net.sourceforge.audacity 0x0059b0e3 wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 115
26 net.sourceforge.audacity 0x0059b25f wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 111
27 net.sourceforge.audacity 0x0059b62f wxEvtHandler::ProcessEvent(wxEvent&) + 207
28 net.sourceforge.audacity 0x004bbaaf wxMenuBase::SendEvent(int, int) + 255
29 net.sourceforge.audacity 0x004201a8 wxMenu::MacHandleCommandProcess(wxMenuItem*, int, wxWindow*) + 72
30 net.sourceforge.audacity 0x004514ef wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 511
31 com.apple.HIToolbox 0x9a621c0c _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
32 com.apple.HIToolbox 0x9a49d313 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
33 com.apple.HIToolbox 0x9a49c790 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
34 com.apple.HIToolbox 0x9a4b1571 SendEventToEventTarget + 76
35 com.apple.HIToolbox 0x9a6220d0 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 482
36 com.apple.HIToolbox 0x9a62213a SendMenuCommandWithContextAndModifiers + 70
37 com.apple.HIToolbox 0x9a68d98d SendMenuItemSelectedEvent + 275
38 com.apple.HIToolbox 0x9a4edd79 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
39 com.apple.HIToolbox 0x9a67e88c _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
40 com.apple.HIToolbox 0x9a67e987 MenuSelect + 178
41 net.sourceforge.audacity 0x004481d0 wxMacTopLevelMouseEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1008
42 net.sourceforge.audacity 0x003e64ba wxMacAppEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1114
43 com.apple.HIToolbox 0x9a621c0c _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
44 com.apple.HIToolbox 0x9a49d313 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
45 com.apple.HIToolbox 0x9a49c790 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
46 com.apple.HIToolbox 0x9a4b1571 SendEventToEventTarget + 76
47 com.apple.HIToolbox 0x9a4b1d27 _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1969
48 com.apple.HIToolbox 0x9a49d7ce _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 2813
49 com.apple.HIToolbox 0x9a49c790 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
50 com.apple.HIToolbox 0x9a4b1571 SendEventToEventTarget + 76
51 net.sourceforge.audacity 0x003e4056 wxApp::MacHandleOneEvent(void*) + 38
52 net.sourceforge.audacity 0x003e412f wxApp::MacDoOneEvent() + 127
53 net.sourceforge.audacity 0x003fca53 wxEventLoop::Dispatch() + 35
54 net.sourceforge.audacity 0x0048f68f wxEventLoopManual::Run() + 111
55 net.sourceforge.audacity 0x004698d3 wxAppBase::MainLoop() + 83
56 net.sourceforge.audacity 0x0054a34a wxEntry(int&, wchar_t**) + 154
57 net.sourceforge.audacity 0x0003f24b main + 91
58 net.sourceforge.audacity 0x0003efae _start + 216
59 net.sourceforge.audacity 0x0003eed5 start + 41
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x9be4c90a kevent + 10
1 libdispatch.dylib 0x9a920e04 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9a91f853 _dispatch_mgr_thread + 53
Thread 2:
0 libsystem_kernel.dylib 0x9be4c02e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9ce20ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9ce226fe start_wqthread + 30
Thread 3:
0 libsystem_kernel.dylib 0x9be49d36 mach_wait_until + 10
1 libsystem_c.dylib 0x9cdcc439 nanosleep + 388
2 net.sourceforge.audacity 0x00050234 AudioThread::Entry() + 100
3 libsystem_c.dylib 0x9ce1eed9 _pthread_start + 335
4 libsystem_c.dylib 0x9ce226de thread_start + 34
Thread 4:
0 libsystem_kernel.dylib 0x9be4c02e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9ce20ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9ce226fe start_wqthread + 30
Thread 5:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x9be4bb42 __select + 10
1 com.apple.CoreFoundation 0x98b4de15 __CFSocketManager + 1557
2 libsystem_c.dylib 0x9ce1eed9 _pthread_start + 335
3 libsystem_c.dylib 0x9ce226de thread_start + 34
Thread 6:
0 libsystem_kernel.dylib 0x9be4c02e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9ce20ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9ce226fe start_wqthread + 30
Thread 7:
Thread 8:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x9be4bbb2 __semwait_signal + 10
1 libsystem_c.dylib 0x9cdd37b9 nanosleep$UNIX2003 + 187
2 libsystem_c.dylib 0x9cdd3558 usleep$UNIX2003 + 60
3 com.apple.AppKit 0x991246da -[NSUIHeartBeat _heartBeatThread:] + 2399
4 com.apple.Foundation 0x9b019e25 -[NSThread main] + 45
5 com.apple.Foundation 0x9b019dd5 __NSThread__main__ + 1582
6 libsystem_c.dylib 0x9ce1eed9 _pthread_start + 335
7 libsystem_c.dylib 0x9ce226de thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000002 ebx: 0x093855f0 ecx: 0x0000003e edx: 0xfff63600
edi: 0x01ddf020 esi: 0x0999ca1e ebp: 0xbfffdcb8 esp: 0xbfffdcac
ss: 0x00000023 efl: 0x00010286 eip: 0x9cdf7335 cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x098ffffe
Logical CPU: 0
Binary Images:
0x1000 - 0xab4ffb +net.sourceforge.audacity (2.0.4.0 - 2.0.4.0) <FB28C2AD-97AB-6771-96F9-9216E4B3D108> /Applications/Audacity/Audacity.app/Contents/MacOS/Audacity
0x10a7000 - 0x10f3ffb com.apple.audio.midi.CoreMIDI (1.8 - 42) <292E006C-CB38-39AD-9AAD-0151D9AF060D> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x1193000 - 0x1194ff1 com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x11ae000 - 0x11b2fff com.apple.CommonCocoaPanels (4.0 - 16) <9E756F0B-E23D-3FDB-8F4F-C9328E2B278F> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels
0x17fb000 - 0x17fbfff +alias_1407.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/alias_1407.so
0x3e3c000 - 0x3e3dff5 +cl_kernels (??? - ???) <2A922C98-B664-43F2-B786-8AF28982C26A> cl_kernels
0x3e55000 - 0x3e5eff6 libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x3e65000 - 0x3e67fff libCoreFSCache.dylib (??? - ???) <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x3e85000 - 0x3e85ffd +cl_kernels (??? - ???) <2FA340B9-9AFD-425A-80EF-47B002D9B95F> cl_kernels
0x3e87000 - 0x3e87ff7 +cl_kernels (??? - ???) <145203BA-6D12-459C-875B-60775B9EE14A> cl_kernels
0x3ef3000 - 0x3ef8feb +allpass_1895.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/allpass_1895.so
0x3efc000 - 0x3efdfff +am_pitchshift_1433.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/am_pitchshift_1433.so
0x3f25000 - 0x3f25fff +amp_1181.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/amp_1181.so
0x3f29000 - 0x3f2bfe7 +analogue_osc_1416.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/analogue_osc_1416.so
0x3f2f000 - 0x3f31fff +bandpass_a_iir_1893.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/bandpass_a_iir_1893.so
0x3f35000 - 0x3f37fff +bandpass_iir_1892.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/bandpass_iir_1892.so
0x3f3b000 - 0x3f3cff3 +bode_shifter_1431.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/bode_shifter_1431.so
0x3f40000 - 0x3f40ffb +comb_1190.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/comb_1190.so
0x3f80000 - 0x3f81ff3 +bode_shifter_cv_1432.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/bode_shifter_cv_1432.so
0x3f85000 - 0x3f88fff +butterworth_1902.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/butterworth_1902.so
0x3f8c000 - 0x3f8dff7 +chebstortion_1430.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/chebstortion_1430.so
0x3f91000 - 0x3f96ff3 +comb_1887.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/comb_1887.so
0x3f9a000 - 0x3f9afeb +comb_splitter_1411.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/comb_splitter_1411.so
0x3f9e000 - 0x3f9efff +const_1909.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/const_1909.so
0x3fa2000 - 0x3fa3fe7 +crossover_dist_1404.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/crossover_dist_1404.so
0x3fa7000 - 0x3fa7fff +dc_remove_1207.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/dc_remove_1207.so
0x3fab000 - 0x3facfff +decay_1886.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/decay_1886.so
0x3fb0000 - 0x3fb1017 +decimator_1202.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/decimator_1202.so
0x3fb5000 - 0x3fb5fff +declip_1195.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/declip_1195.so
0x4004000 - 0x4007fe7 +delay_1898.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/delay_1898.so
0x41bd000 - 0x41c1ffb com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <D4092467-5BBE-3ED6-A493-7DB1EE8E6686> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x41c6000 - 0x41cbfff com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x41d0000 - 0x41d2feb +delayorama_1402.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/delayorama_1402.so
0x41d6000 - 0x41d7fe7 +diode_1185.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/diode_1185.so
0x41db000 - 0x41dcfe7 +divider_1186.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/divider_1186.so
0x41e0000 - 0x41e3fe7 +dj_eq_1901.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/dj_eq_1901.so
0x41e7000 - 0x41e8fff +dj_flanger_1438.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/dj_flanger_1438.so
0x41ec000 - 0x41eefff +dyson_compress_1403.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/dyson_compress_1403.so
0x41f2000 - 0x41f3003 +fad_delay_1192.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/fad_delay_1192.so
0x41f7000 - 0x41f8ffb +fast_lookahead_limiter_1913.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/fast_lookahead_limiter_1913.so
0x41fc000 - 0x41fdff7 +flanger_1191.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/flanger_1191.so
0x4201000 - 0x4203fef +fm_osc_1415.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/fm_osc_1415.so
0x4207000 - 0x4207fff +foldover_1213.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/foldover_1213.so
0x420b000 - 0x420bffb +foverdrive_1196.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/foverdrive_1196.so
0x423c000 - 0x423dfff +freq_tracker_1418.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/freq_tracker_1418.so
0x4241000 - 0x4242fe7 +gate_1410.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/gate_1410.so
0x4246000 - 0x4247fff +giant_flange_1437.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/giant_flange_1437.so
0x4272000 - 0x42cafff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x42ee000 - 0x42f1ffb +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
0x4320000 - 0x4324ff3 +gong_1424.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/gong_1424.so
0x4328000 - 0x4329fe7 +gong_beater_1439.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/gong_beater_1439.so
0x432d000 - 0x4344fff +gsm_1215.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/gsm_1215.so
0x4348000 - 0x434bfef +gverb_1216.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/gverb_1216.so
0x434f000 - 0x434ffff +hard_limiter_1413.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/hard_limiter_1413.so
0x4353000 - 0x4355fe3 +harmonic_gen_1220.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/harmonic_gen_1220.so
0x4359000 - 0x4361ff7 +hermes_filter_1200.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/hermes_filter_1200.so
0x4365000 - 0x4367fff +highpass_iir_1890.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/highpass_iir_1890.so
0x436b000 - 0x436bfff +hilbert_1440.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/hilbert_1440.so
0x436f000 - 0x436ffff +impulse_1885.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/impulse_1885.so
0x4373000 - 0x4373ff3 +inv_1429.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/inv_1429.so
0x4377000 - 0x4377fff +karaoke_1409.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/karaoke_1409.so
0x437b000 - 0x437bfff +latency_1914.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/latency_1914.so
0x437f000 - 0x4381fe7 +lcr_delay_1436.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/lcr_delay_1436.so
0x4385000 - 0x4387fff +lowpass_iir_1891.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/lowpass_iir_1891.so
0x438b000 - 0x438cfe3 +ls_filter_1908.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/ls_filter_1908.so
0x4390000 - 0x4390fff +matrix_ms_st_1421.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/matrix_ms_st_1421.so
0x4394000 - 0x4395fff +matrix_spatialiser_1422.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/matrix_spatialiser_1422.so
0x4399000 - 0x4399ff7 +matrix_st_ms_1420.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/matrix_st_ms_1420.so
0x4485000 - 0x4486ffd +cl_kernels (??? - ???) <661D1A9C-2BFF-4141-866E-DEEA2DED16EE> cl_kernels
0x44a0000 - 0x4551ff7 +imp_1199.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/imp_1199.so
0x45a9000 - 0x4659fff +mbeq_1197.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/mbeq_1197.so
0x82fd000 - 0x82fdfff +mod_delay_1419.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/mod_delay_1419.so
0x8301000 - 0x8303fff +multivoice_chorus_1201.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/multivoice_chorus_1201.so
0x8307000 - 0x8309fef +notch_iir_1894.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/notch_iir_1894.so
0x830d000 - 0x8310017 +phasers_1217.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/phasers_1217.so
0x8314000 - 0x83c4fdf +pitch_scale_1193.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/pitch_scale_1193.so
0x83e4000 - 0x8494fff +pitch_scale_1194.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/pitch_scale_1194.so
0x84b4000 - 0x84b7ff7 +plate_1423.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/plate_1423.so
0x84bb000 - 0x84bbfe7 +pointer_cast_1910.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/pointer_cast_1910.so
0x84bf000 - 0x84bffff +rate_shifter_1417.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/rate_shifter_1417.so
0x84c3000 - 0x84c4ff7 +retro_flange_1208.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/retro_flange_1208.so
0x84c8000 - 0x84cafff +revdelay_1605.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/revdelay_1605.so
0x84ce000 - 0x84cffef +ringmod_1188.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/ringmod_1188.so
0x84d3000 - 0x84d4023 +satan_maximiser_1408.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/satan_maximiser_1408.so
0x84d8000 - 0x84dafff +sc1_1425.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/sc1_1425.so
0x84e0000 - 0x84e2fff +sc2_1426.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/sc2_1426.so
0x84e8000 - 0x84eafff +sc3_1427.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/sc3_1427.so
0x84f0000 - 0x84f2ff7 +sc4_1882.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/sc4_1882.so
0x84f8000 - 0x84faff7 +sc4m_1916.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/sc4m_1916.so
0x8500000 - 0x8502fff +se4_1883.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/se4_1883.so
0x8508000 - 0x8509fe3 +shaper_1187.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/shaper_1187.so
0x850d000 - 0x8511fff +sifter_1210.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/sifter_1210.so
0x8515000 - 0x8516ff7 +sin_cos_1881.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/sin_cos_1881.so
0x851a000 - 0x851bff7 +single_para_1203.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/single_para_1203.so
0x851f000 - 0x851fffb +sinus_wavewrapper_1198.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/sinus_wavewrapper_1198.so
0x8523000 - 0x8523fef +smooth_decimate_1414.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/smooth_decimate_1414.so
0x8527000 - 0x8527fff +split_1406.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/split_1406.so
0x852b000 - 0x852cfff +step_muxer_1212.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/step_muxer_1212.so
0x8530000 - 0x8530fff +surround_encoder_1401.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/surround_encoder_1401.so
0x8534000 - 0x8535fff +svf_1214.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/svf_1214.so
0x8539000 - 0x853afe3 +tape_delay_1211.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/tape_delay_1211.so
0x853e000 - 0x853ffef +transient_1206.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/transient_1206.so
0x8543000 - 0x8545ff7 +triple_para_1204.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/triple_para_1204.so
0x8549000 - 0x854a03f +valve_1209.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/valve_1209.so
0x854e000 - 0x854f057 +valve_rect_1405.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/valve_rect_1405.so
0x8553000 - 0x8556feb +vynil_1905.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/vynil_1905.so
0x855a000 - 0x855afff +wave_terrain_1412.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/wave_terrain_1412.so
0x855e000 - 0x855ffff +xfade_1915.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/xfade_1915.so
0x8563000 - 0x8563fff +zm1_1428.so (??? - ???) /Library/Audio/Plug-Ins/LADSPA/zm1_1428.so
0x8567000 - 0x8567ff7 +hard_limiter_1413.so (??? - ???) <DF93382E-6CFD-32EE-5FBA-1F428F821839> /Applications/Audacity/*/hard_limiter_1413.so
0x856b000 - 0x856dff7 +sc4_1882.so (??? - ???) <8EA4B893-DD1B-CFAB-42B4-65C3695A7869> /Applications/Audacity/*/sc4_1882.so
0x9252000 - 0x925dfe7 +libavutil.50.dylib (50.15.1 - compatibility 50.0.0) <2278BE38-9723-8A6D-E73C-81F38E19C30F> /usr/local/lib/audacity/libavutil.50.dylib
0x981f000 - 0x98d5fe7 +libavformat.52.dylib (52.64.2 - compatibility 52.0.0) <BCA5383E-0086-C129-8430-D21ED0D5C2F8> /usr/local/lib/audacity/libavformat.52.dylib
0x9fa9000 - 0xa47bfe7 +libavcodec.52.dylib (52.72.2 - compatibility 52.0.0) <CAC0A589-7232-850F-A593-70272E29758B> /usr/local/lib/audacity/libavcodec.52.dylib
0xbb27000 - 0xbbcfff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x70000000 - 0x70141fff com.apple.audio.units.Components (1.7.3 - 1.7.3) <288826E4-A704-3FDB-8DF6-AFD50A73142B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe73000 - 0x8fea5aa7 dyld (195.6 - ???) <60FD3471-A1D7-342E-99A7-3EDECDAEC6EC> /usr/lib/dyld
0x90005000 - 0x900e7fff com.apple.backup.framework (1.3.5 - 1.3.5) <1FAE91F2-BCEF-387D-B5C4-412C464DA1BE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x900e8000 - 0x90102fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x90103000 - 0x90106fff com.apple.AppleSystemInfo (1.0 - 1) <58A563D5-8C1B-323F-9C5A-3869DD9C2320> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x90309000 - 0x9034aff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <9FD420FB-7984-3A07-8914-BB19E687D38B> /usr/lib/libcurl.4.dylib
0x9034b000 - 0x90370ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x90371000 - 0x9039fff7 com.apple.DictionaryServices (1.2.1 - 158.3) <8D03D180-D834-39F3-A106-78E0B22A7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x903c9000 - 0x903d7fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x903d8000 - 0x903faff8 com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x903fb000 - 0x903fffff libGIF.dylib (??? - ???) <2ADFED97-2228-343D-9A53-207CBFDE7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x90400000 - 0x90465ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9049f000 - 0x90577ff6 com.apple.QuickLookUIFramework (3.2 - 500.18) <CE281BD9-C1CF-3F87-BD22-412ED253580E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x90578000 - 0x907fdfe3 com.apple.QuickTime (7.7.1 - 2345) <331CD162-1F00-3934-9F50-8883AF3746F7> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x907fe000 - 0x9080efff com.apple.LangAnalysis (1.7.0 - 1.7.0) <8BE2D2EF-9AF0-3960-9845-052CCE04B53A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9080f000 - 0x90814ffb com.apple.phonenumbers (1.0 - 47) <84484814-C9BE-33E7-A3DF-4DD0E970B902> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x90815000 - 0x908b1fff com.apple.PDFKit (2.7.7 - 2.7.7) <B608DD07-AC88-3B98-8BD6-C9415AA4C109> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x908b2000 - 0x908b5ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x908b6000 - 0x908b9ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x908ba000 - 0x908fcff7 com.apple.CoreMedia (1.0 - 705.94) <10D5D25F-9BCB-3406-B737-23D9FDF2CC71> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x90930000 - 0x9098bff3 com.apple.Symbolication (1.3 - 91) <B9D69476-B09A-38BB-AB8F-644C0032DA97> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9098c000 - 0x90993ff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x90994000 - 0x909dcff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <C8DE66D7-0880-3F5F-A4BA-215B52DEFC74> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x909dd000 - 0x90af1ff3 com.apple.QuickTimeImporters.component (7.7.1 - 2345) <6F8FA21F-6C26-3217-A039-68162CD161DF> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x90af2000 - 0x90b13fff com.apple.framework.internetaccounts (1.2 - 3) <A93D14F6-DF12-3918-90E9-B73DD7B6456D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x90b14000 - 0x90b1bff9 libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
0x90b1c000 - 0x90b8bfff com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x90b8c000 - 0x90b90ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <9DFB61F2-9B1F-31B2-BF41-099994D74E1F> /usr/lib/system/libcache.dylib
0x90b91000 - 0x90c0cffb com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90c0d000 - 0x90ce4ff3 com.apple.avfoundation (2.0 - 180.50) <7B7FDF30-AC40-3715-A409-B5A27F7B5585> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x90d0e000 - 0x90dcbff3 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <726898F5-E718-3F27-B415-D6FDCDE09174> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x90dd8000 - 0x90e31fff com.apple.HIServices (1.21 - ???) <91EC636D-AC27-3332-BA1C-FD7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90e32000 - 0x90e48ffe libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
0x90e49000 - 0x90e78ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x90eb0000 - 0x91013fff com.apple.QTKit (7.7.1 - 2345) <9C619E5C-C89C-358A-B7DE-0966A3A57D06> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x91014000 - 0x91058fff com.apple.MediaKit (12 - 602) <6E429DD7-8829-37DE-94AF-940FB70F2FB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x91059000 - 0x9113cff7 libcrypto.0.9.8.dylib (49.0.0 - compatibility 0.9.8) <4FD39CA8-C30A-3ACB-AF3A-AACB8F1F4E27> /usr/lib/libcrypto.0.9.8.dylib
0x9114d000 - 0x911e9fff com.apple.ink.framework (10.7.5 - 113) <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x911fe000 - 0x91247ff7 libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x91248000 - 0x91724ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91725000 - 0x91775ffa libTIFF.dylib (??? - ???) <9511A31E-070C-313E-8320-AAB683AD0653> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91790000 - 0x917f2ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9180d000 - 0x91894fff com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91895000 - 0x918bfff1 com.apple.CoreServicesInternal (113.19 - 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x918c0000 - 0x9194dff7 com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9194e000 - 0x9196bfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x9196c000 - 0x91976ff0 com.apple.DirectoryService.Framework (10.7 - 146) <D192C504-E30A-3DB3-B422-EA324F8F653E> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x91982000 - 0x91982fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x919af000 - 0x91cb1fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x91ccb000 - 0x91df7ff9 com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91df8000 - 0x91dfcfff com.apple.CommonPanels (1.2.5 - 94) <DFA0D001-9890-32FB-B1BD-039DDA8F3E9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91e04000 - 0x91e0ffff libkxld.dylib (??? - ???) <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib
0x91e10000 - 0x91e18ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <97E73059-F645-33F4-BCC5-1FEA367D60D4> /usr/lib/system/libcopyfile.dylib
0x91e19000 - 0x91e44fff com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x91e4e000 - 0x92194fff com.apple.MediaToolbox (1.0 - 705.94) <89D37021-C389-3CC5-A158-620ADCBD99EF> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x92195000 - 0x921f6ffb com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9232f000 - 0x92351ffe com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x92352000 - 0x9254aff7 com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9254b000 - 0x9258bff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x925d9000 - 0x926d8ffb com.apple.DiskImagesFramework (10.7.4 - 331.7) <31A74A7E-E2AE-313D-A7C4-6DFCF0F22C9A> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x926d9000 - 0x92701ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
0x92702000 - 0x92798ff7 com.apple.LaunchServices (480.40 - 480.40) <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92ac9000 - 0x92ae0ff8 com.apple.CoreMediaAuthoring (2.0 - 891) <69D569FD-670C-3BD0-94BF-7A8954AA2953> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x92b2c000 - 0x92b32ffd com.apple.CommerceCore (1.0 - 17) <595A67CF-3546-35FD-8D2E-2861CB959379> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x92ba7000 - 0x92c0fff3 com.apple.ISSupport (1.9.8 - 56) <A8CB81EA-134B-33B7-8A21-C1F33384A98A> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x92c10000 - 0x93641fff com.apple.WebCore (7534.57 - 7534.57.7) <5FF60D46-9BC0-3B5A-AFF1-2C965D561009> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9391b000 - 0x9392bff7 libCRFSuite.dylib (??? - ???) <B68CDEA4-8D6E-3625-B80F-3489E321E858> /usr/lib/libCRFSuite.dylib
0x9392c000 - 0x939a2fff com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x939a3000 - 0x939a9fff libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x939ac000 - 0x939d6ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x939d7000 - 0x93a56ff7 com.apple.iLifeMediaBrowser (2.6.4 - 502.4.5) <5C10CC72-586E-3497-9873-A0ACFB6156C3> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x93a57000 - 0x93abbfff com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93afd000 - 0x93b41ff3 com.apple.framework.CoreWLAN (2.1.3 - 213.1) <8A99ADB8-4A3E-3B8E-A0E4-A39398C288EC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x93b42000 - 0x93b44ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x93b45000 - 0x93b7bff4 com.apple.LDAPFramework (3.2 - 120.2) <CCEB43CD-3861-33CC-8D9B-588F415A7028> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
[message too long -- continued in next post]