Audacity 2.0.4 still crashes

Help for Audacity on macOS.
Forum rules
ImageThis forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Michael_Graubart
Posts: 44
Joined: Sat Jul 20, 2013 9:35 pm
Operating System: Please select

Re: Audacity 2.0.4 still crashes

Post by Michael_Graubart » Sun Sep 08, 2013 6:43 pm

Thanks, Gale, for your comprehensive reply to my last post. Previously, I had tried rebooting my computer 3 times after renaming the file I was using to experiment with (and once before renaming it), with no success. In response to your recommendation, I now tried Import/Audio and Audacity 2.0.4 crashed immediately.

I then searched around and found one audio file, an mp3, on my HD that had a German title with Umlauts on one vowel. Note that this is not the aiff file that I had been using as my test object. I removed the Umlauts from the newly-discovered mp3 and tried importing the original experimental aiff file. Lo and behold, it imported with no trouble at all. This is excellent so far as it goes, but an ambiguous result if one wants to draw conclusions from it, because the success might have been due to the removal of Umlauts (from a different file) or because it was the second time I tried the Import/Audio route.

At any rate I can now import any audio file. I can even import my experimental aiff file after inserting Umlauts into its own name. How long the success will survive remains to be seen.

Thank you again.

Michael_Graubart
Posts: 44
Joined: Sat Jul 20, 2013 9:35 pm
Operating System: Please select

Re: Audacity 2.0.4 still crashes

Post by Michael_Graubart » Sun Sep 08, 2013 7:25 pm

PS: Well, here is my answer to my own question. After submitting the above post, I shut my computer down. A little later, I started it again — and I can no longer import audio files into Audacity 2.0.4 (even though there are no longer any audio files with accents or Umlauts in their names or those of their containing folders on my HD).

I can do so without difficulty in Audacity 2.0.3, and always have been able to. So I must abandon Audacity 2.0.4 and stay with Audacity 2.0.3 until such time as this bug is fixed. How will I find out whether an update has been released?

billw58
Forum Staff
Posts: 5565
Joined: Wed Aug 12, 2009 2:10 am
Operating System: macOS 10.15 Catalina or later

Re: Audacity 2.0.4 still crashes

Post by billw58 » Sun Sep 08, 2013 7:43 pm

Michael_Graubart wrote:How will I find out whether an update has been released?
On this page: http://audacityteam.org/ you can "Get Notified of New Version" (scroll to the bottom of the page) by entering your email address.
-- Bill

Michael_Graubart
Posts: 44
Joined: Sat Jul 20, 2013 9:35 pm
Operating System: Please select

Re: Audacity 2.0.4 still crashes

Post by Michael_Graubart » Sun Sep 08, 2013 8:07 pm

Thanks, Bill.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Audacity 2.0.4 still crashes

Post by Gale Andrews » Mon Sep 09, 2013 1:44 am

Michael_Graubart wrote:PS: Well, here is my answer to my own question. After submitting the above post, I shut my computer down. A little later, I started it again — and I can no longer import audio files into Audacity 2.0.4 (even though there are no longer any audio files with accents or Umlauts in their names or those of their containing folders on my HD).
Can you find the crash report for that specific crash ( Finder, Go > Go to Folder and type ~/Library/Logs/DiagnosticReports/ )? Or could you make the crash happen again in 2.0.4?

If you can import any files into 2.0.4 (now or later), could you choose Help > Show Log... , drag select all the text and paste it here?
Michael_Graubart wrote:I can do so without difficulty in Audacity 2.0.3, and always have been able to. So I must abandon Audacity 2.0.4 and stay with Audacity 2.0.3 until such time as this bug is fixed.
I think Bill tends to find relatively little problem with 2.0.3 but I (and most people who experience this) find 2.0.3 no better.

I just imported AIFF's with Chinese names into 2.0.4 without problem, quit 2.0.4, launched 2.0.3, File > Open Recent, chose one of the "Chinese" files, which imported. Then I chose a file without Chinese characters and it crashed with the usual "textension" crash report. After that I could import nothing into 2.0.3 or 2.0.4 until I rebooted.

Bill mentioned that the unlike the Log in 2.0.3, the Log in 2.0.4 on Mac may not show that the import has succeeded and/or may show junk that looks like it comes from the file filtering code. On one occasion out of ten, I got two lines that just said "1" and no "import succeeded", otherwise I got "import succeeded". Maybe that bug depends on the file name or something else. I was able to export over the AIFF file whose import did not show "succeeded".

I should be able to make a Mac build that doesn't log imports if anyone wants to try it - I'll post it here. However at the moment I still think the log problem is separate from the textension bug and just makes it much worse on some machines. I noticed looking at Michael Graubart's 2.0.4 crash report and several 2.0.0, 2.0.2 and 2.0.3 reports that the calls in the crashed thread are completely identical.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

billw58
Forum Staff
Posts: 5565
Joined: Wed Aug 12, 2009 2:10 am
Operating System: macOS 10.15 Catalina or later

Re: Audacity 2.0.4 still crashes

Post by billw58 » Mon Sep 09, 2013 2:15 am

I downloaded and ran the latest weekly debug build, and got the file import error (using File > Import > Audio) on the first try. The message was:
../src/mac/carbon/textctrl.cpp(2278): assert "byteBufferLen != wxCONV_FAILED" failed in SetTXNData(): Conversion to UTF-16 unexpectedly failed
This is way down the thread from the "textension" calls, and as I read the thread, still within the chain that is writing to the log window. It seems that garbage is being passed from this point.

I'd be very happy to try a build without file import logging.

-- Bill

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Audacity 2.0.4 still crashes

Post by Gale Andrews » Mon Sep 09, 2013 4:52 am

billw58 wrote:I downloaded and ran the latest weekly debug build, and got the file import error (using File > Import > Audio) on the first try. The message was:
../src/mac/carbon/textctrl.cpp(2278): assert "byteBufferLen != wxCONV_FAILED" failed in SetTXNData(): Conversion to UTF-16 unexpectedly failed
Yes that message (I think from 2.0.4-alpha) is in the bugzilla report. Did that crash for you, or just a log message?

How about trying a debug build from early in 2.0.3 release period and seeing if that error occurs in the log even with no crash: http://www.audacity.homerow.net/index.p ... 7-04.15%2F .

Here is the build (2.0.4 without file import logging):
http://www.gaclrecords.org.uk/test-buil ... -alpha.zip

It did not crash on import.

I rebuilt 2.0.3 without logging and it still crashed.

So I have 2.0.3 more or less as unstable as 2.0.4 with only partial replicability of the log problem in 2.0.4.

You see 2.0.4 as much worse, and all files are affected.

Do you get any crashes in 2.0.3 if you drag in a file with Unicode characters? Or just fewer crashes?

It would be much more useful to fix the log so that it behaved as in 2.0.3, rather than stop logging.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Michael_Graubart
Posts: 44
Joined: Sat Jul 20, 2013 9:35 pm
Operating System: Please select

Re: Audacity 2.0.4 still crashes

Post by Michael_Graubart » Mon Sep 09, 2013 8:55 am

Gale,

Here are the last two crash reports — in two successive [osts because of their size — both with 2.0.4 after I had shut my computer down and later restarted it. I tried twice before abandoning 2.0.4. I then uninstalled and deleted 2.0.4, but if necessary I can download another copy. I am having no trouble with 2.0.3, and never have had.

Code: Select all

Process:         Audacity [266]
Path:            /Applications/Audacity 2.0.4/Audacity 2.0.4.app/Contents/MacOS/Audacity
Identifier:      net.sourceforge.audacity
Version:         2.0.4.0 (2.0.4.0)
Code Type:       X86 (Native)
Parent Process:  launchd [132]
User ID:         501

Date/Time:       2013-09-08 19:57:05.336 +0100
OS Version:      Mac OS X 10.8.4 (12E55)
Report Version:  10

Crashed Thread:  2  Dispatch queue: com.apple.root.default-overcommit-priority

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Application Specific Information:
objc[266]: autorelease pool page 0x398b000 corrupted
  magic 0x1fe3cadc 0x1fe7e6f5 0x442644f5 0x13224201
  pthread 0x200ac8e4
 

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_c.dylib             	0x94bc9b4a memmove$VARIANT$sse42 + 397
1   com.apple.HIToolbox           	0x93deb20b CArray::ReplaceElements(long, long, long, void const*) + 125
2   com.apple.HIToolbox           	0x93e0efad CUnicodeTextension::UnicodeReplaceRange(long, long, TReplaceParams const&, unsigned char, unsigned char) + 1873
3   com.apple.HIToolbox           	0x93e0f591 CUnicodeTextension::ReplaceRange(long, long, TReplaceParams const&, unsigned char, unsigned char) + 97
4   com.apple.HIToolbox           	0x93e0117e CReplaceTextCommand::DoMainAction() + 74
5   com.apple.HIToolbox           	0x93e00799 CTextensionEditCommand::DoIt(short*) + 25
6   com.apple.HIToolbox           	0x93e0009e CTextensionCommand::Execute(short*) + 54
7   com.apple.HIToolbox           	0x93e08387 OpaqueTXNObject::ExecuteCurrCommand() + 121
8   com.apple.HIToolbox           	0x93e038a5 OpaqueTXNObject::NewCommand(short, AttrObjModifier const*, TKeyDownParams*, TReplaceParams*) + 1065
9   com.apple.HIToolbox           	0x93df9502 DoSetDataCommand(OpaqueTXNObject*, unsigned long, unsigned long, TReplaceParams*) + 314
10  com.apple.HIToolbox           	0x93df8ecd TXNSetData + 1037
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           	0x93d519bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
32  com.apple.HIToolbox           	0x93bd9394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
33  com.apple.HIToolbox           	0x93bd8780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
34  com.apple.HIToolbox           	0x93bec655 SendEventToEventTarget + 88
35  com.apple.HIToolbox           	0x93d5186a SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 498
36  com.apple.HIToolbox           	0x93bc8984 SendMenuCommandWithContextAndModifiers + 70
37  com.apple.HIToolbox           	0x93bc8931 SendMenuItemSelectedEvent + 268
38  com.apple.HIToolbox           	0x93bc87b6 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
39  com.apple.HIToolbox           	0x93d9de7e MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 623
40  com.apple.HIToolbox           	0x93d9edc6 MenuSelect + 171
41  net.sourceforge.audacity      	0x004481d0 wxMacTopLevelMouseEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1008
42  net.sourceforge.audacity      	0x003e64ba wxMacAppEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1114
43  com.apple.HIToolbox           	0x93d519bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
44  com.apple.HIToolbox           	0x93bd9394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
45  com.apple.HIToolbox           	0x93bd8780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
46  com.apple.HIToolbox           	0x93bec655 SendEventToEventTarget + 88
47  com.apple.HIToolbox           	0x93c0c5f6 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2188
48  com.apple.HIToolbox           	0x93bd983f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
49  com.apple.HIToolbox           	0x93bd8780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
50  com.apple.HIToolbox           	0x93bec655 SendEventToEventTarget + 88
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        	0x95f4c9ae kevent + 10
1   libdispatch.dylib             	0x9527cc71 _dispatch_mgr_invoke + 993
2   libdispatch.dylib             	0x9527c7a9 _dispatch_mgr_thread + 53

Thread 2 Crashed:: Dispatch queue: com.apple.root.default-overcommit-priority
0   libobjc.A.dylib               	0x982a81f2 _objc_trap() + 0
1   libobjc.A.dylib               	0x9829e96e objc_autoreleasePoolPush + 113
2   com.apple.CoreFoundation      	0x990ac0a7 _CFAutoreleasePoolPush + 23
3   libdispatch.dylib             	0x9527ae3a _dispatch_worker_thread2 + 85
4   libsystem_c.dylib             	0x94be0e72 _pthread_wqthread + 441
5   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 3:
0   libsystem_kernel.dylib        	0x95f498e6 mach_wait_until + 10
1   libsystem_c.dylib             	0x94c6fc10 nanosleep + 375
2   net.sourceforge.audacity      	0x00050234 AudioThread::Entry() + 100
3   libsystem_c.dylib             	0x94bde5b7 _pthread_start + 344
4   libsystem_c.dylib             	0x94bc8d4e thread_start + 34

Thread 4:
0   libsystem_kernel.dylib        	0x95f4c0ee __workq_kernreturn + 10
1   libsystem_c.dylib             	0x94be10ac _pthread_workq_return + 45
2   libsystem_c.dylib             	0x94be0e79 _pthread_wqthread + 448
3   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 5:
0   libsystem_kernel.dylib        	0x95f4c0ee __workq_kernreturn + 10
1   libsystem_c.dylib             	0x94be10ac _pthread_workq_return + 45
2   libsystem_c.dylib             	0x94be0e79 _pthread_wqthread + 448
3   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 6:
0   libsystem_kernel.dylib        	0x95f4c0ee __workq_kernreturn + 10
1   libsystem_c.dylib             	0x94be10ac _pthread_workq_return + 45
2   libsystem_c.dylib             	0x94be0e79 _pthread_wqthread + 448
3   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 7:
0   libsystem_kernel.dylib        	0x95f4c0ee __workq_kernreturn + 10
1   libsystem_c.dylib             	0x94be10ac _pthread_workq_return + 45
2   libsystem_c.dylib             	0x94be0e79 _pthread_wqthread + 448
3   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 8:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib        	0x95f4bc72 __semwait_signal + 10
1   libsystem_c.dylib             	0x94c68a55 nanosleep$UNIX2003 + 189
2   libsystem_c.dylib             	0x94c6891e usleep$UNIX2003 + 60
3   com.apple.AppKit              	0x98805c2d -[NSUIHeartBeat _heartBeatThread:] + 879
4   com.apple.Foundation          	0x938d2448 -[NSThread main] + 45
5   com.apple.Foundation          	0x938d23cb __NSThread__main__ + 1396
6   libsystem_c.dylib             	0x94bde5b7 _pthread_start + 344
7   libsystem_c.dylib             	0x94bc8d4e thread_start + 34

Thread 9:: com.apple.CoreAnimation.render-server
0   libsystem_kernel.dylib        	0x95f497d2 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x95f48cb0 mach_msg + 68
2   com.apple.QuartzCore          	0x915eec08 CA::Render::Server::server_thread(void*) + 441
3   com.apple.QuartzCore          	0x9167f816 thread_fun + 29
4   libsystem_c.dylib             	0x94bde5b7 _pthread_start + 344
5   libsystem_c.dylib             	0x94bc8d4e thread_start + 34

Thread 10:: CVDisplayLink
0   libsystem_kernel.dylib        	0x95f4b8e2 __psynch_cvwait + 10
1   libsystem_c.dylib             	0x94be32e9 _pthread_cond_wait + 938
2   libsystem_c.dylib             	0x94be3572 pthread_cond_timedwait_relative_np + 47
3   com.apple.CoreVideo           	0x94cc4fd7 CVDisplayLink::waitUntil(unsigned long long) + 297
4   com.apple.CoreVideo           	0x94cc405c CVDisplayLink::runIOThread() + 658
5   com.apple.CoreVideo           	0x94cc3db2 startIOThread(void*) + 160
6   libsystem_c.dylib             	0x94bde5b7 _pthread_start + 344
7   libsystem_c.dylib             	0x94bc8d4e thread_start + 34

Thread 2 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x13224201  ecx: 0xb0206e94  edx: 0x00000100
  edi: 0x200ac8e4  esi: 0x982a8241  ebp: 0xb0206f08  esp: 0xb0206edc
   ss: 0x00000023  efl: 0x00010286  eip: 0x982a81f2   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
  cr2: 0x07581000
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 2.0.4/Audacity 2.0.4.app/Contents/MacOS/Audacity
 0x10a7000 -  0x11c6ffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
 0x1277000 -  0x12bfffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <7AAE4076-36FA-37C1-9EAE-344F1C8F14D9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
 0x12e4000 -  0x1f79ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
 0x26fe000 -  0x2714ffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
 0x2796000 -  0x2797ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
 0x27b2000 -  0x27b6fff  com.apple.CommonCocoaPanels (4.0 - 16) <7676B15F-69E2-39D2-9F35-9D2959A99079> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels
 0x2b00000 -  0x2bbeff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
 0x2c17000 -  0x2c17ff5 +cl_kernels (???) <92FA41F0-F052-44E1-B11D-69F0822734CF> cl_kernels
 0x2ca1000 -  0x2caeff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
 0x2cf4000 -  0x2cf9fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
 0x2f9b000 -  0x2f9cffd  com.apple.ironwoodcore (1.1.1 - 1.1.1) <098CE576-3239-3B41-9141-A5BE6E476C84> /System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/Frameworks/DictationServicesCore.framework/DictationServicesCore
 0x2fa2000 -  0x2faaffd  libcldcpuengine.dylib (2.2.16) <43E630D7-14C3-3455-9A4E-B5EBFA638C9D> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
 0x2fb8000 -  0x2fb8ff7 +hard_limiter_1413.so (???) <DF93382E-6CFD-32EE-5FBA-1F428F821839> /Applications/Audacity 2.0.4/*/hard_limiter_1413.so
 0x2fbc000 -  0x2fbeff7 +sc4_1882.so (???) <8EA4B893-DD1B-CFAB-42B4-65C3695A7869> /Applications/Audacity 2.0.4/*/sc4_1882.so
 0x4405000 -  0x4406ff1 +cl_kernels (???) <BBE5920B-2FB4-45E4-8CC9-E230FE946D20> cl_kernels
 0x4413000 -  0x4413fff +cl_kernels (???) <6D1C9ECA-F152-4F20-BF1B-FA2F71B5818B> cl_kernels
 0x441e000 -  0x441fff5 +cl_kernels (???) <B3D5C9F6-FF01-4109-9358-905AD23E1E7E> cl_kernels
 0x4421000 -  0x4433fd8 +com.smartelectronix.magnus.Ambience (1.0.4 - 1.0.4) /Library/Audio/Plug-Ins/Components/Ambience.component/Contents/MacOS/Ambience
 0x474d000 -  0x47bffff +com.DivXInc.DivXDecoder (6.4.0 - 6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
 0xa079000 -  0xa07dfff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <CB7CDE62-DAEC-35AF-8ADB-3271AA2DF921> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
 0xa084000 -  0xa08efff  libGPUSupportMercury.dylib (8.9.2) <302EC167-66A3-3E12-8416-F03F50CA96D9> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
 0xa195000 -  0xa1b9fff  com.apple.security.csparser (3.0 - 55179.13) <3CB62C6D-EFDC-34AB-B3FA-59CCCF7832D3> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
 0xa1c0000 -  0xa1ebff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
 0xc29e000 -  0xc330fff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
 0xc342000 -  0xc3c2fff  com.apple.iLifeMediaBrowser (2.7.4 - 546.7) <130581CE-0699-3524-B487-726353FDDF96> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
 0xd839000 -  0xd9cdffa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
 0xda04000 -  0xdb85fff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
 0xe800000 -  0xec4dff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <5B46A344-20F2-3C75-9D42-D13092E6BB81> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
0x70000000 - 0x7015eff7  com.apple.audio.units.Components (1.9 - 1.9) <F2B2712A-3203-3875-B1FF-768E92AE0D42> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe03000 - 0x8fe35e57  dyld (210.2.3) <4D38DEED-9837-3202-B8E9-41272D01EA2C> /usr/lib/dyld
0x90007000 - 0x90010fff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x90011000 - 0x9004cfef  libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9004d000 - 0x90169ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9016a000 - 0x90170fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90171000 - 0x903edff7  com.apple.QuickTime (7.7.1 - 2599.31) <3839E1F3-7948-3E68-9AE1-A0CEE8C59212> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x90b8a000 - 0x90bccff7  libcups.2.dylib (327.6) <D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib
0x90bcd000 - 0x90becff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x90bed000 - 0x90cf8ff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x90cf9000 - 0x90cfdfff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x90d65000 - 0x90d71ffe  libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
0x90d72000 - 0x90da5fff  libssl.0.9.8.dylib (47.1) <1725A506-BD80-39D5-8EE8-78D2FBBE194C> /usr/lib/libssl.0.9.8.dylib
0x90da6000 - 0x90df6ff7  com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x91079000 - 0x91496fff  FaceCoreLight (2.4.1) <B12C8721-EFB3-30A2-9A1B-ABCDF5670764> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x91497000 - 0x914f2fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x914f3000 - 0x91513ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x91514000 - 0x91524ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91525000 - 0x9169dff5  com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9169e000 - 0x916c7fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
0x919b5000 - 0x91a0ffff  com.apple.Symbolication (1.3 - 93) <2C7B4F90-8834-3BCB-81BF-001B31452FB6> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x91a10000 - 0x91a6bff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x91a6c000 - 0x91aaefff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
0x91aaf000 - 0x91d6fff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91d70000 - 0x91dd2fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
0x91de2000 - 0x91dedfff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
0x91dee000 - 0x91deefff  com.apple.Carbon (154 - 155) <17F1B675-E054-3D2C-900B-C9CE69F1FC31> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91def000 - 0x921a7ffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x921a8000 - 0x92834ff3  com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x92835000 - 0x928d2ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <639CF802-BE94-39C5-AC97-B5B42FF910C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x928d3000 - 0x92937ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
0x92938000 - 0x9293cff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
0x929df000 - 0x929e8ff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x929e9000 - 0x929e9ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
0x929ea000 - 0x929eafff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x929f5000 - 0x929f7ffb  libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x929f8000 - 0x92aa2fff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92aa3000 - 0x937dbff7  com.apple.QuickTimeComponents.component (7.7.1 - 2599.31) <A0445D02-A1C1-3D40-8219-D8EA6B28811C> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x937dc000 - 0x93833ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x93834000 - 0x93b54ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x93b55000 - 0x93ba4ff6  libTIFF.dylib (850) <78E121A6-92A2-3120-883C-7AA3C2966F9C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93ba5000 - 0x93f88fff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93f89000 - 0x93f8cff9  libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x93f8d000 - 0x93f91ffc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x93f92000 - 0x93f93fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
0x93f94000 - 0x93fb9ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x93ff7000 - 0x94045ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <15B4EFFC-22D1-3517-BE8C-7947DAA24729> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94048000 - 0x94145ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <B2CBC585-D206-3155-BB33-4359271AC444> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x94146000 - 0x9418eff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9418f000 - 0x94318ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x94319000 - 0x9431afff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
0x9431b000 - 0x944d7ffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
0x944db000 - 0x948d7feb  com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x948d8000 - 0x948dafff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
0x948db000 - 0x948fffff  libJPEG.dylib (850) <36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x94900000 - 0x94937ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <23668AB5-68EA-37D2-978E-C9EF22BF8C0C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94938000 - 0x9493bffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9493c000 - 0x9494cff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
0x9494d000 - 0x94997ff7  com.apple.framework.CoreWLAN (3.3 - 330.15) <74C4B50F-7016-341F-8261-D379B8F0CC97> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x94998000 - 0x94ae6ff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x94ae7000 - 0x94b41ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x94b42000 - 0x94b51fff  libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94b52000 - 0x94b6fff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
0x94b76000 - 0x94b82ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
0x94b83000 - 0x94bc7ff7  libGLU.dylib (8.9.2) <F33F6C73-7F89-3B5B-A50F-2AB57BBA314D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x94bc8000 - 0x94c85feb  libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
0x94c86000 - 0x94c93ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x94c94000 - 0x94cbfff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x94cc0000 - 0x94cc1ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x94cc2000 - 0x94ce7ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94cf4000 - 0x94d70ff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94d71000 - 0x94db0ff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x94df7000 - 0x94df8fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
0x94df9000 - 0x94df9fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94dfa000 - 0x94e03fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94e34000 - 0x95276fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x95277000 - 0x95277fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x95278000 - 0x9528aff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
0x9528b000 - 0x9528eff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
0x9528f000 - 0x9529cff7  com.apple.HelpData (2.1.4 - 85) <1E180AEF-53FF-3D8B-9513-7FCA1B25A4AB> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x952ce000 - 0x952d5fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
0x952d6000 - 0x952ecfff  com.apple.CFOpenDirectory (10.8 - 151.10) <D90DB5D4-6565-3726-B88A-21336CBE9170> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x952ed000 - 0x952fbfff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
0x952fc000 - 0x952fdffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
0x952fe000 - 0x95399fff  com.apple.CoreSymbolication (3.0 - 117) <2BBBE224-301D-3931-AEF2-DD967A6E9172> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9539a000 - 0x953a4fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
0x953a5000 - 0x953d2ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x953d3000 - 0x953d3fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x953d4000 - 0x953e2fff  com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x953e3000 - 0x95419ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9541a000 - 0x9543cfff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
0x9543d000 - 0x95444ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
0x95445000 - 0x9549fffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x954a0000 - 0x954d1fff  com.apple.DictionaryServices (1.2 - 184.4) <A31BB2CE-6965-3610-8B11-EA26EC6D7EEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x954d2000 - 0x95775ff3  com.apple.CoreImage (8.4.0 - 1.0.1) <C25B9EEC-4824-3088-BC08-2EA516C0728C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x957cc000 - 0x957d2ffc  libCGXCoreImage.A.dylib (332) <C370B56E-888F-31E8-B6F9-C3944725FBD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x957d3000 - 0x957ecfff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x957f0000 - 0x957f3ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x957f4000 - 0x9585afff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9585b000 - 0x95ac8ffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x95ac9000 - 0x95ad1fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
0x95ad2000 - 0x95b2bfff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x95b2c000 - 0x95c20ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x95c24000 - 0x95c9fff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x95d58000 - 0x95d62fff  libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x95d63000 - 0x95d66ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
0x95d67000 - 0x95dfffff  com.apple.CoreServices.OSServices (557.6 - 557.6) <8DEEED08-A4B3-3B08-8C2A-BDDBF005B43F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95e00000 - 0x95e15fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95e16000 - 0x95e3bffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x95e3c000 - 0x95e7effb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x95e7f000 - 0x95e82fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x95e83000 - 0x95e96ff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x95e97000 - 0x95ea5ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
0x95ea6000 - 0x95efdff3  com.apple.HIServices (1.20 - 417) <B8410ABC-E0DB-31EB-B923-17F3B65B5F4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x95efe000 - 0x95f0aff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x95f12000 - 0x95f27fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x95f2a000 - 0x95f31ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x95f32000 - 0x95f36fff  com.apple.OpenDirectory (10.8 - 151.10) <B9244697-CB05-3BD3-80A7-D188B3747B03> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x95f37000 - 0x95f51ffc  libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
0x95f52000 - 0x9603bff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
0x9603c000 - 0x9603cfff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9603d000 - 0x9611efff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
0x9613f000 - 0x961f3fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x961f4000 - 0x96327ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x96328000 - 0x96390ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96391000 - 0x96696ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x96697000 - 0x966fffe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96700000 - 0x96818ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x96819000 - 0x9684cffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x968eb000 - 0x96932ff3  com.apple.CoreMedia (1.0 - 926.104) <D0E3BE86-12ED-31BE-816F-E72D757A9F2F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x971b1000 - 0x972ecff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x972ed000 - 0x9735cffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9735d000 - 0x974baffb  com.apple.QTKit (7.7.1 - 2599.31) <B9AE5675-22B0-3AA9-903F-2195DA0B04F5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x974bb000 - 0x97591fff  com.apple.DiscRecording (7.0 - 7000.2.4) <D201B061-9472-31CA-BC9C-E949EDC7A975> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x97592000 - 0x97592ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <F7638E43-F885-372E-9DAE-24D0C21AA66E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97593000 - 0x975d5fff  libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
0x975d6000 - 0x9772fffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <8BF022FC-C38A-34AA-8469-D98294094659> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x97730000 - 0x97732fff  com.apple.securityhi (4.0 - 55002) <027D2D24-4043-3B43-90F3-112FB46903E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x97733000 - 0x97757fff  com.apple.PerformanceAnalysis (1.16 - 16) <1F963AEF-27CF-3FEB-BE9C-4C15AFE56DEA> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x97758000 - 0x97758fff  libSystem.B.dylib (169.3) <D7C4320E-C2EA-3A09-A413-D1F78382050D> /usr/lib/libSystem.B.dylib
0x97759000 - 0x97765ffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x97766000 - 0x9776fffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x97770000 - 0x9779dffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
0x9779e000 - 0x977ceff3  libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib
0x977cf000 - 0x97849ff7  com.apple.securityfoundation (6.0 - 55115.4) <69D92A90-971C-3CD3-BAB1-ADF958C568BC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9784a000 - 0x978aeff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x978af000 - 0x978b9ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x978ba000 - 0x97951ff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x97953000 - 0x97970fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
0x9797b000 - 0x97992fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x97993000 - 0x97994fff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
0x97995000 - 0x97a93ff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x97a94000 - 0x97ba4ffb  com.apple.QuickTimeImporters.component (7.7.1 - 2599.31) <60E4B0DB-1D43-3BD5-B76C-1069C5E106CF> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x97ba5000 - 0x97bc2fff  libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
0x97bc3000 - 0x97c55ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x97c56000 - 0x97c57fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
0x97c58000 - 0x97ca6ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x97ca7000 - 0x97cc5ff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x97cc6000 - 0x97d27fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x97d28000 - 0x97e20ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
0x97e57000 - 0x97e83ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
0x97e84000 - 0x97e8bfff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
0x97e9b000 - 0x97ea9ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
0x97eaa000 - 0x97eb1ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <B5A30D4D-F52B-3C3F-BA59-C22EABBDBD62> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x97eb2000 - 0x97ebcfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x97ebd000 - 0x97ee6ff7  libRIP.A.dylib (332) <521E60A6-A768-3CB8-B10D-D10EECD68A94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x97ee9000 - 0x97eedffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
0x98189000 - 0x98296ff3  com.apple.ImageIO.framework (3.2.1 - 850) <C964E877-660E-3482-ACF9-EC25DFEAF307> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x98297000 - 0x983a4057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
0x983a5000 - 0x983ecff7  com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x983ed000 - 0x983eefff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
0x983ef000 - 0x9840bfff  libPng.dylib (850) <26AD967A-D55E-3C5A-A643-D9953136DE58> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9840c000 - 0x9840cfff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9840d000 - 0x984bcff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x984bd000 - 0x99079ff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9907a000 - 0x99262ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x99263000 - 0x99275fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
0x99278000 - 0x992c4fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
0x992c5000 - 0x9934aff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9934b000 - 0x99390ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x99391000 - 0x9963fffb  com.apple.MediaToolbox (1.0 - 926.104) <DD264DFD-9AFB-38E2-A44C-B463DCB721A0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x99640000 - 0x99899ff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9989a000 - 0x9996eff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9996f000 - 0x99b86fff  com.apple.CoreData (106.1 - 407.7) <EC4B8297-8E01-3778-A8A4-E8747F91109D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x99b87000 - 0x99c78ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
0x99c79000 - 0x99c79fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x99c7a000 - 0x99eaafff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x99eab000 - 0x99eabfff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
0x99eac000 - 0x99eecfff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9a266000 - 0x9a291fff  com.apple.shortcut (2.2 - 2.2) <FA94F2BF-37E1-3F16-9085-7BCCB815BAE9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9a2de000 - 0x9a37eff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9a3d7000 - 0x9a3dbfff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9a3dc000 - 0x9a3dcfff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
0x9a3e9000 - 0x9a400ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <DEB24207-C250-3308-8C97-E4FA700A8616> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9a401000 - 0x9a404ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x9a40a000 - 0x9a43ffff  libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9a440000 - 0x9a4b5ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BEE998BC-E4A5-3BA0-A6B5-31A1DFA1522C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9a4b6000 - 0x9a574ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9a575000 - 0x9a57bfff  libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9a57c000 - 0x9a5f8ffb  libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x9a5f9000 - 0x9a5fbffd  libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9a653000 - 0x9a65dfff  com.apple.DisplayServicesFW (2.7.2 - 357) <5042CDAE-5580-3204-B675-745DA083E7AA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 14
    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: 314
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=213.5M resident=125.1M(59%) swapped_out_or_unallocated=88.4M(41%)
Writable regions: Total=185.4M written=16.0M(9%) resident=49.9M(27%) swapped_out=0K(0%) unallocated=135.5M(73%)
 
REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 33.0M
CG backing stores                  10.0M
CG image                             64K
CG raster data                      104K
CG shared images                   1216K
CoreAnimation                      1500K
CoreImage                             4K
CoreServices                       1652K
IOKit                              27.8M
MALLOC                             92.0M
MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=249                      156K
Memory tag=35                      2964K
OpenCL                               40K
OpenGL GLSL                        1552K
OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
Stack                              69.1M
VM_ALLOCATE                        18.0M
__DATA                             12.2M
__DATA/__OBJC                       244K
__IMAGE                             528K
__IMPORT                             36K
__LINKEDIT                         43.5M
__OBJC                             2640K
__OBJC/__DATA                       160K
__PAGEZERO                            4K
__TEXT                            170.1M
__UNICODE                           544K
mapped file                        81.5M
shared memory                      5824K
===========                      =======
TOTAL                             576.1M
TOTAL, minus reserved VM space    576.0M
Last edited by Michael_Graubart on Fri Apr 24, 2015 4:21 pm, edited 2 times in total.
Reason: wrap crash log in code tags for readability

Michael_Graubart
Posts: 44
Joined: Sat Jul 20, 2013 9:35 pm
Operating System: Please select

Re: Audacity 2.0.4 still crashes

Post by Michael_Graubart » Mon Sep 09, 2013 8:58 am

Here is the second one:

Code: Select all

Process:         Audacity [283]
Path:            /Applications/Audacity 2.0.4/Audacity 2.0.4.app/Contents/MacOS/Audacity
Identifier:      net.sourceforge.audacity
Version:         2.0.4.0 (2.0.4.0)
Code Type:       X86 (Native)
Parent Process:  launchd [132]
User ID:         501

Date/Time:       2013-09-08 19:58:08.402 +0100
OS Version:      Mac OS X 10.8.4 (12E55)
Report Version:  10

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

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000bbffff4

VM Regions Near 0xbbffff4:
    shared memory          000000000bbfc000-000000000bbfd000 [    4K] rw-/rw- SM=SHM  
--> 
    MALLOC_TINY            000000000bc00000-000000000bd00000 [ 1024K] rw-/rwx SM=PRV  

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_c.dylib             	0x94bc9b50 memmove$VARIANT$sse42 + 403
1   com.apple.HIToolbox           	0x93deb20b CArray::ReplaceElements(long, long, long, void const*) + 125
2   com.apple.HIToolbox           	0x93e0efad CUnicodeTextension::UnicodeReplaceRange(long, long, TReplaceParams const&, unsigned char, unsigned char) + 1873
3   com.apple.HIToolbox           	0x93e0f591 CUnicodeTextension::ReplaceRange(long, long, TReplaceParams const&, unsigned char, unsigned char) + 97
4   com.apple.HIToolbox           	0x93e0117e CReplaceTextCommand::DoMainAction() + 74
5   com.apple.HIToolbox           	0x93e00799 CTextensionEditCommand::DoIt(short*) + 25
6   com.apple.HIToolbox           	0x93e0009e CTextensionCommand::Execute(short*) + 54
7   com.apple.HIToolbox           	0x93e08387 OpaqueTXNObject::ExecuteCurrCommand() + 121
8   com.apple.HIToolbox           	0x93e038a5 OpaqueTXNObject::NewCommand(short, AttrObjModifier const*, TKeyDownParams*, TReplaceParams*) + 1065
9   com.apple.HIToolbox           	0x93df9502 DoSetDataCommand(OpaqueTXNObject*, unsigned long, unsigned long, TReplaceParams*) + 314
10  com.apple.HIToolbox           	0x93df8ecd TXNSetData + 1037
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           	0x93d519bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
32  com.apple.HIToolbox           	0x93bd9394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
33  com.apple.HIToolbox           	0x93bd8780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
34  com.apple.HIToolbox           	0x93bec655 SendEventToEventTarget + 88
35  com.apple.HIToolbox           	0x93d5186a SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 498
36  com.apple.HIToolbox           	0x93bc8984 SendMenuCommandWithContextAndModifiers + 70
37  com.apple.HIToolbox           	0x93bc8931 SendMenuItemSelectedEvent + 268
38  com.apple.HIToolbox           	0x93bc87b6 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
39  com.apple.HIToolbox           	0x93d9de7e MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 623
40  com.apple.HIToolbox           	0x93d9edc6 MenuSelect + 171
41  net.sourceforge.audacity      	0x004481d0 wxMacTopLevelMouseEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1008
42  net.sourceforge.audacity      	0x003e64ba wxMacAppEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1114
43  com.apple.HIToolbox           	0x93d519bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
44  com.apple.HIToolbox           	0x93bd9394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
45  com.apple.HIToolbox           	0x93bd8780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
46  com.apple.HIToolbox           	0x93bec655 SendEventToEventTarget + 88
47  com.apple.HIToolbox           	0x93c0c5f6 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2188
48  com.apple.HIToolbox           	0x93bd983f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
49  com.apple.HIToolbox           	0x93bd8780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
50  com.apple.HIToolbox           	0x93bec655 SendEventToEventTarget + 88
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        	0x95f4c9ae kevent + 10
1   libdispatch.dylib             	0x9527cc71 _dispatch_mgr_invoke + 993
2   libdispatch.dylib             	0x9527c7a9 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib        	0x95f498e6 mach_wait_until + 10
1   libsystem_c.dylib             	0x94c6fc10 nanosleep + 375
2   net.sourceforge.audacity      	0x00050234 AudioThread::Entry() + 100
3   libsystem_c.dylib             	0x94bde5b7 _pthread_start + 344
4   libsystem_c.dylib             	0x94bc8d4e thread_start + 34

Thread 3:
0   libsystem_kernel.dylib        	0x95f4c0ee __workq_kernreturn + 10
1   libsystem_c.dylib             	0x94be10ac _pthread_workq_return + 45
2   libsystem_c.dylib             	0x94be0e79 _pthread_wqthread + 448
3   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 4:
0   libsystem_kernel.dylib        	0x95f4c0ee __workq_kernreturn + 10
1   libsystem_c.dylib             	0x94be10ac _pthread_workq_return + 45
2   libsystem_c.dylib             	0x94be0e79 _pthread_wqthread + 448
3   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 5:
0   libsystem_kernel.dylib        	0x95f4c0ee __workq_kernreturn + 10
1   libsystem_c.dylib             	0x94be10ac _pthread_workq_return + 45
2   libsystem_c.dylib             	0x94be0e79 _pthread_wqthread + 448
3   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 6:
0   libsystem_kernel.dylib        	0x95f4c0ee __workq_kernreturn + 10
1   libsystem_c.dylib             	0x94be10ac _pthread_workq_return + 45
2   libsystem_c.dylib             	0x94be0e79 _pthread_wqthread + 448
3   libsystem_c.dylib             	0x94bc8d2a start_wqthread + 30

Thread 7:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib        	0x95f4bc72 __semwait_signal + 10
1   libsystem_c.dylib             	0x94c68a55 nanosleep$UNIX2003 + 189
2   libsystem_c.dylib             	0x94c6891e usleep$UNIX2003 + 60
3   com.apple.AppKit              	0x98805c2d -[NSUIHeartBeat _heartBeatThread:] + 879
4   com.apple.Foundation          	0x938d2448 -[NSThread main] + 45
5   com.apple.Foundation          	0x938d23cb __NSThread__main__ + 1396
6   libsystem_c.dylib             	0x94bde5b7 _pthread_start + 344
7   libsystem_c.dylib             	0x94bc8d4e thread_start + 34

Thread 8:: com.apple.CoreAnimation.render-server
0   libsystem_kernel.dylib        	0x95f497d2 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x95f48cb0 mach_msg + 68
2   com.apple.QuartzCore          	0x915eec08 CA::Render::Server::server_thread(void*) + 441
3   com.apple.QuartzCore          	0x9167f816 thread_fun + 29
4   libsystem_c.dylib             	0x94bde5b7 _pthread_start + 344
5   libsystem_c.dylib             	0x94bc8d4e thread_start + 34

Thread 9:: CVDisplayLink
0   libsystem_kernel.dylib        	0x95f4b8e2 __psynch_cvwait + 10
1   libsystem_c.dylib             	0x94be32e9 _pthread_cond_wait + 938
2   libsystem_c.dylib             	0x94be3572 pthread_cond_timedwait_relative_np + 47
3   com.apple.CoreVideo           	0x94cc4fd7 CVDisplayLink::waitUntil(unsigned long long) + 297
4   com.apple.CoreVideo           	0x94cc405c CVDisplayLink::runIOThread() + 658
5   com.apple.CoreVideo           	0x94cc3db2 startIOThread(void*) + 160
6   libsystem_c.dylib             	0x94bde5b7 _pthread_start + 344
7   libsystem_c.dylib             	0x94bc8d4e thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x0bc6fc01  ebx: 0x0482db80  ecx: 0x00000034  edx: 0xfff90380
  edi: 0x03315d40  esi: 0x0bc6fc94  ebp: 0xbfffdc48  esp: 0xbfffdc40
   ss: 0x00000023  efl: 0x00010282  eip: 0x94bc9b50   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0x0bbffff4
Logical CPU: 1

Binary Images:
    0x1000 -   0xab4ffb +net.sourceforge.audacity (2.0.4.0 - 2.0.4.0) <FB28C2AD-97AB-6771-96F9-9216E4B3D108> /Applications/Audacity 2.0.4/Audacity 2.0.4.app/Contents/MacOS/Audacity
 0x10a7000 -  0x11c6ffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
 0x1277000 -  0x12bfffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <7AAE4076-36FA-37C1-9EAE-344F1C8F14D9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
 0x12e4000 -  0x1f79ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
 0x26fe000 -  0x2714ffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
 0x2796000 -  0x2797ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
 0x27b2000 -  0x27b6fff  com.apple.CommonCocoaPanels (4.0 - 16) <7676B15F-69E2-39D2-9F35-9D2959A99079> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels
 0x2b00000 -  0x2bbeff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
 0x2ca1000 -  0x2caeff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
 0x2cf4000 -  0x2cf9fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
 0x2f9b000 -  0x2f9cffd  com.apple.ironwoodcore (1.1.1 - 1.1.1) <098CE576-3239-3B41-9141-A5BE6E476C84> /System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/Frameworks/DictationServicesCore.framework/DictationServicesCore
 0x2fa2000 -  0x2faaffd  libcldcpuengine.dylib (2.2.16) <43E630D7-14C3-3455-9A4E-B5EBFA638C9D> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
 0x2fb1000 -  0x2fb1ff5 +cl_kernels (???) <92FA41F0-F052-44E1-B11D-69F0822734CF> cl_kernels
 0x2fb8000 -  0x2fb8ff7 +hard_limiter_1413.so (???) <DF93382E-6CFD-32EE-5FBA-1F428F821839> /Applications/Audacity 2.0.4/*/hard_limiter_1413.so
 0x2fbc000 -  0x2fbeff7 +sc4_1882.so (???) <8EA4B893-DD1B-CFAB-42B4-65C3695A7869> /Applications/Audacity 2.0.4/*/sc4_1882.so
 0x4c1e000 -  0x4c1fff1 +cl_kernels (???) <BBE5920B-2FB4-45E4-8CC9-E230FE946D20> cl_kernels
 0x4c21000 -  0x4c33fd8 +com.smartelectronix.magnus.Ambience (1.0.4 - 1.0.4) /Library/Audio/Plug-Ins/Components/Ambience.component/Contents/MacOS/Ambience
 0x4c8b000 -  0x4c8bfff +cl_kernels (???) <6D1C9ECA-F152-4F20-BF1B-FA2F71B5818B> cl_kernels
 0x4c90000 -  0x4c91ff5 +cl_kernels (???) <B3D5C9F6-FF01-4109-9358-905AD23E1E7E> cl_kernels
 0x4f4d000 -  0x4fbffff +com.DivXInc.DivXDecoder (6.4.0 - 6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
 0xa079000 -  0xa07dfff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <CB7CDE62-DAEC-35AF-8ADB-3271AA2DF921> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
 0xa084000 -  0xa08efff  libGPUSupportMercury.dylib (8.9.2) <302EC167-66A3-3E12-8416-F03F50CA96D9> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
 0xa195000 -  0xa1b9fff  com.apple.security.csparser (3.0 - 55179.13) <3CB62C6D-EFDC-34AB-B3FA-59CCCF7832D3> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
 0xa1c0000 -  0xa1ebff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
 0xc19e000 -  0xc230fff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
 0xc242000 -  0xc2c2fff  com.apple.iLifeMediaBrowser (2.7.4 - 546.7) <130581CE-0699-3524-B487-726353FDDF96> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
 0xd841000 -  0xd9d5ffa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
 0xda0c000 -  0xdb8dfff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
 0xe800000 -  0xec4dff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <5B46A344-20F2-3C75-9D42-D13092E6BB81> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
0x70000000 - 0x7015eff7  com.apple.audio.units.Components (1.9 - 1.9) <F2B2712A-3203-3875-B1FF-768E92AE0D42> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe4d000 - 0x8fe7fe57  dyld (210.2.3) <4D38DEED-9837-3202-B8E9-41272D01EA2C> /usr/lib/dyld
0x90007000 - 0x90010fff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x90011000 - 0x9004cfef  libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9004d000 - 0x90169ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9016a000 - 0x90170fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90171000 - 0x903edff7  com.apple.QuickTime (7.7.1 - 2599.31) <3839E1F3-7948-3E68-9AE1-A0CEE8C59212> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x90b8a000 - 0x90bccff7  libcups.2.dylib (327.6) <D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib
0x90bcd000 - 0x90becff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x90bed000 - 0x90cf8ff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x90cf9000 - 0x90cfdfff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x90d65000 - 0x90d71ffe  libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
0x90d72000 - 0x90da5fff  libssl.0.9.8.dylib (47.1) <1725A506-BD80-39D5-8EE8-78D2FBBE194C> /usr/lib/libssl.0.9.8.dylib
0x90da6000 - 0x90df6ff7  com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x91079000 - 0x91496fff  FaceCoreLight (2.4.1) <B12C8721-EFB3-30A2-9A1B-ABCDF5670764> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x91497000 - 0x914f2fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x914f3000 - 0x91513ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x91514000 - 0x91524ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91525000 - 0x9169dff5  com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9169e000 - 0x916c7fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
0x919b5000 - 0x91a0ffff  com.apple.Symbolication (1.3 - 93) <2C7B4F90-8834-3BCB-81BF-001B31452FB6> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x91a10000 - 0x91a6bff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x91a6c000 - 0x91aaefff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
0x91aaf000 - 0x91d6fff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91d70000 - 0x91dd2fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
0x91de2000 - 0x91dedfff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
0x91dee000 - 0x91deefff  com.apple.Carbon (154 - 155) <17F1B675-E054-3D2C-900B-C9CE69F1FC31> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91def000 - 0x921a7ffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x921a8000 - 0x92834ff3  com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x92835000 - 0x928d2ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <639CF802-BE94-39C5-AC97-B5B42FF910C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x928d3000 - 0x92937ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
0x92938000 - 0x9293cff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
0x929df000 - 0x929e8ff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x929e9000 - 0x929e9ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
0x929ea000 - 0x929eafff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x929f5000 - 0x929f7ffb  libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x929f8000 - 0x92aa2fff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92aa3000 - 0x937dbff7  com.apple.QuickTimeComponents.component (7.7.1 - 2599.31) <A0445D02-A1C1-3D40-8219-D8EA6B28811C> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x937dc000 - 0x93833ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x93834000 - 0x93b54ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x93b55000 - 0x93ba4ff6  libTIFF.dylib (850) <78E121A6-92A2-3120-883C-7AA3C2966F9C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93ba5000 - 0x93f88fff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93f89000 - 0x93f8cff9  libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x93f8d000 - 0x93f91ffc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x93f92000 - 0x93f93fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
0x93f94000 - 0x93fb9ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x93ff7000 - 0x94045ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <15B4EFFC-22D1-3517-BE8C-7947DAA24729> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94048000 - 0x94145ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <B2CBC585-D206-3155-BB33-4359271AC444> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x94146000 - 0x9418eff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9418f000 - 0x94318ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x94319000 - 0x9431afff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
0x9431b000 - 0x944d7ffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
0x944db000 - 0x948d7feb  com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x948d8000 - 0x948dafff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
0x948db000 - 0x948fffff  libJPEG.dylib (850) <36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x94900000 - 0x94937ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <23668AB5-68EA-37D2-978E-C9EF22BF8C0C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94938000 - 0x9493bffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9493c000 - 0x9494cff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
0x9494d000 - 0x94997ff7  com.apple.framework.CoreWLAN (3.3 - 330.15) <74C4B50F-7016-341F-8261-D379B8F0CC97> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x94998000 - 0x94ae6ff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x94ae7000 - 0x94b41ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x94b42000 - 0x94b51fff  libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94b52000 - 0x94b6fff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
0x94b76000 - 0x94b82ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
0x94b83000 - 0x94bc7ff7  libGLU.dylib (8.9.2) <F33F6C73-7F89-3B5B-A50F-2AB57BBA314D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x94bc8000 - 0x94c85feb  libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
0x94c86000 - 0x94c93ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x94c94000 - 0x94cbfff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x94cc0000 - 0x94cc1ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x94cc2000 - 0x94ce7ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94cf4000 - 0x94d70ff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94d71000 - 0x94db0ff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x94df7000 - 0x94df8fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
0x94df9000 - 0x94df9fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94dfa000 - 0x94e03fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94e34000 - 0x95276fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x95277000 - 0x95277fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x95278000 - 0x9528aff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
0x9528b000 - 0x9528eff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
0x9528f000 - 0x9529cff7  com.apple.HelpData (2.1.4 - 85) <1E180AEF-53FF-3D8B-9513-7FCA1B25A4AB> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x952ce000 - 0x952d5fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
0x952d6000 - 0x952ecfff  com.apple.CFOpenDirectory (10.8 - 151.10) <D90DB5D4-6565-3726-B88A-21336CBE9170> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x952ed000 - 0x952fbfff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
0x952fc000 - 0x952fdffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
0x952fe000 - 0x95399fff  com.apple.CoreSymbolication (3.0 - 117) <2BBBE224-301D-3931-AEF2-DD967A6E9172> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9539a000 - 0x953a4fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
0x953a5000 - 0x953d2ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x953d3000 - 0x953d3fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x953d4000 - 0x953e2fff  com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x953e3000 - 0x95419ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9541a000 - 0x9543cfff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
0x9543d000 - 0x95444ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
0x95445000 - 0x9549fffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x954a0000 - 0x954d1fff  com.apple.DictionaryServices (1.2 - 184.4) <A31BB2CE-6965-3610-8B11-EA26EC6D7EEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x954d2000 - 0x95775ff3  com.apple.CoreImage (8.4.0 - 1.0.1) <C25B9EEC-4824-3088-BC08-2EA516C0728C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x957cc000 - 0x957d2ffc  libCGXCoreImage.A.dylib (332) <C370B56E-888F-31E8-B6F9-C3944725FBD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x957d3000 - 0x957ecfff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x957f0000 - 0x957f3ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x957f4000 - 0x9585afff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9585b000 - 0x95ac8ffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x95ac9000 - 0x95ad1fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
0x95ad2000 - 0x95b2bfff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x95b2c000 - 0x95c20ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x95c24000 - 0x95c9fff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x95d58000 - 0x95d62fff  libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x95d63000 - 0x95d66ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
0x95d67000 - 0x95dfffff  com.apple.CoreServices.OSServices (557.6 - 557.6) <8DEEED08-A4B3-3B08-8C2A-BDDBF005B43F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95e00000 - 0x95e15fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95e16000 - 0x95e3bffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x95e3c000 - 0x95e7effb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x95e7f000 - 0x95e82fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x95e83000 - 0x95e96ff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x95e97000 - 0x95ea5ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
0x95ea6000 - 0x95efdff3  com.apple.HIServices (1.20 - 417) <B8410ABC-E0DB-31EB-B923-17F3B65B5F4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x95efe000 - 0x95f0aff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x95f12000 - 0x95f27fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x95f2a000 - 0x95f31ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x95f32000 - 0x95f36fff  com.apple.OpenDirectory (10.8 - 151.10) <B9244697-CB05-3BD3-80A7-D188B3747B03> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x95f37000 - 0x95f51ffc  libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
0x95f52000 - 0x9603bff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
0x9603c000 - 0x9603cfff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9603d000 - 0x9611efff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
0x9613f000 - 0x961f3fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x961f4000 - 0x96327ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x96328000 - 0x96390ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96391000 - 0x96696ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x96697000 - 0x966fffe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96700000 - 0x96818ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x96819000 - 0x9684cffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x968eb000 - 0x96932ff3  com.apple.CoreMedia (1.0 - 926.104) <D0E3BE86-12ED-31BE-816F-E72D757A9F2F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x971b1000 - 0x972ecff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x972ed000 - 0x9735cffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9735d000 - 0x974baffb  com.apple.QTKit (7.7.1 - 2599.31) <B9AE5675-22B0-3AA9-903F-2195DA0B04F5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x974bb000 - 0x97591fff  com.apple.DiscRecording (7.0 - 7000.2.4) <D201B061-9472-31CA-BC9C-E949EDC7A975> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x97592000 - 0x97592ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <F7638E43-F885-372E-9DAE-24D0C21AA66E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97593000 - 0x975d5fff  libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
0x975d6000 - 0x9772fffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <8BF022FC-C38A-34AA-8469-D98294094659> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x97730000 - 0x97732fff  com.apple.securityhi (4.0 - 55002) <027D2D24-4043-3B43-90F3-112FB46903E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x97733000 - 0x97757fff  com.apple.PerformanceAnalysis (1.16 - 16) <1F963AEF-27CF-3FEB-BE9C-4C15AFE56DEA> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x97758000 - 0x97758fff  libSystem.B.dylib (169.3) <D7C4320E-C2EA-3A09-A413-D1F78382050D> /usr/lib/libSystem.B.dylib
0x97759000 - 0x97765ffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x97766000 - 0x9776fffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x97770000 - 0x9779dffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
0x9779e000 - 0x977ceff3  libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib
0x977cf000 - 0x97849ff7  com.apple.securityfoundation (6.0 - 55115.4) <69D92A90-971C-3CD3-BAB1-ADF958C568BC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9784a000 - 0x978aeff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x978af000 - 0x978b9ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x978ba000 - 0x97951ff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x97953000 - 0x97970fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
0x9797b000 - 0x97992fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x97993000 - 0x97994fff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
0x97995000 - 0x97a93ff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x97a94000 - 0x97ba4ffb  com.apple.QuickTimeImporters.component (7.7.1 - 2599.31) <60E4B0DB-1D43-3BD5-B76C-1069C5E106CF> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x97ba5000 - 0x97bc2fff  libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
0x97bc3000 - 0x97c55ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x97c56000 - 0x97c57fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
0x97c58000 - 0x97ca6ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x97ca7000 - 0x97cc5ff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x97cc6000 - 0x97d27fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x97d28000 - 0x97e20ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
0x97e57000 - 0x97e83ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
0x97e84000 - 0x97e8bfff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
0x97e9b000 - 0x97ea9ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
0x97eaa000 - 0x97eb1ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <B5A30D4D-F52B-3C3F-BA59-C22EABBDBD62> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x97eb2000 - 0x97ebcfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x97ebd000 - 0x97ee6ff7  libRIP.A.dylib (332) <521E60A6-A768-3CB8-B10D-D10EECD68A94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x97ee9000 - 0x97eedffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
0x98189000 - 0x98296ff3  com.apple.ImageIO.framework (3.2.1 - 850) <C964E877-660E-3482-ACF9-EC25DFEAF307> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x98297000 - 0x983a4057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
0x983a5000 - 0x983ecff7  com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x983ed000 - 0x983eefff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
0x983ef000 - 0x9840bfff  libPng.dylib (850) <26AD967A-D55E-3C5A-A643-D9953136DE58> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9840c000 - 0x9840cfff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9840d000 - 0x984bcff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x984bd000 - 0x99079ff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9907a000 - 0x99262ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x99263000 - 0x99275fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
0x99278000 - 0x992c4fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
0x992c5000 - 0x9934aff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9934b000 - 0x99390ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x99391000 - 0x9963fffb  com.apple.MediaToolbox (1.0 - 926.104) <DD264DFD-9AFB-38E2-A44C-B463DCB721A0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x99640000 - 0x99899ff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9989a000 - 0x9996eff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9996f000 - 0x99b86fff  com.apple.CoreData (106.1 - 407.7) <EC4B8297-8E01-3778-A8A4-E8747F91109D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x99b87000 - 0x99c78ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
0x99c79000 - 0x99c79fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x99c7a000 - 0x99eaafff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x99eab000 - 0x99eabfff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
0x99eac000 - 0x99eecfff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9a266000 - 0x9a291fff  com.apple.shortcut (2.2 - 2.2) <FA94F2BF-37E1-3F16-9085-7BCCB815BAE9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9a2de000 - 0x9a37eff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9a3d7000 - 0x9a3dbfff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9a3dc000 - 0x9a3dcfff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
0x9a3e9000 - 0x9a400ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <DEB24207-C250-3308-8C97-E4FA700A8616> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9a401000 - 0x9a404ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x9a40a000 - 0x9a43ffff  libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9a440000 - 0x9a4b5ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BEE998BC-E4A5-3BA0-A6B5-31A1DFA1522C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9a4b6000 - 0x9a574ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9a575000 - 0x9a57bfff  libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9a57c000 - 0x9a5f8ffb  libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x9a5f9000 - 0x9a5fbffd  libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9a653000 - 0x9a65dfff  com.apple.DisplayServicesFW (2.7.2 - 357) <5042CDAE-5580-3204-B675-745DA083E7AA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 14
    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: 340
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=213.5M resident=125.4M(59%) swapped_out_or_unallocated=88.1M(41%)
Writable regions: Total=176.9M written=17.9M(10%) resident=53.2M(30%) swapped_out=0K(0%) unallocated=123.7M(70%)
 
REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 33.0M
CG backing stores                  10.0M
CG image                             64K
CG raster data                      104K
CG shared images                   1216K
CoreAnimation                      1500K
CoreImage                             4K
CoreServices                       1652K
IOKit                              27.8M
MALLOC                             84.0M
MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=249                      156K
Memory tag=35                      2964K
OpenCL                               40K
OpenGL GLSL                        1552K
OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
Stack                              68.6M
VM_ALLOCATE                        16.5M
__DATA                             12.2M
__DATA/__OBJC                       244K
__IMAGE                             528K
__IMPORT                             36K
__LINKEDIT                         43.5M
__OBJC                             2640K
__OBJC/__DATA                       160K
__PAGEZERO                            4K
__TEXT                            170.1M
__UNICODE                           544K
mapped file                        81.5M
shared memory                      7364K
===========                      =======
TOTAL                             567.6M
TOTAL, minus reserved VM space    567.5M
Last edited by Michael_Graubart on Fri Apr 24, 2015 4:21 pm, edited 2 times in total.
Reason: wrapped crash report in code tags for readability

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Audacity 2.0.4 still crashes

Post by Gale Andrews » Mon Sep 09, 2013 1:39 pm

@ Michael_Graubart, your first 2.0.4 crash report is different (the thread writing the log did not crash):

Crashed Thread: 2 Dispatch queue: com.apple.root.default-overcommit-priority

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Application Specific Information:
objc[266]: autorelease pool page 0x398b000 corrupted
magic 0x1fe3cadc 0x1fe7e6f5 0x442644f5 0x13224201
pthread 0x200ac8e4

Thread 2 Crashed:: Dispatch queue: com.apple.root.default-overcommit-priority
0 libobjc.A.dylib 0x982a81f2 _objc_trap() + 0
1 libobjc.A.dylib 0x9829e96e objc_autoreleasePoolPush + 113
2 com.apple.CoreFoundation 0x990ac0a7 _CFAutoreleasePoolPush + 23
3 libdispatch.dylib 0x9527ae3a _dispatch_worker_thread2 + 85
4 libsystem_c.dylib 0x94be0e72 _pthread_wqthread + 441
5 libsystem_c.dylib 0x94bc8d2a start_wqthread + 30

Do you recall what happened there - did you actually manage to import a file?

Have you tried http://www.gaclrecords.org.uk/test-buil ... -alpha.zip to see if removing logging makes 2.0.4 usable?


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply