App to html bridge? Since no webkit in flash app...

Whats the best way to go about bridging from my app to html content and back?
Any thoughts/ideas are appreciated!Thanks in advance,
-Zeke

OK, so the _api REST services now supports ODATA batching, but unfortunately it has a bug in it: it does not respond to changesets in a batch in the correct format. Microsoft's own datajs library (http://datajs.codeplex.com/) cannot
parse the response. See Andrew Connell's blog post:
http://www.andrewconnell.com/blog/part-2-sharepoint-rest-api-batching-exploring-batch-requests-responses-and-changesets
So until this bug is fixed I would still like to access the ListData.svc in the host web using a cross-domain call. Does anybody know whether the SP.RequestExecutor supports this scenario: that is initialising the SP.RequestExecutor with the url for
the host web, not the app web. If not, what is the point of the cross-domain library?

Similar Messages

  • Apps crashing on iMac since security update

    Safari, Mail, and Adobe Lightroom have all crashed multiple times since the December security update was pushed out to my mid-2011 iMac running OS X 10.8.5.  The machine itself actually crashed and rebooted overnight the same night that the patch was applied.

    The following is the Safari crash log.  A segmentation violation, apparently.  The Mail and Lightroom crashes were also SIGSEGVs with the same exception code (EXC_I386_GPFLT), except for one that was a "KERN_INVALID_ADDRESS at 0x00000000bd4b47e6".  I believe that I had plenty of free RAM at the time of the crashes.  I know there's a newer version of Safari, but updating that doesn't address the other apps that have crashed.  Wondering if the security update didn't install correctly because of the crash that happened the same night.
    It's kind of large, so sorry if it qualifies as "huge".  I just want to provide sufficient info for diagnostics.  Thank you in advance for any help you can provide.
    Process:         Safari [38283]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         6.2 (8537.85.10.17.1)
    Build Info:      WebBrowser-7537085010017001~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [151]
    User ID:         501
    Date/Time:       2014-12-30 16:48:38.103 -0500
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          4265 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  1156315 sec
    Per-App Crashes Since Last Report:   1
    Crashed Thread:  22  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    Process Model:
    Single Web Process
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x00007fff9136da7e CFHash + 382
    1   com.apple.CoreFoundation       0x00007fff913642ef CFBasicHashFindBucket + 1743
    2   com.apple.CoreFoundation       0x00007fff91363c06 CFDictionaryGetValue + 102
    3   com.apple.CoreFoundation       0x00007fff914d9d39 +[CFPrefsSearchListSource withSearchListForIdentifier:perform:] + 105
    4   com.apple.CoreFoundation       0x00007fff913af9ca CFPreferencesCopyAppValue + 186
    5   com.apple.CoreFoundation       0x00007fff913af7fa CFPreferencesGetAppBooleanValue + 26
    6   com.apple.Suggestions         0x00007fff8aca2b1c SGTAppPreferencesBooleanValueForKey + 44
    7   com.apple.Suggestions         0x00007fff8acb6940 +[SGTTokenTextView initialize] + 48
    8   libobjc.A.dylib               0x00007fff89358236 _class_initialize + 310
    9   libobjc.A.dylib               0x00007fff893580f3 prepareForMethodLookup + 164
    10  libobjc.A.dylib               0x00007fff89357eef lookUpMethod + 71
    11  libobjc.A.dylib               0x00007fff893562fc objc_msgSend + 188
    12  com.apple.Suggestions         0x00007fff8ac8fb93 -[SGTSearchField _sgtEditor] + 42
    13  com.apple.Suggestions         0x00007fff8ac95dc5 -[SGTSearchField _closeCompletionWindowAbort:] + 149
    14  com.apple.Suggestions         0x00007fff8ac8fc94 -[SGTSearchField setSuggesters:] + 88
    15  com.apple.FinderKit           0x00007fff91d2b64e -[FIFinderViewGutsController configureSuggestions] + 440
    16  com.apple.FinderKit           0x00007fff91d2605b -[FIFinderViewGutsController configureAccessoryViews] + 47
    17  com.apple.FinderKit           0x00007fff91d2c7d7 -[FIFinderViewGutsController commonFinishInitialization] + 81
    18  com.apple.FinderKit           0x00007fff91d26429 -[FIFinderViewGutsController createBrowserViewWithViewStyle:] + 516
    19  com.apple.FinderKit           0x00007fff91d2847a -[FIFinderViewGutsController buildBrowserView:] + 211
    20  com.apple.FinderKit           0x00007fff91d28921 -[FIFinderViewGutsController _internalSetTargetPath:withViewStyle:] + 615
    21  com.apple.FinderKit           0x00007fff91d27ea2 -[FIFinderViewGutsController setTargetNode:withViewStyle:] + 523
    22  com.apple.FinderKit           0x00007fff91d29574 -[FIFinderViewGutsController deferredRetargetAndReloadForNode:] + 381
    23  com.apple.FinderKit           0x00007fff91d29947 -[FIFinderViewGutsController urlResolutionCompleted:] + 158
    24  com.apple.CoreFoundation       0x00007fff913a7eda _CFXNotificationPost + 2554
    25  com.apple.Foundation           0x00007fff90811796 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    26  com.apple.Foundation           0x00007fff9085b59a __NSThreadPerformPerform + 225
    27  com.apple.CoreFoundation       0x00007fff91374b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    28  com.apple.CoreFoundation       0x00007fff91374455 __CFRunLoopDoSources0 + 245
    29  com.apple.CoreFoundation       0x00007fff913977f5 __CFRunLoopRun + 789
    30  com.apple.CoreFoundation       0x00007fff913970e2 CFRunLoopRunSpecific + 290
    31  com.apple.HIToolbox           0x00007fff9303eeb4 RunCurrentEventLoopInMode + 209
    32  com.apple.HIToolbox           0x00007fff9303eb94 ReceiveNextEventCommon + 166
    33  com.apple.HIToolbox           0x00007fff9303eae3 BlockUntilNextEventMatchingListInMode + 62
    34  com.apple.AppKit               0x00007fff8e070533 _DPSNextEvent + 685
    35  com.apple.AppKit               0x00007fff8e06fdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    36  com.apple.Safari.framework     0x00000001053b92f0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    37  com.apple.AppKit               0x00007fff8e0671a3 -[NSApplication run] + 517
    38  com.apple.AppKit               0x00007fff8e00bbd6 NSApplicationMain + 869
    39  com.apple.Safari.framework     0x000000010557dbdd SafariMain + 267
    40  libdyld.dylib                 0x00007fff8b24c7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff9269ed16 kevent + 10
    1   libdispatch.dylib             0x00007fff8a354dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib             0x00007fff8a3549ee _dispatch_mgr_thread + 54
    Thread 2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib         0x00007fff9269e0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff8c0f6fb9 _pthread_cond_wait + 869
    2   com.apple.WebCore             0x0000000106c422db WebCore::IconDatabase::syncThreadMainLoop() + 411
    3   com.apple.WebCore             0x0000000106c3fc87 WebCore::IconDatabase::iconDatabaseSyncThread() + 295
    4   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff9269c686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9269bc42 mach_msg + 70
    2   com.apple.QuartzCore           0x00007fff9485c17b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore           0x00007fff948e0dc6 thread_fun + 25
    4   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff9269c686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9269bc42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff91392233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff91397916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff913970e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation           0x00007fff90800526 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation           0x00007fff9085e532 __NSThread__main__ + 1345
    7   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff9269e0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff8c0f6fb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff90bcb7c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x0000000105d27203 JSC::BlockAllocator::blockFreeingThreadMain() + 227
    4   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9269e0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff8c0f6fb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff90bcb7c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x0000000105d27a4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x0000000105d278a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9269e0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff8c0f6fb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff90bcb7c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x0000000105d27a4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x0000000105d278a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9269e0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff8c0f6fb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff90bcb7c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x0000000105d27a4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x0000000105d278a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9269e0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff8c0f6fb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff90bcb7c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x0000000105d27a4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x0000000105d278a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9269e0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff8c0f6fb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff90bcb7c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x0000000105d27a4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x0000000105d278a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9269e0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff8c0f6fb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff90bcb7c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x0000000105d27a4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x0000000105d278a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 12:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib         0x00007fff9269c686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9269bc42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff91392233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff91397916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff913970e2 CFRunLoopRunSpecific + 290
    5   com.apple.Safari.framework     0x0000000105530e3d Safari::MessageRunLoop::threadBody() + 119
    6   com.apple.JavaScriptCore       0x0000000105d1d33f ***::wtfThreadEntryPoint(void*) + 15
    7   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff9269e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff8c0f4f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff8c0f4ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff9269e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff8c0f4f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff8c0f4ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff9269e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff8c0f4f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff8c0f4ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 16:: Dispatch queue: com.apple.genius
    0   libsystem_kernel.dylib         0x00007fff9269c686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9269bc42 mach_msg + 70
    2   com.apple.Metadata             0x00007fff92ed7415 mdsFetchCompleteSchemaInformation + 106
    3   com.apple.Metadata             0x00007fff92ed7038 _MDCopyCompleteSchema + 112
    4   com.apple.Metadata             0x00007fff92ed6f5f MDSchemaCopyDisplayNameForAttribute + 18
    5   com.apple.Metadata             0x00007fff92ed6f0e _MDSchemaCopyShortNamesForAttribute + 56
    6   com.apple.Suggestions         0x00007fff8aca94dd __41-[SGTQueryGenius initWithAttributeNames:]_block_invoke_0 + 228
    7   libdispatch.dylib             0x00007fff8a355f01 _dispatch_call_block_and_release + 15
    8   libdispatch.dylib             0x00007fff8a3520b6 _dispatch_client_callout + 8
    9   libdispatch.dylib             0x00007fff8a35347f _dispatch_queue_drain + 235
    10  libdispatch.dylib             0x00007fff8a3532f1 _dispatch_queue_invoke + 52
    11  libdispatch.dylib             0x00007fff8a3531c3 _dispatch_worker_thread2 + 249
    12  libsystem_c.dylib             0x00007fff8c0f4cdb _pthread_wqthread + 404
    13  libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff9269e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff8c0f4f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff8c0f4ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 18:: Dispatch queue: TFolderSizingThread::GetFolderSizingQueue
    0   libsystem_kernel.dylib         0x00007fff9269dbe6 __getdirentries64 + 10
    1   libsystem_c.dylib             0x00007fff8c145cff _readdir_unlocked$INODE64 + 98
    2   libsystem_c.dylib             0x00007fff8c145da3 readdir$INODE64 + 47
    3   com.apple.CoreFoundation       0x00007fff91380935 _CFBundleCopySortedDirectoryContentsAtPath + 1093
    4   com.apple.CoreFoundation       0x00007fff913800ee _CFBundleURLLooksLikeBundleVersion + 62
    5   com.apple.CoreFoundation       0x00007fff9138003d _CFBundleCopyInfoDictionaryInDirectory + 157
    6   com.apple.CoreFoundation       0x00007fff913fda00 CFBundleCopyInfoDictionaryForURL + 64
    7   com.apple.LaunchServices       0x00007fff938bb484 FSNodePrepareBundleInfoDictionary + 89
    8   com.apple.LaunchServices       0x00007fff938b855a _LSCopyNodeAttribute_DisplayNameIfDifferentFromFSName(LSNodeAttributeStateCache *) + 393
    9   com.apple.LaunchServices       0x00007fff938aac1c _LSCopyNodeAttribute + 253
    10  com.apple.LaunchServices       0x00007fff938a7bcb _LSCopyItemAttributeForRefInfoWithOptions + 314
    11  com.apple.LaunchServices       0x00007fff938a7a21 prepareAttributeValueForKey(__CFURL const*, __FileCache*, __CFString const*, void const**, __CFError**) + 175
    12  com.apple.LaunchServices       0x00007fff938b8386 prepareDistinctLocalizedNameValue(__CFURL const*, __FileCache*, __CFError**) + 93
    13  com.apple.LaunchServices       0x00007fff938b8324 prepareLocalizedNameValue(__CFURL const*, __FileCache*, __CFError**) + 9
    14  com.apple.LaunchServices       0x00007fff938a78d7 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 58
    15  com.apple.CoreServicesInternal 0x00007fff9104c357 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 216
    16  com.apple.CoreServicesInternal 0x00007fff9104c029 _FSURLCopyResourcePropertyForKey + 187
    17  com.apple.CoreFoundation       0x00007fff913b127f CFURLCopyResourcePropertyForKey + 159
    18  com.apple.desktopservices     0x00007fff8f4b950a TFSInfo::FetchProperties() + 1000
    19  com.apple.desktopservices     0x00007fff8f4b90aa TFSInfo::Initialize(__CFURL const*) + 254
    20  com.apple.desktopservices     0x00007fff8f4c4013 TFSInfo::Initialize(TCountedPtr<TFSInfo> const&, TUString const&) + 157
    21  com.apple.desktopservices     0x00007fff8f4c3b7b TNode::FindChild(TUString const&) const + 595
    22  com.apple.desktopservices     0x00007fff8f4c1fc9 TNode::GetNodeFromPathName(TPathName const&, TNodePtr&, unsigned int) + 417
    23  com.apple.desktopservices     0x00007fff8f4c11d8 TNode::GetNodeFromURL(__CFURL const* const&, TNodePtr&, unsigned int) + 1582
    24  com.apple.desktopservices     0x00007fff8f4c31e9 TNode::GetNodeFromFSInfo(TCountedPtr<TFSInfo> const&, TNodePtr&) + 1183
    25  com.apple.desktopservices     0x00007fff8f4e88bf TNode::ResolveSharedFileListAliasIfNeeded() + 343
    26  com.apple.desktopservices     0x00007fff8f4e86c6 __block_global_4 + 52
    27  com.apple.desktopservices     0x00007fff8f4bec40 ExceptionSafeBlock(void ()() block_pointer) + 12
    28  com.apple.desktopservices     0x00007fff8f4e868c __SynchronizeChildren_block_invoke_0 + 83
    29  libdispatch.dylib             0x00007fff8a355f01 _dispatch_call_block_and_release + 15
    30  libdispatch.dylib             0x00007fff8a3520b6 _dispatch_client_callout + 8
    31  libdispatch.dylib             0x00007fff8a35347f _dispatch_queue_drain + 235
    32  libdispatch.dylib             0x00007fff8a3532f1 _dispatch_queue_invoke + 52
    33  libdispatch.dylib             0x00007fff8a3531c3 _dispatch_worker_thread2 + 249
    34  libsystem_c.dylib             0x00007fff8c0f4cdb _pthread_wqthread + 404
    35  libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff9269e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff8c0f4f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff8c0f4ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff9269e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff8c0f4f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff8c0f4ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff9269e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff8c0f4f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff8c0f4ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff8c0df191 start_wqthread + 13
    Thread 22 Crashed:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib         0x00007fff9269c686 mach_msg_trap + 10
    1   ???                           0x00087fff9269bc42 0 + 2392535463476290
    2   ???                           0x00087fff945e1ab9 0 + 2392535496268473
    3   com.apple.CoreServices.OSServices 0x00007fff945e1a45 SFLRemoteEntry::SFLRemoteEntry(unsigned int, unsigned char*) + 141
    4   ???                           0x00087fff945e197d 0 + 2392535496268157
    Thread 23:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib         0x00007fff9269e386 __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8c17c7c8 nanosleep + 163
    2   libsystem_c.dylib             0x00007fff8c17c6df usleep + 54
    3   com.apple.AppKit               0x00007fff8e255838 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation           0x00007fff9085e532 __NSThread__main__ + 1345
    5   libsystem_c.dylib             0x00007fff8c0f2772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff8c0df1a1 thread_start + 13
    Thread 22 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000028  rcx: 0x00007fff9269c686  rdx: 0x0000000000000028
      rdi: 0x00000001135cd920  rsi: 0x0000000000000003  rbp: 0x00000001135cd900  rsp: 0x00000001135cd8b8
       r8: 0x0000000000011203   r9: 0x0000000000000000  r10: 0x0000000000000030  r11: 0x0000000000000206
      r12: 0x0000000000000003  r13: 0x00000001135cd920  r14: 0x0000000000011203  r15: 0x0000000000000030
      rip: 0x00007fff9269c686  rfl: 0x0000000000010206  cr2: 0x00007fe07a004c00
    Logical CPU: 0
    Binary Images:
           0x105353000 -        0x105353fff  com.apple.Safari (6.2 - 8537.85.10.17.1) <E64F560A-C59E-35BF-9481-127A52D19951> /Applications/Safari.app/Contents/MacOS/Safari
           0x10535d000 -        0x10593bff7  com.apple.Safari.framework (8537 - 8537.85.10.17.1) <03D96220-109E-3CEC-8E38-E97669EB2746> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x105d13000 -        0x106238ff7  com.apple.JavaScriptCore (8600 - 8600.1.17) <1805970E-7107-3539-9DE7-7CC746965EA9> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x1063a9000 -        0x106700fff  com.apple.WebKit (8600 - 8600.1.17) <39C9C71F-FE64-3F30-ABBB-6824326BCDC5> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x1069d6000 -        0x1069d6fff  com.apple.WebKit2 (8600 - 8600.1.17) <BCDDA15B-0F2A-3EB7-9738-3E33F7AA7DC6> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x1069e0000 -        0x106b47fff  com.apple.WebKitLegacy (8600 - 8600.1.17) <850F6E22-F149-3483-9C56-3FA696A8FA49> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
           0x106c3c000 -        0x107d2afff  com.apple.WebCore (8600 - 8600.1.17) <0344986F-724F-301F-8A8A-0ED03D2AA9D7> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x10af6d000 -        0x10af6dffb +cl_kernels (???) <23DBC74D-D76E-45D5-84AC-71B78A8AA866> cl_kernels
           0x10d388000 -        0x10d390fff  com.apple.SyncedDefaults (1.2 - 43.27) <5088EF4E-65EF-32A5-BF96-36F604D13DF9> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x10df71000 -        0x10df72ffa +cl_kernels (???) <A1B2FD1A-C61E-4AA4-BB5B-C9906E172035> cl_kernels
           0x10ee6a000 -        0x10ee73fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10ee7e000 -        0x10ee7fffb +cl_kernels (???) <B71CD5FE-40BB-4412-BE8F-CC72129DD70F> cl_kernels
           0x10ee9d000 -        0x10ee9dff9 +cl_kernels (???) <AC35B652-0130-4F65-974D-FA34E8B7471D> cl_kernels
           0x10ee9f000 -        0x10ef39ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10f2da000 -        0x10f2dbffb +cl_kernels (???) <DB296AC4-F54E-49D8-B28E-2CCD796A9AE2> cl_kernels
        0x7fff64f53000 -     0x7fff64f8793f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff88f4f000 -     0x7fff88f5dff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff88fe0000 -     0x7fff88fe6ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff89173000 -     0x7fff8917afff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8917b000 -     0x7fff891a6fff  com.apple.datadetectors (4.0 - 199.1) <565AFA08-B5CA-3F64-9CD4-F2D9DCFA276E> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff891a7000 -     0x7fff8932dfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8932e000 -     0x7fff8933bfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8933c000 -     0x7fff8934fff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff89350000 -     0x7fff8946892f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8946b000 -     0x7fff894c2ff7  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
        0x7fff894c3000 -     0x7fff894c4fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff894c5000 -     0x7fff894c9fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff89509000 -     0x7fff89667fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff89672000 -     0x7fff8967efff  libCSync.A.dylib (340) <1ED9A6B9-D1FF-3745-A289-981ACE0C89D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8967f000 -     0x7fff89683fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff89684000 -     0x7fff8969bfff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8969c000 -     0x7fff8969dff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8969e000 -     0x7fff896a9ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff896aa000 -     0x7fff896abfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff896ac000 -     0x7fff896b6fff  libcsfde.dylib (296.18.2) <08092C5B-2171-3C1D-A98F-CF499A315DDC> /usr/lib/libcsfde.dylib
        0x7fff896b7000 -     0x7fff896e2fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff896e3000 -     0x7fff896e8fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8977c000 -     0x7fff8977dfff  libquit.dylib (130.1) <6012FB61-1D85-311F-A557-690C7D4C2A66> /usr/lib/libquit.dylib
        0x7fff8977e000 -     0x7fff8977efff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8977f000 -     0x7fff898d1fff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff898d2000 -     0x7fff898dffff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff89940000 -     0x7fff899a3fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff899a4000 -     0x7fff89de0fff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff89df0000 -     0x7fff89df5fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff89e3b000 -     0x7fff89e3ffff  libCGXType.A.dylib (340) <119487A0-AB1C-320C-9FF2-A85BF943BA11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff89e40000 -     0x7fff89e47fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff89e48000 -     0x7fff89e7efff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff89e7f000 -     0x7fff89eadfff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff89eb1000 -     0x7fff89ed1fff  libPng.dylib (852) <CCBFA9A9-33C0-3189-AFE0-A77E831EEBA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89eea000 -     0x7fff8a307fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8a308000 -     0x7fff8a315fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8a316000 -     0x7fff8a318fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8a319000 -     0x7fff8a31aff7  com.apple.SafariServices.framework (8537 - 8537.85.10.17.1) <28F72740-74D6-3D6F-BD96-832E05B68796> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff8a335000 -     0x7fff8a34ffff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8a350000 -     0x7fff8a365ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8a366000 -     0x7fff8a3c0ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8a3c1000 -     0x7fff8a3efff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8a5a2000 -     0x7fff8a5edfff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8a5ee000 -     0x7fff8a636fff  libcurl.4.dylib (69.2.71) <F52E1881-A425-3AE9-8386-A434F10AE0A2> /usr/lib/libcurl.4.dylib
        0x7fff8a637000 -     0x7fff8a644ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8a645000 -     0x7fff8a694ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8a69f000 -     0x7fff8ac0fff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8ac10000 -     0x7fff8ac18fff  com.apple.AppSandbox (2.1 - 1) <79F5851B-C5B4-3D6F-8F99-AAF20F3DE9C2> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8ac19000 -     0x7fff8ac19fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8ac1a000 -     0x7fff8ac50fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8ac51000 -     0x7fff8ac89fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8ac8a000 -     0x7fff8ace4fff  com.apple.Suggestions (2.0 - 102.1) <05D8D892-9A31-301A-BD24-D8A89B2AC905> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff8ad35000 -     0x7fff8ad3cfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8ad3d000 -     0x7fff8ad3ffff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8ad40000 -     0x7fff8ad41ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8ad42000 -     0x7fff8afe6ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8afe7000 -     0x7fff8aff2ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8aff3000 -     0x7fff8b05afff  com.apple.coredav (1.0.1 - 179.7) <EEFBD7EA-82F4-32AB-8D2B-541D74FB764A> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8b05b000 -     0x7fff8b05bfff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8b05c000 -     0x7fff8b0a8fff  com.apple.framework.CoreWLAN (3.4 - 340.18) <BCFA14A9-728C-371A-936E-2EDF2EC2F40F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8b15c000 -     0x7fff8b16dff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8b16e000 -     0x7fff8b17cfff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8b17d000 -     0x7fff8b1bafef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8b1bb000 -     0x7fff8b215fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8b216000 -     0x7fff8b21cfff  libCGXCoreImage.A.dylib (340) <7451BC8B-8D57-3C61-8B17-E2E6D733C3C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8b21d000 -     0x7fff8b249ff7  libRIP.A.dylib (340) <F5269ACD-7A67-393C-8A57-862D28C5723F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8b24a000 -     0x7fff8b24dff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8b24e000 -     0x7fff8b251fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8b26e000 -     0x7fff8b279fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b27a000 -     0x7fff8b27afff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8b27b000 -     0x7fff8b283ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8b284000 -     0x7fff8b548fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8b549000 -     0x7fff8b582ff7  libssl.0.9.8.dylib (52.1) <F0B242C3-917A-37F2-BABD-F9F23310E68A> /usr/lib/libssl.0.9.8.dylib
        0x7fff8b583000 -     0x7fff8b655ff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8b656000 -     0x7fff8b671ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8b672000 -     0x7fff8b69bfff  libsandbox.1.dylib (220.3) <2C26165F-C3D5-3458-8D3E-EE748A3DA19A> /usr/lib/libsandbox.1.dylib
        0x7fff8b69c000 -     0x7fff8b6d6fff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8b777000 -     0x7fff8b779fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8b7c2000 -     0x7fff8b7c9ff7  libcopyfile.dylib (89.0.70) <30824A67-6743-3D99-8DC3-92578FA9D7CB> /usr/lib/system/libcopyfile.dylib
        0x7fff8b7f3000 -     0x7fff8b880ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8b881000 -     0x7fff8b88eff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8b88f000 -     0x7fff8b8e8ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8b8e9000 -     0x7fff8bae9fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff8baea000 -     0x7fff8baf5ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8baf6000 -     0x7fff8bb01fff  libsystem_notify.dylib (98.6) <1E490CB2-9311-3B36-8372-37D3FB0FD818> /usr/lib/system/libsystem_notify.dylib
        0x7fff8bb1d000 -     0x7fff8bb5cff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8bb5d000 -     0x7fff8bcb6ff7  com.apple.syncservices (7.1 - 713.1) <1B20AF09-C1E5-3B70-A57F-177A4D92E403> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff8bcb7000 -     0x7fff8bcc3ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8bcc4000 -     0x7fff8bcc7ff7  com.apple.LoginUICore (2.1 - 2.1) <98A808A9-F27D-37A9-84D6-77B61C444F97> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8bd19000 -     0x7fff8bd68ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8bd69000 -     0x7fff8bd6ffff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8bd70000 -     0x7fff8bdd8fff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8bdd9000 -     0x7fff8bde4fff  com.apple.CalendarAgentLink (1.0 - 38) <975BA2F1-5EA9-3173-831A-75143B45B262> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8bde5000 -     0x7fff8bde9fff  libGIF.dylib (852) <326C48F1-C892-3AF9-94BC-32768EFF6731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8bdf7000 -     0x7fff8be3aff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8be3b000 -     0x7fff8bf00ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8bf01000 -     0x7fff8bf13ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8bf14000 -     0x7fff8bfb2ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8c030000 -     0x7fff8c04fff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8c050000 -     0x7fff8c08aff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c0ce000 -     0x7fff8c0ddfff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8c0de000 -     0x7fff8c1aaff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
        0x7fff8c1ab000 -     0x7fff8c21bfff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8c21c000 -     0x7fff8c27bfff  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
        0x7fff8c2ff000 -     0x7fff8c308fff  com.apple.CommerceCore (1.0 - 26.3) <870C7810-0D27-3AC5-95A0-3224BB4890C0> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8d324000 -     0x7fff8d5b8ff7  com.apple.RawCamera.bundle (5.07 - 760) <EA94F148-975D-32D7-8A20-B06017E5793B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d5b9000 -     0x7fff8d5b9fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8d5ba000 -     0x7fff8d5bcff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8d5bd000 -     0x7fff8d5befff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8d5bf000 -     0x7fff8d5c2fff  libRadiance.dylib (852) <139962CD-21E2-3D31-9F47-D5F2D6C2C2BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8d5c3000 -     0x7fff8d5c3fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8d5c4000 -     0x7fff8d6c3fff  libcrypto.0.9.8.dylib (52.1) <796E5F5E-36BF-3B1B-A519-C9A1682199C4> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8d6c4000 -     0x7fff8d8f9ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8d8fa000 -     0x7fff8d92efff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8d934000 -     0x7fff8d96ffff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8d972000 -     0x7fff8d9e0ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d9e1000 -     0x7fff8ddd8fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8ddd9000 -     0x7fff8de74fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8de8a000 -     0x7fff8df1aff7  libCoreStorage.dylib (296.18.2) <2FFB6BCA-3033-3AC1-BCE4-ED102DCBECD5> /usr/lib/libCoreStorage.dylib
        0x7fff8df1b000 -     0x7fff8eb48fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8eb98000 -     0x7fff8ebf4fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8f4ad000 -     0x7fff8f5cdfff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8f5ce000 -     0x7fff8f5e1ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8f5e2000 -     0x7fff8f6dffff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8f6e0000 -     0x7fff8f6e2ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8f6e3000 -     0x7fff8f6e3fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8f6e4000 -     0x7fff8f6f0fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8f6f1000 -     0x7fff8f6f1fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8f6f2000 -     0x7fff8f719fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8f71a000 -     0x7fff8f75dff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8f75e000 -     0x7fff8f769ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8f76a000 -     0x7fff8f78cff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff8f78d000 -     0x7fff8f7deff7  com.apple.iCalendar (6.0 - 126.5) <3C743E01-70DB-341C-89EC-13B5EA70EEE2> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff8f7df000 -     0x7fff8f7e2fff  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
        0x7fff8f7e3000 -     0x7fff8f80bfff  libJPEG.dylib (852) <4E159C31-1B41-3EFF-89EC-3F7BC9053F2C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8f80c000 -     0x7fff8f90efff  libJP2.dylib (852) <01E502E9-7FD3-3A5D-8EA4-2DC8C56E0497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8f90f000 -     0x7fff8f91eff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8f91f000 -     0x7fff8fba0fff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8fba5000 -     0x7fff8fe76fff  com.apple.security (7.0 - 55719.16.5) <0EEE5DDE-77FB-374A-B1E0-6B19CB44E8EC> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8fe77000 -     0x7fff8fe8efff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8fe8f000 -     0x7fff90000ff7  com.apple.QTKit (7.7.1 - 2599.48) <D5C5148C-C4FF-3C8E-8F7B-77F2226727F3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9004d000 -     0x7fff90074ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff90075000 -     0x7fff900d1ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff900d2000 -     0x7fff900e0ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
        0x7fff900e1000 -     0x7fff900f8fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff900f9000 -     0x7fff90101fff  com.apple.AOSNotification (1.7.0 - 636.5) <15EFB097-C811-3F4A-9085-1FBC3EBFA457> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff90102000 -     0x7fff9010cff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff9010d000 -     0x7fff90117fff  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
        0x7fff90118000 -     0x7fff90216fff  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
        0x7fff90217000 -     0x7fff9022bfff  com.apple.AppContainer (2.1 - 1) <E1BC0E2F-836F-3082-A8CF-3CE7F6746535> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff9022c000 -     0x7fff90256ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff90257000 -     0x7fff9032aff7  com.apple.DiscRecording (7.0 - 7000.2.4) <E5F3F320-1049-32D8-8189-916EF5C40A1A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff90518000 -     0x7fff907c7fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff907c8000 -     0x7fff90b27fff  com.apple.Foundation (6.8 - 945.19) <C98E55BA-553B-314B-B056-849FFB20C220> /System/Library/Frameworks/Founda

  • I have a one year subscription... since this morning all my apps are in trial mode???

    I have a one year subscription... since this morning all my apps are in trial mode???

    Chat Now button near the bottom for Activation and Deactivation
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    Asked to sign in after paying
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    http://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting- creative-cloud.html

  • I bought a new app ($0.99), bought $19.00 worth of on app purchases and the app crashed, now it says that I have to start a new game since i had just started it and didn't get a chance to save it, so my question is, how do i get my money back?

    I bought a new app ($0.99), bought $19.00 worth of on app purchases and the app crashed, now it says that I have to start a new game since i had just started it and didn't get a chance to save it, so my question is, how do i get my money back?

    I'm keeping the app, i just need the $19.00 back.

  • My apps have been crashing since last night on iPhone 4g anyone having this problem.  it only started last night i have rebooted the phone and some times cannot even download my email nor move them to trash where they re appear a few minutes in inbox

    my apps have been crashing since last night including even the app store.  this only started happening late last night since doing the ios 5.0.1 update.  i am not sure what is happening.  even when i click on the phone buttom the apps are all crashing not loading stuff.  i cannot even seem to get email only some of the time and than when it does and i try moving them to trash they dont go to trash they re appear right back in my inbox a few minutes later.  i have rebooted the iphoine a few times but with little avail to any situations that are working for me currently.
    i think this is an apple ios 5.0.1 update issue.  i think they may have screwed things up big time this time.  i have also found no improvement with battery life at all.  not sure what is wrong but i hope they fix it fast.  this is ridiculous
    please respond if you are having some of the same issues as i am
    thanks
    abdullahsgirl

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • Every time since I download IOS6 my app store, whatsapp, safari crashes everytime I open it. What should I do?

    Every time since I download IOS6 my app store, whatsapp, safari crashes everytime I open it. What should I do?

    Basic troubleshooting steps (restart, reset, restore) are clearly outlined in the iPhone User Guide that is bookmarked in your Safari app.

  • I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

    I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

    I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

  • App store update shows I can't update an app since my Apple ID is not associated with my account on Yosemite

    App store update shows I can't update an app since my Apple ID is not associated with my account on Yosemite. How can I just force it to allow me to RE-BUY the app again since I don't even have it to update, but I want it?
    Currently, I even though I don't have the app, I am not given the option to buy, only to "update", and when I click on that it either hangs or it complains that it can't since my Apple ID is not associated with my account.

    And it was your wife's Apple ID that was used to download and install the Yosemite you are using on this computer? If so then I suggest you need to contact Apple to get his straightened out.
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..
    For Mac App Store: Apple - Support - Mac App Store.
    For iTunes: Apple - Support - iTunes.

  • While updating my apps, I lost my wi-fi connection.  I have since tried to update the apps several times...but none of them are updating.  Each time I try to update the apps, I enter my password, but then nothing happens.  Thank you - Chris

    While updating my apps, I lost my wi-fi connection.  I have since tried to update the apps several times...but none of them are updating.  Each time I try to update the apps, I enter my password, but then nothing happens.  Thank you - Chris

    Hold the power button and the home button down until the screen goes black and the apple logo appears. This will do a reset and you should be able to update your apps then.

  • Since updating my airport utility app to iOS 8, it can no longer see my base station and will not connect to wifi.

    Since updating my airport utility app to iOS 8, it can no longer see my base station and will not connect to wifi. My son's 4s with an older version of the app sees it and connects fine, so I know it's working. The internet works fine for everyone else in the house but my

    Please take a look at this Apple support document to see if it help solve your issue:
    iOS: Troubleshooting Wi-Fi networks and connections
    If this does not help, we would recommend that you post in the iPhone community support area, since you have an iPhone / iOS issue. The link is just below.
    Using iPhone

  • Apps don't start since updated 10.8.5 today

    i had a software update pending in AppStore which included a safety update and some other stuff for 10.8.5 today, which i did update and then restarted.
    since then basically all third party apps except firefox don't work, they immediately crash after starting.
    i guess there's something wrong with the update, because before that, everything worked just fine.
    upgrading to mavericks is not an option (yet)
    i have a macbook pro mid 2010, 2.4GHz intel core 2 duo, 4GB RAM, nvidia geforce 320M, osx version OS X 10.8.5 (12F45)
    please help me

    a little update;
    when booting in safe mode, all apps work
    and here is a crash report, error is the same on all apps
    Process:    
    Cubase LE AI Elements 6 [675]
    Path:       
    /Applications/Cubase LE AI Elements 6.app/Contents/MacOS/Cubase LE AI Elements 6
    Identifier: 
    com.steinberg.cubase.soft
    Version:    
    6.0.5.357 (6.0.5.357)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [141]
    User ID:    
    503
    Date/Time:  
    2014-09-23 18:25:36.344 +0200
    OS Version: 
    Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:     
    31167 sec
    Crashes Since Last Report:      
    319165
    Per-App Interval Since Last Report:  3949 sec
    Per-App Crashes Since Last Report:   15
    Anonymous UUID:                 
    9AC0535B-04E6-DC91-1C6E-2A3884B1B135
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Dyld Error Message:
      fast lazy binding from unknown image
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   dyld                    
    0x8fe230b5 dyld_fatal_error + 1
    1   dyld                    
    0x8fe2604a dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 197
    2   libdyld.dylib           
    0x9a49c76c dyld_stub_binder_ + 20
    3   ???                     
    0x92cccb1f 0 + 2462894879
    4   ???                     
    0x92ccca4c 0 + 2462894668
    5   libdispatch.dylib       
    0x92ab5c82 _dispatch_client_callout + 46
    6   libdispatch.dylib       
    0x92ab5bf1 dispatch_once_f + 57
    7   libdispatch.dylib       
    0x92ab6831 dispatch_once + 31
    8   ???                     
    0x92ccca24 0 + 2462894628
    9   ???                     
    0x92ccc8a6 0 + 2462894246
    10  com.apple.HIServices    
    0x9000ea8c _RegisterApplication + 7364
    11  com.apple.HIServices    
    0x9000cd9d GetCurrentProcess + 43
    12  com.apple.HIToolbox     
    0x95b1dffe MenuBarInstance::GetAggregateUIMode(unsigned long*, unsigned long*) + 38
    13  com.apple.HIToolbox     
    0x9595ae63 _GetAggregateUIMode + 49
    14  com.apple.HIToolbox     
    0x9595ae0c MenuBarInstance::IsVisible() + 40
    15  com.apple.HIToolbox     
    0x9595acc3 IsMenuBarVisible + 35
    16  com.apple.AppKit        
    0x9924e676 _NSInitializeAppContext + 62
    17  com.apple.AppKit        
    0x9924d973 -[NSApplication init] + 658
    18  com.steinberg.cubase.soft
    0x00dc6058 0x1000 + 14438488
    19  com.apple.AppKit        
    0x9924d504 +[NSApplication sharedApplication] + 153
    20  com.steinberg.cubase.soft
    0x01104c8e 0x1000 + 17841294
    21  com.steinberg.cubase.soft
    0x01103234 0x1000 + 17834548
    22  com.steinberg.cubase.soft
    0x01105ced 0x1000 + 17845485
    23  com.steinberg.cubase.soft
    0x00dc6577 0x1000 + 14439799
    24  com.steinberg.cubase.soft
    0x000cc466 0x1000 + 832614
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x989a19ae kevent + 10
    1   libdispatch.dylib       
    0x92ab8c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib       
    0x92ab87a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib  
    0x989a10ee __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x97dbd0ac _pthread_workq_return + 45
    2   libsystem_c.dylib       
    0x97dbce79 _pthread_wqthread + 448
    3   libsystem_c.dylib       
    0x97da4daa start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib  
    0x989a10ee __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x97dbd0ac _pthread_workq_return + 45
    2   libsystem_c.dylib       
    0x97dbce79 _pthread_wqthread + 448
    3   libsystem_c.dylib       
    0x97da4daa start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib  
    0x989a10ee __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x97dbd0ac _pthread_workq_return + 45
    2   libsystem_c.dylib       
    0x97dbce79 _pthread_wqthread + 448
    3   libsystem_c.dylib       
    0x97da4daa start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x8fe2f9c4  ebx: 0x9000cdd9  ecx: 0x00000000  edx: 0x00000025
      edi: 0x8fe23f71  esi: 0x8fe5607c  ebp: 0xbfffced8  esp: 0xbfffcebc
       ss: 0x00000023  efl: 0x00000246  eip: 0x8fe230b5   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x8fe41000
    Logical CPU: 0
    Binary Images:
    0x1000 -  0x29dcfe7 +com.steinberg.cubase.soft (6.0.5.357 - 6.0.5.357) <B7017850-62B9-EC9B-C068-E5A8BE030E26> /Applications/Cubase LE AI Elements 6.app/Contents/MacOS/Cubase LE AI Elements 6
    0x2bf9000 -  0x2c41ffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <7AAE4076-36FA-37C1-9EAE-344F1C8F14D9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x2c66000 -  0x2c7cffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
    0x8fe22000 - 0x8fe54e57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90007000 - 0x9005eff3  com.apple.HIServices (1.20 - 417) <B8410ABC-E0DB-31EB-B923-17F3B65B5F4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x900a6000 - 0x900bbfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x900bc000 - 0x900c8ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x900c9000 - 0x902b1ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b2000 - 0x9066affa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9066b000 - 0x90675fff  libCSync.A.dylib (340) <BDAF96F3-1147-37A0-AC2B-47E4DDC4CB66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90676000 - 0x906cdff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x906ce000 - 0x9078cff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x909fc000 - 0x90c13fff  com.apple.CoreData (106.1 - 407.7) <EC4B8297-8E01-3778-A8A4-E8747F91109D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90c14000 - 0x90c32ff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90c33000 - 0x90c34ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x90c35000 - 0x90c35fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90c36000 - 0x90c36fff  com.apple.vecLib (3.8 - vecLib 3.8) <2D2064EB-FDD5-38AB-B722-4AFA4C6EE0C9> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90c37000 - 0x90c45fff  com.apple.opengl (1.8.10 - 1.8.10) <385E048A-FFB2-348A-8F80-572C2494A776> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90c46000 - 0x90c46fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <D4F5AB2C-0727-39FD-8EE9-E4DD3D78EB2E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90ce9000 - 0x90d37ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <15B4EFFC-22D1-3517-BE8C-7947DAA24729> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d38000 - 0x90d92ffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90d93000 - 0x90dd7ff7  libGLU.dylib (8.10.1) <5520818E-F290-3942-80B8-370CF9C9B54C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90e23000 - 0x90e23fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <E54083A7-7467-3C3C-B30F-EE14C8D781A1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90e2b000 - 0x90e3dfff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x90e3e000 - 0x90e63ffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90e6f000 - 0x90eb1ffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x90eb2000 - 0x90eb3fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x90eb4000 - 0x90eb5fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
    0x90eb6000 - 0x90ebefff  libcopyfile.dylib (89.0.70) <F672B952-26D3-3DCC-9A72-117243BAC3FB> /usr/lib/system/libcopyfile.dylib
    0x90ebf000 - 0x90ed6fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x90ed7000 - 0x90ef9fff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x90efc000 - 0x91018ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91019000 - 0x91019fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x910b8000 - 0x910dcfff  libJPEG.dylib (852) <84D990B9-7CF9-3EFE-99BC-AD7657D50F29> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91144000 - 0x913e7ff3  com.apple.CoreImage (8.4.0 - 1.0.1) <C25B9EEC-4824-3088-BC08-2EA516C0728C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x913eb000 - 0x913efffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x916dd000 - 0x917c6ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x917c7000 - 0x91862fff  com.apple.CoreSymbolication (3.0 - 117) <9ECC6770-6FBB-36B3-A4EE-0B60875019A9> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x918ee000 - 0x918f1ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x918f2000 - 0x9199cfff  com.apple.LaunchServices (539.11 - 539.11) <29171C94-C757-384C-B42E-4579B246E26D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9199d000 - 0x919a7fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x919a8000 - 0x919f4fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x919f9000 - 0x919f9fff  libSystem.B.dylib (169.3) <F479E729-89C7-3B4C-9731-678EB673A861> /usr/lib/libSystem.B.dylib
    0x919fa000 - 0x91bb6ffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
    0x91bb7000 - 0x91be8fff  com.apple.DictionaryServices (1.2 - 184.4) <A31BB2CE-6965-3610-8B11-EA26EC6D7EEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9214f000 - 0x92153ffc  libGIF.dylib (852) <48577360-5C29-3B75-AF99-A4340F22218E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92154000 - 0x9215bff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9215c000 - 0x9216aff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x9216b000 - 0x921c6fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x921c7000 - 0x921cefff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
    0x9222a000 - 0x9223dff9  com.apple.MultitouchSupport.framework (237.4 - 237.4) <59197044-E513-3223-9337-6EB0F828CB82> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9223e000 - 0x92680ffb  com.apple.CoreGraphics (1.600.0 - 340) <0AF2FF1F-52DC-3964-AAB2-E31A5734E8B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x926a7000 - 0x92800ffb  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <461C4CCD-5F52-3D2F-AE22-D0CA7EF3F01A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92801000 - 0x92804fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92808000 - 0x92809fff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x9280a000 - 0x92813fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92816000 - 0x92818ffb  libRadiance.dylib (852) <E512FA13-AFCA-3B7A-A257-FF71A7D38EF3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x92ab4000 - 0x92ac6ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x92ac7000 - 0x92ad3ffe  libkxld.dylib (2050.48.12) <44C8E278-D8CA-3CF4-B3F4-0299654EB341> /usr/lib/system/libkxld.dylib
    0x92ad4000 - 0x92c22ff3  com.apple.CFNetwork (596.6.2 - 596.6.2) <48614F1C-B71B-39F7-BE8B-CF2E623C4884> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x92c23000 - 0x92c3ffff  libPng.dylib (852) <43B10F0A-07AC-32A1-AE89-63FCF4F9EC72> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93451000 - 0x93452ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9346d000 - 0x93470ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x934ae000 - 0x93540ffb  libvMisc.dylib (380.10) <D9567F48-ED35-3362-B769-50916D30C601> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93541000 - 0x93590ff6  libTIFF.dylib (852) <8375E65D-35FA-315B-993D-254F687578CC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93591000 - 0x935b0ff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x935bb000 - 0x93652ff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93657000 - 0x93917ff3  com.apple.security (7.0 - 55179.16.3) <F2B4CEE8-53CC-34EC-8324-F3492871FF5E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93918000 - 0x93918fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x93943000 - 0x93a50ff3  com.apple.ImageIO.framework (3.2.2 - 852) <74E1808B-A349-30EB-B4FE-CC5DD7452B71> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x93a51000 - 0x93bc9ff5  com.apple.QuartzCore (1.8 - 304.4) <5EE0260F-D2D0-3983-ABDB-BB0FA8EE1471> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93c00000 - 0x93c2dffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x944ac000 - 0x944c5fff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x944c6000 - 0x945d3057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x945d4000 - 0x945eafff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x945eb000 - 0x945ebffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x945ec000 - 0x946e4ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x946e5000 - 0x946eefff  com.apple.CommerceCore (1.0 - 26.3) <2552248F-7D93-32DF-856C-4B66C51858BE> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9475d000 - 0x9476cfff  libGL.dylib (8.10.1) <74BE67B7-9EA0-3F16-B43B-48CB92C9ED27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9476d000 - 0x94796fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9484f000 - 0x94b54ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94b96000 - 0x94bfdfe7  libvDSP.dylib (380.10) <A9BB03FC-F70B-388F-8917-F8CE69F2164A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94c08000 - 0x94c69ff7  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <C1D471E9-B4D6-3A59-975C-B3B3A25E6058> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94c9a000 - 0x94ca5fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x94ca6000 - 0x94cb2ffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94cb3000 - 0x94cb6ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x94cb7000 - 0x94cedffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x94e4c000 - 0x94ec8ff3  com.apple.Metadata (10.7.0 - 707.12) <D9221655-56FE-332C-82FF-0CA7EDD521C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94fa0000 - 0x94fe2ff7  libcups.2.dylib (327.7) <6FAC537D-7EC3-3E82-B6E8-F87DE07546B5> /usr/lib/libcups.2.dylib
    0x94fe3000 - 0x9511eff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9511f000 - 0x9543fff3  com.apple.Foundation (6.8 - 945.19) <825DC594-EC88-3456-B20B-DDD372CA7DC2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95540000 - 0x95573ff3  com.apple.GSS (3.0 - 2.0) <EFFA5947-B6BA-3171-B667-9CCB17E0FF2A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x958ed000 - 0x9592cff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9592d000 - 0x95d10fff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95d11000 - 0x95d2efff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x95e40000 - 0x95e5dff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x95e84000 - 0x95e99fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95ea5000 - 0x95ea6fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x95ea7000 - 0x95f1cff7  com.apple.ApplicationServices.ATS (341.2 - 341.2) <E12BB943-9E01-376E-B645-E75413B2CFFB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95f1d000 - 0x95f8cffb  com.apple.Heimdal (3.0 - 2.0) <C007CED7-DDC9-3BA1-8077-294FAE9C78D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x95f8d000 - 0x95f94ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <D0A9B878-7F1F-3210-B6AF-91D2DBEFF21B> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96d42000 - 0x96d4fff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x96d50000 - 0x96dffff7  com.apple.CoreText (260.0 - 275.17) <433387A6-69C1-32A5-9B61-9E2F6A5F9040> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x96e43000 - 0x96e67fff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x96e68000 - 0x96eaafff  libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
    0x96eb7000 - 0x96f4ffff  com.apple.CoreServices.OSServices (557.6 - 557.6) <BE4B0D48-1239-3B9B-9905-551336777F09> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96f50000 - 0x96f5cff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x96f5d000 - 0x97031ff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x979f7000 - 0x979f7fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x97a44000 - 0x97b4fff7  libJP2.dylib (852) <47F0FEEE-04FC-324A-8D44-8F792F95A5BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97b50000 - 0x97b54ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x97b55000 - 0x97b81ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x97b82000 - 0x97b89fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x97cb0000 - 0x97cb0fff  com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x97cb1000 - 0x97cf9ff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97cfa000 - 0x97d00fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x97d01000 - 0x97d0bfff  libsystem_notify.dylib (98.6) <512070BA-0BC9-3289-BB4F-3EB5D126AA18> /usr/lib/system/libsystem_notify.dylib
    0x97d0f000 - 0x97d77ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <230C6EEC-A926-3720-82DB-25D0FAAEF962> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97da4000 - 0x97e61ffb  libsystem_c.dylib (825.40.1) <A5C0B70C-5F14-3BF8-AA5B-B22E7B12A4AE> /usr/lib/system/libsystem_c.dylib
    0x97e62000 - 0x97ec4fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x97ec5000 - 0x97ee2fff  libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
    0x97ee3000 - 0x97eecffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x97f45000 - 0x97f6aff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98052000 - 0x980b6ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x980b7000 - 0x980c5ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x980cc000 - 0x98180fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98929000 - 0x98929fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9892a000 - 0x9892cffd  libCVMSPluginSupport.dylib (8.10.1) <F7CD59FE-314A-366E-9A27-CE5BD1D438BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x98931000 - 0x9898bfff  com.apple.Symbolication (1.3 - 93) <A839CFC2-F870-3652-B353-15A55D88F88D> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x9898c000 - 0x989a6ffc  libsystem_kernel.dylib (2050.48.12) <9B50E922-DCEA-3066-A9B2-613A6D2C5C69> /usr/lib/system/libsystem_kernel.dylib
    0x98c55000 - 0x98c90fef  libGLImage.dylib (8.10.1) <E29ED217-09B3-3436-A961-B6F8EBAA7BED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x98c91000 - 0x98c95fff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98c96000 - 0x98ce4ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x98ce5000 - 0x98d5fff3  com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98d60000 - 0x98d69ff9  com.apple.CommonAuth (3.0 - 2.0) <B28B58CA-C5B1-378E-A969-6A36C7F754D1> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x98d6a000 - 0x98defff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x98df0000 - 0x98dfefff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x98dff000 - 0x98e63ff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x98eb5000 - 0x98fa6ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x99001000 - 0x99005fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x99051000 - 0x9914fff7  libFontParser.dylib (84.7) <11EA883A-01C2-305C-AB64-F211E2685F3A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x99150000 - 0x99d0cff3  com.apple.AppKit (6.8 - 1187.40) <94E92235-7AD9-37EF-9B7C-B79074762370> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x99d0d000 - 0x99e96ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x99e97000 - 0x99e9dfff  libGFXShared.dylib (8.10.1) <99622AD6-7A1D-368E-B163-A38400885B45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x99e9e000 - 0x99ea0fff  com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x99ea1000 - 0x99ea4ffc  libCoreVMClient.dylib (32.5) <CA150AC5-F98C-3F96-8B11-715B75A89C80> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x99ea5000 - 0x99ea6fff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x99ea7000 - 0x99f0dfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x99f0e000 - 0x99f53ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x99f94000 - 0x99f95fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x99f96000 - 0x9a036ff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9a037000 - 0x9a047ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9a048000 - 0x9a465fff  FaceCoreLight (2.4.1) <B12C8721-EFB3-30A2-9A1B-ABCDF5670764> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x9a49c000 - 0x9a49efff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x9a49f000 - 0x9a4a3fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9a4d4000 - 0x9a4deffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x9a4df000 - 0x9a4dfffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <CFAAB1B1-DBC7-3FF1-97BA-065C6620360D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9a4ee000 - 0x9a4f5ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x9a527000 - 0x9a547ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 164
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=155.8M resident=54.6M(35%) swapped_out_or_unallocated=101.2M(65%)
    Writable regions: Total=87.8M written=1340K(1%) resident=1492K(2%) swapped_out=0K(0%) unallocated=86.4M(98%)
    REGION TYPE                 
    VIRTUAL
    ===========                 
    =======
    MALLOC                        
    21.3M
    MALLOC guard page               
    48K
    Memory tag=35                 
    7372K
    Stack                         
    10.0M
    Stack (reserved)              
    56.0M   
    reserved VM address space (unallocated)
    VM_ALLOCATE                     
    28K
    __DATA                        
    7080K
    __DATA/__OBJC                  
    184K
    __IMAGE                        
    528K
    __LINKEDIT                    
    30.6M
    __OBJC                        
    1516K
    __OBJC/__DATA                   
    60K
    __PAGEZERO                       
    4K
    __TEXT                       
    125.2M
    __UNICODE                      
    544K
    mapped file                  
    101.9M
    shared memory                  
    308K
    ===========                 
    =======
    TOTAL                        
    362.3M
    TOTAL, minus reserved VM space
    306.3M
    Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f7
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f4 12974, 3 service, 13 devices, 3 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9SA02, 320,07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x26400000 / 3
    USB Device: Microsoft® 2.4GHz Transceiver v7.0, 0x045e  (Microsoft Corporation), 0x0745, 0x26410000 / 4
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24600000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06610000 / 7
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0x06300000 / 2

  • How to create db conn for JDBC-ODBC Bridge for MS Access in ADF APP?

    Sir,
    How to create db conn for JDBC-ODBC Bridge for MS Access in ADF APP?
    Regards

    Hello Every Body!
    I succeeded in getting connect to the ms access database in adf application in jdeveloper as below:
    First in control panel to to admin tools and  go to data source(odbc) and create system dsn as bellow pic
    Then go to jdeveloper resources ide conn and then database and new database conn and then select jdbc-odbc briddge and then give custom jdbc url as bellow pic
    Cheers
    tanvir

  • TS1363 some apps are not opening since my update of ios 7.0.2

    SOME APPS ARE NOT OPENING SINCE UPGRADE TO IOS 7.0.2
    APPS CLOSE ON TOUCH

    Hello Asghar,
    The following article provides useful information and steps that can help sort your applications.
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    Cheers,
    Allen

  • HT204266 hello i would like to know why my gnome village app as stop working since ihave done a up date to ios6 on my ipod touch

    hello I would like to know why my gnome village app as stop working since I have done a software up date to a ico6 on my ipod touch

    iOS: Troubleshooting applications purchased from the App Store
    Have youwent to the developer's site?

  • Can HTML based pages be auditable in Oracle Apps R12?

    Hi
    I would like to know whether HTML based pages be auditable in Oracle Apps R12? LIke who has accessed OAM>sitemap>monitoring>current activity>user monitoring etc.
    Regards

    Hi,
    Please see these documents.
    For 11i:
    Note: 557730.1 - Web Apps Not Updating Last Login Date In Fnd_Login_Responsibilities
    Note: 278881.1 - Page Access Tracking in Oracle Applications 11i
    For R12:
    Note: 402116.1 - Page Access Tracking in Oracle Applications Release 12
    Thanks,
    Hussein

Maybe you are looking for