EAS LOGS for indidual Users

Hello Team
is there any way to pull out the EAS logs for individual user from the IIS directory, instead of searching the user in each log files?
Am using exchange 2007 and i would like to review the EAS connectivity for one particular user who is having the problem in viewing his inbox in mobile.so that i would like to look the LOGS for any errors for the particular users 

You could import the file into Excel and sort through them.  Or maybe the log parser tool might be helpful.
Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

Similar Messages

  • SM20 logs for multiple users in one go.

    I have to extract log for more than 100 users by using SM20 log.
    I tried with wild card characters, it is not giving accurate user list.
    Is there a way to paste 100 users at one time in SM20 tcode to pull the all users audit log instead of getting each user.

    Good...
    It shows the all users log report for current application server,but not all apps. server.
    I have 7 application server but it shows the currenty apps server logson details.
    Is it possible to get all application server logs details for all users in one go.

  • Username not showing up in access log for authenticated users

    I'm using form-based authentication in a Java web application on Sun One Web Server v6.1 to restrict access to authenticated users. However, even after the users authenticate and access the application, the username field in the access log is showing them as anonymous.
    request.getRemoteUser() is reporting the correct username, so it just seems to be the access log that is in error. Right now it is set to the default but changing formats to custom doesn't seem to help in displaying the username.
    Here's an excerpt from the access log:
    // anonymous access attempt, redirects to login page...
    10.100.168.110 - - [01/May/2006:14:34:42 -0400] "GET /profile/index.jsp HTTP/1.1" 302 0
    10.100.168.110 - - [01/May/2006:14:34:42 -0400] "GET /profile/login.jsp HTTP/1.1" 200 3355
    10.100.168.110 - - [01/May/2006:14:34:47 -0400] "POST /profile/j_security_check HTTP/1.1" 302 0
    // at this point they are logged in and their username should be reflected in the access log, but is not:
    10.100.168.110 - - [01/May/2006:14:34:47 -0400] "GET /profile/index.jsp HTTP/1.1" 200 3532 And the relevant code from the web application's web.xml:
    <security-constraint>
        <web-resource-collection>
          <web-resource-name>AllFiles</web-resource-name>
          <description>
                     Restricts anonymous access.
                  </description>
          <url-pattern>/*</url-pattern>
          <http-method>POST</http-method>
          <http-method>GET</http-method>
        </web-resource-collection>
        <auth-constraint>
          <description>
                   Authenticated Users
                  </description>
          <role-name>user</role-name>
        </auth-constraint>
      </security-constraint>I've searched the forums and the manuals but can't see anything showing that the access log's username field doesn't work with form-based authentication. Can anyone shed some light on this?

    Some background:
    The Java Servlet container has its own authentication infrastructure (which is what you configure in web.xml) which is separate from the non-Java authentication infrastructure (ACLs, etc.). If you set up authentication via ACLs the resulting user identity can (though you may configure it not to) propagate to the Java Servlet container such that request.getRemoteUser() will return it, even though no web.xml-driven authentication occurred. The coverse is not true, however: if you authenticate via a Java Realm, based on web.xml configuration, that user identity is not available to non-Java code.
    (Your web.xml snippet doesn't show you using FORM auth - but it doesn't matter, the explanation above applies in any case.)
    That is why the log file (generated from non-Java code) doesn't have access to that user. It probably should, but there's no config option today for you to make that happen.
    If you're using BASIC auth you may consider moving the authentication configuration from web.xml to ACLs as a possible workaround. It will then show up in the access logs.
    If you prefer web.xml-based authentication, consider the <SECURITY audit="true"> option in server.xml. It won't be in the access log but you'll have an audit trail of authentications, which may help.

  • EAS link for end user

    Hi There,
    I would like to provide selected end users to access EAS link, so they can look at the dim structure. We use Share Serices for security, my quesitn is that what role or right I need to provide to end user, so they can only view the database structure (dimensions) from EAS.
    Thanks
    Don

    Hi Don,
    Does the user get "no access" error message if he/she right clicks on the outline and click on View?
    I created a test account, provisioned it with server access to the Essbase server and read access to the application. I got the same error message as you mentioned when I double clicked on the outline, but was able to open it with "View" option.
    Cheers,
    Mehmet

  • Parental Control not logging for one user only

    Hi, my two kids have parental control turned on for their individual accounts. On one account I get logs of their activity, the other I do not inside parental control preference pane. I found in the account that does not get logged the following:com.apple.familycontrols.overrides.plist.
    Anyone know what this is and why it might be in that account?
    Also any ideas as to why one account would not be getting logged?
    I can see the details in her user account inside Library/applicationsupport/apple/parentalcontrol.
    Imac G5, 2gb ram, 10.5.6

    The familycontrols.overrides property list interests me, especially because I can't find any information on it! Looking at its contents suggests that it is a temporary file created whenever an admin authorizes the managed user to exceed their daily login time limit (e.g., 30 minutes extra).
    As for the not logging problem, I have it too. It seems to me that events.data -- the actual log -- is too large at 54 MB and am deleting it. (I note that it was updated at the time the managed user last used his account, so something is being recorded.) Wish me luck.

  • Enabling Logs for tracking User Creation in OIM

    Hi All,
    Can anybody pls guide me how to enable logs, in order to track the database tables which are updated when user is created in OIM?
    I have faint idea that -Uncommenting is required in log4j text file , But i am not sure?
    nd Pls let me know if my requirement is not clear.
    Thanks & Regards,
    Newbie

    Steps to Enable Logs
    1. Navigate to c:/Oracle/Xellerate/config , open log.txt file
    2. Uncomment categories below <File Appender> to edit Location or pattern
    3. Uncomment categories below <Xellerate> according to ur requirement.
    The job is pretty simple!!!
    Cheers!!
    Newbie

  • How to create different log files for different users in log4j

    I want to create different logs for different users, using different appenders for each user so that logs are created in his file only.
    Confusion:How to direct them to different files in my logger class

    Hi Avi,
    First of all I have given a first reading to log4j and I think there will some more easy way of logging debugging messages than log4j (If you could provide me a detailed explanation of a servlet,jsp,java bean that uses log4j and how to use log4j then it will be very helpful for me). The other easy ways (if I am not using log4j) to my problem i.e creating different log files for each of web applications deployed in oc4j are
    I have created multiple instances of OC4J that are configured to run on different ports and so on each instance I have deployed a single web application . And I started the 2 oc4j instances by transferring thier error/log messages to a file. And the other way is ..
    I have download from jakarta site a package called servhelper . This servhelper is a thread that is started in a startup servlet and stopped in the destroy method of that startup servlet. So this thread will automatically capture all the system.out.println's and will print those to a file. I believe that this thread program is synchronized. So in this method I need not run multiple instances of OC4J instead each deployed web application on single instance of oc4j uses the same thread program (ofcourse a copy of thread program is put in each of the deployed web applications directories) to log messages on to different log files.
    Can you comment on my above 2 approached to logging debugging messages and a compartive explanation to LOG4J and how to use LOG4J using a simple servlet, simple jsp is appreciated ...
    Thanks and Regards,
    Ravi.

  • Log transactions for specific users

    Hi, How can I get the log for specific users, such as SAP_ALL : I want to know which transactions they have accessed in the last month for example or if they have accessed to a specific transaction.
    Thks !

    Hi,
    try tranction ST03N (Workload Monitor)and select "User Profile" in the Analysis View. There, you can see a list of Users. Double click on any of them to see the accessed transactions.
    Kind regards
    Dirk

  • Forms page opens very slowly for single user

    Hi ,
    We have a user in our EBS environment names OPERATIONS under which all scheduled custom concurrent programs run.
    The problem is it takes a long time just to open the forms page when I login as operations user , but when i login via other users such as sysadmin, the forms page opens very quickly.
    Any particular reason for it ?
    EBS 11.5.10.2
    DB 11.2.0.2
    Thanks
    Vicky

    Hi,
    One reason which i can see is:
    Since you said all the concurrent programs are running under this user name, I presume MOAC. is set for all the Org's for this user and as a result when the form is opened it has to fetch data for all the Org's for this users, whereas for other users it might be fetching data only few Org's.
    How to confirm this:
    1. Please enable the FND:Debug log for this users and check the data for MOAC assignment.
    2. Repeat the same steps for a different user and compare the Org's initialized.
    Hope it helps!!
    Regards,
    Yuvaraj.C
    Edited by: Yuvaraj.C on Feb 15, 2013 3:57 AM

  • Mail crashes constantly for a user with parental controls

    Hello, I am not sure how to troubleshooting this problem. The mail app crashes every time. Here's the crash log for my user.
    Process: Mail [1835]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.4 (1082)
    Build Info: Mail-10820000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [1762]
    Date/Time: 2011-02-22 15:35:32.840 -0500
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Sleep/Wake UUID: 8D88FCAD-1953-4EF0-9E1F-6D9543E84336
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 5 Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[SyncThreadController doSyncWithSession:]
    -[MailApp _tellSyncServicesToRegisterAndSync]
    * error for object 0x11618cab8: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fffffe00295 _spinlock + 53
    1 libSystem.B.dylib 0x00007fff809d4eea malloczonemalloc + 82
    2 com.apple.CoreGraphics 0x00007fff85d12e6d shape_copy + 100
    3 com.apple.CoreGraphics 0x00007fff85d00477 shapeunion_withbounds + 112
    4 com.apple.CoreGraphics 0x00007fff85d0039c CGSUnionRegionWithRect + 452
    5 com.apple.AppKit 0x00007fff81c55467 -[NSRegion addRect:] + 296
    6 com.apple.AppKit 0x00007fff81c55231 -[NSWindow _setNeedsDisplayInRect:] + 429
    7 com.apple.AppKit 0x00007fff81c53f2c -[NSView setNeedsDisplayInRect:] + 363
    8 com.apple.WebKit 0x00007fff82b8e751 setNeedsDisplayInRect(NSView*, objc_selector*, CGRect) + 417
    9 com.apple.AppKit 0x00007fff81dc8784 UpdateViewAnimationViews + 524
    10 com.apple.CoreFoundation 0x00007fff86ce2bf6 _CFDictionaryApplyFunction_block_invoke1 + 22
    11 com.apple.CoreFoundation 0x00007fff86ce2ae5 CFBasicHashApply + 213
    12 com.apple.CoreFoundation 0x00007fff86ce29df CFDictionaryApplyFunction + 191
    13 com.apple.AppKit 0x00007fff81dc834e -[NSViewAnimation setCurrentProgress:] + 137
    14 com.apple.AppKit 0x00007fff81dc8273 -[NSAnimation(NSInternal) _advanceTimeWithTimer:] + 147
    15 com.apple.Foundation 0x00007fff88dfa8f5 __NSFireTimer + 114
    16 com.apple.CoreFoundation 0x00007fff86d04be8 __CFRunLoopRun + 6488
    17 com.apple.CoreFoundation 0x00007fff86d02dbf CFRunLoopRunSpecific + 575
    18 com.apple.Foundation 0x00007fff88ddf8e4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    19 com.apple.AppKit 0x00007fff81dc81bf -[NSAnimation(NSInternal) _runBlocking] + 321
    20 com.apple.mail 0x0000000100013f82 0x100000000 + 81794
    21 com.apple.mail 0x000000010004deeb 0x100000000 + 319211
    22 com.apple.mail 0x000000010004ddc2 0x100000000 + 318914
    23 com.apple.Foundation 0x00007fff88db890c -[NSKeyValueObservance observeValueForKeyPath:ofObject:change:context:] + 325
    24 com.apple.Foundation 0x00007fff88db86ba NSKeyValueNotifyObserver + 338
    25 com.apple.Foundation 0x00007fff88db81ae NSKeyValueDidChange + 458
    26 com.apple.Foundation 0x00007fff88d9b945 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 139
    27 com.apple.Foundation 0x00007fff88dbc44f __NSThreadPerformPerform + 219
    28 com.apple.CoreFoundation 0x00007fff86d05401 __CFRunLoopDoSources0 + 1361
    29 com.apple.CoreFoundation 0x00007fff86d035f9 __CFRunLoopRun + 873
    30 com.apple.CoreFoundation 0x00007fff86d02dbf CFRunLoopRunSpecific + 575
    31 com.apple.HIToolbox 0x00007fff87f9d93a RunCurrentEventLoopInMode + 333
    32 com.apple.HIToolbox 0x00007fff87f9d73f ReceiveNextEventCommon + 310
    33 com.apple.HIToolbox 0x00007fff87f9d5f8 BlockUntilNextEventMatchingListInMode + 59
    34 com.apple.AppKit 0x00007fff81c79e64 _DPSNextEvent + 718
    35 com.apple.AppKit 0x00007fff81c797a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    36 com.apple.AppKit 0x00007fff81c3f48b -[NSApplication run] + 395
    37 com.apple.AppKit 0x00007fff81c381a8 NSApplicationMain + 364
    38 com.apple.mail 0x0000000100002598 0x100000000 + 9624
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff809ea16a kevent + 10
    1 libSystem.B.dylib 0x00007fff809ec03d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff809ebd14 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff809eb83e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff809eb168 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 2: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff80a1304a pread + 10
    1 libsqlite3.dylib 0x00007fff834cc09c unixRead + 44
    2 libsqlite3.dylib 0x00007fff834da841 sqlite3BtreeFactory + 1089
    3 libsqlite3.dylib 0x00007fff834ffa79 openDatabase + 937
    4 com.apple.syncservices 0x00007fff890f26ae -[ISDDataDatabase initWithDatabaseInDirectory:delegate:] + 372
    5 com.apple.syncservices 0x00007fff89107a5b -[ISDRecordStore initWithEntityNameToTruthSegment:delegate:usingDataDirectory:] + 509
    6 com.apple.syncservices 0x00007fff890c5039 -[ISyncConcreteManager _truthRecordStore:] + 123
    7 com.apple.syncservices 0x00007fff890cd036 -[ISyncConcreteSession _enterPulling] + 155
    8 com.apple.syncservices 0x00007fff890e24c4 -[ISyncConcreteSession _transitionStateMachine:] + 3898
    9 com.apple.syncservices 0x00007fff890cc928 -[ISyncConcreteSession changeEnumeratorForEntityNames:] + 274
    10 com.apple.Mail.Syncer 0x0000000117aaaa89 0x117a96000 + 84617
    11 com.apple.Mail.Syncer 0x0000000117aab78b 0x117a96000 + 87947
    12 com.apple.Mail.Syncer 0x0000000117aaa3f2 0x117a96000 + 82930
    13 com.apple.CoreFoundation 0x00007fff86d3d96c _invoking__ + 140
    14 com.apple.CoreFoundation 0x00007fff86d3d83d -[NSInvocation invoke] + 141
    15 com.apple.MessageFramework 0x00007fff871dbbcd -[MonitoredInvocation invoke] + 214
    16 com.apple.MessageFramework 0x00007fff871c2bd5 -[ThrowingInvocationOperation main] + 31
    17 com.apple.MessageFramework 0x00007fff871c2515 -[_MFInvocationOperation main] + 275
    18 com.apple.Foundation 0x00007fff88dcdde4 -[__NSOperationInternal start] + 681
    19 com.apple.Foundation 0x00007fff88eacbeb __doStart2 + 97
    20 libSystem.B.dylib 0x00007fff80a0d2c4 dispatch_call_block_andrelease + 15
    21 libSystem.B.dylib 0x00007fff809eb831 dispatch_workerthread2 + 239
    22 libSystem.B.dylib 0x00007fff809eb168 pthreadwqthread + 353
    23 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff809eaf8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff809eb39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff809eaf8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff809eb39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 5 Crashed: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff80aa0669 usleep$NOCANCEL + 0
    1 libSystem.B.dylib 0x00007fff80abfcd4 abort + 93
    2 libSystem.B.dylib 0x00007fff80aae901 szone_error + 519
    3 libSystem.B.dylib 0x00007fff809d5fa6 tinymalloc_from_freelist + 715
    4 libSystem.B.dylib 0x00007fff809d501d szonemalloc_shouldclear + 242
    5 libSystem.B.dylib 0x00007fff809d4eea malloczonemalloc + 82
    6 com.apple.CoreFoundation 0x00007fff86cba225 _CFRuntimeCreateInstance + 213
    7 com.apple.CoreFoundation 0x00007fff86cbc56f __CFStringCreateImmutableFunnel3 + 719
    8 com.apple.CoreFoundation 0x00007fff86cc4aff CFStringCreateWithBytes + 63
    9 com.apple.MessageFramework 0x00007fff87392659 -[NetworkController primaryEthernetAddressAsString] + 247
    10 com.apple.MessageFramework 0x00007fff87373f3f __-[MessageStore getSerialNumberString]_block_invoke1 + 38
    11 com.apple.MessageFramework 0x00007fff871c2b23 MFLazyInitWithCreateBlock + 33
    12 com.apple.MessageFramework 0x00007fff873761ca -[MessageStore _getSerialNumberString] + 23
    13 com.apple.MessageFramework 0x00007fff8737684d -[MessageStore(MessageFrameworkOnly) _acquireLockFile] + 569
    14 com.apple.MessageFramework 0x00007fff873944c4 -[NeXTMbox openSynchronouslyUpdatingMetadata:] + 329
    15 com.apple.MessageFramework 0x00007fff873a6b68 -[ParentalControlManager _openStoreForPCMailbox:keepOpen:] + 112
    16 com.apple.MessageFramework 0x00007fff872639f9 -[ParentalControlManager processIncomingMessage:messageIsParentResponse:] + 518
    17 com.apple.MessageFramework 0x00007fff873b1353 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 192
    18 com.apple.MessageFramework 0x00007fff873ac36f -[POP3Connection _retr:] + 544
    19 com.apple.MessageFramework 0x00007fff873ad4bf -[POP3Connection fetchMessages:totalBytes:] + 361
    20 com.apple.MessageFramework 0x00007fff873b0f4b -[POP3FetchStore fetchSynchronously] + 2048
    21 com.apple.MessageFramework 0x00007fff873b2a4d -[POPAccount fetchSynchronously] + 148
    22 com.apple.CoreFoundation 0x00007fff86d3d96c _invoking__ + 140
    23 com.apple.CoreFoundation 0x00007fff86d3d83d -[NSInvocation invoke] + 141
    24 com.apple.MessageFramework 0x00007fff871dbbcd -[MonitoredInvocation invoke] + 214
    25 com.apple.MessageFramework 0x00007fff871c2bd5 -[ThrowingInvocationOperation main] + 31
    26 com.apple.MessageFramework 0x00007fff871c2515 -[_MFInvocationOperation main] + 275
    27 com.apple.Foundation 0x00007fff88dcdde4 -[__NSOperationInternal start] + 681
    28 com.apple.Foundation 0x00007fff88eacbeb __doStart2 + 97
    29 libSystem.B.dylib 0x00007fff80a0d2c4 dispatch_call_block_andrelease + 15
    30 libSystem.B.dylib 0x00007fff809eb831 dispatch_workerthread2 + 239
    31 libSystem.B.dylib 0x00007fff809eb168 pthreadwqthread + 353
    32 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff809eaf8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff809eb39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff809eaf8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff809eb39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff809d12da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff809d194d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff86d03932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff86d02dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff88e2407f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff88da50a5 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff80a0a536 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff80a0a3e9 thread_start + 13
    Thread 9: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x00007fff80a14e92 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff86d25498 __CFSocketManager + 824
    2 libSystem.B.dylib 0x00007fff80a0a536 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff80a0a3e9 thread_start + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff809d133a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff80a0fcd2 pthread_condwait + 1015
    2 ...apple.AddressBook.framework 0x00007fff8879ba5f -[ABRemoteImageLoader workLoop] + 304
    3 com.apple.Foundation 0x00007fff88da50a5 _NSThread__main_ + 1429
    4 libSystem.B.dylib 0x00007fff80a0a536 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff80a0a3e9 thread_start + 13
    Thread 11:
    0 libSystem.B.dylib 0x00007fff809d12da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff809d194d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff86d03932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff86d02dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff88ddf8e4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff88ddf7c3 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff871da265 -[RSSInterchange _runManager] + 1445
    7 com.apple.Foundation 0x00007fff88da50a5 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff80a0a536 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff80a0a3e9 thread_start + 13
    Thread 12: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff809d12da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff809d194d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff86d03932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff86d02dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff88ddf8e4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.syncservices 0x00007fff890e27bb -[ISyncConcreteSession _waitForTransitionFromPhase:untilDate:] + 677
    6 com.apple.syncservices 0x00007fff890e1176 +[ISyncSession _sessionWithClient:entityNames:beforeDate:clientHasTruthForEntityNames:quietlyP ushTruth:target:selector:anchors:hasChanges:skip:error:] + 1781
    7 com.apple.syncservices 0x00007fff890c5f14 +[ISyncSession beginSessionWithClient:entityNames:beforeDate:] + 82
    8 com.apple.syncservices 0x00007fff891379e6 -[ISyncConcreteSessionDriver _beginSyncSession:] + 654
    9 com.apple.syncservices 0x00007fff89134db2 -[ISyncConcreteSessionDriver startAsynchronousSync:] + 34
    10 com.apple.Mail.Syncer 0x0000000117aa01ca 0x117a96000 + 41418
    11 com.apple.Mail.Syncer 0x0000000117a9e07a 0x117a96000 + 32890
    12 com.apple.CoreFoundation 0x00007fff86d3d96c _invoking__ + 140
    13 com.apple.CoreFoundation 0x00007fff86d3d83d -[NSInvocation invoke] + 141
    14 com.apple.MessageFramework 0x00007fff871dbbcd -[MonitoredInvocation invoke] + 214
    15 com.apple.MessageFramework 0x00007fff871c2bd5 -[ThrowingInvocationOperation main] + 31
    16 com.apple.MessageFramework 0x00007fff871c2515 -[_MFInvocationOperation main] + 275
    17 com.apple.Foundation 0x00007fff88dcdde4 -[__NSOperationInternal start] + 681
    18 com.apple.Foundation 0x00007fff88eacbeb __doStart2 + 97
    19 libSystem.B.dylib 0x00007fff80a0d2c4 dispatch_call_block_andrelease + 15
    20 libSystem.B.dylib 0x00007fff809eb831 dispatch_workerthread2 + 239
    21 libSystem.B.dylib 0x00007fff809eb168 pthreadwqthread + 353
    22 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 13:
    0 libSystem.B.dylib 0x00007fff809d12da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff809d194d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff86d03932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff86d02dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff88ddf8e4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff88ddf7c3 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff8720cef8 +[_NSSocket _runIOThread] + 78
    7 com.apple.Foundation 0x00007fff88da50a5 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff80a0a536 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff80a0a3e9 thread_start + 13
    Thread 14:
    0 libSystem.B.dylib 0x00007fff809eaf8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff809eb39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff809eb005 start_wqthread + 13
    Thread 15:
    0 libSystem.B.dylib 0x00007fffffe00295 _spinlock + 53
    1 libRIP.A.dylib 0x00007fff85bba133 ripl_release + 237
    2 libRIP.A.dylib 0x00007fff85bcc54f ripc_EndLayer + 1041
    3 com.apple.CoreGraphics 0x00007fff85d5138d CGContextEndTransparencyLayer + 96
    4 com.apple.AppKit 0x00007fff81dc6207 -[NSProgressIndicator heartBeat:] + 2251
    5 com.apple.AppKit 0x00007fff81dc5210 -[NSUIHeartBeat _heartBeatThread:] + 1203
    6 com.apple.Foundation 0x00007fff88da50a5 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff80a0a536 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff80a0a3e9 thread_start + 13
    Thread 5 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x00000001160fe000 rcx: 0x00007fff80a1f616 rdx: 0x0000000000000000
    rdi: 0x0000000000002710 rsi: 0x0000000000000006 rbp: 0x0000000113946e30 rsp: 0x0000000113946e18
    r8: 0x0000000000007c03 r9: 0x0000000000000000 r10: 0x00007fff80a1b656 r11: 0x0000000000000202
    r12: 0x0000000000000000 r13: 0x000000011618cab8 r14: 0x000000010040e000 r15: 0x00000001160fe0c0
    rip: 0x00007fff80aa0669 rfl: 0x0000000000010202 cr2: 0x00000001008ca000
    Binary Images:
    0x100000000 - 0x100339fe7 com.apple.mail 4.4 (1082) <763137B8-964F-85F2-6C45-D084EFA66F7C> /Applications/Mail.app/Contents/MacOS/Mail
    0x1160e2000 - 0x1160e5fff com.apple.yahoo.syncframework 1.3 (51) <AEBB9A2D-B787-0C74-7C40-64E6F0BBF43C> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
    0x1160ea000 - 0x1160f0fff com.apple.AddressBook.LDAPSource 1.0.3 (875) <68B124CE-0F32-8398-939D-ABEBCAE6F505> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
    0x116200000 - 0x116213ff7 com.apple.AddressBook.LocalSourceBundle 1.0.3 (875) <45684043-4271-4EA2-4A8F-098CA3B4E4E1> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x116c73000 - 0x116c79fff libgermantok.dylib ??? (???) <A87630B4-D01C-8724-54D2-5E8CC85FC07B> /usr/lib/libgermantok.dylib
    0x117148000 - 0x117198fff com.apple.datadetectors.actions 2.1 (102.2) <975C840D-7290-67B9-F2D0-AB6982AD4A36> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
    0x117a96000 - 0x117ab9fff com.apple.Mail.Syncer 4.4 (1082) <3F2655ED-A2A3-8497-F8B7-DF496D5650E6> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff803a0fe7 com.apple.QuartzCore 1.6.3 (227.34) <215222AF-B30A-7CE5-C46C-1A766C1D1D2E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff803a1000 - 0x7fff803acff7 com.apple.NSServerNotificationCenter 2.2 (2.2) <429097EC-ED66-1EF0-EDE5-14798117BF95> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff803ad000 - 0x7fff803eeff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff803ef000 - 0x7fff8047bfff com.apple.iLifeMediaBrowser 2.5.4 (468.1.1) <5BCC3A26-0EC9-B9ED-D4F0-2278F4275E93> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff8047c000 - 0x7fff8049cff7 com.apple.DirectoryService.Framework 3.6 (621.9) <FF6567B5-56BD-F3EC-E59D-1EC583C3CF73> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8049d000 - 0x7fff80552fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff80553000 - 0x7fff80559fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <4EE16374-A094-D542-5BC5-7E846D0CE56E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8055a000 - 0x7fff8055eff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8055f000 - 0x7fff80565fff com.apple.AOSNotification 1.1.0 (123.3) <9436ED02-186A-E6CC-E594-31E3942A5898> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff80566000 - 0x7fff80569ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8056a000 - 0x7fff80592fff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff80593000 - 0x7fff805d0ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff80613000 - 0x7fff80634fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff80635000 - 0x7fff80650fff com.apple.datadetectors 2.1 (102.2) <69DC4391-62F4-9168-A9EF-8EA36F49D77A> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff80651000 - 0x7fff80695fe7 com.apple.ImageCaptureCore 1.0.3 (1.0.3) <913FFA89-0AC8-0A8D-CC2A-364CB0F303BA> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff80696000 - 0x7fff806dffef libGLU.dylib ??? (???) <CCE779A9-2467-A5AA-A558-691E43A1105F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff806e0000 - 0x7fff806effff com.apple.opengl 1.6.12 (1.6.12) <DE3F0528-7759-CDFD-A2CF-C51D3C9C8B39> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff806f0000 - 0x7fff806f4ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <63F77AC8-84CB-0C2F-8D2B-190EE5CCDB45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff806f5000 - 0x7fff8070efff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8070f000 - 0x7fff8078dfff com.apple.CoreText 3.5.0 (???) <4D5C7932-293B-17FF-7309-B580BB1953EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff8078e000 - 0x7fff807d8ff7 com.apple.DAVKit 4.0.3 (732) <446FCDF1-E33E-52D3-ABAC-5DBE68322DF0> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff807d9000 - 0x7fff8080afff libGLImage.dylib ??? (???) <1A8E58CF-FA2F-14F7-A097-D34EEA8A7D03> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8080b000 - 0x7fff80852fff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8089f000 - 0x7fff808a2ff7 libCoreVMClient.dylib ??? (???) <609598E6-195D-E5D4-3B92-AE8D9768829C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff808a9000 - 0x7fff809cffff com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <B51023BB-A5C9-3C65-268B-6B86B901BB2C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff809d0000 - 0x7fff80b91fff libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    0x7fff80b92000 - 0x7fff80b94fff libRadiance.dylib ??? (???) <76438F90-DD4B-9941-9367-F2DFDF927876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff80bcb000 - 0x7fff80c04fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <561D0DCB-47AD-A12C-9066-70E4CBAD331C> /usr/lib/libcups.2.dylib
    0x7fff80c05000 - 0x7fff80d1efef libGLProgrammability.dylib ??? (???) <4F2DC233-7DD2-1204-CAA5-3E6524F0AB75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff80d21000 - 0x7fff80d44fff com.apple.opencl 12.3 (12.3) <D30A45FC-4520-45AF-3CA5-092313DB5D54> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff80d45000 - 0x7fff80d86fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff80d87000 - 0x7fff80dd9ff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff80dda000 - 0x7fff81a4dfef com.apple.WebCore 6533.19 (6533.19.4) <214A0165-E3D0-1F7A-F2D5-5337E00E410A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff81a4e000 - 0x7fff81a5cff7 libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
    0x7fff81a8d000 - 0x7fff81a92ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff81a93000 - 0x7fff81b15fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff81b74000 - 0x7fff81c14fff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff81c15000 - 0x7fff81c35fef com.apple.DotMacSyncManager 2.0.3 (446.9) <F02D77B4-540E-04C4-A4B7-C7710155AD5E> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff81c36000 - 0x7fff8262cfff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8262d000 - 0x7fff8262dff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8262e000 - 0x7fff82676ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff82677000 - 0x7fff82678ff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <14F14B5E-9287-BC36-0C3F-6592E6696CD4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff82679000 - 0x7fff82877fe7 com.apple.CalendarStore 4.0.4 (997) <E5AEEEDC-40F7-B118-107A-B4E735DD4C03> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff82878000 - 0x7fff828ecff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <7870994A-2C09-E20E-4CAE-BB5E8703E7A3> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff828ed000 - 0x7fff828edff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff828ee000 - 0x7fff828f9fff com.apple.CrashReporterSupport 10.6.6 (256) <E99205C8-C119-764D-E06B-65659A35024A> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff828fa000 - 0x7fff82a22ff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff82a23000 - 0x7fff82a9fff7 com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff82aa0000 - 0x7fff82b1ffe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff82b28000 - 0x7fff82b35ff7 com.apple.AppleFSCompression 24.4 (1.0) <57D6F613-CB5E-75BC-E351-3272D62227F5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff82b36000 - 0x7fff82b65ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff82b72000 - 0x7fff82b7efff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff82b7f000 - 0x7fff82b84fff libGFXShared.dylib ??? (???) <991F8197-FD06-2AF1-F99B-E448ED4FB2AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff82b85000 - 0x7fff82d02ff7 com.apple.WebKit 6533.19 (6533.19.4) <3B8D40F4-9B05-82BE-ECA5-7855A77AF700> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff82d03000 - 0x7fff82d16ff7 com.apple.syncservices.syncservicesui 5.2 (578.3) <811B95F2-5349-3800-1822-45D43CF54899> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff82d17000 - 0x7fff82d94fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff82d95000 - 0x7fff83299fe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8329a000 - 0x7fff8329aff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8329b000 - 0x7fff833bcfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff833bd000 - 0x7fff833c0fff com.apple.help 1.3.1 (41) <E311A81E-9870-A430-1E16-AFF6C92CE6E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff833c1000 - 0x7fff8340bff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8340c000 - 0x7fff8340efef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff8340f000 - 0x7fff8345efef libTIFF.dylib ??? (???) <AE9DC484-1382-F7AD-FE25-C28082FCB5D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff834ba000 - 0x7fff83573fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff835ce000 - 0x7fff835f4fe7 libJPEG.dylib ??? (???) <6690F15D-E970-2678-430E-590A94F5C8E9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff835f5000 - 0x7fff835fcff7 com.apple.KerberosHelper 2.1 (1.0) <EC912A7B-92F7-17ED-65E7-AE9AAF25536F> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff835fd000 - 0x7fff83636ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff83637000 - 0x7fff83652ff7 com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff83653000 - 0x7fff83662fff com.apple.NetFS 3.2.1 (3.2.1) <3C6C2D5E-C1E2-9FF9-97A2-4141A5660EBB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff83663000 - 0x7fff8376dff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff8376e000 - 0x7fff838acfff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff838ad000 - 0x7fff8393dfff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8393e000 - 0x7fff83954fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff83955000 - 0x7fff8395bff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8395c000 - 0x7fff83bc6fef com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff83bc7000 - 0x7fff83bd2ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff83ce7000 - 0x7fff83cf8ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff83cf9000 - 0x7fff83d0dfff libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff83d0e000 - 0x7fff83d57ff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff83e3f000 - 0x7fff83e57fff com.apple.iChat.InstantMessage 5.0.5 (747) <D9784E28-7614-1BAD-8B22-EC12079BCC40> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff83e58000 - 0x7fff83e59fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff83e5a000 - 0x7fff83ef4fff com.apple.ApplicationServices.ATS 4.4 (???) <395849EE-244A-7323-6CBA-E71E3B722984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff83ef5000 - 0x7fff83f0bfff com.apple.ImageCapture 6.0.1 (6.0.1) <09ABF2E9-D110-71A9-4A6F-8A61B683E936> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff83f0c000 - 0x7fff83f0cff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff83fc3000 - 0x7fff83ffefff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff83fff000 - 0x7fff84443fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff84444000 - 0x7fff844d0fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff844d1000 - 0x7fff844faff7 com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <474FA74F-FC42-2FF9-5891-29C310804779> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff844fb000 - 0x7fff8482ffff com.apple.CoreServices.CarbonCore 861.23 (861.23) <08F360FA-1771-4F0B-F356-BEF68BB9D421> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff84830000 - 0x7fff84871fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff84872000 - 0x7fff8507cfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8507d000 - 0x7fff8507dff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8507e000 - 0x7fff850bcfff com.apple.DebugSymbols 1.1 (70) <69720171-9E3A-CAA9-113B-BD1F15454921> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff850bd000 - 0x7fff850d1ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff850d2000 - 0x7fff850dbff7 com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff850dc000 - 0x7fff85191fe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff85192000 - 0x7fff851d9ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff851da000 - 0x7fff853c9fe7 com.apple.JavaScriptCore 6533.19 (6533.19.1) <233B3E34-CDC4-668A-529A-7E61D510D991> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff853ca000 - 0x7fff853dcfe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff853dd000 - 0x7fff854e1fff com.apple.PubSub 1.0.5 (65.20) <67A088DF-7F4A-DC23-6F96-F9BAA4C238DC> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff854e2000 - 0x7fff854e2ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff854e3000 - 0x7fff855b5fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <B3E2BE12-D7AA-5940-632A-1E5E7BF8E6E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff857a6000 - 0x7fff8588bfef com.apple.DesktopServices 1.5.9 (1.5.9) <27890B2C-0CD2-7C27-9D0C-D5952C5E8438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8588c000 - 0x7fff85909fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff8590a000 - 0x7fff85915fff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff85b2d000 - 0x7fff85b50ff7 com.apple.iChat.IMFoundation 5.0.5 (747) <B4C34872-5157-27C0-37F2-77D11137BD8A> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff85b51000 - 0x7fff85bb1fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff85bb2000 - 0x7fff85bf5ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <7E30B5F6-99FD-C716-8670-5DD4B4BAED72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff85c02000 - 0x7fff85c45fef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
    0x7fff85c46000 - 0x7fff85c95fe7 com.apple.iCalendar 1.0.3 (54) <9009851F-9218-BF81-6083-299AD56CE90F> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff85c96000 - 0x7fff85cf3fe7 com.apple.Symbolication 1.2 (72) <BED6B51F-7EAD-EA8C-0540-CE7BF12785F5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff85cf4000 - 0x7fff863f106f com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff863f2000 - 0x7fff8640fff7 libPng.dylib ??? (???) <14043CBC-329F-4009-299E-DEE411E16134> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff86410000 - 0x7fff86411fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff86412000 - 0x7fff86413ff7 com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff86414000 - 0x7fff865d2fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <781E7B63-2AD0-E9BA-927C-4521DB616D02> /usr/lib/libicucore.A.dylib
    0x7fff865d3000 - 0x7fff86682fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8668f000 - 0x7fff86745fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <4B6351E5-A293-D814-36E1-E75E35C25D86> /usr/lib/libobjc.A.dylib
    0x7fff86746000 - 0x7fff8674cff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8674d000 - 0x7fff86799fff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff8679a000 - 0x7fff867b0fef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
    0x7fff867b1000 - 0x7fff86968fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <2CB9997A-A28D-80BC-5921-E7D50BBCACA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff86cb7000 - 0x7fff86e2efe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff86e2f000 - 0x7fff86e91fe7 com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff86e92000 - 0x7fff86f17ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff86f18000 - 0x7fff86f6dff7 com.apple.framework.familycontrols 2.0.2 (2020) <A3CFF697-B9DB-A7E5-3B39-9DA9B34F0595> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff86f6e000 - 0x7fff86ff1fef com.apple.CoreSymbolication 2.1 (46) <9F1EEDC7-4779-04E4-8C3C-38202CF1227F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff86ff2000 - 0x7fff86ffafff com.apple.iChat.IMUtils 5.0.5 (747) <8A019B06-52FB-0B23-8A8B-7C2DA5465934> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff86ffb000 - 0x7fff87040fff com.apple.CoreMediaIOServices 134.0 (1160) <033C41A6-EB9B-6B3B-781A-AF001A945C7A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff87041000 - 0x7fff8704efe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <397B9057-5CDF-3B19-4E61-9DFD49369375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8704f000 - 0x7fff8708cfff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8708d000 - 0x7fff8714efe7 libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8714f000 - 0x7fff871bbff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff871bc000 - 0x7fff874ffff7 com.apple.MessageFramework 4.4 (1082) <7314B194-6FC8-7CEE-81AE-2AF4ADE34AAA> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff87500000 - 0x7fff8773bfef com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8773c000 - 0x7fff8776efff libTrueTypeScaler.dylib ??? (???) <B9ECE1BD-A716-9F65-6466-4444D641F584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8776f000 - 0x7fff879f5fff com.apple.security 6.1.1 (37594) <1B4E1ABD-1BB3-DA49-F574-0EEB23E73C6A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff879f6000 - 0x7fff87a30fff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff87a31000 - 0x7fff87b48fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <4355C785-9388-1061-6427-D004E92A3766> /usr/lib/libxml2.2.dylib
    0x7fff87b5b000 - 0x7fff87b95fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff87b96000 - 0x7fff87b96ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff87bb3000 - 0x7fff87bdeff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff87bdf000 - 0x7fff87d4efe7 com.apple.QTKit 7.6.6 (1756) <250AB242-816D-9F5D-94FB-18BF2AE9AAE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff87d5f000 - 0x7fff87dc7fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff87dc8000 - 0x7fff87ea2ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff87f6f000 - 0x7fff8826dfe7 com.apple.HIToolbox 1.6.4 (???) <263AD497-F4CC-9610-E7D3-B95CF6F02030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff882ab000 - 0x7fff8830bff7 com.apple.ExchangeWebServices 1.3 (61) <7DB2989C-1362-8688-C73E-8405734A6566> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff8832f000 - 0x7fff88331fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff88332000 - 0x7fff8875ffe7 com.apple.RawCamera.bundle 3.6.0 (558) <9F93BC25-80D8-15B5-5529-E6199E3A5CA1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff88760000 - 0x7fff88785ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff88786000 - 0x7fff889c8fef com.apple.AddressBook.framework 5.0.3 (875) <78FDBCC6-8F4C-C4DF-4A60-BB038572B870> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff88a94000 - 0x7fff88b05ff7 com.apple.AppleVAFramework 4.10.12 (4.10.12) <1B68BE43-4C54-87F5-0723-0B0A14CD21E8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff88b06000 - 0x7fff88b50fef com.apple.IMCore 5.0.5 (747) <EA34457E-1946-C6E6-304D-B18233FF68BA> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff88b51000 - 0x7fff88be0fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff88be1000 - 0x7fff88be8fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff88be9000 - 0x7fff88befff7 com.apple.CommerceCore 1.0 (6) <E8A1144C-5666-9840-4729-256FE69CDBDB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff88bf0000 - 0x7fff88c5afe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff88c5b000 - 0x7fff88c5bff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff88c84000 - 0x7fff88d41ff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff88d82000 - 0x7fff88d93fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff88d94000 - 0x7fff89017ff7 com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff89018000 - 0x7fff89067fef com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BD71B20B-C530-6D10-47A4-9838CF292911> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff89068000 - 0x7fff8906dfff libGIF.dylib ??? (???) <9A2723D8-61F9-6D65-D254-4F9273CDA54A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8906e000 - 0x7fff891ceff7 com.apple.syncservices 5.2 (578.3) <67BCFAAD-C723-A8AA-B040-2E6E7771A7A3> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff891cf000 - 0x7fff891e4ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib

    I typically just set up an account for the user. I use either their server's email or a generic gmail account.
    Given the process is quite a pain in the butt...  I sign up both accounts, First the new email then the  Adobe account for the end user... I accept and test the account to verify it works on my end and then I just send them the login info. They much more prefer a simple process like that.
    The whole sign up / username... blahblahblah.. in the end all the Publisher or Editor needs is a login name and password. There is absolutely no need for them to be burdened with the process. There is absolutely ZERO interaction with the email account that you sign up with other than accepting the invite. InContext doesn't notify you when your page has been updated, if you have new assignents from your Publisher... NOTHING.
    I saw no reason to even have the client have to go through the process. Make it simple for them.
    sign up a one time disposable email
    sign up an adobe account name
    Send / accept invite youself
    Then a one line email to client, "To edit your site use this login name and password"
    IMO.. if I am going to have to pay for this service provided to MY customer... I'm not giving anyone (Adobe included) their personal info, email, address, name..

  • For multiple users on a computer, will Firefox Sync synchronize all the users on a computer or only the one logged on?

    For multiple users on a computer, will Firefox Sync synchronize all the users on a computer or only the one logged on? For instance my spouse and I will share a laptop and I want to sync my Firefox when I log on there also but do not want to sync her data.

    Curt
    how do you know if your using the
    Central cache all distributed cache ?
    and are they both stored in the same place ?

  • How to Use 'uid' for AD Users Without Domain Name For User Log in OAM

    How to Use 'uid' for synchronized Active Directory (AD) Users into Oracle Internet Directory (OID) Without Domain Name For User Logins in OIDDAS and OAM
    We successfully integrated OAM 11g with EBS R12.1.3 Now all the AD user id's stored in fnd_users table as [email protected]
    How can we remove @abc.com
    We are using OID 11g and OAM 11g
    Found the similar note for OID 10G: How to Use 'uid' for AD Users Without Domain Name For User Logins in OIDDAS and SSO [ID 580480.1]
    We are in OID 11g.
    Any help on this greatly appreciated.

    I couldn't find any reference that could be helpful -- Please log a SR and see if this is supported and if the steps are available.
    Thanks,
    Hussein

  • Can't access a school web site that I've used for years-can't log in with user and password. All other bookmarks are fine-tried several things including re-install-Other browsers are O.K.

    I have an iMac-have used Firefox exclusively for years. I can't access a school web site-can't get past the log in with user ID and password. Screen stays at log in screen. Tried clearing history-tried uninstall and re-install. All other web sites/bookmarks work fine. Thanks in advance.

    Try clearing the cache and deleting cookies for the site, this can sometimes resolve problems accessing sites that used to work. See [[how to clear the cache]] and [[deleting cookies]] for details.

  • Need a program which finds out if a user has not logged for 3 days?

    HI,
       I NEED A PROGRAM WHICH FINDS OUT IF ANY USER HAS NOT LOGGED FOR THREE DAYS
        AND SEND A MAIL TO THE BASIS TEAM.IT SHOULD BE SHEDULED AS A BACKGROUND PROCESS.
    I SEARCHED IN GOOGLE BUT NOT ABLE TO FIND IT.
    PLEASE HELP ME OUT WITH THIS.
                    REGARDS,
                          MANI

    use table USR02 and analyse field field TRDAT
    X = sy-datum - usr02-trdat.
    -> if x ge 3...
    for mail use e.g. fm SO_NEW_DOCUMENT_ATT_SEND_API1
    hope that helps
    Andreas from germany

  • You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation

    Hi all
    Have seen a couple threads regarding this but unfortunately nothing that solves my problem thus far!
    Right now, our developers are using the Domain Admin account to promote their website code using MSI files.  I'd like to change this as I feel the Domain Admin account should be on lock down and only used when absolutely necessary, pretty common.  The
    same goes for my account too, I would like to absolve as much use of the Domain Admin as I can.
    Problem is, when they run installers from their own accounts, they receive this error: You do not have sufficient privileges
    to complete this installation for all users of the machine. Log on as administrator and then retry this installation
    The accounts they are using are part of the Built In Administrators group and the Domain Admins group... I'm not sure what other permission you'd need in a domain?  We've gone as far as explicitly giving them local admin access on this server and still
    nothing changes.
    Is there a Group Policy or something that I can change to provide install rights and possibly remove these accounts as Domain Admin and more along the line of Power User?
    Thanks much for your help!
    Ryan

    Hi,
    You could use Software Restriction Policies (SRP’s) or Applocker(supported on Windows server 2008 R2/Windows 7 only) to restrict the running
    of the application for specific user.
    Description of the Software Restriction Policies
    http://support.microsoft.com/kb/310791
    HOW TO: Restrict Users from Running Specific Windows Programs
    http://support.microsoft.com/kb/323525
    How to Implement Group Policy Security Filtering
    http://www.windowsnetworking.com/articles_tutorials/Group-Policy-Security-Filtering.htmlPlease remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • Not able to synchronize files

    I have a pc and work with Windows 7. I have upgraded to Dreamweaver CC 2014. I work on two different sites. I tried to synchronize files in one of them and It doesn't work. The other other works. I have used this troubleshoot page from Adobe Troubles

  • Final Cut Pro Book which takes FCP to the "Next Level"

    I am reasonably new to FCP. I have read the book Final Cut Pro: Visual QuickPro Guide by Lisa Brenneis from cover to cover. Let me say that I am no expert, far far from it! but I would like to have a book that takes FCP to the next step. A book that

  • Event handlers

    Hi guys having problems with my event handler. i have my GUI and when i click on File -> Exit i want my program to close when i click on exit. I have the following code and wondering if you can see any problems with it. Your help would be great!!!!!!

  • AD-hoc approver n step item level shopping cart workflow

    Hi We are on latest version of SRM and using n step item level SC approval workflow. The scenario goes like this: -     Requester creates shopping cart and workflow goes for two step approval. -     In the approval preview the requester is able to se

  • How do I transfer to other person the apps I bought?

    Hi, folks! I´ve bought an McBook Air and gave my iPad 1 to my daughter. Since I´ll not use the apps I bought for the iPad (in fact a lot of them), and probably will not buy another one, I´d like to transfer the apps to her. It would be possible? She