Talking to Parent app is not possable

All I want to do is communicate by having my child app talk
to my parent application. I cannot get this to work, and getting
extremely frustrated with this. I cannot find good examples on this
scenerio. Documentation does not seem to provide the details, or I
just don't understand everything within the docs. I have my parent
application talking to my child application, but not the other way
around.
My Main App Has
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute">
<mx:Script >
<![CDATA[
import mx.managers.SystemManager;
private var loadedSM:SystemManager;
private function allowInteraction() : void {
loadedSM = SystemManager(swfChild.content);
private function sendData():void {
ChildApp(loadedSM.application).fromMain.text = toChild.text;
]]>
</mx:Script>
<mx:SWFLoader id="swfChild" source="ChildApp.swf"
init="allowInteraction()" y="60" width="261"/>
<mx:Canvas width="278" height="150" id="owner">
<mx:TextInput id="toChild" width="200" height="20"/>
<mx:Button click="sendData();" label="Submit" y="22"
/>
</mx:Canvas>
</mx:Application>
My Child App Has
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute">
<mx:Script>
<![CDATA[
public function toParent(): void {
//MainApp(owner).toChild.text = "123";
parentApplication(owner).toChild.text = "123";
//parentApplication.valueOf(toChild.text) = "123"
//local2(owner).fromChild.text = toMain.text;
]]>
</mx:Script>
<mx:Canvas width="204" height="98" x="10" y="10">
<mx:TextArea id="fromMain" width="200" />
<mx:TextInput id="toMain" width="200" y="32" />
<mx:Button label="submit" x="10" y="62"
click="toParent();" />
</mx:Canvas>
</mx:Application>
All I want to do is have each app communicate with each
other? Why is that so hard? What is it that I am missing?
Thanks

Hmm, it is saying that I cannot access the parent item. Is
there something that I need to declare in the parent or child
applications?
TypeError: Error #1009: Cannot access a property or method of
a null object reference.
at ChildApp/toParent()
at ChildApp/___Button1_click()

Similar Messages

  • TS1702 Telegraph app does not allow access to newspaper says have not paid subscription. Paid through iTunes and tel says it is iTunes prob. Can't talk to anybody at itunes

    Telegraph app does not allow access to newspaper. Says. Have not paid sub but pay via iTunes Store. Telegraph says it is an iTunes prob but I can't get to talk to anyone there! Any suggestions please?

    Just got this -
    Dear iTunes Customer,
    You recently received an email informing you that your iTunes Match Subscription could not be auto-renewed. We have resolved the problem and your iTunes Match Subscription has been renewed.
    We apologize for the delay with your auto-renewal. If you have any questions, please contact AppleCare at http://www.apple.com/support/itunes/
    I hope everyone else is all set too.

  • Why in the viersion 6.1.3 , he talk the telephone app ! why i'm not have a telephone app ?

    why in the version 6.1.3 , he talk the telephone app ! why i'm not have a telephone app ?

    The phone app is only on the iPhone.  iOS 6.1.3 was specifically for the iPhone but was made for the iPod touch and iPad as well.  Hope this helps.

  • Apps are not showing up with parental controls

    I recently purchased Spellboard from the Mac App Store to help my son with his spelling quizes. I have parental controls set up for him and the app does not show up in his applications folder. I have it selected in parental controls, the app is rated for 4+ and I have the permissions set to 12+. The app shows up and works fine under mine and my wifes logins which are set to admin. I can't figure this out. Any other applications we select that ARE NOT Mac app store purchased show up fine when selected for him. Anyone else run into this problem? Any fix?

    Just to clarify, there are no app store purchases that will show up when selected for his account managed with parental controls.

  • In Adobe Bridge when I try to open my camera raws, I get a pop up box stating "Bridges parent application is not active.  Bridge requires that a qualifying product has been launched at least once to enable this feature"  What do I do? Please advise

    In Adobe Bridge, when I try to open my camera raws, I get a pop up stating"Bridges parent application is not active.  Bridge requires that a qualifying product has been launced at least once to enable this feature."  What the heck?  I have a PC and haven't had problems before.. I have adobe cloud and pay my monthly bill...

    Have you opened Photoshop or any other Adobe app that Bridge works with?  You need to do this if you've upgraded PS or just signed up for CC.

  • Mail app and Notes crashes when printing

    Hi!
    We are experiencing trouble when printing to our Xerox WorkCenter 7120 (over wireless network). Printing from Mail App and Notes makes the app crash without printing the mail or the note. Is there any solution for this? Attaching the crash report below. Thank for helping.
    Henrik
    Process:         Notes [20455]
    Path:            /Applications/Notes.app/Contents/MacOS/Notes
    Identifier:      com.apple.Notes
    Version:         1.2 (103)
    Build Info:      Notes-103000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [164]
    User ID:         501
    PlugIn Path:       /Library/Printers/Xerox/PDEs/XeroxFeatures.plugin/Contents/MacOS/XeroxFeatures
    PlugIn Identifier: com.xerox.xeroxfeatures.pde
    PlugIn Version:    1.29.0 (484)
    Date/Time:       2013-04-23 11:01:20.453 +0200
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          44494 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  166985 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      51851286-9A19-43D6-9833-4634D88D69D8
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: respondsToSelector:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff8953c510 objc_msgSend_vtable5 + 16
    1   com.xerox.xeroxfeatures.pde             0x000000010b05212a -[XRScalarFeature setCurrentValue:] + 106
    2   com.xerox.xeroxfeatures.pde             0x000000010b0ae4cb -[XRMediaLibraryDataSource setMediaLibraryState:] + 91
    3   com.apple.Foundation                    0x00007fff82192d3a __NSThreadPerformPerform + 225
    4   com.apple.CoreFoundation                0x00007fff8b78fb31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    5   com.apple.CoreFoundation                0x00007fff8b78f51d __CFRunLoopDoSources0 + 445
    6   com.apple.CoreFoundation                0x00007fff8b7b27f5 __CFRunLoopRun + 789
    7   com.apple.CoreFoundation                0x00007fff8b7b20e2 CFRunLoopRunSpecific + 290
    8   com.apple.HIToolbox                     0x00007fff842aaeb4 RunCurrentEventLoopInMode + 209
    9   com.apple.HIToolbox                     0x00007fff842aab94 ReceiveNextEventCommon + 166
    10  com.apple.HIToolbox                     0x00007fff842aaae3 BlockUntilNextEventMatchingListInMode + 62
    11  com.apple.AppKit                        0x00007fff89954563 _DPSNextEvent + 685
    12  com.apple.AppKit                        0x00007fff89953e22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    13  com.apple.AppKit                        0x00007fff89b9e639 -[NSApplication _realDoModalLoop:peek:] + 485
    14  com.apple.AppKit                        0x00007fff89b9ed6e -[NSApplication runModalSession:] + 49
    15  com.apple.AppKit                        0x00007fff89dc4460 -[NSConcretePrintOperation(NSInternal) _isCancelledAfterHandlingUserEvents] + 137
    16  com.apple.AppKit                        0x00007fff89fd8207 -[NSView(NSPrintingInternal) _printForCurrentOperation] + 446
    17  com.apple.AppKit                        0x00007fff89dc2a88 -[NSConcretePrintOperation _renderView] + 277
    18  com.apple.AppKit                        0x00007fff89dc30dc -[NSConcretePrintOperation runOperation] + 357
    19  com.apple.AppKit                        0x00007fff89a44989 -[NSApplication sendAction:to:from:] + 342
    20  com.apple.AppKit                        0x00007fff89b7a37c -[NSMenuItem _corePerformAction] + 406
    21  com.apple.AppKit                        0x00007fff89b7a06a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 133
    22  com.apple.AppKit                        0x00007fff89b78cf0 -[NSMenu performKeyEquivalent:] + 271
    23  com.apple.AppKit                        0x00007fff89b781b3 -[NSApplication _handleKeyEquivalent:] + 829
    24  com.apple.AppKit                        0x00007fff89a35173 -[NSApplication sendEvent:] + 4480
    25  com.apple.AppKit                        0x00007fff8994b24a -[NSApplication run] + 636
    26  com.apple.AppKit                        0x00007fff898efc06 NSApplicationMain + 869
    27  libdyld.dylib                           0x00007fff82dab7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8e7a8d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8ec2bdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8ec2b9ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8e7a6686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e7a5c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8b7ad233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8b7b2916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8b7b20e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff82137b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff82195cd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8e7a6686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e7a5c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8b7ad233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8b7b2916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8b7b20e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8219af5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.Foundation                    0x00007fff8213375a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.CoreMessage                   0x00007fff830a7e17 +[_NSSocket _runIOThread] + 77
    8   com.apple.Foundation                    0x00007fff82195cd2 __NSThread__main__ + 1345
    9   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8e7a8322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8b7f1f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8e7a80fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fbafe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8e4afee6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff8e6d2c5a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff8e6e82bf ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8e7a80fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fbafe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8e635ad4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8e6359b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8e6e82bf ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8e7a80fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fbafe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8e635ad4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8e6359b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8e6e82bf ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8e7a80fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fbafe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8e635ad4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8e6359b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8e6e82bf ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 11:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8e7a8122 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff86fbbdfd pthread_mutex_lock + 536
    2   com.apple.Foundation                    0x00007fff82152c8e -[NSLock lock] + 148
    3   com.apple.AppKit                        0x00007fff89b3ab97 __37-[NSUIHeartBeat updateHeartBeatState]_block_invoke_0122 + 52
    4   com.apple.Foundation                    0x00007fff821b912f -[NSBlockOperation main] + 124
    5   com.apple.Foundation                    0x00007fff8218f036 -[__NSOperationInternal start] + 684
    6   com.apple.Foundation                    0x00007fff82196861 __block_global_6 + 129
    7   libdispatch.dylib                       0x00007fff8ec2cf01 _dispatch_call_block_and_release + 15
    8   libdispatch.dylib                       0x00007fff8ec290b6 _dispatch_client_callout + 8
    9   libdispatch.dylib                       0x00007fff8ec2a1fa _dispatch_worker_thread2 + 304
    10  libsystem_c.dylib                       0x00007fff86fb8d0b _pthread_wqthread + 404
    11  libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 17:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8e7a6686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e7a5c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8b7ad233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8b7b2916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8b7b20e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8219af5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.AppKit                        0x00007fff89876386 -[NSAnimation(NSInternal) _runBlocking] + 377
    7   com.apple.AppKit                        0x00007fff898761e8 -[NSAnimation(NSInternal) _animationThread] + 65
    8   libdispatch.dylib                       0x00007fff8ec2cf01 _dispatch_call_block_and_release + 15
    9   libdispatch.dylib                       0x00007fff8ec290b6 _dispatch_client_callout + 8
    10  libdispatch.dylib                       0x00007fff8ec2a1fa _dispatch_worker_thread2 + 304
    11  libsystem_c.dylib                       0x00007fff86fb8d0b _pthread_wqthread + 404
    12  libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8e7a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86fb8f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86fb8d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fa31d1 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8e7a80fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fbafe9 _pthread_cond_wait + 869
    2   com.apple.Foundation                    0x00007fff82194386 -[NSCondition wait] + 240
    3   com.apple.Foundation                    0x00007fff8218ca48 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 796
    4   com.apple.Foundation                    0x00007fff8218c6a8 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
    5   com.xerox.xeroxfeatures.pde             0x000000010b0ae8e6 -[XRMediaLibraryDataSource retrieveRemoteMedia] + 886
    6   com.apple.Foundation                    0x00007fff82195cd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 21:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8e7a8386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff87040800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff87040717 usleep + 54
    3   com.apple.AppKit                        0x00007fff89b39868 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff82195cd2 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff86fb67a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff86fa31e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x7fffffffffffffff  rbx: 0x00007faa053c7770  rcx: 0x0000000000000008  rdx: 0x00007faa032b04c0
      rdi: 0x00007faa050ab850  rsi: 0x000000010b12de30  rbp: 0x00007fff5af82ef0  rsp: 0x00007fff5af82eb8
       r8: 0x00007fff72e51fd0   r9: 0xffffffffffffffff  r10: 0x00007faa0565ab40  r11: 0x00007faa033870d8
      r12: 0x00007faa05711de0  r13: 0x0000000000000000  r14: 0x00007faa053c7d20  r15: 0x00007faa03364530
      rip: 0x00007fff8953c510  rfl: 0x0000000000010246  cr2: 0x00007faa03364c18
    Logical CPU: 0
    Binary Images:
           0x104c7b000 -        0x104cbefff  com.apple.Notes (1.2 - 103) <D5115E71-77B3-3CE5-B009-191503AECB42> /Applications/Notes.app/Contents/MacOS/Notes
           0x104cdf000 -        0x104d21ff7  com.apple.Notes.framework (1.2 - 103) <5F2CD221-805B-3050-AC07-FFBB4541780A> /System/Library/PrivateFrameworks/Notes.framework/Versions/A/Notes
           0x104ef1000 -        0x104f23fff  com.apple.printingprivate.framework.PrintingPrivate (8.1 - 91.1) <157A388A-3E46-30E6-B3E5-87EE554663D3> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
           0x104f4f000 -        0x104f58fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x104f61000 -        0x104f61ffb +cl_kernels (???) <F74FEB58-803E-4F60-B93F-85DE68244C85> cl_kernels
           0x106dde000 -        0x106ddffff  com.apple.AddressBook.LocalSourceBundle (2.1 - 1169) <641DB5BF-1E7A-3090-8AA3-CB11262B43FC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x106de5000 -        0x106de7fff  apop.so (169) <2A1CAD32-5734-3D4E-868B-E773DCD192B5> /usr/lib/sasl2/apop.so
           0x106deb000 -        0x106dfffff  dhx.so (169) <3C4D7E51-F30B-3A5B-9BB6-4426EC607E10> /usr/lib/sasl2/dhx.so
           0x106e0b000 -        0x106e14ff7  digestmd5WebDAV.so (169) <D1EF0A0E-92FA-321F-9445-DD08A64C2493> /usr/lib/sasl2/digestmd5WebDAV.so
           0x106e19000 -        0x106e1bfff  libanonymous.2.so (166) <6417EA9E-4202-31DA-A086-B58F1E92C931> /usr/lib/sasl2/libanonymous.2.so
           0x106e20000 -        0x106e23fff  libcrammd5.2.so (166) <866C8DD4-5086-376A-BFC7-897A40327DB4> /usr/lib/sasl2/libcrammd5.2.so
           0x106e2a000 -        0x106e33ff7  libdigestmd5.2.so (166) <F2344A08-F032-35D3-9EBB-F147D4100517> /usr/lib/sasl2/libdigestmd5.2.so
           0x106e39000 -        0x106e3efff  libgssapiv2.2.so (166) <83A21AF3-FB42-3ACC-B6ED-26B23388C4F4> /usr/lib/sasl2/libgssapiv2.2.so
           0x106e43000 -        0x106e45fff  login.so (166) <1F868238-FB26-3477-B31C-67DB400D6F68> /usr/lib/sasl2/login.so
           0x106e49000 -        0x106e4efff  libntlm.so (166) <82608FB8-E225-39FF-BC83-B9D3F89D7CEC> /usr/lib/sasl2/libntlm.so
           0x106e53000 -        0x106e5afff  libotp.2.so (166) <2AE53E63-A826-3E20-9B4D-476CC712410D> /usr/lib/sasl2/libotp.2.so
           0x106e63000 -        0x106e65fff  pwauxprop.so (387.1) <94457D86-AB48-33B6-8C01-F08C3BC6CE53> /usr/lib/sasl2/pwauxprop.so
           0x106e6a000 -        0x106e6cfff  libplain.2.so (166) <074D7604-3435-3E01-A86B-FF102001FC5B> /usr/lib/sasl2/libplain.2.so
           0x106e70000 -        0x106e74fff  libpps.so (169) <3C150ECF-0D94-3DBE-8AB6-7B0070700699> /usr/lib/sasl2/libpps.so
           0x106e79000 -        0x106e7cfff  mschapv2.so (169) <9DAC741E-6BB8-3DFA-85AD-532EB20E780B> /usr/lib/sasl2/mschapv2.so
           0x106e81000 -        0x106eaefff  com.apple.DirectoryService.PasswordServerFramework (10.8 - 27.1) <81194DEC-984F-3099-B537-F70394F8492C> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x106ec4000 -        0x106ec7fff  shadow_auxprop.so (169) <FE9BCBA3-7F30-303B-A815-8FADE514246E> /usr/lib/sasl2/shadow_auxprop.so
           0x106ecc000 -        0x106ecefff  smb_nt.so (169) <F6798ECD-BBC9-3055-96E9-3A9836E36E7A> /usr/lib/sasl2/smb_nt.so
           0x106ed3000 -        0x106ed6fff  smb_ntlmv2.so (169) <FB9D0145-0F31-3FA1-A6B4-5F8530CC60CA> /usr/lib/sasl2/smb_ntlmv2.so
           0x106edf000 -        0x106ee2ff7  com.apple.126.iaplugin (1.1 - 110) <0ABF0BCA-C639-3700-BB76-EF451851D431> /System/Library/InternetAccounts/126.iaplugin/Contents/MacOS/126
           0x106ee8000 -        0x106eebff7  com.apple.163.iaplugin (1.1 - 110) <A5A4159B-EA0B-3A06-8F4E-1F39BFF95D44> /System/Library/InternetAccounts/163.iaplugin/Contents/MacOS/163
           0x106ef1000 -        0x106ef6ff7  com.apple.contacts.iaplugin (2.1 - 1169) <ABDD0396-6065-3D03-8CC5-F15FBE626280> /System/Library/InternetAccounts/AddressBook.iaplugin/Contents/MacOS/AddressBoo k
           0x106efd000 -        0x106f00fff  com.apple.aol.iaplugin (2.1 - 210) <2267AF29-144F-3516-95B3-4288E2A1652F> /System/Library/InternetAccounts/AOL.iaplugin/Contents/MacOS/AOL
           0x106f06000 -        0x106f0eff7  com.apple.calendar.iaplugin (6.0 - 1249) <8A7C7FF8-98D1-36BC-B9FD-EDCB91915B95> /System/Library/InternetAccounts/Calendar.iaplugin/Contents/MacOS/Calendar
           0x106f17000 -        0x106f20fff  com.apple.exchange.iaplugin (2.1 - 210) <48D09EA9-7227-348D-849B-19A7888867B4> /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange
           0x106f2a000 -        0x106f32fff  com.apple.facebook.iaplugin (1.2 - 120) <BD9142C2-5548-33A3-9D8B-6BD3E918EA22> /System/Library/InternetAccounts/Facebook.iaplugin/Contents/MacOS/Facebook
           0x106f3b000 -        0x106f46ff7  com.apple.flickr.iaplugin (1.1 - 110) <FF2EC6E1-3831-376C-873A-581F3E215E88> /System/Library/InternetAccounts/Flickr.iaplugin/Contents/MacOS/Flickr
           0x106f51000 -        0x106f55ff7  com.apple.google.iaplugin (2.1 - 210) <5CE22781-4FE8-37D6-8BDF-0048331595CA> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
           0x106f5c000 -        0x106f61fff  com.apple.chat.iaplugin (7.0.1 - 3318) <E95918CC-7520-348A-8158-C3845123430F> /System/Library/InternetAccounts/iChat.iaplugin/Contents/MacOS/iChat
           0x106f67000 -        0x106f83fff  com.apple.icloud.iaplugin (1.0.1 - 238.5) <182DE70D-0255-3D0F-BE81-C7D56E069089> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
           0x106f97000 -        0x106ff1fff  com.apple.AOSUI (1.1 - 150) <B0095CFE-8A28-3C89-A55B-73C628DDE66D> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
           0x10702b000 -        0x107035ff7  com.apple.AppleSRP (5.0 - 1) <16B1431A-295A-386B-9159-A396877D6FE3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x10703c000 -        0x10704eff7  com.apple.syncservices.syncservicesui (7.1 - 713.1) <0BDA0163-EBA8-3923-AF99-9BDD92CD4E2D> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
           0x10705c000 -        0x107064fff  com.apple.mail.iaplugin (6.3 - 1503) <656944F5-B9E6-3AE9-B816-4F7D24838C08> /System/Library/InternetAccounts/Mail.iaplugin/Contents/MacOS/Mail
           0x10706b000 -        0x107071ff7  com.apple.Notes.iaplugin (1.2 - 103) <CD2FB5A9-38B9-3F48-A6B8-50D56E70353D> /System/Library/InternetAccounts/Notes.iaplugin/Contents/MacOS/Notes
           0x107078000 -        0x10707dfff  com.apple.osxserver.iaplugin (2.1 - 210) <CBBB8893-7815-308C-8428-17A775A1900A> /System/Library/InternetAccounts/OSXServer.iaplugin/Contents/MacOS/OSXServer
           0x107085000 -        0x107086fff  libACSClient.dylib (48) <DCF5B9D9-B76E-38C3-A8A8-F5CBE52F8CEB> /usr/lib/libACSClient.dylib
           0x10708b000 -        0x10708efff  com.apple.qq.iaplugin (1.1 - 110) <1E856D87-6874-3DF5-9937-8C8BEEBA2706> /System/Library/InternetAccounts/QQ.iaplugin/Contents/MacOS/QQ
           0x107094000 -        0x10709bff7  com.apple.tudou.iaplugin (1.1 - 110) <2CF1C31C-3888-38EF-ACCE-755E7DB5CD6C> /System/Library/InternetAccounts/Tudou.iaplugin/Contents/MacOS/Tudou
           0x1070c4000 -        0x1070cbff7  com.apple.twitter.iaplugin (1.1 - 110) <1F9C39D4-A580-3E55-AF55-AAFA6454377B> /System/Library/InternetAccounts/TwitterPlugin.iaplugin/Contents/MacOS/TwitterP lugin
           0x1070d4000 -        0x1070dbfff  com.apple.vimeo.iaplugin (1.1 - 110) <29CE4DD3-0054-3BBF-B4BF-86E46FB38B43> /System/Library/InternetAccounts/Vimeo.iaplugin/Contents/MacOS/Vimeo
           0x1070e4000 -        0x1070ebfff  com.apple.weibo.iaplugin (1.1 - 110) <2630F951-DE60-32CC-9C62-1E449C42D04E> /System/Library/InternetAccounts/Weibo.iaplugin/Contents/MacOS/Weibo
           0x1074e0000 -        0x1074e3ff7  com.apple.yahoo.iaplugin (2.1 - 210) <A76EFC19-AD8D-3F24-8801-1A5FCA471232> /System/Library/InternetAccounts/Yahoo.iaplugin/Contents/MacOS/Yahoo
           0x1074e9000 -        0x1074f0ff7  com.apple.youku.iaplugin (1.1 - 110) <8F124788-1885-34E9-B603-435541A16B35> /System/Library/InternetAccounts/Youku.iaplugin/Contents/MacOS/Youku
           0x108e02000 -        0x108e05fff  com.apple.DirectoryServicesSource (2.1 - 1169) <C1DDD61F-2F1E-3D21-80C2-38FC23DD9871> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x109237000 -        0x109248ff7  com.apple.NSServerNotificationCenter (5.0 - 5.0) <151748DA-BEAC-3E8C-B139-09256914F45E> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
           0x109775000 -        0x1097acfff  com.apple.print.framework.Print.Private (8.3 - 409.2) <9BE5EC9C-50DB-3C92-BC9B-839BF4B2D65F> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
           0x109dcb000 -        0x109e1efff  com.apple.AddressBook.CardDAVPlugin (10.8 - 333) <14C01B09-7E73-30C2-9882-AF4223A1A4F0> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10b004000 -        0x10b114fff +com.xerox.xeroxfeatures.pde (1.29.0 - 484) <F84B6218-D07D-32B8-7AB8-45B9417DA05D> /Library/Printers/Xerox/PDEs/XeroxFeatures.plugin/Contents/MacOS/XeroxFeatures
           0x10b223000 -        0x10b263fff  com.apple.print.PrintingCocoaPDEs (8.3 - 409.2) <AC3B0840-C346-320F-9AE2-470D1A8B813B> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
           0x10b286000 -        0x10b320ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10b404000 -        0x10b42afff  libPDFRIP.A.dylib (331.0.4) <27A183A6-EB7D-3CAD-928A-CAF6E3492CA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
        0x7fff6487b000 -     0x7fff648af93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff81d81000 -     0x7fff81ddbff7  com.apple.imfoundation (8.0 - 900) <0F924050-6D71-3905-B033-EB1A6C8F1495> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff81fd7000 -     0x7fff81ff9ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff81ffa000 -     0x7fff82003ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff82004000 -     0x7fff82008fff  com.apple.FindMyMac (2.1 - 2.1) <D7CA205F-E8CF-3737-B7DE-79FF49FD60D9> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
        0x7fff820fb000 -     0x7fff820fffff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff82100000 -     0x7fff8245dff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8245e000 -     0x7fff82569fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff82574000 -     0x7fff8257fff7  com.apple.CalendarAgentLink (1.0 - 37) <B794F739-3AA0-395E-B8EA-3E9DECA10890> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff82580000 -     0x7fff82587fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff82588000 -     0x7fff82808ff7  com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff82835000 -     0x7fff8286cff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff828be000 -     0x7fff828d5fff  com.apple.iChat.InstantMessage (7.0.1 - 3305) <456A95AC-10B5-3895-8D42-84B82DF46C0F> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff828ff000 -     0x7fff82cf6fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff82cf7000 -     0x7fff82da8fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff82da9000 -     0x7fff82dacff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff82dad000 -     0x7fff82dbafff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff82e02000 -     0x7fff82e04fff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff82e05000 -     0x7fff82e2aff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff82e2b000 -     0x7fff82ea9ff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff82eaa000 -     0x7fff82eb7ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff82eb8000 -     0x7fff82ebafff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff82ebb000 -     0x7fff82fb9fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff82fba000 -     0x7fff82fd7ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff82fd8000 -     0x7fff82fecfff  com.apple.AppContainer (2.0 - 1) <9BE47824-8C49-3629-A6C5-095A5BEDCF28> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff82fed000 -     0x7fff8300fff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff83014000 -     0x7fff83016fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff83017000 -     0x7fff8301afff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff8301b000 -     0x7fff83045ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff83046000 -     0x7fff8304aff7  com.apple.SecCodeWrapper (2.0 - 1) <E8C5B9D5-A62A-3467-A9DF-441021EF2C0E> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8304b000 -     0x7fff830a2ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff830a3000 -     0x7fff830a3fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff830a4000 -     0x7fff830a4ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff830a5000 -     0x7fff8315dff7  com.apple.CoreMessage (1.0 - 1503) <8C8B4C77-6985-3750-A54C-9806550C1C62> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff8315e000 -     0x7fff83168fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff83169000 -     0x7fff831a6fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff831a7000 -     0x7fff83200fff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff83201000 -     0x7fff8325dff7  com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8325e000 -     0x7fff8325efff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8325f000 -     0x7fff83262fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff83263000 -     0x7fff83263fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff83264000 -     0x7fff83272ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff832a2000 -     0x7fff832d0ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff832d1000 -     0x7fff83457fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff83458000 -     0x7fff83463fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff83464000 -     0x7fff834a4ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff834a5000 -     0x7fff83768ff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff83769000 -     0x7fff8376cfff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff837fb000 -     0x7fff83858ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff83859000 -     0x7fff8385bfff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8385c000 -     0x7fff8386bfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8386c000 -     0x7fff83870fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff83871000 -     0x7fff838c8ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff838c9000 -     0x7fff838d5ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff838d6000 -     0x7fff8393efff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8397a000 -     0x7fff8397bfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8397c000 -     0x7fff839a4fff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff839a5000 -     0x7fff839adfff  com.apple.AOSNotification (1.7.0 - 636.3) <C96C3AB4-BF49-3DB7-9E9B-934CD579F63B> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff839ae000 -     0x7fff839c5fff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff839c6000 -     0x7fff83c4bff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff83c4c000 -     0x7fff83c4dff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff83c4e000 -     0x7fff83cb7fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff83cb8000 -     0x7fff83cdfff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff83ce0000 -     0x7fff83d09fff  libsandbox.1.dylib (220.2) <3FC9A111-B76D-3F98-90A4-44CFB0D433B4> /usr/lib/libsandbox.1.dylib
        0x7fff83d0a000 -     0x7fff83e23fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff83e24000 -     0x7fff83ea5fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff83ea6000 -     0x7fff83f26ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff83f69000 -     0x7fff83f80fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff83f87000 -     0x7fff84021fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff84076000 -     0x7fff840c2ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff840c3000 -     0x7fff84154fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff84155000 -     0x7fff8415dff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8415e000 -     0x7fff84196fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff84197000 -     0x7fff84219ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff84243000 -     0x7fff8424afff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8424b000 -     0x7fff8457bfff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8457c000 -     0x7fff84585ff7  com.apple.marco (8.0 - 900) <89016888-E37F-3244-906B-D88102483CA3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff84586000 -     0x7fff845cafff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff845cb000 -     0x7fff8465afff  libCoreStorage.dylib (296.16) <E5BF76A1-2B3E-3FD8-ABF4-F8D18829BF0A> /usr/lib/libCoreStorage.dylib
        0x7fff8465b000 -     0x7fff84660fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff84661000 -     0x7fff8466fff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff846e0000 -     0x7fff847ddfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff847de000 -     0x7fff847defff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff847df000 -     0x7fff8482afff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8482b000 -     0x7fff8482cfff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff85295000 -     0x7fff852a9fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff852aa000 -     0x7fff852acff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff852ad000 -     0x7fff852feff7  com.apple.iCalendar (6.0 - 126.5) <3C743E01-70DB-341C-89EC-13B5EA70EEE2> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff852ff000 -     0x7fff852ffff7  com.apple.SafariServices.framework (8536 - 8536.28.10) <0A50A10A-E261-3F73-8343-D9EC34AA98F1> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff85300000 -     0x7fff85308ff7  com.apple.AppSandbox (2.0 - 1) <2E28B3EA-EAD8-3632-862D-60286FE70D79> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff85309000 -     0x7fff8530aff7  libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
        0x7fff8530b000 -     0x7fff853ddff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff853de000 -     0x7fff853dffff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff853e0000 -     0x7fff856f7ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff856f8000 -     0x7fff856f8fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <F2E6ABF4-C7D7-341F-BC27-C9B0E7C4F4EB> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff856f9000 -     0x7fff856fefff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8578f000 -     0x7fff8579aff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8579b000 -     0x7fff857a6ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff857a7000 -     0x7fff857c6ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff857c7000 -     0x7fff857d4fff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff857d5000 -     0x7fff857e0ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff857f2000 -     0x7fff85841ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff85842000 -     0x7fff85874fff  com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff85875000 -     0x7fff85c92fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff85c93000 -     0x7fff85de4fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff85de5000 -     0x7fff85de9ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff85dea000 -     0x7fff85dfffff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff85e00000 -     0x7fff85e07fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff86306000 -     0x7fff8636dfff  com.apple.coredav (1.0.1 - 179.7) <EEFBD7EA-82F4-32AB-8D2B-541D74FB764A> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8636e000 -     0x7fff864dfff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff864e0000 -     0x7fff8654efff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8654f000 -     0x7fff8659cfff  com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8659d000 -     0x7fff865a1fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff865f9000 -     0x7fff86625fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff86626000 -     0x7fff86626fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff86627000 -     0x7fff86683fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8679e000 -     0x7fff8679efff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8679f000 -     0x7fff867a2fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff867f6000 -     0x7fff867fafff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff867fb000 -     0x7fff8685afff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8685b000 -     0x7fff86a5bfff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff86a5c000 -     0x7fff86a7efff  com.apple.AOSAccounts (1.1.2 - 1.1.95) <9A1A8780-1F48-3CCA-96EB-D3137F93B676> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff86a7f000 -     0x7fff86a81fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff86a85000 -     0x7fff86a86ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff86a87000 -     0x7fff86ad1ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff86ad2000 -     0x7fff86adffff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff86ae0000 -     0x7fff86aefff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff86af0000 -     0x7fff86d65fff  com.apple.CalendarStore (6.0 - 1249) <EDF94D24-0BFF-366E-851F-0F5C82455648> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff86d66000 -     0x7fff86e5bfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff86e5c000 -     0x7fff86e5cfff  SleepServices (1.46) <A49C34BF-A696-3266-BCC1-D0788853D626> /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServi ces
        0x7fff86e87000 -     0x7fff86ef4ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff86ef5000 -     0x7fff86f94ff7  com.apple.imcore (8.0 - 900) <F71E8D85-BE37-37C7-8536-7DCF396984A

    Open the Print & Scan preference pane in System Preferences and delete the print queue, then add it back. If there's no change, reset the printing system.

  • Apps will not open after upgrade

    ok, ran automatic upgrade tonight, now my apps will not open - keynote, itunes, pages, iphoto, all will not open,
    OS X 10.6.8 (10K540) Kernel: Darwin 10.8.0
    Help! - I called Apple, the want me to purchase a support package before they will help.....really ?
    Process:         Keynote [632]
    Path:            /Applications/iWork '09/Keynote.app/Contents/MacOS/Keynote
    Identifier:      com.apple.iWork.Keynote
    Version:         5.0.5 (942)
    Build Info:      Keynote-9420000~2
    Code Type:       X86 (Native)
    Parent Process:  launchd [93]
    Date/Time:       2011-06-29 19:12:05.545 -0400
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          1623 sec
    Crashes Since Last Report:           23
    Per-App Interval Since Last Report:  1 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      6F652D8A-B79F-4B91-8B22-7B88981435C4
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000034
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.QD                            0x9665b289 NewGDeviceFromDisplaySpec + 135
    1   com.apple.QD                            0x9665b1d3 CreateCGDevicesIfNecessary + 39
    2   com.apple.QD                            0x9665ac95 QDSetupDeviceList + 117
    3   com.apple.QD                            0x9665a903 PrivateInitQD + 366
    4   com.apple.QD                            0x96660a01 SetStdCProcs + 56
    5   com.apple.QuickTime                     0x926b0f91 InitCodecManagerInternal + 234
    6   libSystem.B.dylib                       0x908b8300 pthread_once + 82
    7   com.apple.QuickTime                     0x926b0e99 InitCodecManager + 103
    8   com.apple.QuickTime                     0x926b0735 INIT_QuickTimeLibInternal + 353
    9   libSystem.B.dylib                       0x908b8300 pthread_once + 82
    10  com.apple.QuickTime                     0x926b05c5 INIT_QuickTimeLib + 114
    11  com.apple.QuickTime                     0x926afe1b EnterMovies_priv + 25
    12  com.apple.QuickTime                     0x926afabe EnterMovies + 16
    13  com.apple.QTKit                         0x94f4309d +[QTMovie_QuickTime initialize] + 106
    14  libobjc.A.dylib                         0x91cbe5af _class_initialize + 380
    15  libobjc.A.dylib                         0x91cc59bd prepareForMethodLookup + 66
    16  libobjc.A.dylib                         0x91cc6c60 lookUpMethod + 86
    17  libobjc.A.dylib                         0x91cbe417 _class_lookupMethodAndLoadCache + 40
    18  libobjc.A.dylib                         0x91cbdfc3 objc_msgSend + 83
    19  libobjc.A.dylib                         0x91cbe5af _class_initialize + 380
    20  libobjc.A.dylib                         0x91cc59bd prepareForMethodLookup + 66
    21  libobjc.A.dylib                         0x91cc6c60 lookUpMethod + 86
    22  libobjc.A.dylib                         0x91cbe417 _class_lookupMethodAndLoadCache + 40
    23  libobjc.A.dylib                         0x91cbdfc3 objc_msgSend + 83
    24  com.apple.Keynote.sfutility             0x0267cd74 -[SFUBinder bindClass:] + 36
    25  com.apple.sf.sfapplication              0x02e175f2 +[SFAppApplicationDelegate initialize] + 106
    26  libobjc.A.dylib                         0x91cbe5af _class_initialize + 380
    27  libobjc.A.dylib                         0x91cbe476 _class_initialize + 67
    28  libobjc.A.dylib                         0x91cc59bd prepareForMethodLookup + 66
    29  libobjc.A.dylib                         0x91cc6c60 lookUpMethod + 86
    30  libobjc.A.dylib                         0x91cbe417 _class_lookupMethodAndLoadCache + 40
    31  libobjc.A.dylib                         0x91cbdfc3 objc_msgSend + 83
    32  com.apple.AppKit                        0x9572d9f9 -[NSIBObjectData instantiateObject:] + 253
    33  com.apple.AppKit                        0x9572ccfe -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 336
    34  com.apple.AppKit                        0x9572b1a4 loadNib + 257
    35  com.apple.AppKit                        0x9572a7f7 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 831
    36  com.apple.AppKit                        0x9572a4ad +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    37  com.apple.AppKit                        0x9572a3f8 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    38  com.apple.iWork.Keynote                 0x0000f5cf 0x1000 + 58831
    39  com.apple.iWork.Keynote                 0x0000f568 0x1000 + 58728
    40  com.apple.iWork.Keynote                 0x0005d31e 0x1000 + 377630
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x908c0382 kevent + 10
    1   libSystem.B.dylib                       0x908c0a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x908bff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x908bfcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x908bf781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x908bf5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x908bf412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x908bf9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x908bf5c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x2b283d51  ebx: 0x9665b210  ecx: 0x03631da8  edx: 0x00000000
      edi: 0x03631e50  esi: 0x00000000  ebp: 0xbfffe978  esp: 0xbfffe940
       ss: 0x0000001f  efl: 0x00010282  eip: 0x9665b289   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000034
    Binary Images:
        0x1000 -   0x357fff  com.apple.iWork.Keynote 5.0.5 (942) <9923C5DB-C537-7DA7-E95E-883941354178> /Applications/iWork '09/Keynote.app/Contents/MacOS/Keynote
      0x3f3000 -   0xed8ffe +SFCompatibility ??? (???) <A0CB11D4-C035-B6B1-E1C2-620CDE5E3FAC> /Library/Application Support/iWork '09/Frameworks/SFCompatibility.framework/Versions/A/SFCompatibility
    0x15fc000 -  0x1652fef  com.apple.Keynote.sfarchiving 1.0 (0.0.1d1) <5E8E834B-EB02-9E03-F648-DB552A30DB77> /Library/Application Support/iWork '09/Frameworks/SFArchiving.framework/Versions/A/SFArchiving
    0x1683000 -  0x19e4ffa  com.apple.Keynote.sfcharts 2.0 (2.0) <81A2B39D-4973-AB79-2902-6B21AA453D7E> /Library/Application Support/iWork '09/Frameworks/SFCharts.framework/Versions/A/SFCharts
    0x1c16000 -  0x20c5ff5  com.apple.SFTabular 1.0 (1.0) <E1A4921C-4AF3-D3F0-67F3-4F7A0E82173D> /Library/Application Support/iWork '09/Frameworks/SFTabular.framework/Versions/A/SFTabular
    0x228f000 -  0x241eff2  com.apple.Keynote.sfdrawables 2.0 (2.0) <092D76AD-9E92-69EC-5E59-AC1DEE54DE44> /Library/Application Support/iWork '09/Frameworks/SFDrawables.framework/Versions/A/SFDrawables
    0x24dc000 -  0x25e9feb  com.apple.Keynote.sfrendering 1.0 (1.0) <D13FD746-4ABD-143A-915A-D5441E7FE688> /Library/Application Support/iWork '09/Frameworks/SFRendering.framework/Versions/A/SFRendering
    0x264c000 -  0x2665ffe  com.apple.Keynote.sfstyles 1.0 (1.0) <BE449265-05E5-E90B-23A1-898282210E4E> /Library/Application Support/iWork '09/Frameworks/SFStyles.framework/Versions/A/SFStyles
    0x2676000 -  0x2727ff7  com.apple.Keynote.sfutility 1.0 (0.0.1d1) <C231F363-B8CC-3DA4-7D07-18A8830F8B6E> /Library/Application Support/iWork '09/Frameworks/SFUtility.framework/Versions/A/SFUtility
    0x2795000 -  0x281dff9  com.apple.Keynote.proofreader 0 (1) <B294A047-4D0E-C5E7-F9B0-E03B070A2431> /Library/Application Support/iWork '09/Frameworks/SFProofReader.framework/Versions/A/SFProofReader
    0x282b000 -  0x28e1ff2  com.apple.Keynote.sfinspectors 1.0 (1.0) <A476AF1C-AC54-9AC8-1FC1-4FD2E015CBD1> /Library/Application Support/iWork '09/Frameworks/SFInspectors.framework/Versions/A/SFInspectors
    0x293c000 -  0x2981feb  com.apple.Keynote.SFAnimation 1.0 (0.0.1d1) <5CA55BA1-27CF-EBFD-0E39-4E1010744CEE> /Library/Application Support/iWork '09/Frameworks/SFAnimation.framework/Versions/A/SFAnimation
    0x29ae000 -  0x29f8ff4  com.apple.Keynote.SFControls 1.0 (20030306_1) <9D977AFD-5408-41F0-BABB-A62CD6C0A1A4> /Library/Application Support/iWork '09/Frameworks/SFControls.framework/Versions/A/SFControls
    0x2a25000 -  0x2c91fef +SFWordProcessing ??? (???) <FBFF04FF-42D6-5F9D-E8A5-B495C56D0E21> /Library/Application Support/iWork '09/Frameworks/SFWordProcessing.framework/Versions/A/SFWordProcessing
    0x2db5000 -  0x2dc0ff2  com.apple.sfwebview 1.0 (1.0) <4152CFFE-B669-E66A-1139-124424796632> /Library/Application Support/iWork '09/Frameworks/SFWebView.framework/Versions/A/SFWebView
    0x2dc7000 -  0x2df1ffb  com.apple.Keynote.sflicense 1.0 (0.0.1d1) <8E0632A2-C262-9E0A-CE50-488D75C215D2> /Library/Application Support/iWork '09/Frameworks/SFLicense.framework/Versions/A/SFLicense
    0x2e0d000 -  0x2ebbff8  com.apple.sf.sfapplication 1.0 (1.0) <17FFCA40-3760-F8E3-B05B-225510C347B7> /Library/Application Support/iWork '09/Frameworks/SFApplication.framework/Versions/A/SFApplication
    0x2f1e000 -  0x2fd3fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x3019000 -  0x3055ff7  com.apple.OSAKit 1.2.1 (76) <6F598EE9-9973-5983-2A71-56FF1AB0081B> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x3079000 -  0x3115ffc  com.apple.MobileMe 8 (1.0) <1C97CCA6-57E8-D0F5-20DE-32DAD3D17C1C> /Library/Application Support/iWork '09/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x3174000 -  0x3180fe7  libexslt.0.dylib 9.13.0 (compatibility 9.0.0) <AC82059F-7F88-6399-9323-57553E2ECDA9> /usr/lib/libexslt.0.dylib
    0x3e000000 - 0x3e046ff7  com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x3f000000 - 0x3f41bfee +org.coin3d.Coin.framework 3.0.0a (3.0.0a) /Library/Application Support/iWork '09/Frameworks/Inventor.framework/Versions/C/Inventor
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <28F0312C-0678-159E-34E2-9A4E3DEADB20> /usr/lib/dyld
    0x90003000 - 0x90010ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90011000 - 0x901edfe7  com.apple.CalendarStore 4.0.4 (997.7) <F0077132-B7E4-A612-7D76-46EB1DE9C80E> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x901ee000 - 0x903b0feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <20E90968-E04B-7B68-DBA2-92C729A8243F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x903b1000 - 0x903b9ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x903ba000 - 0x904bcfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x904bd000 - 0x904e7ff7  com.apple.framework.Admin 4.6 (4.6) <F73FAC12-AD67-BD32-DDCD-9600BCAE6CC5> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x904e8000 - 0x90525ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9054c000 - 0x9056aff7  com.apple.iChat.IMFoundation 5.0.5 (747) <4F6827AF-F713-A8F8-92E8-C9EC59D92416> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x9056b000 - 0x90606fe7  com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90607000 - 0x9063fff7  com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90640000 - 0x90684fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90685000 - 0x90705feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90706000 - 0x90711ff7  com.apple.bsd.ServiceManagement 1.3 (1.3) <A8536ADC-DD5B-AC4D-1819-F912ED0B6A10> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x90712000 - 0x9078fff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x90790000 - 0x907a0ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x907a1000 - 0x9087efe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9087f000 - 0x90882ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90883000 - 0x9088dff7  com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9088e000 - 0x90898fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90899000 - 0x90a40ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x90a41000 - 0x90a4dff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x90a4e000 - 0x90a53ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90a54000 - 0x90a5afe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x90a5b000 - 0x90b98fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90b99000 - 0x90bc1ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x90bc2000 - 0x90c31ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90c32000 - 0x90d5fffb  com.apple.MediaToolbox 0.484.52 (484.52) <C9035045-D1B4-1B1F-7354-B00D1094D804> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90d60000 - 0x90d90ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x90d91000 - 0x90da3ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x90da4000 - 0x90de1ff7  com.apple.CoreMedia 0.484.52 (484.52) <62B0C876-A931-372F-8947-7CBA0379F427> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90de9000 - 0x90e64fff  com.apple.AppleVAFramework 4.10.26 (4.10.26) <B293EC46-9F71-F448-F0E7-2960DC6DAEF7> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90e65000 - 0x90ea7fe7  com.apple.MediaKit 10.4 (486) <2A6DFB71-29EA-D609-CAB8-93F6692332C6> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x90ea8000 - 0x90eaaff7  libRadiance.dylib ??? (???) <47E300B5-DBEF-86C4-29BD-86DBEDD2FBB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90eab000 - 0x9111cfef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9111d000 - 0x91160ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91161000 - 0x911b1ff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x911d4000 - 0x911e4ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x911e5000 - 0x913e3ff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91836000 - 0x9186ffe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91870000 - 0x91892fef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9189d000 - 0x91959fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9195a000 - 0x919beffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91b9e000 - 0x91bf1ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91bf2000 - 0x91bf2ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91bf3000 - 0x91bf8ff7  com.apple.AOSNotification 1.2.0 (124) <3CDBCEB8-1078-7152-10CE-001B772AF04F> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x91c2f000 - 0x91c6fff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91cb8000 - 0x91d65fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x91d66000 - 0x91da4ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91dec000 - 0x91df3ff7  com.apple.aps.framework 1.2 (1.2) <16A7DB74-F951-D8DB-35D0-5E5673529AB0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x91df4000 - 0x91e55fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91e56000 - 0x91e61ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91e62000 - 0x91e77fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91e78000 - 0x91ee2fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91f31000 - 0x91f6cfe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x91f6d000 - 0x92428ff7  com.apple.VideoToolbox 0.484.52 (484.52) <F7CF9485-A932-1305-9AA6-3F7AC38B8B15> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92429000 - 0x9242cffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x924de000 - 0x924e1fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x924f5000 - 0x924fbfff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x924fe000 - 0x92522ff7  libJPEG.dylib ??? (???) <0C406884-DAAF-0409-2659-9D1602D752D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92523000 - 0x9259dfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9259e000 - 0x926adfe7  com.apple.WebKit 6533.21 (6533.21.1) <87AFEE12-270F-2D84-1B93-81DF1DA47A7F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x926ae000 - 0x929a8fef  com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x929a9000 - 0x929b6ff7  com.apple.AppleFSCompression 24.4 (1.0) <6D696284-020B-7F5C-226D-B820F0E981D2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x929b7000 - 0x929c4fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <CC90193E-BDF7-2F0F-6C68-D9567EDDA4B3> /usr/lib/libbz2.1.0.dylib
    0x929c5000 - 0x92cbefe7  com.apple.MessageFramework 4.5 (1084) <DF6AC752-F789-3BC3-5E69-0FEB1A8B4340> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x92cbf000 - 0x92d1cff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92d22000 - 0x92f29feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92f2a000 - 0x92fc2fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92fc3000 - 0x93071ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c4000 - 0x930c4ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9316f000 - 0x931e6ff3  com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x931e7000 - 0x9325bfef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x9332e000 - 0x93338ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93339000 - 0x93467fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x934a4000 - 0x93c93557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93c94000 - 0x93d6efff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93d6f000 - 0x93d70ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93d71000 - 0x93dbafe7  libTIFF.dylib ??? (???) <10F7E21B-EC59-6594-004F-798DA3F37789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93dbb000 - 0x93ec1ff3  com.apple.DiskImagesFramework 10.6.8 (289.1) <49B23766-6397-6F59-E287-3B2535FBD79B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x93ec2000 - 0x93ee1ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93ef2000 - 0x93f2cfe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x93f2d000 - 0x93f87fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x93f88000 - 0x93f93ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93f94000 - 0x93fe1feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x93fe2000 - 0x93ffaff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94047000 - 0x9405cff7  com.apple.iChat.InstantMessage 5.0.5 (747) <4E1D077E-3733-5565-ADB9-C9B2C3EC89BE> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9405d000 - 0x9405eff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9405f000 - 0x94097fe7  libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <242954AD-3BE1-29E8-E2E0-08063201F105> /usr/lib/libcurl.4.dylib
    0x94098000 - 0x9419afef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9419b000 - 0x94401ff7  com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94402000 - 0x94428fe3  com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <EB422111-E732-2AE0-0CFD-1D8B713B2EC9> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x94429000 - 0x94e7cff7  com.apple.WebCore 6533.21 (6533.21.1) <04C66A67-4CF2-5F4B-4EA3-00E67B0F9411> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94ebf000 - 0x94f01ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94f02000 - 0x94f1dff7  libPng.dylib ??? (???) <4C105512-6FA8-2AE0-D058-6A8AA00F9DA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94f1e000 - 0x94f3efe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x94f3f000 - 0x95082fef  com.apple.QTKit 7.7 (1783) <0C6814E2-98C2-74F4-770F-BA355CA86F0F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95083000 - 0x95083ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9509d000 - 0x950a1ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x950a2000 - 0x952cdff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x952ce000 - 0x95324ff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x95325000 - 0x9537dfe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9537e000 - 0x9548aff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9552c000 - 0x95540fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x95541000 - 0x955baff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x955bb000 - 0x95600ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x95601000 - 0x9566fff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x95680000 - 0x95702ffb  SecurityFoundation ??? (???) <006B3166-E7E2-F763-04FC-3DD458C14F5F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95725000 - 0x96008ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96009000 - 0x96078ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96079000 - 0x961bbff7  com.apple.syncservices 5.2 (578.3) <16A29689-1A80-3065-C4E7-AEC6A3C05C2E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x961bc000 - 0x961c0ff7  libGIF.dylib ??? (???) <B7BA65AF-681C-F18B-A434-CBEC76A45646> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x961c1000 - 0x9620eff7  com.apple.ExchangeWebServices 1.3 (61) <B3705083-4186-5A27-6003-58E7264CAA3E> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x9620f000 - 0x962dafef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96392000 - 0x96514fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x965f8000 - 0x96638fe7  com.apple.DAVKit 4.0.3 (732.2) <EF9AA2D1-718F-40BE-4DB7-E62A767801AF> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x96639000 - 0x9663aff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9663b000 - 0x9664dff7  com.apple.syncservices.syncservicesui 5.2 (578.3) <D3B86149-3466-B202-DBC1-06C575D451EB> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x9664e000 - 0x96650ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96651000 - 0x96658ff7  com.apple.KerberosHelper 2.1 (1.0) <2E28DB03-60AF-1C7B-28B0-2768DFBF44EB> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x96659000 - 0x96701ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96868000 - 0x968afffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x968b0000 - 0x968b0ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x968b1000 - 0x968cdfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x968ce000 - 0x968dcff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97830000 - 0x97b54fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x981d1000 - 0x981eefe7  com.apple.DotMacSyncManager 2.0.3 (446.9) <11FAEB92-AA44-CFA4-F2D3-73687984BAFD> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x98223000 - 0x98405fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x98406000 - 0x98427fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98428000 - 0x9883eff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x98844000 - 0x98c79ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x98c7a000 - 0x98c85ff7  com.apple.NSServerNotificationCenter 3.0 (3.0) <0803C7DC-A7C5-03D5-4C84-4D4097542BE0> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x98c86000 - 0x98fa6ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x98fa7000 - 0x9905ffeb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x99060000 - 0x990a8fff  com.apple.iCalendar 1.0.3 (54) <1FF7C991-491D-6708-51C2-08FF8916BD84> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x990a9000 - 0x99146fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x99147000 - 0x99147ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x99148000 - 0x9916effb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x991d2000 - 0x99218ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x99219000 - 0x99219ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9921a000 - 0x992acfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x992ad000 - 0x992affe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x992b1000 - 0x9936afe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9936b000 - 0x99392ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x99393000 - 0x99473fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x99474000 - 0x9947bff7  com.apple.agl 3.0.12 (AGL-3.0.12) <53FFD667-5E3E-4140-6A4B-0D283269DC6D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9947c000 - 0x994b6ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x99508000 - 0x99604ff3  com.apple.PubSub 1.0.5 (65.21) <50FE5190-7C03-3020-3CB7-4CA258F49114> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x99605000 - 0x99613fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x99614000 - 0x996c0fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x996c8000 - 0x99843fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x99844000 - 0x99945fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x99946000 - 0x9994dff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9994e000 - 0x9994eff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9994f000 - 0x99982ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x99983000 - 0x999c7ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x999c8000 - 0x999d3ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x999d4000 - 0x99a17ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x99a18000 - 0x99a21ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x99a22000 - 0x99a90ff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x99a91000 - 0x99a91ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x99a92000 - 0x99a92ff7  com.apple.Carbon 150 (152) <D1CE2DFE-C951-908C-EC05-B175CF7A2EE5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99a93000 - 0x99a9aff7  com.apple.iChat.IMUtils 5.0.5 (747) <165000D5-219A-DFAE-68C6-25F6ED12A00B> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x99ac6000 - 0x99ad7ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x99ad8000 - 0x99aecffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x99aed000 - 0x99b3dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x99b3e000 - 0x99b74fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x99b75000 - 0x99b79ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x99c6f000 - 0x99fdaff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99fdb000 - 0x9a00cff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9a00d000 - 0x9a04dfe7  com.apple.IMCore 5.0.5 (747) <625F3A2B-3E43-2BD2-99C0-58E1C1765F65> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: Macmini4,1, BootROM MM41.0042.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 8 GB, SMC 1.65f2
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK3255GSXF, 298.09 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424  (SMSC), 0x2502, 0x26200000 / 2
    USB Device: USB2223, 0x0424  (SMSC), 0x223a, 0x26220000 / 4
    USB Device: Hub, 0x0424  (SMSC), 0x2504, 0x26210000 / 3
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0x06630000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000 / 2

    Try resetting your device by holding down both the home and lock buttons for ~10 seconds or until the device restarts, ignore the power slider.

  • I buy for mac app but not for the iPad, so how do I reinstall a program that has already purchased? I need help because I bought the imovie'11 but when he opened it only brought 8 movie trailer templates instead of the 15 it says on the program. How do I

    I buy for mac app but not for the iPad, so how do I reinstall a program that has already purchased? I need help because I bought the imovie'11 but when he opened it only brought 8 movie trailer templates instead of the 15 it says on the program. How do I solve this problem? Once paid for a program incomplete. I also liked that the AppStore itself had a button to reinstall programs already bought, because it is very hard to understand how to do this in the store, only option is to install and hide purchase, and how do I reinstall, attention'm talking about reinstalling a computer mac, not an ipad or iphone.
    Thank you.

    Prodesigntools.com , go ahead and download the software from there and use your serial number to serialize it.

  • I want to give my old iPhone 4 to my grandson to use like an iPod Touch. Wifi only. How do I deactivate my info..so he can buy his own apps. and not have the cloud pushing all of my data to the old phone?

    I want to give my old iPhone 4 to my grandson to use like an iPod Touch. Wifi only. How do I deactivate my info..so he can buy his own apps. and not have the cloud pushing all of my data to my old phone?
    Just turning off Cloud will not prevent him from turning it back on.
    Rignt now, if he uses the App store, iTunes thinks it's talking to me.

    First, turn off iMessage, FaceTime & delete the iCloud account, while your sim is still in the phone. Then: Settings>General>Reset>Erase All Content & Settings. Give it to your grandson & he gat then set it up as he wants.
    Important your turn iMessage & FaceTime off to disassociate the phone from your Apple ID. Apple "claims" to have fixed this with iOS 6.0, but until I can absolutely confirm such, I still recommend you turn all of that stuff off first.

  • Cannot reboot and I get this message The application "Firefox.app" is not open anymore.

    Firefox has not allowed my computer to shut down normally for months.
    I created a whole new user with a new Firefox profile, but when I quit Firefox or try to do a shutdown, Firefox closes it's windows but leaves the small dot under it's icon on the doc. Force quitting does nothing. If I click on the icon I get nothing if I go to the application folder and double click on Firefox, I get this: The application “Firefox.app” is not open anymore.
    I'm using Chrome because the only way to run firefox (without a forced shutdown) is to copy the Firefox app to another name and run that. BTW, I've also deleted all the parentlock files from my system (several times). If this cannot be solved I'll have to switch to Chrome (as much as I hate Google)!
    Versions: Firefox 37.0.2 OS/X: 10.10.2 (14C1514)

    Installed plugins
    Find updates for installed plugins at mozilla.com/plugincheck
    OpenH264 Video Codec provided by Cisco Systems, Inc.
    File: 1.3
    Path: /Users/Mark.Rafferty/Library/Application Support/Firefox/Profiles/9zc0lkqh.default/gmp-gmpopenh264/1.3
    Version: 1.3
    State: Enabled
    Play back web video and use video chats.
    MIME Type Description Suffixes
    iPhotoPhotocast
    File: iPhotoPhotocast.plugin
    Path: /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
    Version: 7.0
    State: Enabled
    iPhoto6
    MIME Type Description Suffixes
    application/photo iPhoto 700
    Google Earth Plug-in
    File: Google Earth Web Plug-in.plugin
    Path: /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
    Version: 5.2
    State: Enabled
    The Google Earth Plugin allows you to view 3D imagery and terrain in your web browser.
    MIME Type Description Suffixes
    application/geplugin Google Earth browser plugin
    RealPlayer Plugin.plugin
    File: RealPlayer Plugin.plugin
    Path: /Applications/RealPlayer.app/Contents/MacOS/RealPlayer Plugin.plugin
    Version: 0.0.1d1
    State: Enabled
    RealPlayer Plugin
    MIME Type Description Suffixes
    audio/x-pn-realaudio-plugin RealMedia rm
    audio/x-pn-realaudio RealPlayer Metafile ram
    Google Talk Plugin Video Accelerator
    File: npgtpo3dautoplugin.plugin
    Path: /Library/Internet Plug-Ins/npgtpo3dautoplugin.plugin
    Version: 0.1.43.3
    State: Enabled
    Google Talk Plugin Video Accelerator version:0.1.43.3
    MIME Type Description Suffixes
    application/vnd.gtpo3d.auto Google Talk Plugin Video Accelerator Type
    Google Talk NPAPI Plugin
    File: googletalkbrowserplugin.plugin
    Path: /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
    Version: 1.4.3.10298
    State: Enabled
    Version 1.4.3.10298
    MIME Type Description Suffixes
    application/googletalk Google voice and video chat googletalk
    Microsoft Office Live Plug-in
    File: OfficeLiveBrowserPlugin.plugin
    Path: /Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin
    Version: 12.2.9
    State: Enabled
    Office Live Update v1.0
    MIME Type Description Suffixes
    application/officelive Office Live Update v1.0
    Flip4Mac Windows Media Plugin
    File: Flip4Mac WMV Plugin.plugin
    Path: /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
    Version: 2.5.0.1
    State: Enabled
    The Flip4Mac WMV Plugin allows you to view Windows Media content using QuickTime.
    MIME Type Description Suffixes
    video/x-ms-asf Windows Media Video asf
    video/x-ms-asx Windows Media Playlist asx
    audio/x-ms-wax Windows Media Playlist wax
    application/x-ms-wmp Windows Media Plugin
    video/x-ms-wmp Windows Media Video wmp
    application/x-mplayer2 Windows Media Plugin
    video/x-ms-wmx Windows Media Playlist wmx
    video/x-ms-wm Windows Media Video wm
    video/x-ms-wvx Windows Media Playlist wvx
    video/x-ms-wmv Windows Media Video wmv
    video/x-ms-asf-plugin Windows Media Plugin
    audio/x-ms-wma Windows Media Audio wma
    application/asx Windows Media Plugin
    LogMeIn Plugin 1.0.0.935
    File: LogMeIn.plugin
    Path: /Library/Internet Plug-Ins/LogMeIn.plugin
    Version: 1.0.935
    State: Enabled
    LogMeIn remote control components
    MIME Type Description Suffixes
    application/x-3amlabs-rafiletransfer File Transfer
    application/x-3amlabs-raversion Version
    application/x-3amlabs-raremotecontrol Remote Control
    application/x-3amlabs-raperfview Performance Viewer
    Java Applet Plug-in
    File: JavaAppletPlugin.plugin
    Path: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
    Version: Java 7 Update 51
    State: Enabled
    Displays Java applet content, or a placeholder if Java is not installed.
    MIME Type Description Suffixes
    application/x-java-applet;version=1.4 Java applet
    application/x-java-applet;version=1.2.1 Java applet
    application/x-java-applet;javafx=2.2.51 Java applet
    application/x-java-applet;version=1.2.2 Java applet
    application/x-java-applet;version=1.3 Java applet
    application/x-java-vm Java applet
    application/x-java-applet;deploy=10.51.2 Java applet
    application/x-java-applet;version=1.1.1 Java applet
    application/x-java-vm-npruntime Java applet
    application/x-java-applet;version=1.2 Java applet
    application/x-java-applet;version=1.7 Java applet
    application/x-java-applet;version=1.4.1 Java applet
    application/x-java-applet;version=1.1.2 Java applet
    application/x-java-applet Basic Java Applets javaapplet
    application/x-java-applet;version=1.1 Java applet
    application/x-java-applet;version=1.1.3 Java applet
    application/x-java-applet;version=1.6 Java applet
    application/x-java-applet;version=1.4.2 Java applet
    application/x-java-applet;version=1.3.1 Java applet
    application/x-java-applet;version=1.5 Java applet
    application/x-java-applet;jpi-version=1.7.0_51 Java applet
    Silverlight Plug-In
    File: Silverlight.plugin
    Path: /Library/Internet Plug-Ins/Silverlight.plugin
    Version: 5.1.30317.0
    State: Enabled
    5.1.30317.0
    MIME Type Description Suffixes
    application/x-silverlight Microsoft Silverlight xaml
    application/x-silverlight-2 Microsoft Silverlight xaml
    QuickTime Plug-in 7.7.3
    File: QuickTime Plugin.plugin
    Path: /Library/Internet Plug-Ins/QuickTime Plugin.plugin
    Version: 7.7.3
    State: Enabled
    The QuickTime Plugin allows you to view a wide variety of multimedia content in web pages. For more information, visit the QuickTime Web site.
    MIME Type Description Suffixes
    video/x-msvideo Video For Windows avi,vfw
    audio/mp3 MP3 audio mp3,swa
    audio/mpeg3 MP3 audio mp3,swa
    video/3gpp2 3GPP2 media 3g2,3gp2
    audio/x-caf CAF audio caf
    audio/mpeg MPEG audio mpeg,mpg,m1s,m1a,mp2,mpm,mpa,m2a,mp3,swa
    video/quicktime QuickTime Movie mov,qt,mqv
    audio/x-mpeg3 MP3 audio mp3,swa
    video/mp4 MPEG-4 media mp4
    application/x-sdp SDP stream descriptor sdp
    audio/wav WAVE audio wav,bwf
    video/avi Video For Windows avi,vfw
    audio/mp4 MPEG-4 media mp4
    video/x-m4v Video m4v
    audio/x-wav WAVE audio wav,bwf
    application/sdp SDP stream descriptor sdp
    audio/x-aiff AIFF audio aiff,aif,aifc,cdda
    video/x-mpeg MPEG media mpeg,mpg,m1s,m1v,m1a,m75,m15,mp2,mpm,mpv,mpa
    video/3gpp 3GPP media 3gp,3gpp
    video/msvideo Video For Windows avi,vfw
    audio/x-mpeg MPEG audio mpeg,mpg,m1s,m1a,mp2,mpm,mpa,m2a,mp3,swa
    audio/vnd.qcelp QUALCOMM PureVoice audio qcp
    audio/x-mp3 MP3 audio mp3,swa
    application/x-rtsp RTSP stream descriptor rtsp,rts
    audio/amr AMR audio AMR
    video/sd-video SD video sdv
    audio/aiff AIFF audio aiff,aif,aifc,cdda
    video/mpeg MPEG media mpeg,mpg,m1s,m1v,m1a,m75,m15,mp2,mpm,mpv,mpa
    audio/3gpp2 3GPP2 media 3g2,3gp2
    audio/aac AAC audio aac,adts
    audio/x-m4b AAC audio book m4b
    audio/x-m4p AAC audio m4p
    audio/x-gsm GSM audio gsm
    application/x-mpeg AMC media amc
    audio/x-aac AAC audio aac,adts
    audio/basic uLaw/AU audio au,snd,ulw
    audio/x-m4a AAC audio m4a
    audio/3gpp 3GPP media 3gp,3gpp
    Default Browser Helper
    File: Default Browser.plugin
    Path: /Library/Internet Plug-Ins/Default Browser.plugin
    Version: 600
    State: Enabled
    Provides information about the default web browser
    MIME Type Description Suffixes
    application/apple-default-browser Provides information about the default web browser
    SharePoint Browser Plug-in
    File: SharePointBrowserPlugin.plugin
    Path: /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
    Version: 14.4.8
    State: Enabled
    Microsoft Office for Mac SharePoint Browser Plug-in
    MIME Type Description Suffixes
    application/x-sharepoint Microsoft Office for Mac SharePoint Browser Plug-in
    application/x-sharepoint-protocolhandler Microsoft Office for Mac Protocol Handler
    Shockwave Flash
    File: Flash Player.plugin
    Path: /Library/Internet Plug-Ins/Flash Player.plugin
    Version: 17.0.0.169
    State: Enabled
    Shockwave Flash 17.0 r0
    MIME Type Description Suffixes
    application/x-shockwave-flash Shockwave Flash swf
    application/futuresplash FutureSplash Player spl
    Picasa
    File: Picasa.plugin
    Path: /Users/Mark.Rafferty/Library/Internet Plug-Ins/Picasa.plugin
    Version: 1.0
    State: Enabled
    Picasa plugin.
    MIME Type Description Suffixes
    application/x-picasa-detect 3.1 picasa
    WebEx64 General Plugin Container
    File: WebEx64.plugin
    Path: /Users/Mark.Rafferty/Library/Internet Plug-Ins/WebEx64.plugin
    Version: 1.0
    State: Enabled
    WebEx64 General Plugin Container Version 205
    MIME Type Description Suffixes
    application/webx-gpc-plugin64 gpc

  • Why can't i get the straight talk international calling app if i live in canada?

    i've tried to download the straight talk international calling app to use in the U.S but can't as ihave a canadian itunes account. when i try to download it itunes re-directs me to the U.S site.
    it says i haven't used my i.d on U.S itunes before so i have to review my account details. there is a button to click to pay with paypal, i changed the primary funding to U.S dollars, but it still won't let me download it.
    any ideas? thanks......

    True. But it is an illogical incongruency in the TOS which I'm not about to get into. My only two comments:
    1. The "transaction" occurs in the place where you have your account as you need a CC and address in the country where the store is located.
    2. The "portability" of the apps might be restricted, as it could be against the TOS to say: update apps while you are out of your "home" country or buy a tourist guide app for London whilst in London (away from "home").
    I guess lawyers will have an eventual field day sorting this out.
    My reason for my "nope" was not on TOS terms but whether Apple "physically" restricted the dowloadbility of apps while you were away from "home".

  • The document "SpeechSynthesisServer.app" could not be opened because it is damaged or incomplete.

    I just upgraded from Mac OSX 10.6.8 to OSX 10.8.
    I logged into my account for the first time and had this error:
    The document “SpeechSynthesisServer.app” could not be opened because it is damaged or incomplete.
    From what I've been able to find, the SpeechSynthesisServer.app has to do with the Text-to-speech recognition.
    Initially, I was unable to get text-to-speech to work correctly.  But after I reset the key command, it worked.
    Is this something I should worry about?

    jfaughnan wrote:
    I think this bug may hit people whose user accounts have gone through a few versions of OS X AND are going directly from Snow Leopard to Mountain Lion. In my case my user account started out with 10.2 - so it's picked up some cruft.
    There are several items in my non-admin user Preferences:Users and Groups:User:Login Items that are not in my Admin account user including an item called SpeechSynthesisServer. It had a yellow warning triangle next to it and the data type was unrecognized.
    I removed it from Login Items, logged out, logged in, and the bug was gone.
    The LoginIn item is referencing a system app, that app is still present post upgrade:
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A
    /Frameworks/SpeechSynthesis.framework/Versions/A.
    I suspect the app is still important. DON'T TOUCH ANYTHING IN SYSTEM/LIBRARY. Just leave it alone
    iTunesHelper was also on the one user's LoginItems and I removed it.
    I think there are a couple of bugs with the Login Item migration from SL to ML. For example, a disk image I mounted showed with a yellow icon too. I removed it, added it back in, and it was fine.
    Thanks jf.  That's helpful.
    I installed ML an hour or so ago, going from 10.6.8 to 10.8.2.  Having read quite a few comments I decided to take my time over this.
    ML downloaded fine. About half an hour maybe.  Installed itself then my iMac was restarted and, hey-presto, I'm back in business with a new OS. 
    Bit worried that my iMac was now rather sluggish, but not overly so because some kind person had posted on the App store that his Mac speeded back up after he had restarted.  This proved the case for me too.
    Went through all the set up screen re iCloud and App store.  All the while I noticed my external backup drive was very busy too. Must be using it as temporary space I thought to myself.
    Anyway, I decided that the first thing I should do is run Software Update.  I had several items that needed updating and whilst one of them was installing, that dreaded message that all you guys are talking about popped up.  I took a screen shot for later.
    https://dl.dropbox.com/u/11373233/MacDiscussions/SpeechSynth%202012-12-08%20at%2 016.05.39.png
    Not long after this my iMac's sceen turned black.  I assumed this was due to the screen saver cutting in.  It had done so about every 5 minutes during the time ML was downloading - apparently without causing a problem. I left it a while, then fired up the screen again.  Then I got a dreadful fright when a message came up full screen telling me my iMac had encountered a problem and it was having to restart! 
    I decided toplay it cool and let everything play through and let the Mac restart, see what happens. Turned out I was worrying unnecessaryily, all I needed to do was run Software Update again.  I downloaded the items individually this time, not all in one go like before.  All seems okay - at the moment.
    I still don't know what this SpeechSynthesisServer.app problem is.  Text to Speech still seems to work.  I wonder if it has anything to do with the new Voice recognition that I'm itching to try out. 
    Anyway, I'm leaving Voice recog alone for now until I'm more familiear with ML.
    "DON'T TOUCH ANYTHING IN SYSTEM/LIBRARY."  I notice that the Library is now hidden from us. Maybe what you say is the reason why?
    By the way, I think I worked out why my iMac was sluggish when I first fired up ML.  Spotlight was rebuilding it's database!
    Message was edited by: El Deanio

  • HT1807 I have an iPhone 3G with ioS 3.1.3. How do I upgrade to 3.2 to download a particular app but not to 4.2?

    I have an iPhone 3G with ioS 3.1.3. How do I upgrade to 3.2 to download a particular app but not to 4.2 which doesn't work well with this particular phone?

    but not to 4.2 which doesn't work well with this particular phone?
    What are you talking about? 4.2.1, the latest version for the iPhone 3G, works fine - great, even - with it.

  • Hi, Does anyone know if the Ipad 2 has hand writing recognition? I want to buy one for an aged parent who does not type. Thanks

    Hi, Does anyone know if the Ipad 2 has hand writing recognition? I want to buy one for an aged parent who does not type. Thanks

    There are apps that will do handwriting recognition, such as Writepad HD. However, I suspec that such an app would be even more of a challenge to an older person than trying to use a keyboard.

  • Why don't we get the choice to have an app or not

    Why do we not get the choice wether or not to have icons for app? The YouTube, game center, and the video icons just take up space and I never use them. We should have the option wether or not to keep them. I understand that you either own the companies or have partnered with them but you should not force your customers to keep the icons on their iPad and iPhones.
    Please give us the choice.
    Other than that I love the iPad but now that I am using it for school, I need the space as much as possible.
    Thanks,
    Gina Brown
    Message was edited by: Ginamaybrown

    You are talking to fellow users here, not to Apple. If you want leave feedback for them then you can do so here http://www.apple.com/feedback/ipad.html
    You can always move them to a different screen, or, as you're on iOS 4.2, you can put them into a lesser used folder so that they are less visible.

Maybe you are looking for

  • My old computer died, got new one, how do I sync my iPhone data TO my new PC?

    My old computer hard drive crashed and I just purchased new PC. I would like to sync all my data from my iPhone TO my new computer. I authorized my new computer under iTunes but it will only sync the apps, songs, etc. that I purchased from my iPhone

  • Can only load files to internet or email by searching for name, files don't show up in window

    To anyone who can assist me, When I go to load something onto the internet from my computer - let's say a movie to YouTube or a file into an email - it brings up the options menu (with my desktop and folders all available on the left hand menu) but d

  • Can someone help me, changing the screen AV

    ive been looking through my keyboard hotkeys for about 45 mins, and i cant seem to find the hotkey to change the imac screen AV for my mini tv port, as ive got my xbox connected to it....any ideas?

  • How to create Sales orders with external id ?

    Hi Experts,    I wanna write a program to create Sales Order with external id via function muodule 'CRM_ORDER_MAINTAIN' and 'CRM_ORDER_SAVE'.But i don't know how to do and do any body tried it.The key issue is that how to use external id which is sup

  • Listener Status in OEM

    I am getting mixed signals on the status of my listener. Oracle Enterprise Manager says that listener is down, but when I type the command lsnrctl status, it states that it is up. I have restarted my OEM and my listener to see if it would fix the mix