ALUI "Native" vs LDAP user accounts

Our existing setup syncs with AD to bring user accounts into the portal. We're expanding the functionality to allow public user accounts, but we're not sure the best way to implement. We would like users to have a single login to the portal which would then authenticate them against other applications automatically. Our current understanding of the Credential Vault suggests that this functionality is supported, but the details are not known or understood.
Should these public user accounts be created as "native" portal accounts, or LDAP accounts?
What are the advantages/disadvantages of using one method over the other?
Are there any other sources of information on using Credential Vault for integration with applications? General architecture and workflow information would also be helpful.

In general, you're better off using AD, especially if your other applications use AD, because then at least the user names will match.
There are many many different ways to pass credentials to backend applications -- you can use a PEI, a custom SSO integration or the credential vault. None of these is dependent on having your users sync'd from AD -- it's just that if you DON'T sync your users, it's often hard to tell how to match a Plumtree portal account with a backend system's corresponding account.
This page has some somewhat helpful information about the credential vault:
http://edocs.bea.com/alui/ali/docs61/admin/content.html#wp1068049
The cruel reality of this situation is that every backend application that you try to integrate into the portal will have a different way of authenticating users, so each application will probably require a different credential-passing architecture. Some may work with the credential vault while others may require native code (PEI or SSO) with perhaps remote code as well.
If you'd like to share more on the forums about what you're trying to integrate, we can perhaps provide some more specific guidance. Alternatively, you're welcome to contact us offline.
HTH,
Chris Bucchere | bdg | [email protected] | http://www.thebdgway.com
Edited by bucchere at 01/27/2007 9:37 AM

Similar Messages

  • Acrobat mit LDAP-User-Account

    ich betreibe einen Server, welcher über LDAP Benutzerkonten auf Rechner verteilt.
    Nun habe ich auf den Rechnern die neue Creative Suite 4 eingerichtet.
    Alle Programme laufen soweit problemlos auf den Rechnern mit den Benutzerkonten vom OpenDirectory-Service bis auf Acrobat Professional. Das Programm lässt sich starten, hängt sich aber nach 10 Sekunden auf.
    Hat da schon jemand Erfahrungen und vielleicht eine Lösung zu dem Problem?

    Hier ist eine deutsche Übersetzung (Google) der Punkt, den Sie hier reden. Es hat den Anschein, als laufende Ausgabe.
    http://translate.google.com/translate?prev=hp&hl=en&u=http%3A%2F%2Fwww.adobeforums.com%2Fw ebx%2F.59b660c2%2F16&sl=en&tl=de
    Sanctus
    p.s. Entschuldigungen für jede grammatische Fehler.

  • LDAP Query for particular user account in local Administrators group on All Enabled Computer Accounts

    Need to query on all enabled computer accounts that have a particular user account present in the local Administrators group.
    Ldap query is best, because not all our machines have SCCM client
    Thanks for any help you can provide. Lisa

    Ya, I have 41800+ computer accounts in my directory. I think that option is not feasible :) Thanks for your reply.
    I can use SCCM to do this too, but only for those that the client is running on and which are online. Thanks again.
    Hope is not all lost; a scripting solution is still possible.  The difference is instead of running a central script to pull info from all computers, you let the computers report back to you with the info.
    If I were you, I'd do the following:
    1) Create a file share and adjust the permissions so that "Domain Computers" have "Modify" Permissions.
    2) Create a script similar to the 2nd link I posted above, with a bit of adjustment:  at the end of the script, write the information to the file share created in (1), and name the file
    ComputerName.txt
    3) Use Group Policy Preference Scheduled Task to deploy the script, and make sure it only runs once.
    4) Happily wait for the results to come back :)
    The main benefit of this approach is you're not restricted by the computer connectivity at the moment you run the script.  This is especially true if you have many mobile computers in your environment.  Just wait for a reasonable time (they all need
    to come back to the mother ship once a while don't they?) and the results will show up in the file share you created.
    Cheers.

  • Push user accounts to LDAP

    Hello Experts,
    We have setup E-Sourcing 5.1 connected to a MS AD server as LDAP. This LDAP was created exclusively for E-Sourcing application.
    We want to try a scenario where the user administration is handled only by E-Sourcing system, and credentials and passwords are stored in the LDAP. Note that this means that there won't be any user Administration in LDAP, it would be done through e-Sourcing. Is this possible?
    We tried creating "New Accounts" in the LDAP by creating a new user in E-Sourcing, but so far it's been unsuccessful. We get a "driver error" in the ESO UI. It seems the system requires the account to be previously created in LDAP so it can be created in E-Sourcing.
    Has anybody tried doing this?
    Your help is appreciated.
    Regards,
    Gilberto Gallardo

    Hi Gilberto,
    If I understand correctly, when you create a new user account in Sourcing, you want Sourcing to create that account in LDAP as well. This should be possible. I would check if the right Driver is selected in the Directory Configuration. Also, make sure the LDAP related fields on the Directory Configuration such as Host, Port, Directory User Name, Password, BASE DN, etc. has the right values.
    Also, can you provide more details on the error message? I would check the Sourcing logs, it should contain more information on the error.
    Once the account is successfully created in LDAP, the attributes on the directory configuration can be set to push or pull depending on what is desired.
    Regards,
    Vikram

  • Push User account from IDM to LDAP

    Hi,
    I need to push the new users created in IDM to LDAP. I created a rule library specifying the attributes that need to bu pushed and am calling that library in create user workflow.
    However, the new user and related attributes are not being pushed to LDAP. Can somebody point out the mistake in my code?
    Here is the Rule Library:
    <Extension>
    <Library>
    <Comments>rule library that contains all rules</Comments>
    <Rule name='RULE_create_LDAP_Acct'>
    <RuleArgument name=''/>
    <block trace='true'>
    <set name='user.accounts[LDAP1].firstname'>
    <ref>firstname</ref>
    </set>
    <set name='user.accounts[LDAP1].lastname'>
    <ref>lastname</ref>
    </set>
    <set name='user.accounts[LDAP1].accountId'>
    <ref>accountId</ref>
    </set>
    <set name='user.accounts[LDAP1].email'>
    <ref>user.waveset.email</ref>
    </set>
    </block>
    </Rule>
    </Library>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </Configuration>
    Here is the change i made to provision activity in create user workflow:
    <Activity id='4' name='Provision'>
    <Comments>&#xA; Perform the standard Lighthouse provisioning process.&#xA; </Comments>
    <Action id='0' process='Data Transformation'>
    <Comments>Apply any defined data transformations</Comments>
    <Argument name='ruleName'>
    <ref>transforms.preProvisionRule</ref>
    </Argument>
    <Argument name='formName'>
    <ref>transforms.preProvisionForm</ref>
    </Argument>
    </Action>
    <Action id='1'>
    <expression>
    <cond>
    <eq>
    <ref>sunrise.createResourceAccounts</ref>
    <s>true</s>
    </eq>
    <block>
    <set name='options.targets'>
    <List>
    <String>LDAP1</String>
    </List>
    </set>
    <set name='user.waveset.resources'>
    <filterdup>
    <appendAll>
    <ref>user.waveset.resources</ref>
    <list>
    <s>LDAP1</s>
    </list>
    </appendAll>
    </filterdup>
    </set>
    </block>
    </cond>
    </expression>
    </Action>
    <Action id='2' name='Create LDAP Account'>      
    <rule name='RULE-LIB-xxx:RULE_create_LDAP_Acct'>
    <argument name ='firstname' value='$(firstname)'/>
    <argument name='lastname' value='$(lastname)'/>
    <argument name='email' value='(email)'/>
    </rule>
    </Action>
    Any help is appreciated.
    Thanks,

    Ankush,
    I am having this problem only when trying to assign LDAP to a user through the WF. No problems whatsoever while doing it manually.
    I tried creating a contained users under people and modified identity template accordingly. But no luck..the same Error Code 32.
    I have 3 required attributes in the mapping, cn,sn and uid. The obejct classes i ahve are top,person,organizational person and inetOrgPerson.
    The only modification i made to create user WF is add this action under provision:
    <Action id='2' name='Create LDAP Account'>      
    <rule name='Create LDAP Account'>
    <argument name ='firstname' value='$(firstname)'/>
    <argument name='lastname' value='$(lastname)'/>
    <argument name='email' value='$(email)'/>
    </rule>
    </Action>
    The Rule is as follows:
    <block>
    <set name='user.waveset.accountId'>
    <ref>accountId</ref>
    </set>
    <set name='user.accounts[Lighthouse].accountId'>
    <ref>accountId</ref>
    </set>
    <set name='user.waveset.resources'>
    <filterdup>
    <appendAll>
    <ref>user.waveset.resources</ref>
    <s>LDAP1</s>
    </appendAll>
    </filterdup>
    </set>
    <set name='user.waveset.assignedLhPolicy'>
    <s>LighthouseAccountPolicy</s>
    </set>
    <set name='user.waveset.firstname'>
         <ref>firstname</ref>
    </set>
    <set name='user.waveset.lastname'>
         <ref>lastname</ref>
    </set>
    <!-- <set name='user.waveset.email'>
         <ref>email</ref>
    </set> -->
    <set name='user.waveset.organization'>
    <s>Top</s>
    </set>
    <set name='user.waveset.accounts[LDAP1].created'>
    <s>true</s>
    </set>
    </block>
    </Rule>
    Please let me know if something is wrong with this.
    Thanks,

  • System Preferences quit unexpectedly every time I tried to open User Accounts

    Hi there...
    Could you please help me... My MacOSX Lion 10.7.5 could not open User Accounts in System Preferences.. it always quit unexpectedly every time I try to access it.
    Fyi, I've just upgrade MacOSX Lion into 10.7.5 where I didn't have this issue with 10.7.4
    Here is the problem script:
    Process:         System Preferences [4582]
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier:      com.apple.systempreferences
    Version:         11.0 (11.0)
    Build Info:      SystemPrefsApp-214009000000000~8
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [232]
    Date/Time:       2012-10-05 22:54:41.272 -0400
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          20693 sec
    Crashes Since Last Report:           1926
    Per-App Interval Since Last Report:  4 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      122855D8-6C99-4356-AC25-F5DA48047646
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
    VM Regions Near 0x8:
    -->
        __TEXT                 000000010b4c7000-000000010b4ea000 [  140K] r-x/rwx SM=COW  /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Application Specific Information:
    com.apple.preferences.users v.12.1 (Users & Groups)
    objc[4582]: garbage collection is ON
    FEBufferImage
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff857ec436 CFGetTypeID + 166
    1   com.apple.framework.Admin               0x00007fff8c11cc54 +[NSDictionary(cXMLDataConvertor) dictionaryFromXMLString:] + 151
    2   com.apple.framework.Admin               0x00007fff8c114564 -[User familySettings] + 54
    3   com.apple.preferences.users             0x00000001117aa2b9 0x1117a7000 + 12985
    4   com.apple.preferences.users             0x00000001117aa01c 0x1117a7000 + 12316
    5   com.apple.preferences.users             0x00000001117a9687 0x1117a7000 + 9863
    6   com.apple.preferences.users             0x00000001117a9227 0x1117a7000 + 8743
    7   com.apple.AppKit                        0x00007fff86e22f7e -[NSCustomObject nibInstantiate] + 418
    8   com.apple.AppKit                        0x00007fff86e22d69 -[NSIBObjectData instantiateObject:] + 303
    9   com.apple.AppKit                        0x00007fff86e21fc5 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 347
    10  com.apple.AppKit                        0x00007fff86e188bb loadNib + 322
    11  com.apple.AppKit                        0x00007fff86e17db8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
    12  com.apple.AppKit                        0x00007fff86e17cd3 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
    13  com.apple.frameworks.preferencepanes          0x00007fff89bbda04 -[NSPreferencePane loadMainView] + 154
    14  com.apple.frameworks.preferencepanes          0x00007fff89bbe954 -[NSPrefPaneBundle instantiatePrefPaneObject] + 438
    15  com.apple.systempreferences             0x000000010b4cf6fc 0x10b4c7000 + 34556
    16  com.apple.systempreferences             0x000000010b4ced32 0x10b4c7000 + 32050
    17  com.apple.Foundation                    0x00007fff8c28b186 __NSFireDelayedPerform + 392
    18  com.apple.CoreFoundation                0x00007fff85832934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    19  com.apple.CoreFoundation                0x00007fff85832486 __CFRunLoopDoTimer + 534
    20  com.apple.CoreFoundation                0x00007fff85812e11 __CFRunLoopRun + 1617
    21  com.apple.CoreFoundation                0x00007fff85812486 CFRunLoopRunSpecific + 230
    22  com.apple.HIToolbox                     0x00007fff8e8f92bf RunCurrentEventLoopInMode + 277
    23  com.apple.HIToolbox                     0x00007fff8e9004bf ReceiveNextEventCommon + 181
    24  com.apple.HIToolbox                     0x00007fff8e9003fa BlockUntilNextEventMatchingListInMode + 62
    25  com.apple.AppKit                        0x00007fff86e10779 _DPSNextEvent + 659
    26  com.apple.AppKit                        0x00007fff86e1007d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    27  com.apple.AppKit                        0x00007fff86e0c9b9 -[NSApplication run] + 470
    28  com.apple.AppKit                        0x00007fff87088eac NSApplicationMain + 867
    29  com.apple.systempreferences             0x000000010b4c8b30 0x10b4c7000 + 6960
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8a0e2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85dac594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85dadb85 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8a0e27e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff85164786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff85163316 _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8a0e2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85dac594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85dadb85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8a0e2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85dac594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85dadb85 start_wqthread + 13
    Thread 5:: Dispatch queue: com.apple.coreimage.FEVirtualMemoryCache
    0   libsystem_kernel.dylib                  0x00007fff8a0e067a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a0dfd71 mach_msg + 73
    2   libsystem_kernel.dylib                  0x00007fff8a0dddc9 vm_purgable_control + 140
    3   com.apple.CoreImage                     0x00007fff81f03151 __addPointer_block_invoke_0 + 190
    4   libdispatch.dylib                       0x00007fff85162a82 _dispatch_call_block_and_release + 18
    5   libdispatch.dylib                       0x00007fff851642d2 _dispatch_queue_drain + 264
    6   libdispatch.dylib                       0x00007fff8516412e _dispatch_queue_invoke + 54
    7   libdispatch.dylib                       0x00007fff85163928 _dispatch_worker_thread2 + 198
    8   libsystem_c.dylib                       0x00007fff85dac3da _pthread_wqthread + 316
    9   libsystem_c.dylib                       0x00007fff85dadb85 start_wqthread + 13
    Thread 6:: Dispatch queue: com.apple.root.default-priority
    0   libauto.dylib                           0x00007fff84ca65e1 Auto::Zone::should_collect() + 1
    1   libauto.dylib                           0x00007fff84c91f75 auto_zone_collect + 245
    2   libobjc.A.dylib                         0x00007fff89c8419d objc_collect + 503
    3   libdispatch.dylib                       0x00007fff851639a4 _dispatch_worker_thread2 + 322
    4   libsystem_c.dylib                       0x00007fff85dac3da _pthread_wqthread + 316
    5   libsystem_c.dylib                       0x00007fff85dadb85 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8a0e2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85dac594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85dadb85 start_wqthread + 13
    Thread 8:: Dispatch queue: Garbage Collection Work Queue
    0   com.apple.CoreFoundation                0x00007fff857e2a00 CFRelease + 0
    1   com.apple.CoreImage                     0x00007fff81de1b69 image_buffer_finalize(FEBufferImage*) + 118
    2   com.apple.CoreImage                     0x00007fff81de1c11 -[FEBufferImage finalize] + 20
    3   libobjc.A.dylib                         0x00007fff89c8557c finalizeOneObject + 53
    4   libauto.dylib                           0x00007fff84ca907e Auto::foreach_block_do(auto_zone_cursor*, void (*)(void*, void*), void*) + 94
    5   libobjc.A.dylib                         0x00007fff89c854ac batchFinalize + 53
    6   libobjc.A.dylib                         0x00007fff89c855fb batchFinalizeOnTwoThreads + 91
    7   libauto.dylib                           0x00007fff84ca9019 Auto::Zone::invalidate_garbage(unsigned long, void**) + 73
    8   libauto.dylib                           0x00007fff84c967db auto_collect_internal(Auto::Zone*, unsigned int) + 459
    9   libauto.dylib                           0x00007fff84c9221a __auto_zone_collect_block_invoke_0 + 74
    10  libdispatch.dylib                       0x00007fff85162a82 _dispatch_call_block_and_release + 18
    11  libdispatch.dylib                       0x00007fff851642d2 _dispatch_queue_drain + 264
    12  libdispatch.dylib                       0x00007fff8516412e _dispatch_queue_invoke + 54
    13  libdispatch.dylib                       0x00007fff85163928 _dispatch_worker_thread2 + 198
    14  libsystem_c.dylib                       0x00007fff85dac3da _pthread_wqthread + 316
    15  libsystem_c.dylib                       0x00007fff85dadb85 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8a0e2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85dac594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85dadb85 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8a0e1e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff85d60dea nanosleep + 164
    2   com.apple.Foundation                    0x00007fff8c308ee1 +[NSThread sleepUntilDate:] + 181
    3   com.apple.imageKit                      0x00007fff89753788 -[IKImageCropView preloadThread] + 121
    4   com.apple.Foundation                    0x00007fff8c2d972a -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8c2d96a2 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff85daa8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff85dadb75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x0000000000000087  rdx: 0x0000000000000074
      rdi: 0x0000000000000000  rsi: 0x0000000401168d40  rbp: 0x00007fff6b0c4fc0  rsp: 0x00007fff6b0c4fb0
       r8: 0x0000000401100000   r9: 0x0000000000002f8d  r10: 0x00000000000000c1  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x00007fff732eeef8  r14: 0x0000000401168d40  r15: 0x0000000000000000
      rip: 0x00007fff857ec436  rfl: 0x0000000000010246  cr2: 0x0000000000000008
    Logical CPU: 1
    Binary Images:
           0x10b4c7000 -        0x10b4e9fff  com.apple.systempreferences (11.0 - 11.0) <B3187F74-9420-3080-AD41-C6BC6C95FD05> /Applications/System Preferences.app/Contents/MacOS/System Preferences
           0x10b5da000 -        0x10b5dbff3 +cl_kernels (??? - ???) <43F02177-49EF-4D13-B7C5-F1D2A199D4A0> cl_kernels
           0x10f621000 -        0x10f62ffff  com.apple.frameworks.opendirectoryconfigui (10.7 - 10.7) <1383F700-AB33-3C69-926C-79367B81E925> /System/Library/PrivateFrameworks/OpenDirectoryConfigUI.framework/Versions/A/Op enDirectoryConfigUI
           0x10f63f000 -        0x10f654fff  com.apple.frameworks.preferencepanessupport (1.0 - 1.0) <B7E1A6D7-5C75-3626-ACD9-682B6CBC3EBF> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport
           0x10f668000 -        0x10f67cfff  com.apple.OpenDirectoryConfig (10.7 - 55.1) <B863762E-239C-3808-B85A-FEF20FDFA50A> /System/Library/PrivateFrameworks/OpenDirectoryConfig.framework/Versions/A/Open DirectoryConfig
           0x10f6b3000 -        0x10f6bdfef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10f6c3000 -        0x10f6c6ff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x110435000 -        0x110435ff1 +cl_kernels (??? - ???) <7FB4D3CD-34E8-4D16-9996-515556951FC9> cl_kernels
           0x110447000 -        0x1104e6ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x111737000 -        0x111749ff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <0272C107-5F2D-33C2-958C-913C0E46C86E> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
           0x1117a7000 -        0x111800fff  com.apple.preferences.users (12.1 - 12.1) <FD8A48A1-C498-3C2B-969C-7F2A125DDFFC> /System/Library/PreferencePanes/Accounts.prefPane/Contents/MacOS/Accounts
           0x11182e000 -        0x1118aefff  com.apple.frameworks.server.kit (10.7.2 - 171.11) <97B338D1-07B3-3A96-A1C3-916AABD84736> /System/Library/PrivateFrameworks/ServerKit.framework/Versions/A/ServerKit
           0x111908000 -        0x11198eff7  com.apple.frameworks.server.foundation (10.7.3 - 185.6) <4719FA2C-6BAB-31F9-B68A-6DBC80FAC996> /System/Library/PrivateFrameworks/ServerFoundation.framework/Versions/A/ServerF oundation
           0x1119ef000 -        0x111a29ff7  com.apple.frameworks.CoreDaemon (1.0 - 1.0) <A131985C-8F2E-3706-957E-89BA1FA6A14E> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x111a57000 -        0x111a61fff  com.apple.iokit.IOUSBLib (5.0.0 - 5.0.0) <BC5B59F2-6816-3FC2-8313-38321BF18C51> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
        0x7fff6b0c7000 -     0x7fff6b0fbbaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff81d4d000 -     0x7fff81d91ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff81d92000 -     0x7fff82006fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff82007000 -     0x7fff820f3ff7  com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff820f4000 -     0x7fff82121fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff82127000 -     0x7fff82162fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff82163000 -     0x7fff8217afff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8217b000 -     0x7fff821ffff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff82200000 -     0x7fff8221ffff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff82220000 -     0x7fff8222efff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff823a2000 -     0x7fff823a7fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff823a8000 -     0x7fff823beff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff823bf000 -     0x7fff823c0ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff823c1000 -     0x7fff82463fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff82470000 -     0x7fff82491fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff82d93000 -     0x7fff831c0fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff831c1000 -     0x7fff831e5fff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff831e6000 -     0x7fff8324eff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8325d000 -     0x7fff8325dfff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8325e000 -     0x7fff83260fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
        0x7fff83261000 -     0x7fff83bffa27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff83c00000 -     0x7fff840c7fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff84164000 -     0x7fff84171fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff84172000 -     0x7fff841e8fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff841e9000 -     0x7fff842d2fff  com.apple.Bluetooth (4.0.8 - 4.0.8f17) <46F432D0-7E25-3900-A5B2-DDB4C2781036> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff842d3000 -     0x7fff842dafff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff8438d000 -     0x7fff843dfff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff843e0000 -     0x7fff843e6fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff843e7000 -     0x7fff84791fe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff8479c000 -     0x7fff847c7fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff847c8000 -     0x7fff848c2ff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff84981000 -     0x7fff84985fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff84986000 -     0x7fff8498dff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8498e000 -     0x7fff849a3fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff849a4000 -     0x7fff849a5ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff849cf000 -     0x7fff849d5ff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff849d6000 -     0x7fff849f2ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff84a82000 -     0x7fff84abdfff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff84abe000 -     0x7fff84b02ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff84b03000 -     0x7fff84b2cfff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff84b2d000 -     0x7fff84c39fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff84c3a000 -     0x7fff84c90fff  libCoreStorage.dylib (??? - ???) <564C1AE4-4669-3D28-9DBF-0256A4341DF9> /usr/lib/libCoreStorage.dylib
        0x7fff84c91000 -     0x7fff84cdffff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff84ce0000 -     0x7fff84d22ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff84d23000 -     0x7fff84d23fff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff84d24000 -     0x7fff85142ff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff85143000 -     0x7fff85143fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff85144000 -     0x7fff85150fff  com.apple.CoreBluetooth (100.7 - 1) <988DB0FD-7759-3BA0-AE5F-B6DA2BDB3FF5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
        0x7fff85161000 -     0x7fff8516ffff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
        0x7fff85170000 -     0x7fff85310ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8534f000 -     0x7fff8538efff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8538f000 -     0x7fff85393ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff85394000 -     0x7fff853a8ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff853a9000 -     0x7fff853bcff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff853bd000 -     0x7fff853e8ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff853e9000 -     0x7fff8570eff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8570f000 -     0x7fff85756ff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff85757000 -     0x7fff857afff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff857da000 -     0x7fff859aeff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff859af000 -     0x7fff859b0fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff859b1000 -     0x7fff859b1fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff859b2000 -     0x7fff859b7fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff859b8000 -     0x7fff859c2fff  libcsfde.dylib (??? - ???) <165F76E5-EE38-3942-82B4-9BCEEF72EB69> /usr/lib/libcsfde.dylib
        0x7fff859c3000 -     0x7fff85aa2fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff85aa3000 -     0x7fff85d5bfff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff85d5c000 -     0x7fff85e39fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff86b72000 -     0x7fff86bcdff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff86bce000 -     0x7fff86bd1fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff86c5f000 -     0x7fff86c63fff  libutil.dylib (??? - ???) <28672328-B738-38CE-B231-8A93CA6E6EA4> /usr/lib/libutil.dylib
        0x7fff86c64000 -     0x7fff86d59fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff86dc1000 -     0x7fff86ddbfff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff86ddc000 -     0x7fff86df8fff  com.apple.ScriptingBridge (1.2.1 - ???) <A4162BA5-2432-3BF3-8EBC-47AEF2BDD8DA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff86df9000 -     0x7fff86dfbfff  com.apple.EFILogin (1.0 - 1) <EA18A476-CB02-3EC6-8B2D-9EA019B2D16E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff86dfc000 -     0x7fff86e07ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff86e08000 -     0x7fff87a0efff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff87a56000 -     0x7fff87b5bfff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8824d000 -     0x7fff88258ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <D836A22C-BBDC-3C9F-83D3-F8CC0EE75885> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff88281000 -     0x7fff88286fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff88287000 -     0x7fff88295ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
        0x7fff882e3000 -     0x7fff88359fff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8835a000 -     0x7fff883a6ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff883a7000 -     0x7fff883b2ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88844000 -     0x7fff88846fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff88847000 -     0x7fff8884bfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
        0x7fff8884c000 -     0x7fff8884dfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff8884e000 -     0x7fff888e1fff  com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff888e2000 -     0x7fff88944ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff88999000 -     0x7fff8899afff  libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib
        0x7fff88a18000 -     0x7fff88a19fff  libwebsharing.dylib (??? - ???) <279415F4-2FAD-3D68-BE9A-691D03389662> /usr/lib/libwebsharing.dylib
        0x7fff88a1a000 -     0x7fff88a9dfef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff88aa2000 -     0x7fff88dbefff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff88ddb000 -     0x7fff88dfffff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff88e00000 -     0x7fff893e4fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff89673000 -     0x7fff89674fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff896b8000 -     0x7fff896e8ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff896e9000 -     0x7fff89710fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff89711000 -     0x7fff89989fff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff89acd000 -     0x7fff89adafff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89adb000 -     0x7fff89bb9fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89bba000 -     0x7fff89bd6fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff89bd7000 -     0x7fff89be3fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff89c03000 -     0x7fff89c4ffff  com.apple.GraphKit (1.0.5 - 30) <ADC7963A-FC30-3886-984D-BC3CD4C5A4B7> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
        0x7fff89c70000 -     0x7fff89d54e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff8a0a9000 -     0x7fff8a0bbff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff8a0bc000 -     0x7fff8a0cafff  com.apple.Collaboration (63.2 - 63.2) <B76A62A5-EE5E-3D7F-8F1D-F80E8E78FFD8> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
        0x7fff8a0cb000 -     0x7fff8a0ebfff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8a0ec000 -     0x7fff8a0f7ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8a0f8000 -     0x7fff8a103fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8a104000 -     0x7fff8a160ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8a191000 -     0x7fff8a194fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8a195000 -     0x7fff8a1d5fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8a1d6000 -     0x7fff8a289ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8a2d3000 -     0x7fff8a36dff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8a36e000 -     0x7fff8ab16fff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8ab28000 -     0x7fff8ab2ffff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8ab30000 -     0x7fff8ab76fff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
        0x7fff8ab8d000 -     0x7fff8ab92fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff8ab93000 -     0x7fff8ab9bfff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8ab9c000 -     0x7fff8abc5fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8abc6000 -     0x7fff8ac1afff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8ac1b000 -     0x7fff8ac25ff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
        0x7fff8ac26000 -     0x7fff8ad33fff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8ad34000 -     0x7fff8adfbff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8adfc000 -     0x7fff8ae5cfff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8ae5d000 -     0x7fff8ae85fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8ae86000 -     0x7fff8afbcfff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8afbd000 -     0x7fff8b0a1ff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8b22d000 -     0x7fff8b22ffff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8b230000 -     0x7fff8b230fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8b231000 -     0x7fff8b232ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff8b242000 -     0x7fff8b27cfe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8b27d000 -     0x7fff8b2aafe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff8b2ab000 -     0x7fff8b2acfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8b49d000 -     0x7fff8b4f0fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8b4f1000 -     0x7fff8b71bfe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8b71c000 -     0x7fff8b71cfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8b71d000 -     0x7fff8b723fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff8b724000 -     0x7fff8b724fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8b725000 -     0x7fff8ba1aff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8ba1b000 -     0x7fff8ba32fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8ba33000 -     0x7fff8ba40ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
        0x7fff8ba41000 -     0x7fff8ba4aff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8ba4b000 -     0x7fff8ba52fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8ba53000 -     0x7fff8ba94fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8ba95000 -     0x7fff8bec8ff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff8bec9000 -     0x7fff8bed8fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8c046000 -     0x7fff8c0e7fff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8c0ec000 -     0x7fff8c0f1fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8c0f2000 -     0x7fff8c104ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff8c10e000 -     0x7fff8c13efff  com.apple.framework.Admin (11.0 - 11.0) <66A06B83-01D1-371E-8A77-4280570BB97D> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8c13f000 -     0x7fff8c240fff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8c241000 -     0x7fff8c241fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8c242000 -     0x7fff8c242fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8c243000 -     0x7fff8c27cfe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff8c27d000 -     0x7fff8c27efff  com.apple.ServerInformation (1.0 - 1) <D95BC225-E33B-32BC-9FEE-77423F8D7EBC> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff8c27f000 -     0x7fff8c598fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8c599000 -     0x7fff8c5ccff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c5cd000 -     0x7fff8c648ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8c649000 -     0x7fff8c6dfff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8c6e0000 -     0x7fff8c6fdfff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff8c6fe000 -     0x7fff8c702fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8c706000 -     0x7fff8c808fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8c81e000 -     0x7fff8c88efff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8c88f000 -     0x7fff8c921ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8c922000 -     0x7fff8c94eff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8c94f000 -     0x7fff8caacfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8cd1a000 -     0x7fff8cd1afff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8cdaa000 -     0x7fff8d0ccfff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8d0cd000 -     0x7fff8d11eff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8d13c000 -     0x7fff8d13ffff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8d140000 -     0x7fff8d194ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8d19b000 -     0x7fff8d19dff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8d19e000 -     0x7fff8d305fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8d306000 -     0x7fff8d315ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff8d316000 -     0x7fff8d381ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d5ca000 -     0x7fff8d632ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8d633000 -     0x7fff8d639ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff8d63a000 -     0x7fff8d737ff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8d738000 -     0x7fff8d73efff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8d8bc000 -     0x7fff8da47ff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8da48000 -     0x7fff8daedfff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8daee000 -     0x7fff8db0bff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8db0c000 -     0x7fff8db82ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
        0x7fff8dbbf000 -     0x7fff8dbd1ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8dc75000 -     0x7fff8dc7aff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8dc7b000 -     0x7fff8dc7bfff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8dc7c000 -     0x7fff8dcb1fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8dcb2000 -     0x7fff8dcb5ff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8dcb6000 -     0x7fff8dd13ff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8dd53000 -     0x7fff8dd93ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
        0x7fff8dd94000 -     0x7fff8deadfff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8deb2000 -     0x7fff8e123fff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8e124000 -     0x7fff8e13afff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8e13b000 -     0x7fff8e1c0ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8e546000 -     0x7fff8e5a1fff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8e5a2000 -     0x7fff8e615fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff8e616000 -     0x7fff8e818fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
        0x7fff8e819000 -     0x7fff8e83ffff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8e8a8000 -     0x7fff8e8abfff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8e8ac000 -     0x7fff8e8f5ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e8f7000 -     0x7fff8ec23fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8ec24000 -     0x7fff8ed2bfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8ed2c000 -     0x7fff8ed2dfff  libodfde.dylib (??? - ???) <9725455E-BA0B-3371-8570-CFE50D3BDA84> /usr/lib/libodfde.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        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: 3536
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=194.2M resident=89.5M(46%) swapped_out_or_unallocated=104.7M(54%)
    Writable regions: Total=16.1G written=167.8M(1%) resident=189.2M(1%) swapped_out=0K(0%) unallocated=15.9G(99%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  2372K
    CG image                             16K
    CG raster data                      280K
    CG shared images                   3448K
    CoreImage                            24K
    CoreServices                       1896K
    MALLOC                            603.1M
    MALLOC (reserved)                  15.5G        reserved VM address space (unallocated)
    MALLOC guard page                    64K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=251                       72K
    OpenCL                               20K
    STACK GUARD                        56.0M

    Rempleseed,
    Is it an option to go back to an earlier time/state of the computer, obviously, after securing any files that may disappear (if you have them on your main harddisk)?

  • Safari quit unexpectedly and will not reopen on any user account

    I have an updated Macbook Pro with the most up to date Safari.
    I try to open it and it first tells me that the last time it closed unexpectedly and gives me the option to reopen, if I press it it shows me an error report and that it quit unexpectedly. If I try again it just tells me it quit unexpectedly. I tried on other user accounts and the same thing happened.
    Please guide me through how to fix this.

    Error Report:
    Process:               Safari [3347]
    Path:                  /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:               8.0.2 (10600.2.5)
    Build Info:            WebBrowser-7600002005000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [3347]
    User ID:               501
    Date/Time:             2014-12-18 00:08:57.611 -0500
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        4E98AC7B-1715-2E27-9478-5792FB35FDA3
    Sleep/Wake UUID:       07CDCE93-A907-47D5-BDA3-43E8CF245519
    Time Awake Since Boot: 23000 seconds
    Time Since Wake:       2200 seconds
    Crashed Thread:        17
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x20:
    -->
        __TEXT                 000000010a896000-000000010a897000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.betafish.adblockforsafari-UAMUU4S2D9 (102.14 - 2.14) AdBlock
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff98a2d52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff98a2c69f mach_msg + 55
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f852aa9 _scsclient_CacheableGetDataWithStringKey + 195
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f8529dd RemoteCacheable::GetWithStringKey(unsigned int, char const*, unsigned long*, unsigned int*) + 75
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f8528ab _CSGetNamedData + 119
    5   com.apple.AppKit               0x00007fff90c29746 -[NSColorList _loadColors] + 236
    6   com.apple.AppKit               0x00007fff90c29614 -[NSColorList colorWithKey:] + 33
    7   com.apple.AppKit               0x00007fff90c04e8d -[NSCatalogColor colorUsingColorSpaceName:device:] + 280
    8   com.apple.AppKit               0x00007fff90c04d51 -[NSDynamicSystemColor colorUsingColorSpaceName:device:] + 160
    9   com.apple.AppKit               0x00007fff90c28375 -[NSTextFieldCell _textAttributes] + 380
    10  com.apple.AppKit               0x00007fff90bd65e5 -[NSCell _unformattedAttributedStringValue:] + 278
    11  com.apple.AppKit               0x00007fff912543e8 -[NSThemeFrame _updateTitleTextField] + 326
    12  com.apple.AppKit               0x00007fff90bbdc40 -[NSThemeFrame _tileTitlebarAndRedisplay:] + 1214
    13  com.apple.AppKit               0x00007fff90bb454d -[NSThemeFrame _updateButtons] + 2735
    14  com.apple.AppKit               0x00007fff912565a7 -[NSThemeFrame _moveTitlebarViewsToView:] + 724
    15  com.apple.AppKit               0x00007fff91257fc9 __49-[NSThemeFrame _floatTitlebarAndToolbarFromInit:]_block_invoke + 836
    16  com.apple.AppKit               0x00007fff90c41339 +[NSAnimationContext runAnimationGroup:completionHandler:] + 82
    17  com.apple.AppKit               0x00007fff91257c41 -[NSThemeFrame _floatTitlebarAndToolbarFromInit:] + 104
    18  com.apple.AppKit               0x00007fff90bb274e -[NSThemeFrame initWithFrame:styleMask:owner:] + 243
    19  com.apple.AppKit               0x00007fff90bb0c96 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 614
    20  com.apple.AppKit               0x00007fff90bb03fc -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1477
    21  com.apple.AppKit               0x00007fff90de740e -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 51
    22  com.apple.AppKit               0x00007fff90bafe2a -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
    23  com.apple.AppKit               0x00007fff90de73c1 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 78
    24  com.apple.AppKit               0x00007fff90bad745 -[NSWindowTemplate nibInstantiate] + 567
    25  com.apple.AppKit               0x00007fff90b8273b -[NSIBObjectData instantiateObject:] + 309
    26  com.apple.AppKit               0x00007fff91064d01 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
    27  com.apple.AppKit               0x00007fff90b76f05 loadNib + 384
    28  com.apple.AppKit               0x00007fff910e4f80 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    29  com.apple.AppKit               0x00007fff910e567d +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
    30  com.apple.AppKit               0x00007fff90e873af _NXLoadNib + 196
    31  com.apple.AppKit               0x00007fff90e86d8f -[NSAlert init] + 95
    32  com.apple.AppKit               0x00007fff90ec69f3 +[NSAlert alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextW ithFormat:] + 131
    33  com.apple.AppKit               0x00007fff90b9864d __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1021
    34  com.apple.AppKit               0x00007fff90b9820e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    35  com.apple.AppKit               0x00007fff90b981ad -[NSPersistentUIRestorer promptToIgnorePersistentState] + 247
    36  com.apple.AppKit               0x00007fff90b97e9a -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 255
    37  com.apple.AppKit               0x00007fff90b97c69 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 561
    38  com.apple.AppKit               0x00007fff90b976b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    39  com.apple.Foundation           0x00007fff91e8c458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    40  com.apple.Foundation           0x00007fff91e8c2c9 _NSAppleEventManagerGenericHandler + 102
    41  com.apple.AE                   0x00007fff96d5499c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    42  com.apple.AE                   0x00007fff96d54719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    43  com.apple.AE                   0x00007fff96d54623 aeProcessAppleEvent + 295
    44  com.apple.HIToolbox           0x00007fff8b69a37e AEProcessAppleEvent + 56
    45  com.apple.AppKit               0x00007fff90b93d76 _DPSNextEvent + 2665
    46  com.apple.AppKit               0x00007fff90b92e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    47  com.apple.Safari.framework     0x000000010a914ad0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    48  com.apple.AppKit               0x00007fff90b86e23 -[NSApplication run] + 594
    49  com.apple.AppKit               0x00007fff90b722d4 NSApplicationMain + 1832
    50  libdyld.dylib                 0x00007fff8b6305c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff98a3322e kevent64 + 10
    1   libdispatch.dylib             0x00007fff8e4cea6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff98a32946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff977254a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff98a32946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff977254a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff98a32946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff977254a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff98a32946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff977254a1 start_wqthread + 13
    Thread 6:: WebCore: IconDatabase
    0   libsystem_kernel.dylib         0x00007fff98a32132 __psynch_cvwait + 10
    1   com.apple.WebCore             0x000000010c4bf88b WebCore::IconDatabase::syncThreadMainLoop() + 411
    2   com.apple.WebCore             0x000000010c4bc9d9 WebCore::IconDatabase::iconDatabaseSyncThread() + 361
    3   com.apple.JavaScriptCore       0x000000010b684a9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff977272fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff97727279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff977254b1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff98a32946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff977254a1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff98a32946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff977254a1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff98a32946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff977254a1 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff98a2d52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff98a2c69f mach_msg + 55
    2   com.apple.QuartzCore           0x00007fff97755d63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore           0x00007fff97755c96 thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff977272fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff97727279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff977254b1 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff98a2d52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff98a2c69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff973a6b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff973a5fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff973a5838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff93187d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff91ed2b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff977272fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff97727279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff977254b1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff98a32946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff977254a1 start_wqthread + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff98a32132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff8d456d2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    2   com.apple.JavaScriptCore       0x000000010b8a03fa JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
    3   com.apple.JavaScriptCore       0x000000010b68f244 JSC::BlockAllocator::blockFreeingThreadMain() + 84
    4   com.apple.JavaScriptCore       0x000000010b684a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff977272fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff97727279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff977254b1 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff98a32132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff8d456c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x000000010b68f86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x000000010b68f6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010b684a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff977272fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff97727279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff977254b1 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff98a32132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff8d456c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x000000010b68f86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x000000010b68f6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010b684a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff977272fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff97727279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff977254b1 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff98a32132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff8d456c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x000000010b68f86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x000000010b68f6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x000000010b684a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff977272fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff97727279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff977254b1 thread_start + 13
    Thread 17 Crashed:
    0   libsystem_pthread.dylib       0x00007fff97725695 _pthread_mutex_lock + 87
    1   libsystem_c.dylib             0x00007fff8d6e4b78 vfprintf_l + 28
    2   libsystem_c.dylib             0x00007fff8d6dd620 fprintf + 186
    3   ???                           0x0000000112d235dc 0 + 4610733532
    Thread 17 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff79bfa1d8  rcx: 0x00007fff79bfa1f0  rdx: 0x00000000000000a0
      rdi: 0x00007fff79bfa1f0  rsi: 0x00007fff97725b14  rbp: 0x0000000112d1fe30  rsp: 0x0000000112d1fdb0
       r8: 0x0000000112d27000   r9: 0x0000000000000054  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x00007fff79bf96b8  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00007fff97725695  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Logical CPU:     3
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10a896000 -        0x10a896fff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
           0x10a89e000 -        0x10b1d7ff7  com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x10b67a000 -        0x10bb8dff3  com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x10bcf5000 -        0x10bfa9fff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x10c281000 -        0x10c281fff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x10c287000 -        0x10c3c3ffb  com.apple.WebKitLegacy (10600 - 10600.2.5) <0A88D3D6-F5BA-30F4-9D09-87DF653759FC> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
           0x10c4b8000 -        0x10d45dff7  com.apple.WebCore (10600 - 10600.2.1) <628CB849-0E8D-3071-98A3-55E7D24087DF> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
           0x112cba000 -        0x112cbaff5 +cl_kernels (???) <C37D6018-291F-4BD7-B526-DFF4BC204AD8> cl_kernels
           0x112cc7000 -        0x112cc7fef +cl_kernels (???) <F638129C-759C-42AD-B3AF-4FBC868C4006> cl_kernels
           0x113810000 -        0x1138f6fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
        0x7fff67301000 -     0x7fff67337837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff892c7000 -     0x7fff892e3fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff892e4000 -     0x7fff892ecffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff89392000 -     0x7fff8939afff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff8939b000 -     0x7fff8940ffff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff89410000 -     0x7fff89456ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff89457000 -     0x7fff89487ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff89488000 -     0x7fff89cdfff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff89cf8000 -     0x7fff89e86fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a11e000 -     0x7fff8a179fff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8a1a0000 -     0x7fff8a6c9ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8a6ca000 -     0x7fff8a6cdff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8a87e000 -     0x7fff8a8b6ffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
        0x7fff8a8bf000 -     0x7fff8a97aff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8a97d000 -     0x7fff8a980ff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8a981000 -     0x7fff8a993fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
        0x7fff8a994000 -     0x7fff8a9a8ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff8a9a9000 -     0x7fff8aacbff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8b404000 -     0x7fff8b411fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8b412000 -     0x7fff8b48ffff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8b490000 -     0x7fff8b4aaff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff8b4ab000 -     0x7fff8b4aefff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8b4af000 -     0x7fff8b4b7ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8b4b8000 -     0x7fff8b4c0ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff8b4c9000 -     0x7fff8b4f2ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff8b523000 -     0x7fff8b57efff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8b57f000 -     0x7fff8b594ff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8b62d000 -     0x7fff8b630ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff8b631000 -     0x7fff8b636ff7  com.apple.ServerInformation (2.0 - 1) <020F4A0E-F1A2-38AE-8F2B-22200CF1FC82> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff8b65f000 -     0x7fff8b961fff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8b986000 -     0x7fff8b9cfff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8b9d1000 -     0x7fff8b9d5ff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8ba31000 -     0x7fff8bcddfff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8bcde000 -     0x7fff8bce0fff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8be04000 -     0x7fff8be27fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8be2c000 -     0x7fff8be2ffff  libScreenReader.dylib (390.2) <96ACAA49-21B6-3D10-ADF8-FF6C8F22FD9F> /usr/lib/libScreenReader.dylib
        0x7fff8be30000 -     0x7fff8be3dfff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff8be7e000 -     0x7fff8bfc0fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff8bfc1000 -     0x7fff8bfc1fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8bfc2000 -     0x7fff8c050ff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8c051000 -     0x7fff8c097ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8c098000 -     0x7fff8c09ffff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8c0a0000 -     0x7fff8c0bdffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff8c0be000 -     0x7fff8c0bfff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8c0c0000 -     0x7fff8c0c6fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff8c0c7000 -     0x7fff8c165fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8c1d1000 -     0x7fff8c1d2fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff8c1d3000 -     0x7fff8c292fff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8c293000 -     0x7fff8c2cbfff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8c2cc000 -     0x7fff8c546fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8c547000 -     0x7fff8c552fdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8c553000 -     0x7fff8c56eff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff8c56f000 -     0x7fff8c7d9ff7  com.apple.imageKit (2.6 - 838) <DDFE019E-DF3E-37DA-AEC0-9182454B7312> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8c7da000 -     0x7fff8cb45fff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8cb46000 -     0x7fff8cdaeffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8ce2e000 -     0x7fff8ce33ffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff8ce8c000 -     0x7fff8ce97fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8ce98000 -     0x7fff8ceffff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8cf00000 -     0x7fff8d2d7fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8d2d8000 -     0x7fff8d309fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff8d30a000 -     0x7fff8d30cfff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8d30d000 -     0x7fff8d319ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8d322000 -     0x7fff8d324fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff8d38b000 -     0x7fff8d421ffb  com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8d44d000 -     0x7fff8d44effb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff8d44f000 -     0x7fff8d4a3fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff8d4a4000 -     0x7fff8d4adfff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8d4ae000 -     0x7fff8d522ff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8d523000 -     0x7fff8d523fff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d524000 -     0x7fff8d5a8ff7  com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8d5c2000 -     0x7fff8d5c3fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff8d5c4000 -     0x7fff8d5e9ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8d5ea000 -     0x7fff8d5f0ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8d60e000 -     0x7fff8d649fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8d680000 -     0x7fff8d69ffff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff8d6a0000 -     0x7fff8d72cfff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff8d72d000 -     0x7fff8d76ffff  com.apple.sociald.Social (87 - 87) <A32F7CCA-6D52-3F4E-8779-548E07A84738> /System/Library/Frameworks/Social.framework/Versions/A/Social
        0x7fff8d770000 -     0x7fff8d77eff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8d77f000 -     0x7fff8d7a7ffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8d805000 -     0x7fff8db38ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
        0x7fff8de43000 -     0x7fff8e028ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff8e114000 -     0x7fff8e22bfe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8e22c000 -     0x7fff8e259fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8e4b8000 -     0x7fff8e4c9ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff8e4ca000 -     0x7fff8e4f4ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8e502000 -     0x7fff8e5a1df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8e5a2000 -     0x7fff8e5abfff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8e5ac000 -     0x7fff8e5c0ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8f566000 -     0x7fff8f586fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8f688000 -     0x7fff8f7affff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8f7b0000 -     0x7fff8f81effb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8f81f000 -     0x7fff8f84afff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff8f84b000 -     0x7fff8fb32ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8fb33000 -     0x7fff8fbd4ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8fbd5000 -     0x7fff8fc05ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8fc38000 -     0x7fff8fc72ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8fc73000 -     0x7fff8fc8dff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8fc8e000 -     0x7fff8fcecfff  com.apple.StoreFoundation (1.0 - 1) <50F9E283-FCE4-306C-AF5D-D0AEA434C04E> /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFou ndation
        0x7fff8fcfa000 -     0x7fff8fd04fff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff8fd05000 -     0x7fff8fd0aff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8fd0b000 -     0x7fff901f7fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff901f8000 -     0x7fff90209ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff9020a000 -     0x7fff902fdff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff9032c000 -     0x7fff9032cfff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff9032d000 -     0x7fff90355fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff90356000 -     0x7fff90363ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff90364000 -     0x7fff9036cfff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff904a6000 -     0x7fff904adff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff904ae000 -     0x7fff904affff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff904e4000 -     0x7fff904efff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
        0x7fff904f0000 -     0x7fff904fbff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff904fc000 -     0x7fff90506ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff90b6f000 -     0x7fff916b0fff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff916c1000 -     0x7fff917fefff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff917ff000 -     0x7fff91943ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff919b7000 -     0x7fff91a39fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff91a3a000 -     0x7fff91a68ff7  com.apple.CommerceKit (1.2.0 - 376.0.5) <651BD237-2055-3D9D-8B12-8A4474D26AC1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
        0x7fff91a69000 -     0x7fff91ac3ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff91ac4000 -     0x7fff91acbfff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff91acc000 -     0x7fff91af8fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff91af9000 -     0x7fff91bd6ff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff91bd7000 -     0x7fff91bd8ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff91bd9000 -     0x7fff91bf2fff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff91c24000 -     0x7fff91c24fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff91ca3000 -     0x7fff91d38ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff91d39000 -     0x7fff91d52ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff91dc1000 -     0x7fff91e69ff7  com.apple.PackageKit (3.0 - 434) <B6C2831E-914D-3E5F-B0E9-A7079489A6FD> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
        0x7fff91e6a000 -     0x7fff92198ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff92199000 -     0x7fff921a0fff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff921a1000 -     0x7fff921d8ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff922a7000 -     0x7fff9230eff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff92331000 -     0x7fff92331ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff92342000 -     0x7fff92434fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff92435000 -     0x7fff92436ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
        0x7fff92437000 -     0x7fff92441ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff92442000 -     0x7fff9245dff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff92490000 -     0x7fff92566ff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff92567000 -     0x7fff9256bfff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff9256c000 -     0x7fff925b6fff  com.apple.DiskManagement (7.0 - 847) <A57A181E-7C50-38F6-BE0A-4F437BB8C45F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff925b7000 -     0x7fff9260fff7  com.apple.accounts.AccountsDaemon (113 - 113) <E0074FA1-1872-3F20-8445-3E2FEA290CFB> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon
        0x7fff92610000 -     0x7fff92626ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff92627000 -     0x7fff926eaff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff9303b000 -     0x7fff93089fff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff930b6000 -     0x7fff930d0ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff930e7000 -     0x7fff932eaff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff932eb000 -     0x7fff93306fff  com.apple.PackageKit.PackageUIKit (3.0 - 434) <BE4B6C6F-4A32-3DB1-B81B-EF9ADD70E6EA> /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit. framework/Versions/A/PackageUIKit
        0x7fff9330c000 -     0x7fff93329fff  com.apple.DistributionKit (700 - 920) <079B0A4A-97CD-34D6-B50D-AB5D656B2A38> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
        0x7fff9332a000 -     0x7fff9332eff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff9332f000 -     0x7fff93331ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff93332000 -     0x7fff93336fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff93373000 -     0x7fff93374fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93375000 -     0x7fff9338cff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff934e6000 -     0x7fff934f1fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff934f2000 -     0x7fff934f2fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff93518000 -     0x7fff935a1fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff935a2000 -     0x7fff939d2fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff939d3000 -     0x7fff93ae2ffb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff93ae3000 -     0x7fff93affff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff93b08000 -     0x7fff93f15ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff93f58000 -     0x7fff93f7bff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff93f7c000 -     0x7fff93faeff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff93faf000 -     0x7fff940dffff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
        0x7fff940e0000 -     0x7fff94161ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff94162000 -     0x7fff94192fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff94193000 -     0x7fff94197fff  com.apple.LoginUICore (3.0 - 3.0) <D76AB05B-B627-33EE-BA8A-515D85275DCD> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff94255000 -     0x7fff94267ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff94268000 -     0x7fff9428eff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff9428f000 -     0x7fff942ccff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff942f0000 -     0x7fff942f2fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff942f3000 -     0x7fff9436bff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff9436c000 -     0x7fff9436cfff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff9436d000 -     0x7fff9437dff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff9437e000 -     0x7fff943f2fff  com.apple.ShareKit (1.0 - 323) <9FC7280E-DB42-37F0-AE57-29E28C9B4E16> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
        0x7fff943f3000 -     0x7fff94462fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff9449a000 -     0x7fff944a2fe7  libcldcpuengine.dylib (2.4.5) <DF810F9A-1755-3283-82C3-D8192BCD8016> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff944a3000 -     0x7fff944a5ffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff944a6000 -     0x7fff944a8fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff944a9000 -     0x7fff944abff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff944ac000 -     0x7fff94617ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff94632000 -     0x7fff94634ff7  com.apple.SecCodeWrapper (4.0 - 238) <F450AB10-B0A4-3B55-A1B9-563E55C99333> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff94635000 -     0x7fff94636ff7  com.apple.AddressBook.ContactsData (9.0 - 1499) <A3D84EBD-3007-3A49-BEE5-F05790DCF38E> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff94637000 -     0x7fff948dfff7  com.apple.RawCamera.bundle (6.02 - 768) <3156D0F8-335C-3380-A849-D47ED4163D3A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff948e0000 -     0x7fff948e6ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff94dfb000 -     0x7fff94e15ff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
        0x7fff94e16000 -     0x7fff94e18ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff94e19000 -     0x7fff94e20ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff94e21000 -     0x7fff94e21ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff94e22000 -     0x7fff950f1ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff950f2000 -     0x7fff950fdff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff950fe000 -     0x7fff950fefff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff950ff000 -     0x7fff9514cff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff9514d000 -     0x7fff951b9fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff951ba000 -     0x7fff95207fff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff9521b000 -     0x7fff95256fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff9526c000 -     0x7fff95279ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
        0x7fff9527a000 -     0x7fff952c9ff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff952d9000 -     0x7fff95437ff3  com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff95438000 -     0x7fff95678ff7  com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff95679000 -     0x7fff9568cff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff95845000 -     0x7fff95847ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff95848000 -     0x7fff958d9ff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
        0x7fff958da000 -     0x7fff958dfff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff958e0000 -     0x7fff958e6fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff95a20000 -     0x7fff95a29ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff95a5d000 -     0x7fff95a5efff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff95a5f000 -  

  • Corrupter user account

    Hello,
    one of user accounts on my mac is innoperative. I think (not sure though) that it happend after my bettery ran out a 2 users were logged in at that time.
    After resuming system both account were corrupted. No application could be launched - core UI server crashed after every attempt to launch application, i could not open even finder window. I was able to repair one account by deleting finder.plist, dock.plist and destop.plist (i dont know which one worked, i deleted them at once).
    But other account remains corrupted. Mentioned solution makes no difference. What is intersting is that problem is persisting event after i deleted account (also its home directory) a created new with same name. So os x must remember something that causes this error that is not in setting of user. I hava also tried to import older version of that account (working version) from older hard drive with migration assistant, no change happend.
    I i try to create account with different name, account works fine. Please don't tell me to use different account name, I want my os to work correctly, no just workaround this.
    EDIT : I also tried fixing disk priviledges and repair hdd, no change.
    Thanks for any help.
    Here is one of crash reports :
    Process:    
    SystemUIServer [342]
    Path:       
    /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    Identifier: 
    com.apple.systemuiserver
    Version:    
    1.7 (369.2)
    Build Info: 
    SystemUIServer-369002000000000~8
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [328]
    User ID:    
    503
    Date/Time:  
    2013-06-25 07:50:19.365 +0200
    OS Version: 
    Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000001c704cff0
    VM Regions Near 0x1c704cff0:
    CG shared images  
    00000001c5f37000-00000001c5f3f000 [   32K] rw-/rw- SM=SHM
    -->
    CG backing stores 
    00000001c704d000-00000001c7050000 [   12K] rw-/rw- SM=SHM
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib        
    0x00007fff8c88cb96 memmove$VARIANT$sse42 + 366
    1   libcldcpuengine.dylib    
    0x000000010f787036 0x10f780000 + 28726
    2   libcldcpuengine.dylib    
    0x000000010f786f87 0x10f780000 + 28551
    3   libcldcpuengine.dylib    
    0x000000010f784ac6 glrCompBuildProgram + 96
    4   com.apple.opencl         
    0x00007fff87b531ac 0x7fff87b2b000 + 164268
    5   com.apple.opencl         
    0x00007fff87b3b973 clBuildProgram + 904
    6   com.apple.CoreImage      
    0x00007fff8e571465 -[FEOpenCLContext _loadKernel:target:testOnly:] + 1156
    7   com.apple.CoreImage      
    0x00007fff8e66b35f -[FEContext(Kernel) loadKernel:target:] + 94
    8   com.apple.CoreImage      
    0x00007fff8e5ad54f FEApplyTreeNode::render1(FETreeContext*, FEShape const&, fe_kernel_target_struct*, int, float*, FETreeTexture*) + 105
    9   com.apple.CoreImage      
    0x00007fff8e5ae735 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 1583
    10  com.apple.CoreImage      
    0x00007fff8e5ab7c7 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 169
    11  com.apple.CoreImage      
    0x00007fff8e5af4c5 FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 107
    12  com.apple.CoreImage      
    0x00007fff8e5b3211 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 277
    13  com.apple.CoreImage      
    0x00007fff8e5b3535 FETreeContext::renderImage_(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 703
    14  com.apple.CoreImage      
    0x00007fff8e5b3911 FETreeContext::renderImage(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 459
    15  com.apple.CoreImage      
    0x00007fff8e58a1a6 -[FEImage(Internal) _renderWithContext:bounds:transform:colorSpace:format:premultiplied:setupCallba ck:finishCallback:callbackData:] + 339
    16  com.apple.CoreImage      
    0x00007fff8e5895bf -[FEImage getBitmap:withContext:origin:transform:colorSpace:] + 694
    17  com.apple.CoreImage      
    0x00007fff8e53eaaa -[CIContextImpl render:toBitmap:rowBytes:bounds:format:colorSpace:] + 427
    18  com.apple.CoreImage      
    0x00007fff8e53d978 -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:] + 77
    19  libCGXCoreImage.A.dylib  
    0x00007fff8b77f6f6 cgxcoreimage_instance_render + 2264
    20  libCGXCoreImage.A.dylib  
    0x00007fff8b77ed31 cgxcoreimage_provider_create_byte_pointer + 126
    21  com.apple.CoreGraphics   
    0x00007fff8f94ba79 CGAccessSessionGetBytePointer + 49
    22  com.apple.CoreGraphics   
    0x00007fff8f991032 img_decode_read + 184
    23  com.apple.CoreGraphics   
    0x00007fff8f990e82 img_colormatch_read + 346
    24  com.apple.CoreGraphics   
    0x00007fff8f990cbe img_alphamerge_read + 551
    25  com.apple.CoreGraphics   
    0x00007fff8f972d05 img_data_lock + 7109
    26  com.apple.CoreGraphics   
    0x00007fff8f9702b2 CGSImageDataLock + 193
    27  libRIP.A.dylib           
    0x00007fff85a58ba9 ripc_AcquireImage + 2468
    28  libRIP.A.dylib           
    0x00007fff85a57709 ripc_DrawImage + 1045
    29  com.apple.CoreGraphics   
    0x00007fff8f96fde7 CGContextDrawImage + 460
    30  com.apple.coreui         
    0x00007fff8abd58ea CUIPenCG::DrawImage(void*, CGRect, void*) + 54
    31  com.apple.coreui         
    0x00007fff8abde5a4 CUIArtFileRenderer::DrawImage(CGRect, long, CUIDescriptor const*) + 10558
    32  com.apple.coreui         
    0x00007fff8abcc887 CUIArtFileRenderer::Draw(CUIDescriptor const*, CGAffineTransform, CUIReturnInfo&) + 1571
    33  com.apple.coreui         
    0x00007fff8aba7895 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 3343
    34  com.apple.coreui         
    0x00007fff8abd2bcb CUIDraw + 180
    35  com.apple.AppKit         
    0x00007fff9093600f -[NSCoreUIImageRep draw] + 260
    36  com.apple.AppKit         
    0x00007fff90935dc5 -[NSImageRep drawInRect:] + 180
    37  com.apple.AppKit         
    0x00007fff90ca566c __block_global_0 + 64
    38  com.apple.AppKit         
    0x00007fff909358a5 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_0 + 1686
    39  com.apple.AppKit         
    0x00007fff90934ff8 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1070
    40  com.apple.AppKit         
    0x00007fff90933291 -[NSImage _drawMappingAlignmentRectToRect:withState:backgroundStyle:operation:fraction:fl ip:hints:] + 2375
    41  com.apple.AppKit         
    0x00007fff90b898b2 NSDrawImage + 358
    42  com.apple.AppKit         
    0x00007fff90936e65 -[NSCell drawInteriorWithFrame:inView:] + 656
    43  com.apple.spotlight      
    0x00000001113ef986 0x1113b9000 + 223622
    44  com.apple.spotlight      
    0x00000001113f1b8c 0x1113b9000 + 232332
    45  com.apple.AppKit         
    0x00007fff90920064 -[NSView _drawRect:clip:] + 4217
    46  com.apple.AppKit         
    0x00007fff9091e6c1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1656
    47  com.apple.AppKit         
    0x00007fff9091ead9 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2704
    48  com.apple.AppKit         
    0x00007fff9091c6f2 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 817
    49  com.apple.AppKit         
    0x00007fff90a6bfab -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 286
    50  com.apple.AppKit         
    0x00007fff90917d6d -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4675
    51  com.apple.AppKit         
    0x00007fff908e1c93 -[NSView displayIfNeeded] + 1830
    52  com.apple.AppKit         
    0x00007fff90a6be64 -[NSNextStepFrame displayIfNeeded] + 84
    53  com.apple.AppKit         
    0x00007fff90dab783 -[NSStatusBar _setLengthOfStatusItem:to:] + 518
    54  com.apple.AppKit         
    0x00007fff90dae518 -[NSStatusItem _adjustLength] + 399
    55  com.apple.AppKit         
    0x00007fff90dae001 -[NSStatusItem setView:] + 344
    56  com.apple.spotlight      
    0x00000001113fa716 0x1113b9000 + 268054
    57  com.apple.systemuiserver 
    0x000000010e05336b 0x10e04d000 + 25451
    58  com.apple.systemuiserver 
    0x000000010e061d24 0x10e04d000 + 85284
    59  com.apple.CoreGraphics   
    0x00007fff8f9bbbac notify_datagram_handler + 621
    60  com.apple.CoreGraphics   
    0x00007fff8f97bb0f CGSDispatchDatagramsFromStream + 237
    61  com.apple.CoreGraphics   
    0x00007fff8f97b742 snarf_events + 367
    62  com.apple.CoreGraphics   
    0x00007fff8f97b4c7 CGSGetNextEventRecordInternal + 122
    63  com.apple.CoreGraphics   
    0x00007fff8f97b404 CGEventCreateNextEvent + 31
    64  com.apple.HIToolbox      
    0x00007fff903b55f7 PullEventsFromWindowServerOnConnection(unsigned int, unsigned char) + 71
    65  com.apple.CoreFoundation 
    0x00007fff84717e40 __CFMachPortPerform + 288
    66  com.apple.CoreFoundation 
    0x00007fff84717d09 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    67  com.apple.CoreFoundation 
    0x00007fff84717a49 __CFRunLoopDoSource1 + 153
    68  com.apple.CoreFoundation 
    0x00007fff8474ac02 __CFRunLoopRun + 1826
    69  com.apple.CoreFoundation 
    0x00007fff8474a0e2 CFRunLoopRunSpecific + 290
    70  com.apple.HIToolbox      
    0x00007fff903aeeb4 RunCurrentEventLoopInMode + 209
    71  com.apple.HIToolbox      
    0x00007fff903aec52 ReceiveNextEventCommon + 356
    72  com.apple.HIToolbox      
    0x00007fff903aeae3 BlockUntilNextEventMatchingListInMode + 62
    73  com.apple.AppKit         
    0x00007fff908de533 _DPSNextEvent + 685
    74  com.apple.AppKit         
    0x00007fff908dddf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    75  com.apple.AppKit         
    0x00007fff908d51a3 -[NSApplication run] + 517
    76  com.apple.systemuiserver 
    0x000000010e061502 0x10e04d000 + 83202
    77  libdyld.dylib            
    0x00007fff8f8d57e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff8af376d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8c8a1f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8c8a1d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8c88c1d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff8af37d16 kevent + 10
    1   libdispatch.dylib        
    0x00007fff8ab56dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib        
    0x00007fff8ab569ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff8af376d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8c8a1f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8c8a1d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8c88c1d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff8af376d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8c8a1f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8c8a1d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8c88c1d1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff8af376d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8c8a1f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8c8a1d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8c88c1d1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff8af376d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8c8a1f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8c8a1d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8c88c1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000b77b2700  rbx: 0x00007f964a0242f0  rcx: 0x00000000b77af7c0  rdx: 0x0000000000000030
      rdi: 0x00000001c7050030  rsi: 0x000000010f89d840  rbp: 0x00007fff51ba67e0  rsp: 0x00007fff51ba67e0
       r8: 0x0000000043000000   r9: 0x0000000000000000  r10: 0x0000000000001002  r11: 0x00000001c7050000
      r12: 0x000000010f89d810  r13: 0x0000000000000000  r14: 0x00007fff51ba69ec  r15: 0x00000000ffefffff
      rip: 0x00007fff8c88cb96  rfl: 0x0000000000010206  cr2: 0x00000001c704cff0
    Logical CPU: 2
    Binary Images:
    0x10e04d000 -   
    0x10e0a7ff7  com.apple.systemuiserver (1.7 - 369.2) <E0763574-B329-390B-89B2-48FBF7DBDA9B> /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    0x10e0d4000 -   
    0x10e0dafff  com.apple.framework.SystemUIPlugin (1.7 - 33) <E4707F99-FCC2-34D7-9F39-DEB72D71843E> /System/Library/PrivateFrameworks/SystemUIPlugin.framework/Versions/A/SystemUIP lugin
    0x10e0e7000 -   
    0x10e0fcff7  com.apple.ImageCaptureNotifications (8.0 - 8.0) <B6F59B1D-986B-35A3-BE91-E2FA89BD23A0> /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications
    0x10e110000 -   
    0x10e114fff  com.apple.iPod (1.7 - 20) <6C90CD43-C5D5-359D-9A4D-E12A337A7ED1> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x10f760000 -   
    0x10f76cfff  com.apple.framework.calculate (1.3.2 - 17) <BA9E6060-4666-30D8-994A-A3419D9A7B24> /System/Library/PrivateFrameworks/Calculate.framework/Versions/A/Calculate
    0x10f780000 -   
    0x10f789fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x1113b9000 -   
    0x111422fff  com.apple.spotlight (10.7.0 - 707.11) <9A90D108-64B4-38F0-BCED-CBFC136FD422> /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
    0x7fff6dc4d000 -
    0x7fff6dc8193f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff8452f000 -
    0x7fff846ddfff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff846de000 -
    0x7fff84714fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff84715000 -
    0x7fff848ffff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8493f000 -
    0x7fff84940fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff84980000 -
    0x7fff849e3ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff849e4000 -
    0x7fff84ddbfff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff84ddc000 -
    0x7fff85583fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff85584000 -
    0x7fff8561ffff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff85620000 -
    0x7fff8563bff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8564d000 -
    0x7fff8564eff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
    0x7fff8564f000 -
    0x7fff856bdff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff856be000 -
    0x7fff85849fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff85953000 -
    0x7fff8598aff7  libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
    0x7fff8599a000 -
    0x7fff85a1cff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff85a1d000 -
    0x7fff85a49fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff85a4a000 -
    0x7fff85a76ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff85a79000 -
    0x7fff85a80fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x7fff86349000 -
    0x7fff863a5fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff863a6000 -
    0x7fff863fdff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8644e000 -
    0x7fff8650bff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8650c000 -
    0x7fff86544fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    0x7fff86545000 -
    0x7fff8655cfff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8655d000 -
    0x7fff8697afff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff8697b000 -
    0x7fff869beff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff869bf000 -
    0x7fff86b1dfef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x7fff86b1e000 -
    0x7fff86b86fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff86b87000 -
    0x7fff86be6fff  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
    0x7fff86be7000 -
    0x7fff86e1cff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff86e1d000 -
    0x7fff870ccfff  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
    0x7fff8719c000 -
    0x7fff8729afff  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
    0x7fff8729b000 -
    0x7fff8734cfff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8734d000 -
    0x7fff87353ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff87354000 -
    0x7fff87380fff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff87381000 -
    0x7fff87392ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff87393000 -
    0x7fff87393fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff87394000 -
    0x7fff87394fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff87395000 -
    0x7fff873abfff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff873ac000 -
    0x7fff873bfff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff873c0000 -
    0x7fff87691ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87692000 -
    0x7fff8769cfff  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
    0x7fff876a2000 -
    0x7fff876affff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff876cb000 -
    0x7fff8771aff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff8771b000 -
    0x7fff87976ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff87977000 -
    0x7fff879e7fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff879e8000 -
    0x7fff879e8fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff879f6000 -
    0x7fff87a10fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff87b2b000 -
    0x7fff87b85ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff87b97000 -
    0x7fff87ba4ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff87ba5000 -
    0x7fff87bb1fff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff87bb2000 -
    0x7fff87bd4ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff87bd5000 -
    0x7fff87dd5fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff87eb9000 -
    0x7fff87fd192f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff87fd2000 -
    0x7fff87fe9fff  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
    0x7fff87fea000 -
    0x7fff88009ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8803d000 -
    0x7fff880ccfff  libCoreStorage.dylib (296.16.1) <35FE3D47-089C-351A-AC9E-4D2C82AE5D87> /usr/lib/libCoreStorage.dylib
    0x7fff880cd000 -
    0x7fff880dafff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff880db000 -
    0x7fff88276fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff88277000 -
    0x7fff88304ff7  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
    0x7fff88305000 -
    0x7fff88741fef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff88742000 -
    0x7fff88746fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff89263000 -
    0x7fff8926ffff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff89270000 -
    0x7fff893e5ff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff893e6000 -
    0x7fff893eaff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff893eb000 -
    0x7fff893ebffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff893ec000 -
    0x7fff89506fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff89507000 -
    0x7fff89609fff  libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8960a000 -
    0x7fff8970cfff  libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff89846000 -
    0x7fff89848fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff89abf000 -
    0x7fff89acaff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff89acb000 -
    0x7fff89adafff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89adb000 -
    0x7fff89ae2fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff89ae3000 -
    0x7fff89b63ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff89b64000 -
    0x7fff89b64fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x7fff89b65000 -
    0x7fff89b67fff  libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff89b68000 -
    0x7fff8ab27ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff8ab28000 -
    0x7fff8ab37ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff8ab38000 -
    0x7fff8ab3afff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff8ab3b000 -
    0x7fff8ab41fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8ab42000 -
    0x7fff8ab42fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8ab43000 -
    0x7fff8ab45ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8ab4c000 -
    0x7fff8ab51fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8ab52000 -
    0x7fff8ab67ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff8ab68000 -
    0x7fff8ab93fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff8ab94000 -
    0x7fff8ab94fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8ab97000 -
    0x7fff8ab9ffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8aba0000 -
    0x7fff8ac65ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8ac66000 -
    0x7fff8ac71fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff8acba000 -
    0x7fff8ad09ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8ad0a000 -
    0x7fff8ad66ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8ad67000 -
    0x7fff8adabfff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
    0x7fff8adac000 -
    0x7fff8ae02fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8ae03000 -
    0x7fff8aef4ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8aef5000 -
    0x7fff8aef9fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff8aefa000 -
    0x7fff8aefbfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8aefc000 -
    0x7fff8aefefff  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
    0x7fff8af01000 -
    0x7fff8af09ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8af25000 -
    0x7fff8af40ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8af46000 -
    0x7fff8af81fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8b029000 -
    0x7fff8b02aff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b045000 -
    0x7fff8b052ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8b053000 -
    0x7fff8b07dff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8b07e000 -
    0x7fff8b0b8fff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff8b13c000 -
    0x7fff8b25cfff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8b25d000 -
    0x7fff8b35afff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff8b35b000 -
    0x7fff8b35ffff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b360000 -
    0x7fff8b39aff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8b39b000 -
    0x7fff8b3cffff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8b3d0000 -
    0x7fff8b41bfff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8b41c000 -
    0x7fff8b41dfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8b437000 -
    0x7fff8b438ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8b439000 -
    0x7fff8b5bffff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8b5ca000 -
    0x7fff8b5d5fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8b5d6000 -
    0x7fff8b620ff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8b621000 -
    0x7fff8b62dff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8b62e000 -
    0x7fff8b633fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8b634000 -
    0x7fff8b65bff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff8b685000 -
    0x7fff8b690ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff8b691000 -
    0x7fff8b6b3ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8b6b4000 -
    0x7fff8b6d4fff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8b77d000 -
    0x7fff8b783fff  libCGXCoreImage.A.dylib (332) <F6300A73-D4C4-3DE6-A1B7-806E627CCF76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8ba1e000 -
    0x7fff8babcff7  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
    0x7fff8bb4b000 -
    0x7fff8bbfeff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff8bbff000 -
    0x7fff8bc47fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
    0x7fff8bc48000 -
    0x7fff8bdb9ff7  com.apple.QTKit (7.7.1 - 2599.31) <E088A52C-914C-3BD7-AD50-CD40CA5D1308> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8bdba000 -
    0x7fff8be0fff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8be10000 -
    0x7fff8be10fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8be11000 -
    0x7fff8bf1cfff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8bf3d000 -
    0x7fff8bf80ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8bf81000 -
    0x7fff8bf81fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff8bfb8000 -
    0x7fff8c26fff7  com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8c273000 -
    0x7fff8c2a1fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8c363000 -
    0x7fff8c38bfff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8c38c000 -
    0x7fff8c4a5fff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8c4ee000 -
    0x7fff8c4f8fff  libcsfde.dylib (296.16.1) <8F75205A-8802-3B1D-87AA-235CBF1E49AE> /usr/lib/libcsfde.dylib
    0x7fff8c4f9000 -
    0x7fff8c4faff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff8c4fb000 -
    0x7fff8c812ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8c813000 -
    0x7fff8c841ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff8c842000 -
    0x7fff8c87ffef  libGLImage.dylib (8.9.2) <C38649ED-E1C9-315E-9953-F33E8C6A3C89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8c889000 -
    0x7fff8c88afff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
    0x7fff8c88b000 -
    0x7fff8c957ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    0x7fff8c958000 -
    0x7fff8cbf3ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8cbf4000 -
    0x7fff8cc3ffff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8cc40000 -
    0x7fff8ccdafff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8ccdb000 -
    0x7fff8d03afff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8d03b000 -
    0x7fff8d04dff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff8d0a0000 -
    0x7fff8d195fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff8d196000 -
    0x7fff8d1b3ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8d26d000 -
    0x7fff8d2adff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8d2ae000 -
    0x7fff8d2cffff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8d2d0000 -
    0x7fff8d301ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8d302000 -
    0x7fff8d321ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8d322000 -
    0x7fff8d347ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff8d348000 -
    0x7fff8d356ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff8d4b1000 -
    0x7fff8d530ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8d531000 -
    0x7fff8d7f5fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8d833000 -
    0x7fff8d88cff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff8d9b8000 -
    0x7fff8da12fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Lib

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output andWi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • MCX Does Not Apply to Cross Realm User Accounts

    Here's the situation:
    Kerberos realm (REALM1) set up for user account access
    AD created to allow authentication via REALM1 as well as AD (REALM2)
    Mac OS workstations are bound to AD and local Mac OS Kerberos configurations on the clients allow authentication using user accounts defined in REALM1.
    Users are able to log in to client workstations with no issues. Kerberos works fine within AD services. What we're attempting to do it get MCX policies to somehow apply when an AD account logs in to a Mac OS X workstation. We've been using either local MCX (dslocal) or OD (via Golden Triangle).
    When a native AD account or local Mac OS user account logs in to Mac OS, policies are successfully applied. However, when a user account in our MIT Kerberos Realm logs in (REALM1), no policies are applied. It appears that policies exist when using mcxquery, although these policies are not apparent to the users that log in.
    I also attempted to use mcxrefresh to get a better idea (with the -a switch for authentication), but it does not work since it bases authentication on REALM2 (AD) rather than REALM1 (MIT Kerberos). Since it cannot authenticate, no policies are refreshed and nothing applies.
    I'm just wondering if anyone has seen this issue and if they managed to solve it, how they solved it. We're hoping to find a solution that does not require a CoD (Cylinder of Destiny) or LDAP schema changes.
    Any info is appreciated.

    Hi Shiju,
    Before going further, we can run command gpresult/h report.html with administrative privileges to collect group policy result report to check how group policy settings are applied.
    Besides, we can try to install the following hotfix to see if it helps.
    Users cannot access removable devices after you enable and then disable a Group Policy setting in Windows Server 2008, in Windows 7 or in Windows Server 2008 R2
    https://support.microsoft.com/en-us/kb/2738898?wa=wsignin1.0
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • ICal fails to launch on all user accounts

    Hi,
    After a major crash I had to repair my PowerBook G4's disk with DiskWarrior.
    Since the crash (both before and after DiskWarrior repair), iCal stopt working on all user accounts.
    What should I do?
    Crash report as follows:
    Process: iCal [241]
    Path: /Applications/iCal.app/Contents/MacOS/iCal
    Identifier: com.apple.iCal
    Version: 3.0.5 (1270)
    Build Info: iCal-12700000~7
    Code Type: PPC (Native)
    Parent Process: launchd [69]
    Date/Time: 2008-11-11 06:38:16.223 +0200
    OS Version: Mac OS X 10.5.5 (9F33)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000001, 0x00000000928e4d94
    Crashed Thread: 0
    Application Specific Information:
    * Terminating app due to uncaught exception 'NSArchiverArchiveInconsistency', reason: '* -[NSKeyedUnarchiver decodeObjectForKey:]: missing class information for object'
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x928e4d94 __TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION__ + 0
    1 libobjc.A.dylib 0x910dc4e8 objcexceptionthrow + 68
    2 com.apple.CalendarStore 0x926375bc +[CalCalendarStore(CalCalendarStore_Internal) setupCalendarStore:] + 1584
    3 com.apple.iCal 0x0019156c 0x1000 + 1639788
    4 com.apple.CoreFoundation 0x928f29f0 -[NSSet makeObjectsPerformSelector:] + 200
    5 com.apple.AppKit 0x929c95b8 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1264
    6 com.apple.AppKit 0x929c0bbc loadNib + 224
    7 com.apple.AppKit 0x929c0560 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 840
    8 com.apple.AppKit 0x929c013c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 336
    9 com.apple.AppKit 0x929bfe24 NSApplicationMain + 332
    10 com.apple.iCal 0x00002d30 0x1000 + 7472
    11 com.apple.iCal 0x0009f4f8 0x1000 + 648440
    12 ??? 0x00000ffc 0 + 4092
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x928e4d94 srr1: 0x0002f030 dar: 0x008bc1fe dsisr: 0x42000000
    r0: 0x910dc4ec r1: 0xbfffefc0 r2: 0xa04b55f8 r3: 0x00230000
    r4: 0x008bac00 r5: 0x0000000b r6: 0x002302a4 r7: 0x002302a4
    r8: 0x00800000 r9: 0xa0b1d924 r10: 0x00000000 r11: 0x24044442
    r12: 0x96687f70 r13: 0x0031c1c0 r14: 0x00000000 r15: 0xa0543514
    r16: 0xa05190c8 r17: 0x00373430 r18: 0xa05190c8 r19: 0x00374860
    r20: 0xa05190c8 r21: 0xbffff81c r22: 0xa05190c8 r23: 0xa04d2928
    r24: 0xbffff758 r25: 0x00374860 r26: 0x001f0000 r27: 0x0031c1c0
    r28: 0x001efaf0 r29: 0x04b404e0 r30: 0xa01dadc0 r31: 0x910dc4b4
    cr: 0x24044442 xer: 0x00000004 lr: 0x910dc4ec ctr: 0x96687f70
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x1dcfff com.apple.iCal 3.0.5 (1270) <13294acc475210829298d9f6a9d1c833> /Applications/iCal.app/Contents/MacOS/iCal
    0x517000 - 0x51dfff libCGXCoreImage.A.dylib ??? (???) <3e8a67b9143aae8511f31076c638caa9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x4230000 - 0x43e1ff7 com.apple.RawCamera.bundle 2.0.9 (2.0.9) <63815f3bec4dc642a4cc74bab35e6240> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe30b23 dyld 96.2 (???) <49af061b557801944d2207b1673af094> /usr/lib/dyld
    0x90c77000 - 0x90c82ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x90c83000 - 0x90d48ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90d49000 - 0x90d74ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x90d7b000 - 0x90d86fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90d87000 - 0x90f6dffb com.apple.security 5.0.4 (34102) <2954de63dbda688b09f2d75b834c89fa> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90f6e000 - 0x90f73fff com.apple.OpenDirectory 10.5 (10.5) <6dca8a620bb66310737d421624ebbfcd> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x90f74000 - 0x90ffefff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90fff000 - 0x90fffffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9102e000 - 0x9103aff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9103b000 - 0x9104afff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <897487778bd1c0429fcd88c99c293583> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9104b000 - 0x910d1ff9 com.apple.CFNetwork 339.5 (339.5) <b401902ddbf0d923e7b584e579ce0b4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x910d2000 - 0x911b5fff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x911b6000 - 0x91250ff7 com.apple.ApplicationServices.ATS 3.4 (???) <77bbf58ddc32846bdfdea2bd30ab6fb9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x912c1000 - 0x91394fff com.apple.CoreServices.OSServices 226.5 (226.5) <e50f547a3d8d316885b424e282bd80fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91395000 - 0x916faff2 com.apple.QuartzCore 1.5.5 (1.5.5) <e5fa65979d5e0bb75ec19aea053ce83d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x916fb000 - 0x91713ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91714000 - 0x9175efff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9175f000 - 0x9178dffb com.apple.DotMacSyncManager 1.2.3 (286) <65d0e4540083a64199504933831a99d2> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9178e000 - 0x917c3ffb com.apple.LDAPFramework 1.4.5 (110) <d0de37a2c23c1ab7dfd4af1882db9893> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x917f9000 - 0x917fcffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x917fd000 - 0x91816ffb com.apple.CoreVideo 1.5.1 (1.5.1) <7568a5b07a0ccb4ee76a9b997fa3e5d9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91817000 - 0x91892fff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9189e000 - 0x918b5ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x918b6000 - 0x9199ffff libxml2.2.dylib ??? (???) <6bf1a24e68615e0edf843988f5a0a1f4> /usr/lib/libxml2.2.dylib
    0x919a0000 - 0x919abfff com.apple.dotMacLegacy 3.1 (244.1) <570bed901cb34b2a4de7b7365e366e2d> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x91c94000 - 0x91cd8ffb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <cc57b9a442becdd50c962e1283a526c5> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91cef000 - 0x91cf0fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x91cf1000 - 0x9202afeb com.apple.HIToolbox 1.5.4 (???) <ffe389390ecc05cf8770c81db6511bd1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9202b000 - 0x92032ffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92033000 - 0x9209affb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x9209b000 - 0x920c8fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x925af000 - 0x926fbffb com.apple.CalendarStore 3.0.5 (841) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x926fe000 - 0x92711ffe com.apple.CFOpenDirectory 10.5 (10.5) <41ed29dcd683657b10994df7d7349e0a> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x92712000 - 0x927e1fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x927e2000 - 0x927e2ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x927ef000 - 0x927f8fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x927f9000 - 0x927f9ff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x927fa000 - 0x9280dfff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9280e000 - 0x92933ffb com.apple.CoreFoundation 6.5.4 (476.15) <cad7eb450d1f930417aeeca9eb00dbcd> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92934000 - 0x929b9fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x929ba000 - 0x9312ffff com.apple.AppKit 6.5.3 (949.34) <5a94250c410980eb9047e9a5f0f9b558> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x932e1000 - 0x932e6fff com.apple.KerberosHelper 1.1 (1.0) <8f67c86123d3225e76cf7d361eaaeafd> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x932e7000 - 0x9385eff3 com.apple.CoreGraphics 1.351.33 (???) <83d4f302053d3fe5f69c8e20b3a0c34f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9385f000 - 0x938c4ffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x938c5000 - 0x93beefe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93bef000 - 0x93c3efff libGLImage.dylib ??? (???) <274f96cdf247e29c74dc476d166928ca> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93c3f000 - 0x93c47ffb libCGATS.A.dylib ??? (???) <3c50a1f1f03470a8baadd22a17a4b547> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93c48000 - 0x93c4dff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93c4e000 - 0x93c5dfff com.apple.DMNotification 1.1.0 (143) <c68dc3aa8e69dfea987ae8400ccaa929> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x93c5e000 - 0x93d0efff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93eb0000 - 0x93ecffff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93ed0000 - 0x93fe4ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93fe5000 - 0x94024fff com.apple.DAVKit 3.0.4 (652) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x9418e000 - 0x941adfff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x941ae000 - 0x943f3ffb com.apple.Foundation 6.5.6 (677.21) <8350383f1c44d18e471451ce92a1572c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x943f4000 - 0x9453effb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9453f000 - 0x94574fff com.apple.AE 402.2 (402.2) <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94575000 - 0x945aefff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x945c5000 - 0x945ccfff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x946c4000 - 0x946d1fff libCSync.A.dylib ??? (???) <e0395a40546c6c8b244962512e74c35e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x946d2000 - 0x946edffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9479d000 - 0x9481efff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9481f000 - 0x9483fff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94840000 - 0x94c6effa libGLProgrammability.dylib ??? (???) <603a9704539c585a35801c2452930cb2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94c6f000 - 0x94db7ffb libicucore.A.dylib ??? (???) <2d1f8cb81754c6b68809a4aa6c7b94a3> /usr/lib/libicucore.A.dylib
    0x94db8000 - 0x94dd6fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94dd7000 - 0x94dd7fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94dd8000 - 0x94e15ffe com.apple.securityfoundation 3.0 (32989) <d629b36fcfea256ec309420b99dccabf> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94e16000 - 0x94f82ff9 com.apple.AddressBook.framework 4.1.1 (696) <d060674db5664f6db586985a12742f1c> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f83000 - 0x94f8bfff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x94f8c000 - 0x94fecfff com.apple.CoreText 2.0.3 (???) <4ce8460abbfca7c9bd655ae0173976df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94fed000 - 0x9504fffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95050000 - 0x950d7ffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x957ba000 - 0x95853fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95854000 - 0x95972ff7 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95973000 - 0x95992fff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib
    0x95993000 - 0x959a1fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x959a2000 - 0x95a38fff com.apple.LaunchServices 290 (290) <fd3ffed6d3e33d356610d5eac6c7088a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95a39000 - 0x95a5ffff libcups.2.dylib ??? (???) <0baa8f1a940b5d8c4d8e4e63fffef410> /usr/lib/libcups.2.dylib
    0x95a60000 - 0x95aaffff com.apple.Metadata 10.5.2 (398.22) <7063f883d9d901fea72151597ccd4e6a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95ab0000 - 0x95af1ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95af2000 - 0x95b02fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x95b51000 - 0x95b8efff libRIP.A.dylib ??? (???) <2a8fc4eb2a2120c341c15b54f807041d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95b8f000 - 0x95b92fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95b93000 - 0x95bafffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95bb7000 - 0x95c71fff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
    0x95c72000 - 0x9622cfff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96257000 - 0x9625bffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9625c000 - 0x962a3fff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x962a4000 - 0x962ceff7 libssl.0.9.7.dylib ??? (???) <1c571a24294df1af3428e31d464029fc> /usr/lib/libssl.0.9.7.dylib
    0x962cf000 - 0x96315ff9 com.apple.securityinterface 3.0 (32532) <82a438eff282dd1dc1f803dfd91b5f38> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96316000 - 0x9633efff libxslt.1.dylib ??? (???) <a69bf3978edd9dd905726660011bb6e6> /usr/lib/libxslt.1.dylib
    0x9637e000 - 0x9667fffb com.apple.CoreServices.CarbonCore 786.6 (786.6) <94736308a0b44830c732ebb1bebd78f8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96680000 - 0x96680fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96681000 - 0x9681afe3 libSystem.B.dylib ??? (???) <2ecfb9e8a8f2f72021bf1ee8f4c8e3fb> /usr/lib/libSystem.B.dylib
    0x968de000 - 0x968e0ffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x968e1000 - 0x96975fff com.apple.framework.IOKit 1.5.1 (???) <9bd6b9e0f0a9a25c3a1d379da04dd8be> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x969df000 - 0x96a44ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x96a95000 - 0x96af1ffb com.apple.HIServices 1.7.0 (???) <48d200891cc9dd795ee547d526c6a45b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96af2000 - 0x96b7afff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96b7b000 - 0x96c49ffb com.apple.syncservices 3.1 (389.7) <3d6f945da3813785216fd2df7a408e16> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x96c4a000 - 0x96c4afff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96c4f000 - 0x96c62ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96c63000 - 0x96c95fff com.apple.bom 9.0 (136) <cb560109ea507cdfb6c77349845e6b2a> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96c96000 - 0x96cc7fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96cc8000 - 0x96ce3ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <60afb4ad8bd64c8539f50f7edef1f759> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96ce4000 - 0x96ce5ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96ce6000 - 0x96cecffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96ced000 - 0x96d7cffb com.apple.DesktopServices 1.4.7 (1.4.7) <5792e9dc03f76544c71dedd802a1fa36> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96d7d000 - 0x96d8bffb com.apple.opengl 1.5.7 (1.5.7) <0f5ac86573f9bb828dfa1864d85a4162> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96d8c000 - 0x96d99fff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x96d9a000 - 0x96df0fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96df1000 - 0x96ea1fff edu.mit.Kerberos 6.0.12 (6.0.12) <c72d937eebc3e56ea636d332e2bb18cf> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    After reinstalling you should download and run the current 10.5.5 Combo Update.
    Before restarting, drag the ~/Library/Calendars/ folder and the ~/Library/Preferences/com.apple.iCal*.plist files to the desktop in case they have been corrupted.
    AK

  • Lock AD User Account

    Dear All,
    Please let me know if there is any method to lock ad user account using JNDI. I tried setting the userAccountControl attribute to 16. It didnt work. I tried setting it again to 512+16. Again it didnt work. Please respond. This is very urgent.
    Regards,
    Alok

    Everything's bloody urgent isn't it ?
    Nothing is ever urgent, the sun will set tonight, it will rise tomorrow morning, the world will continue to spin on it's axis irrespective of whether this question gets answered or not.
    You can't lock an account programmatically, irrespective of whether using JNDI, ADSI, .NET or even using the native LDAP 'C' API.
    The only way to lock an account is if the account lockout policy has been configured (for example 5 failed logon attempts within 5 minutes) and a user has attempted to logon using an incorrect password and exceeded the account lockout threshold.
    And via LDAP, the mechanism to determine whether an acount is locked is to compare the value of a users lockoutTime attribute with the domain's accont lockout policy.
    You can find some code snippets on http://forum.java.sun.com/thread.jspa?messageID=4266968&tstart=0
    What exactly is it that you are trying to do ? If you want to prevent a user from logging on to the system, either disable the account or set the account expiry date.

  • "Unable to log in to the user account"

    I'm having a problem I'm hoping one of you may have come up against and
    solved. We have two Mac OSX.4 servers - one a login server, the other
    contains the student Homes folders. Now when a student who has an account
    from last year logs in, a message says "You are unable to log in to the user
    account "username" at this time. Logging in to the account failed because an
    error occurred. The home folder for the user account is located on an AFP or
    SMB server. Contact your system administrator for help."
    It seems there is a problem with the hand off from the login server to the
    data server. I can connect to the data server through Connect to Server
    while logged on as admin, so the server is accessible on line. I double-checked the Sharing info of the shared points and they are set correctly. Also, when I run Server Monitor, the stats summary for both servers says "waiting for response."
    Any ideas? Thanks!

    Mike
    Server Monitor is an application that monitors XServe hardware providing feedback for the administrator. It has nothing to do with the Server Operating System. If your trying to use it on anything other than an XServe all you'll see is "Waiting for Response" all day long.
    If your hardware is an XServe then you need to use either localhost or the server's loopback address (127.0.0.1) in the name field followed by the default admin's account's password.
    +"The home folder for the user account is located on an AFP or+
    +SMB server. Contact your system administrator for help"+
    This error is usually down to (but not always) a DNS/DHCP issue or some other obscure network related issue affecting DNS. What does the logs say server and client side when the log-in fails?
    Its possible the affected user no longer exists as a principal? Does the same thing happen to this user regardless of which client computer is used? You could search the schema using dscl from a client to see if the affected user is listed in the LDAP database? Alternatively you could issue:
    sudo kadmin.local -q list_principals
    On the server itself. If the affected user is not listed but exists in WGM then review the password type. It's possible its been set to Crypt? You could delete the user and re-create the account again and re-locating the home folder and trying again. It's also possible the student's home folder has developed a problem? Does the 'jiggle' and error occur immediately or after a slight delay? Do you have a strict Password Policy in place? Sometimes problems can develop with the Password Policy (it does get logged) that affects single accounts only.
    You could try and create a completely new account and home for the affected user. Transfer the data from the old home propagate default permissions and go for a log-in again. Does it work now?
    I'm assuming the two servers in question are in a Master/Replica relationship?
    Tony

  • You are unable to log in to the user account at this time

    I am facing this problem for some time now. Can anyone give some hints?
    By the way. Excuse me for my English. I am not a native speaker.
    I have a MacMini with Snow Leopard Server (10.6.7 since yesterday) wired to two iMacs (10.6.7), two PC's running Windows and a Time Capsule/Airport (7.5.2) which is wirelessly connected to a MacBook Air (10.6.7), iPad and iPhone.
    The PC's use file sharing (SMB) which works fine.
    The Server has some network accounts. Home dir is on the server.
    At one iMac, I can log in to a network account. E-mail, iCal on Server, sync with iPad and iPhone. Works fine.
    At the second iMac, I can NOT log in to any network account. Window shakes, saying "You are unable to log in to the user account at this time" and "Logging in to the account failed because an error occurred". In Terminal window, I can reach /Network/Servers/do.main.name/Users. Using the Finder, I can access all my files. If I shut down the first iMac, I can log in.
    At my MacBook, I can not log in to my network account. In Terminal window, I can Not reach /Network/Servers/do.main.name/Users. I get "Users: Host is down". But using Finder, I have access to all my files. Shutting down both iMacs doesn't help. Airport settings see to be correct.
    Where do I have to look. On the Server side? Using Server Admin and Workgroup Manager (from any client) I can not see anything strange. In WGM, multiple login for the network accounts is enabled. I even have Guest Access enabled for AFP (both in the sharepoint and in AFP settings).
    Anyone?
    Gr. Barend

    Solved.
    see: http://discussions.apple.com/thread.jspa?messageID=13288063&#13288063
    Gr. Barend

  • CUCM 8.6.2 LDAP User Delete Pending LDAP Sync Status Inactive

    BE6K ver 8.6.2
    Client has a user who recently got married.  They changed her account information in Active Directtory to reflect her new last name. At that point CUCM shows her as
    Delete Pending
    LDAP Sync Status Inactive
    CUC shows
    LDAP User has been deleted.
    The user still exists in both CUC and CUCM and is actively takign and receiving calls.  User has VM access.
    Shorrt of deleting the user in AD and recreating her, is there a way to force this to re-sync?
    Thanks
    Matt

    Then that's expected to happen, for all purposes to CUCM/CUC eyes, msmith no longer exists and will be deleted, and a new user mjones now will be imported.
    Depending on when the change was done and when CUCM detected this, it might take up to 48 hours maximum to delete the user
    You'll need to associate everything to the new user, and also add that new user into CUC.
    Or switch back her userID to the old one, and just change the surname for directory purposes.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • User Account Setup & Config Tips for Two Macs

    Greetings,
    Can someone please explain the importance of lowercase vs. uppercase letters and the use of spaces in the Mac OS when setting up user accounts? I'm sure there must be some UNIX, LDAP, or X.500 directory explanation out there given OS X's UNIX underpinnings.
    The reason I ask, is that I have recently switched to the Mac OS from Windows, and there seems to be an emphasis on using lowercase letters and spaces in the Full Name, Account Name, and Home Directory Name when setting up your OS X user account. I have tried Googling this and I can find all kinds of articles on how to change these settings post OS install and the importance of keeping your account name and home directory name the same but nothing that explains why you should only use lowercase letters.
    For example, in real life, I go by my middle name. So in the "Full Name" field in System Preferences -> Accounts I have entered my Middle and Last name with a single capital letter for each name a space in between the two.
    Full Name looks like this: "Middle Last"
    For the "Account Name", I have entered a nickname I have had for years that does not match or have anything to do with my legal name that I entered for the "Full Name". While the Mac OS prohibits you from entering spaces in this field, it does allow you to enter uppercase letters. The name I entered here is a two part name, and I have capitalized the first and second parts for easier reading.
    Account Name looks like this: "NickName"
    My Home Directory matches my Account Name above and looks like this in the Finder: "NickName"
    I've also linked my MobileMe user name to this account and it looks like: "middle.last"
    Question: Should I recreate my user account and get rid of the uppercase letters in the full name, account name, and home directory name?
    Another question I have, would it be advisable to set up identical user accounts given that I have a iMac i7 in my office and a Mac Mini in my living room? I would be the only user for both machines.
    I would like to set up my Mac Mini to be a central repository for all my music, iPhoto projects, and iMovie projects. I would like to share my iTunes music on the Mac Mini using the Home Sharing feature of iTunes. Eventually I want to set up MythTV on the MacMini and use it as a DVR.
    I want my iMac i7 to store all my documents and pictures. I want to create and edit iPhoto & iMovie projects on my iMac, but store what I create on the Mac Mini. That way when people come over to visit, we can sit on the couch rather than gather around my desk in my 2nd bedroom.
    Eventually I want to set up an external hard drive on the Mac Mini and use Time Machine on both computers to backup to the Mac Mini's external hard drive since I will leave the Mac Mini on 24x7.
    Thank-you,
    Derrick

    Simply put there is nothing wrong with your name or account configuration. Although it is customary in Unix systems to use all lowercase for an account name, what you have setup is certainly acceptable. Passwords also can be a mix of lower and uppercase but should be limited to alphanumerics only.
    As for the two machines you will find it much more convenient to have everything configured identically on both machines to avoid issues with file permissions.

Maybe you are looking for