Lpadmin stoppning the login process

Basic facts:
10.5.6 server with 10.5.6 clients over Airport (Airport Extreme and Airport Express).
Managed clients with mobile accounts.
Services on server: DHCP, AFP, OD, NFS, SU, Netboot, DNS, iCal.
All worked fine up until one client updated itself to 10.5.7 around the same time I moved the printer from the Airport Express to the Airport Extreme.
What happens is when one try to login at this client machine it accepts the login but before anything changes a adminstration window opos up stating that lpadmin needs the administrator priviliges to do some changes. I cannot do anything with this, I cannot add the administartion login nothing.
If I try to login into the machine with the local account the same thing happens.
If I unbind the client from the OD I can login with the local account.
I have tried to update the server to 10.5.7 nothing changed.
I refomatted the client and when I bid the computer the OD same thing happens again.
So something has happend on the server, but what? And what can I do to fix this?

According to this thread, it solves the problem.
The thread indicated is this discussion.
This command, 'dseditgroup -o edit -p -a admin -t group _lpadmin', attempts to add a user 'admin' to a record type of 'group' named '_lpadmin'. If you do, 'dscl . -list /Groups', you will see a group '_lpadmin' already exists. If you do, 'dscl . -read /Groups/_lpadmin' it will show the local admins as members of the group. In this case, the '-t group', portion of the command is superfluous. If the user with the shortname 'admin' does not exist on the machine, then it does nothing.
More than likely the user shortname in the example, 'admin', was placed there to indicate an admin level user should be added to the '_lpadmin' group. So in order for this command, 'dseditgroup -o edit -a admin _lpadmin' to work, you would have to add all local admin users and any local users to the '_lpadmin' group.
What the dialog box is specifically asking for is admin privileges for the user '_lpadmin'. That is why this command, 'dseditgroup -o edit -a _lpadmin admin', is the correct syntax as it adds the user '_lpadmin' to the 'admin' group which satisfies the dialog box request and does not require you to add every user to the '_lpadmin' group.
Correct that dseditgroup does not require SUM, but if the user is having a login problem, any variables associated with login can be eliminated by booting into SUM.
If there are any jobs in any local printers on the machine that are not stopped, as soon as the machine boots, the jobs will start to spool. If the printers are unreachable or the problem under discussion is in effect, the machine could hang or become slow to respond. Reformatting the machine only removes the problem for local users. If a network user logs in, the spooled jobs will again start to print from the user's print spool. So the user's print jobs need to be cleared from the user's home folder on the server, also.

Similar Messages

  • How does the login process works with a bind to AD?

    Hi there,
    I am trying to bind our mac to our Active Directory. Before doing I'd like to understand well how the login process works. Is there any reference I could look up to?
    For what I've understood until now with an example user "testAccount" and no automount and no AD extension and the ADplugin set as:
    a) if mobile is set, then a /Users/testAccount is created and if UNC is set then a smbHome is mounted "on desktop". If UNC is not set, do nothing more
    b) if force is set, then a /Users/testAccount is created and if UNC is set then a smbHome is mounted "on desktop". If UNC is not set, do nothing more
    c) if force is NOT set:
    --c1) if UNC is not set and cannot map NFSHomedirectory at all, then login the user with such a temporary home
    --c2) if UNC is set mount SMBhome and use it as mounted home folder (NFSHomeDirectory-->SMBhome "/Network/Servers/my.server.com/users/testAccount")
    --c3) if UNC is not set then retrieve the homeDirectory-NIS's attribute in AD (NFSHomeDirectory--> "/homes/testAccount") and create /homes/testAccount
    my doubt now is point c2) after I login in with a "#mount" I get:
    trigger on /Network/Servers/my.server.com/users (autofs, automounted)
    //[email protected]/users on /Network/Servers/my.server.com/users (smbfs, nodev, nosuid, automounted, mounted by testaccount)
    but my SMBhome is not correctly mounted on remote server (but the Library folder and MCX files are created!) and I get home errors because the system is looking for "/homes/testAccount", which I don't know where it is coming out from given that a
    #dscl /Active\ Directory/my.server.com -read /Users/testaccount |grep homes gives only out dsAttrTypeNative:unixHomeDirectory: /homes/testAccount
    thanks,
    a.

    Is there any reference I could look up to?
    http://www.macwindows.com

  • Error occurred during the login process

    Error: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (.Net SqlClient
    Data Provider)

    Step 1: Open SQL Server Configuration Manager
    Go to Windows 8 Start screen.
    Start typing in SQLServerManager11.msc if you are looking for SQL Server 2012 configuration manager. Type in SQLServerManager10.msc if you are looking for SQL Server 2008 configuration manager.
    In the result panel you can see the SQLServerConfiguration Manager.
    Click the icon to launch the SQL Server Configuration manager.
    The configuration manager will open in MMC.
    Step 2: Enable following configuration settings
    ensure Shared Memory protocol is enabled
    ensure Named Pipes protocol is enabled
    ensure TCP/IP is enabled, and s ahead of the Named Pipes in the settings
    http://dotnetguts.blogspot.com/2014/05/a-connection-was-successfully.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DotnetGuts+%28Asp.net%2C+C%23%2C+.Net+Framework%2C+SQL+Server+Information%29
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • How do I stop the login process when I open iTunes?

    How do I stop the login process when I open iTunes? It often request I login sometimes twice.

    I amhaving the same issue of having to log into  my apple account wheever I open I-Tunes. In my iTunes sharing my password requirment is unchecked and in filevault it is unchecked also. I have just upgraded to the newest version of iTunes and I still get the pop-up window asking me to login.
    Any other thoughts?
    thank you

  • How to change the login process

    Hi SDN,
    I've set up an Ecommerce 7.0 application with a B2B config. All is running an ok.
    I want to change the login process. We have userid's like 000005999999. In the LoginAction, i want to add this zeros before the id automatically so that the user can login with 5999999.
    My problem is that i don't find the Action which is performed after login.
    The form in the login.jsp looks like this:
    (Sorry i couln't post that code normally because SAP means thats cross site scripting. Remove spaces, then i looks normally)
    for /user/login there should be a forward at config.xml...but it isn't. No entry at config.xml and no entry at config_user.xml.
    Which Action is performed if i press the login button on login.jsp? Can someone help me please?
    Where can i change this Action to a Z_Action ?
    I think its the LoginAction.java... but where is it called? Where can i change the call to the Z_ class?
    For b2c it will be easy to find the LoginAction...there its defined in the config.xml... but at b2b... i really do not understand how that is working. Please help me with that problem.
    Thanks and best regards,
    Toni
    Edited by: Toni Flückiger on Apr 20, 2011 3:45 PM
    Edited by: Toni Flückiger on Apr 20, 2011 3:46 PM

    In web.xml  there is an init-param definition that maps as this:
    <init-param>
      <param-name>config/user</param-name>
      <param-value>/WEB-INF/config_user.xml</param-value>
    </init-param>
    So, all the forward name s with /user prefix  will be checked in the config_user.xml
    If you are trying to define a ZAction and would like to add /user prefix to the forward name, then you have to place it in the config_user.xml.
    Easwar Ram
    http://www.parxlns.com

  • My college wifi opens a pop-up in the login process, which my ipad is not allowing. how can i get to allow pop-ups in login process?

    My college wifi opens a pop-up in the login process, which my ipad is not allowing. how can i get to allow pop-ups in login process?

    You may have pop-ups blocked.
    Go to Settings>Safari and turn "Block pop-ups" off. You may needs to restart the ipad after turning off this settings if it doesnt work immediately

  • Hi, I'm using Firefox 3.6.3 and I'd liek to know if there's a way to automate the login process for a website asking for credentials.

    I have a website I'm using very other on my company's Intranet, but it requires a username and password. I'd like to see if there's a way to automate the login credentials

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • Coding the login process

    We want the user to click something (button, link, etc.) from a point behind some other authentication source and have them automatically logged into Plumtree with a particular account credentials. We feel that since they are authenticating already there is no reason to have them authenticate again.
    I've tried for days to play with the loggin and redirect PEIs and I'm not having much luck. Also, I'm really not sure if that suits our needs. Someone had mentioned I might try using HTTP POST query Request to the server, but I'm not too sure how to make that happen.
    If anyone has any code samples for this or anything else they think would be helpful to get this job done, please let me know.
    Thanks.
    Dave

    Anupam,
    This is probably the best answer i have received in this forum. If this forum had a rating for answers, you get a 5 out of 5 for this answer or maybe a 10 out of 5 :).
    Just for the record and for future reference to some poor user who is stuck with the same problem as i was.....
    i noticed that
    if the application entity does not have access to modify the authenticated_users group we got this error
    Error: Unexpected error encountered in wwsec_app_priv.process_signon (User-Defined Exception) (WWC-41417)
    An Exception was raised when accessing the oracle Internet Directory: 50: Insufficient access Details
    Error:Operation: dbms_ldap.modify_s
    Entry DN:
    Cn=AUTHENTICATED_USERS,cn=portal30.dpor.dill.latticesemi.com,cn=groups,dc=latticesemi,dc=com
    Changes
    Uniquemember: Add: cn=portal30_admin,cn=users,dc=latticesemi,dc=com. (WWC-41743)
    if any of you are wondering why i ended up with this situation..we just ran upgrade scripts to upgrade our repository from 30985 to 9026. And right after the upgrade when we try to login , we got the above message.
    If i add the newly created (during the upgrade process) application entity to OracleDASEditGroup, the above error goes away. OracleDASEditGroup has the privilege to edit any group, although it needs access to authenticated_users just to login
    Harish

  • How does the Login process work?

    Hello,
    How exactly does the default 'Login' process on the login page work?
    When the following code is executed:
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P1_USERNAME,
    P_PASSWORD => :P1_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':2'
    Does the execution continue to the code below or is it halted and the user is redirected to the flow page?
    I need to set the username and the user id (from SQL query WHERE username = :P1_USERNAME) ONLY IF the authentication has been successful, otherwise NULL them. What's the best way to do this?
    After the wwv_flow_custom_auth_std.login(...), how can I check if the user has been authenticated?
    Thanks :)
    Pavel

    hi pavel--
    wwv_flow_custom_auth_std.login sets :APP_USER and then redirects to p_flow_page upon successful login. when you say, "I need to set the username and the user id (from SQL query WHERE username = :P1_USERNAME) *ONLY IF* the authentication has been successful, otherwise NULL them" i'm guessing that you really want your user to not be logged in upon unsuccessful credential verification. if so, that would already be handled by wwv_flow_custom_auth_std. a good way to see this in action is to examine how the Sample Application handles authentication. the login page 101 does call wwv_flow_custom_auth_std with the supplied credentials, but if you don't pass the Authentication Function check specified in the Sample Application's custom authentication scheme, the session is still invalid, and the user is still on page 101. i'm pretty sure that's the behavior you want, but please clarify if not.
    thanks,
    raj

  • Understanding the login process

    My question is concerning 9ias V2 and portal repository 9.0.2.6
    I noticed that when a user tries to login to the portal for the first time, if credentials are correctly entered , the user is added to the authenticated_users group.
    Which admin user adds the first time user to authenticated users group ,
    is it portal30? portal30_sso?
    And how is the the access to this admin user granted in OID?
    Any pointers will be appreciated.
    Harish

    Anupam,
    This is probably the best answer i have received in this forum. If this forum had a rating for answers, you get a 5 out of 5 for this answer or maybe a 10 out of 5 :).
    Just for the record and for future reference to some poor user who is stuck with the same problem as i was.....
    i noticed that
    if the application entity does not have access to modify the authenticated_users group we got this error
    Error: Unexpected error encountered in wwsec_app_priv.process_signon (User-Defined Exception) (WWC-41417)
    An Exception was raised when accessing the oracle Internet Directory: 50: Insufficient access Details
    Error:Operation: dbms_ldap.modify_s
    Entry DN:
    Cn=AUTHENTICATED_USERS,cn=portal30.dpor.dill.latticesemi.com,cn=groups,dc=latticesemi,dc=com
    Changes
    Uniquemember: Add: cn=portal30_admin,cn=users,dc=latticesemi,dc=com. (WWC-41743)
    if any of you are wondering why i ended up with this situation..we just ran upgrade scripts to upgrade our repository from 30985 to 9026. And right after the upgrade when we try to login , we got the above message.
    If i add the newly created (during the upgrade process) application entity to OracleDASEditGroup, the above error goes away. OracleDASEditGroup has the privilege to edit any group, although it needs access to authenticated_users just to login
    Harish

  • Graphical glitch during the login process on Lion

    Hi there,
    After entering my password at the login screen, it fades to blue for about two seconds, then shows the login screen again for a brief second before transitioning to my desktop. I thought this was normal until seeing how Lion launches on other computers.
    Any thoughts on what this could be or what I can do?
    I upgraded to Lion from Snow Leopard on a 15" MacBook Pro (Late 2010)
    Thanks!

    Step 1: Open SQL Server Configuration Manager
    Go to Windows 8 Start screen.
    Start typing in SQLServerManager11.msc if you are looking for SQL Server 2012 configuration manager. Type in SQLServerManager10.msc if you are looking for SQL Server 2008 configuration manager.
    In the result panel you can see the SQLServerConfiguration Manager.
    Click the icon to launch the SQL Server Configuration manager.
    The configuration manager will open in MMC.
    Step 2: Enable following configuration settings
    ensure Shared Memory protocol is enabled
    ensure Named Pipes protocol is enabled
    ensure TCP/IP is enabled, and s ahead of the Named Pipes in the settings
    http://dotnetguts.blogspot.com/2014/05/a-connection-was-successfully.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DotnetGuts+%28Asp.net%2C+C%23%2C+.Net+Framework%2C+SQL+Server+Information%29
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • Why won't my late 2006 iMac (5,1) finish the login process...

    ... after upgrading from Tiger to Leopard. Did a straight upgrade from install (not an archive & install).
    It gets to the login screen quickly, enter password and then endless beachball.
    Started in single user mode and did fsck, restarted from install disk & repaired (no problems) and repaired preferences. Restarted with PRAM reset. Restarted in safe mode.
    No problems booting from DVD.
    ONE TIME I rebooted after single user mode and it worked, I used that opportunity to run the combo updater (downloaded today from Apple).
    I did find a support page that spoke of a similar condition in early aluminum (2007) iMacs, but this file would not install on my machine.
    I did an archive and install of Leopard and then updated via Software Update, which should have gotten any updates needed for this machine. Now again, it only boots as far as the blue screen (on auto login). I did not see a similar update file needed for THIS iMac.

    Hi..
    from install disk & repaired (no problems)
    What did Disk Utillity report exactly? If it said that the disk, "appears to be ok" ..
    Run the Apple Hardware Test

  • Can't initialize OCI error occured during the login process using TOAD 9.0

    I have installed the Toad 9.0 recently while login using the username & password for oracle 10.0 database , i am getting the error
    Can't initialize OCI Error 1
    But i am able to login using the Sql Plus successfully..
    Thanks in Advance.

    Here's one more reason why this error occurs in Toad. It is when you have more than one Oracle Client installed on your machine. Even when you select the correct Oracle Home in "Connect Using" field of Toad, you still get this error "Can't initialize OCI. Error -1". So, to solve that you need to go to the installation folder of that Oracle Home (e.g. C:\Oracle\ora92\), then go to the BIN folder. Open Oracle.Key in Notepad and confirm that it is showing Registry entry/path to the correct Oracle Home (e.g. HOME0 or HOME1 or whatever).
    I hope this helps.

  • Getting Started, Can't find the login process

    I have a nice shiny new V11 database and I'm trying to get this running.
    I can't seem to get to first base. I've successfully 'enabled' the port as described in the docs.
    I have also unlocked the Apex public user and XDB in the hopes of shaking something lose all to no avail.
    When I try this url http://myserver:8080/apex/apex_admin, I get a login box asking for a user name and password and nothing seems to work.
    I've tried "admin", "Apex", "XDB", "APEX_PUBLIC_USER" and none seem to work and I'm pulling my hair out. I never see an AE screen just a login box.
    The install is a vanilla EE 11 install using ASM

    Have tried running apxxepwd.sql /apxchpwd.sql and then logging in as admin with the new password?
    Regards,
    Scott

  • Had a crash at the login window and want to make sense out of the crash reports. Can anyone assist?

    Hello,
    Yesterday, I seemed to experience a crash in the login window in OS X. The way the crash showed on screen was when the user accounts appeared on screen, then clicked on my name, typed my password and hit the "return" key. After hitting the "return" key the log in process appeared to start but then the screen turned solid gray and then the log in screen appeared again as if I've never logged in before again promted me to re do the user account log in steps outline above. After a second attempt the computer finally logged in normally. After that happened I wanted to know if that was a one-time issue, so I shut down the computer.
    After a minute I then again rebooted my MacBook Pro and again I was left in the log in screen. I again followed the login screen procedures and again the login window crashed after starting the login process with a gray screen and then the login screen showed again as if the computer never logged in. At the second login screen attempt, the computer as in the previous case logged in normally.
    To retest I shut down my MacBook Pro and then rebooted it. This time however when the login screen appeared and after selecting my user account and typing my password, the computer this time logged in normally, after this the log in screen behavior has been normal and the computer logs in successfully at the first attempt as expected and the way it has always been on my MacBook Pro.
    I went into console to see if it had an entry for my error and Console did in fact created a crash report for each of the instances. The logs correspond to the time of the crashes.
    This is the first crash log for the Login Window...
    Process:         loginwindow [42]
    Path:            /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    Identifier:      loginwindow
    Version:         8.2 (8.2)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         501
    Date/Time:       2013-05-13 01:20:00.712 -0400
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: setNextKeyView:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff82a7b250 objc_msgSend + 16
    1   com.apple.CoreFoundation                0x00007fff8886e4a6 __NSArrayEnumerate + 582
    2   com.apple.AppKit                        0x00007fff83d73f7b -[NSView _removeNextPointersToMe] + 602
    3   com.apple.AppKit                        0x00007fff83d73d08 -[NSView _removeFromKeyViewLoop] + 205
    4   com.apple.AppKit                        0x00007fff83d734a6 -[NSView _finalizeWithReferenceCounting] + 784
    5   com.apple.AppKit                        0x00007fff83d7316e -[NSView dealloc] + 42
    6   libobjc.A.dylib                         0x00007fff82a7f230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464
    7   com.apple.CoreFoundation                0x00007fff88812d72 _CFAutoreleasePoolPop + 34
    8   com.apple.Foundation                    0x00007fff85e08ada -[NSAutoreleasePool drain] + 154
    9   com.apple.AppKit                        0x00007fff83d752ae -[NSApplication run] + 736
    10  com.apple.loginwindow                   0x000000010947fc08 0x10947a000 + 23560
    11  libdyld.dylib                           0x00007fff881b37e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff83b48d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8b5b5dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8b5b59ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff83b486d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8a77ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8a77ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff83b486d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8a77ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8a77ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff83b486d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8a77ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8a77ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 5:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff83b48386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8a806800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff8a806717 usleep + 54
    3   com.apple.AppKit                        0x00007fff83f63868 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff85e43cd2 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff8a77c7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8a7691e1 thread_start + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff83b480fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8a781023 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x00007fff87d01ea3 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x00007fff87d01201 CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x00007fff87d00fd7 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x00007fff8a77c7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8a7691e1 thread_start + 13
    Thread 7:: Dispatch queue: com.apple.bezelservices.driverservices
    0   libsystem_kernel.dylib                  0x00007fff83b46686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83b45c42 mach_msg + 70
    2   com.apple.framework.IOKit               0x00007fff8511600b io_registry_entry_set_properties + 117
    3   com.apple.framework.IOKit               0x00007fff850cbeef IORegistryEntrySetCFProperties + 72
    4   com.apple.BezelServices                 0x000000010aa505ac 0x10aa39000 + 95660
    5   libdispatch.dylib                       0x00007fff8b5b6f01 _dispatch_call_block_and_release + 15
    6   libdispatch.dylib                       0x00007fff8b5b30b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8b5b447f _dispatch_queue_drain + 235
    8   libdispatch.dylib                       0x00007fff8b5b42f1 _dispatch_queue_invoke + 52
    9   libdispatch.dylib                       0x00007fff8b5b41c3 _dispatch_worker_thread2 + 249
    10  libsystem_c.dylib                       0x00007fff8a77ed0b _pthread_wqthread + 404
    11  libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 8:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff83b46686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83b45c42 mach_msg + 70
    2   com.apple.audio.CoreAudio               0x00007fff835035f1 Client_CAD_FindSubServer + 99
    3   com.apple.audio.CoreAudio               0x00007fff835034a5 HALCADClient::ConnectToServer() + 71
    4   com.apple.audio.CoreAudio               0x00007fff835032dd HALCADClient::Initialize() + 77
    5   com.apple.audio.CoreAudio               0x00007fff83502b2f HALSystem::InitializeShell() + 19
    6   com.apple.audio.CoreAudio               0x00007fff835023a2 HALSystem::CheckOutInstance() + 118
    7   com.apple.audio.CoreAudio               0x00007fff83523ff9 AudioObjectSetPropertyData + 162
    8   com.apple.loginwindow                   0x00000001094be55f 0x10947a000 + 279903
    9   libdispatch.dylib                       0x00007fff8b5b6f01 _dispatch_call_block_and_release + 15
    10  libdispatch.dylib                       0x00007fff8b5b30b6 _dispatch_client_callout + 8
    11  libdispatch.dylib                       0x00007fff8b5b41fa _dispatch_worker_thread2 + 304
    12  libsystem_c.dylib                       0x00007fff8a77ed0b _pthread_wqthread + 404
    13  libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff83b47fc6 __munmap + 10
    1   com.apple.CoreServices.OSServices          0x00007fff8312d58a CFileLoaderDataController::~CFileLoaderDataController() + 44
    2   com.apple.CoreServices.OSServices          0x00007fff8312d54f CFileLoaderDataController::~CFileLoaderDataController() + 17
    3   com.apple.CoreServices.OSServices          0x00007fff8312d52e CIconFamilyLoader::CloseStorage() + 24
    4   com.apple.CoreServices.OSServices          0x00007fff8312c53f CIconStorageEntry::Load(CIconFamilyLoader*, unsigned int) + 675
    5   com.apple.CoreServices.OSServices          0x00007fff8312c27d CLocalRefToSharedStorageEntry::Load(CIconFamilyLoader*, unsigned int) + 141
    6   com.apple.CoreServices.OSServices          0x00007fff83129449 _ISGetStorageRefFromLoader(CIconFamilyLoader*, unsigned int, unsigned int, unsigned int, unsigned int*) + 838
    7   com.apple.CoreServices.OSServices          0x00007fff8315902c _ISUnflattenStorageRef + 221
    8   com.apple.CoreServices.OSServices          0x00007fff831838ca _ISUnFlattenImageRef + 136
    9   com.apple.CoreServices.OSServices          0x00007fff83122fb3 SFLMutableListItem::SetNewPrefs(__CFDictionary const*, unsigned short, OpaqueISImageRef*) + 1181
    10  com.apple.CoreServices.OSServices          0x00007fff83122ab8 SFLMakeNewListItem(unsigned int, __CFDictionary const*, short, unsigned short, OpaqueISImageRef*) + 176
    11  com.apple.CoreServices.OSServices          0x00007fff831252b6 SFLListBase::AppendFromListInfo(__CFArray const*, __CFArray const*, unsigned short) + 102
    12  com.apple.CoreServices.OSServices          0x00007fff831727d7 SFLRemoteEntry::InstantiateFromPrefs(unsigned int*, __CFDictionary const**) + 349
    13  com.apple.CoreServices.OSServices          0x00007fff83124f55 SFLRemoteEntry::MakeSnapshotList(unsigned int*) + 175
    14  com.apple.CoreServices.OSServices          0x00007fff83124e20 _SFLCreateSnapshot + 80
    15  com.apple.LaunchServices                0x00007fff89fdec8f LSSharedFileListCopySnapshot + 547
    16  com.apple.LaunchServices                0x00007fff8a046254 _LSRecentsInit + 155
    17  com.apple.loginwindow                   0x000000010949120e 0x10947a000 + 94734
    18  com.apple.Foundation                    0x00007fff85e43cd2 __NSThread__main__ + 1345
    19  libsystem_c.dylib                       0x00007fff8a77c7a2 _pthread_start + 327
    20  libsystem_c.dylib                       0x00007fff8a7691e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff71a3ab00  rbx: 0x0000000000000000  rcx: 0x00007fff845aa3e4  rdx: 0x0000000000000000
      rdi: 0x00007fb6354102d0  rsi: 0x00007fff845aa3e4  rbp: 0x00007fff567855b0  rsp: 0x00007fff567853b0
       r8: 0x0000000000000010   r9: 0x00007fff56785540  r10: 0x00007fb63509dc00  r11: 0xa000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x00007fb6354102d0  r15: 0x0000000000000000
      rip: 0x00007fff82a7b250  rfl: 0x0000000000010246  cr2: 0x000000010f428000
    Logical CPU: 2
    Binary Images:
           0x10947a000 -        0x10950cff7  com.apple.loginwindow (8.2 - 8.2) <8DCEF97F-3C6C-39EA-900F-5AAE666DBF8C> /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
           0x109743000 -        0x109748fff  com.apple.BezelServicesFW (236.3 - 236.3) <766C14E5-8D2C-39A3-8038-3474987A541A> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
           0x10974f000 -        0x109751fff  com.apple.framework.machinesettings (11.0 - 11.0) <B26DDE52-4495-3B0B-9602-8CC65F764646> /System/Library/PrivateFrameworks/MachineSettings.framework/Versions/A/MachineS ettings
           0x10a97f000 -        0x10a993fff  com.apple.DisplayServices (2.7.2 - 357) <C70DCB60-128F-3475-94F7-4DC5D9E1001A> /System/Library/LoginPlugins/DisplayServices.loginPlugin/Contents/MacOS/Display Services
           0x10a9a5000 -        0x10a9acfff  com.apple.DFSLoginPlugin (2.3 - 2.3) <49317E74-9FC6-323D-8CD1-26E1EFBECF04> /System/Library/LoginPlugins/FSDisconnect.loginPlugin/Contents/MacOS/FSDisconne ct
           0x10aa39000 -        0x10aa66ff7  com.apple.BezelServices (236.3 - 236.3) <2F5973E9-F13B-3182-ABD6-9AEEAB467D87> /System/Library/LoginPlugins/BezelServices.loginPlugin/Contents/MacOS/BezelServ ices
           0x10abce000 -        0x10abdbfff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10abe3000 -        0x10abecfe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x10abf5000 -        0x10ac02ff7  com.apple.iokit.IOHIDLib (1.8.1 - 1.8.1) <6FBC3C8A-591A-34BB-9698-801BD23BDA44> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
           0x10ae48000 -        0x10ae73fff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10c806000 -        0x10c9c4fff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10c9fb000 -        0x10cb6bfff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10cc26000 -        0x10cfbdff7  com.apple.driver.AppleIntelHDGraphicsGLDriver (8.10.44 - 8.1.0) <B42A1921-2D3F-33DE-B3A0-5E597CA7C2F0> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
           0x200000000 -        0x20092dff7  com.apple.GeForceGLDriver (8.10.44 - 8.1.0) <3851C869-C1CF-3EFE-A08C-025318833871> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6907a000 -     0x7fff690ae93f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff8148d000 -     0x7fff81628fef  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
        0x7fff8162a000 -     0x7fff8162afff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8162b000 -     0x7fff8182bfff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff81dde000 -     0x7fff81e09fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff81e0a000 -     0x7fff81e72fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff81ec8000 -     0x7fff81ec8fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff81ec9000 -     0x7fff81ee8ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff81ee9000 -     0x7fff81ef7fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff81ef8000 -     0x7fff81f0cfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff81f0d000 -     0x7fff8205efff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff82060000 -     0x7fff8206cfff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8206d000 -     0x7fff82073ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff82074000 -     0x7fff8208bfff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8208c000 -     0x7fff82099fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff820c2000 -     0x7fff82101ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff82102000 -     0x7fff82103fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8219b000 -     0x7fff822b4fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff822c9000 -     0x7fff822ccfff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff82a75000 -     0x7fff82b8d92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff82b8e000 -     0x7fff82b94fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff82bac000 -     0x7fff82bb3fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff82bb4000 -     0x7fff82bbefff  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
        0x7fff82bbf000 -     0x7fff82bffff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff82c73000 -     0x7fff82c94ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff82c95000 -     0x7fff82ce0fff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff82ce1000 -     0x7fff82f16ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff830ec000 -     0x7fff8311aff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8311b000 -     0x7fff831c1ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff831c2000 -     0x7fff831c3ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
        0x7fff831c4000 -     0x7fff831c7fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff831c8000 -     0x7fff831d1ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff831d2000 -     0x7fff831d3fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff831d4000 -     0x7fff831dbfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff831dc000 -     0x7fff83227ff7  com.apple.GraphKit (1.0.5 - 30) <3041F39B-5372-334E-9757-3EBFE0CDA293> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
        0x7fff83228000 -     0x7fff8322dfff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff83501000 -     0x7fff8355eff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff83560000 -     0x7fff835effff  libCoreStorage.dylib (296.16) <E5BF76A1-2B3E-3FD8-ABF4-F8D18829BF0A> /usr/lib/libCoreStorage.dylib
        0x7fff83640000 -     0x7fff83688fff  com.apple.DiskManagement (5.2 - 665) <FE8FA1AF-BE4E-3D1B-9C0D-B02CC354C4F2> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff83733000 -     0x7fff83733fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff83734000 -     0x7fff8375bfff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8375c000 -     0x7fff837a4fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff837a5000 -     0x7fff837a9fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff837aa000 -     0x7fff837f4ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff837f5000 -     0x7fff8380cfff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff83927000 -     0x7fff83a47fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff83a81000 -     0x7fff83abefef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff83abf000 -     0x7fff83ac1fff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff83acc000 -     0x7fff83accfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff83acd000 -     0x7fff83acdfff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff83b36000 -     0x7fff83b51ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff83bea000 -     0x7fff83c1cfff  com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff83c1d000 -     0x7fff83c28ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff83c29000 -     0x7fff84856ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff84857000 -     0x7fff849ccfff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff84a2b000 -     0x7fff84a6eff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff84a79000 -     0x7fff84aaffff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff84ab0000 -     0x7fff84ae1ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff84cd4000 -     0x7fff84d0bff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff84d23000 -     0x7fff84d2efff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff84ddf000 -     0x7fff84dfffff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff84e00000 -     0x7fff84e03fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff84e04000 -     0x7fff84e06fff  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
        0x7fff84e07000 -     0x7fff84e09ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff84f66000 -     0x7fff84f69ff7  com.apple.LoginUICore (2.0 - 2.0) <C1911200-E442-3B99-AB91-C135703D55DF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff84f6a000 -     0x7fff84f79ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff85066000 -     0x7fff850c5fff  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
        0x7fff850c6000 -     0x7fff85134fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85135000 -     0x7fff8519efff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8519f000 -     0x7fff851a4ff7  com.apple.CaptiveNetworkSupport (12.0 - 1) <D917B57A-CDE3-3F01-B676-C068DBAAB7E4> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNe twork
        0x7fff851a5000 -     0x7fff851ccff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff855c7000 -     0x7fff856b8ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff856b9000 -     0x7fff857bbfff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff857bc000 -     0x7fff8588eff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff858d4000 -     0x7fff85925ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff85926000 -     0x7fff8594efff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8594f000 -     0x7fff8595dfff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff85988000 -     0x7fff85a09fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff85d65000 -     0x7fff85d86fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff85d87000 -     0x7fff85d99ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff85d9a000 -     0x7fff85dadff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff85dae000 -     0x7fff8610bff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8610c000 -     0x7fff8610dfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8610e000 -     0x7fff8610fff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff86110000 -     0x7fff86190ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff86259000 -     0x7fff86be96ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff86bea000 -     0x7fff86beafff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff86beb000 -     0x7fff86fe2fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff86fe3000 -     0x7fff86fe3ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff872af000 -     0x7fff872b1fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff872b2000 -     0x7fff87460fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8748e000 -     0x7fff87c73fff  libclh.dylib (4.0.3 - 4.0.3) <4562B69C-9097-352B-A179-6E7017618562> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff87c74000 -     0x7fff87c7cff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff87c7d000 -     0x7fff87cb1fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87cb2000 -     0x7fff87cfeff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff87cff000 -     0x7fff87d29ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff87d2a000 -     0x7fff87d31fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff87d6f000 -     0x7fff87d73ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff87d74000 -     0x7fff87e47ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <E5F3F320-1049-32D8-8189-916EF5C40A1A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff87e48000 -     0x7fff87e91fff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff87ed6000 -     0x7fff87eedfff  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
        0x7fff87f49000 -     0x7fff87f84fff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff87f85000 -     0x7fff88082ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff88083000 -     0x7fff880a2ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff880b2000 -     0x7fff880ecff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff880ed000 -     0x7fff880feff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff88114000 -     0x7fff8811cfff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8811d000 -     0x7fff88153fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff88154000 -     0x7fff881b0ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff881b1000 -     0x7fff881b4ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff881b5000 -     0x7fff881d7ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff881f3000 -     0x7fff8828dfff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8828e000 -     0x7fff88383fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff887a0000 -     0x7fff887e1ff7  com.apple.framework.corewlankit (2.0.2 - 202.10) <532A7801-A7D8-3FB1-A469-91EB18CB4F05> /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit
        0x7fff887e2000 -     0x7fff889ccff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88d03000 -     0x7fff88fa7ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff891c9000 -     0x7fff89223fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff89224000 -     0x7fff89225fff  libScreenReader.dylib (264.6) <299274C2-0030-3FDC-8C8F-2933095CD02B> /usr/lib/libScreenReader.dylib
        0x7fff89249000 -     0x7fff89579fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8957a000 -     0x7fff89618ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8962b000 -     0x7fff89681fff  com.apple.HIServices (1.20 - 417) <839B4EE4-B96F-3371-BE90-3B4EBB86C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89682000 -     0x7fff89684ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff89685000 -     0x7fff89aa2fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff89aa3000 -     0x7fff89af2ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff89b57000 -     0x7fff89bd9ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff89bda000 -     0x7fff89bf0fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89ec2000 -     0x7fff89f2fff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff89f30000 -     0x7fff89f32fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff89fd6000 -     0x7fff8a087fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8a088000 -     0x7fff8a107ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8a123000 -     0x7fff8a124fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8a125000 -     0x7fff8a3f6ff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8a3f7000 -     0x7fff8a3fbfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8a3fc000 -     0x7fff8a4c1ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8a4c2000 -     0x7fff8a4c4ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8a4c5000 -     0x7fff8a4c5fff  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
        0x7fff8a566000 -     0x7fff8a574ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8a575000 -     0x7fff8a583ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff8a5de000 -     0x7fff8a5dfff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8a5e0000 -     0x7fff8a648ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8a649000 -     0x7fff8a64afff  libUAPreferences.dylib (143.7.2) <88221767-D35A-3AB5-86A8-0B186766A5DB> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Librarie s/libUAPreferences.dylib
        0x7fff8a64b000 -     0x7fff8a670ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8a686000 -     0x7fff8a760fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8a768000 -     0x7fff8a834ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff8a950000 -     0x7fff8a978ff7  com.apple.SystemConfiguration.EAP8021X (12.0.0 - 12.0) <50EAD1D3-E866-314E-B998-64D1B882A176> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
        0x7fff8ae77000 -     0x7fff8ae82fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8afc9000 -     0x7fff8b0c6fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8b124000 -     0x7fff8b128fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8b129000 -     0x7fff8b234fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8b235000 -     0x7fff8b263fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8b264000 -     0x7fff8b57bff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b5b1000 -     0x7fff8b5c6ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8b5c7000 -     0x7fff8b5c9fff  libUniversalAccess.dylib (143.7.2) <F0596AEF-609C-3599-A30A-6CE8E256F8FD> /usr/lib/libUniversalAccess.dylib
        0x7fff8b5ca000 -     0x7fff8b60dff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8b60e000 -     0x7fff8b621ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8b622000 -     0x7fff8b623ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8b624000 -     0x7fff8b625fff  libquit.dylib (130) <DC77F406-C5D4-301B-A96D-9A3DCA263756> /usr/lib/libquit.dylib
        0x7fff8b653000 -     0x7fff8b65fff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8b660000 -     0x7fff8b6afff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8b99b000 -     0x7fff8ba36fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8ba37000 -     0x7fff8ba43fff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8ba51000 -     0x7fff8ba93ff7  com.apple.LoginUIKit (2.0 - 2.0) <B4C91314-C5A4-3FAD-82C5-18F8ECC0288D> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/LoginUIKit
        0x7fff8ba94000 -     0x7fff8ba94fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8bad0000 -     0x7fff8bad4ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8bad5000 -     0x7fff8bae5fff  com.apple.FileSync.framework (8.0 - 606) <570A8365-80AA-394C-A245-599327A65516> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
        0x7fff8bd6c000 -     0x7fff8bdc3ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8bdc4000 -     0x7fff8bdc9fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8bdca000 -     0x7fff8be24ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8be25000 -     0x7fff8be28fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8be29000 -     0x7fff8be3efff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8be80000 -     0x7fff8be84fff  com.apple.FindMyMac (2.1 - 2.1) <EF5351E8-4BA3-3EE2-8358-0436EF4EC041> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
        0x7fff8be85000 -     0x7fff8be8ffff  libcsfde.dylib (296.16) <DE03E28D-7979-3C31-9F46-2A7337CE0DBA> /usr/lib/libcsfde.dylib
        0x7fff8d704000 -     0x7fff8d713fff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8d716000 -     0x7fff8d71afff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d71b000 -     0x7fff8d728fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8d729000 -     0x7fff8d74bff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff8d74c000 -     0x7fff8d790fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff8da88000 -     0x7fff8dc0efff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8dc0f000 -     0x7fff8dc9cff7  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
        0x7fff8dcab000 -     0x7fff8dcb0fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8dcb1000 -     0x7fff8ddb3fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8ddb4000 -     0x7fff8ddbafff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8ddbb000 -     0x7fff8ddbbfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8ddbc000 -     0x7fff8ddd9ff7  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
        0x7fff8ddda000 -     0x7fff8de97ff7  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
        0x7fff8e10e000 -     0x7fff8e11afff  com.apple.login (2.0 - 2.0) <2CE05B78-5D08-3666-B816-6E1874386407> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8e11b000 -     0x7fff8e147ff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8e148000 -     0x7fff8e19dff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e1a8000 -     0x7fff8e1b5ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8e3ff000 -     0x7fff8e40aff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    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: 61
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=177.0M resident=129.9M(73%) swapped_out_or_unallocated=47.1M(27%)
    Writable regions: Total=114.9M written=2048K(2%) resident=26.7M(23%) swapped_out=0K(0%) unallocated=88.2M(77%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  5088K
    CG raster data                     5356K
    CG shared images                    128K
    CoreAnimation                         4K
    CoreServices                       2280K
    IOKit                              3792K
    IOKit (reserved)                      4K        reserved VM address space (unallocated)
    MALLOC                             87.3M
    MALLOC guard page                    48K
    Memory tag=242                       12K
    OpenGL GLSL                        1936K
    OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
    STACK GUARD                        56.0M
    Stack                              12.6M
    VM_ALLOCATE                         196K
    __DATA                             30.5M
    __IMAGE                             528K
    __LINKEDIT                         54.2M
    __TEXT                            122.7M
    __UNICODE                           544K
    mapped file                        27.9M
    shared memory                      1844K
    ===========                      =======
    TOTAL                             412.6M
    TOTAL, minus reserved VM space    412.5M
    This is the second crash log...
    Process:         loginwindow [52]
    Path:            /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    Identifier:      loginwindow
    Version:         8.2 (8.2)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         501
    Date/Time:       2013-05-13 01:22:30.075 -0400
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: setNextKeyView:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff86d17250 objc_msgSend + 16
    1   com.apple.CoreFoundation                0x00007fff8cb0a4a6 __NSArrayEnumerate + 582
    2   com.apple.AppKit                        0x00007fff8800ff7b -[NSView _removeNextPointersToMe] + 602
    3   com.apple.AppKit                        0x00007fff8800fd08 -[NSView _removeFromKeyViewLoop] + 205
    4   com.apple.AppKit                        0x00007fff8800f4a6 -[NSView _finalizeWithReferenceCounting] + 784
    5   com.apple.AppKit                        0x00007fff8800f16e -[NSView dealloc] + 42
    6   libobjc.A.dylib                         0x00007fff86d1b230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464
    7   com.apple.CoreFoundation                0x00007fff8caaed72 _CFAutoreleasePoolPop + 34
    8   com.apple.Foundation                    0x00007fff8a0a4ada -[NSAutoreleasePool drain] + 154
    9   com.apple.AppKit                        0x00007fff880112ae -[NSApplication run] + 736
    10  com.apple.loginwindow             

    Some tests to try.
    Apple Hardware Test doesn't catch everything, so even if it doesn't find a problem, you could have one.
    Apple Hardware Test
    Memory Test
    Memory Test (2)

Maybe you are looking for

  • Two iphones with the same name

    Dear Apple community My iphone was stolen at new years eve. I've tried tracking it with find my iphone, but it's been offline since i lost it. However, i have an old phone that i immediatly charged the next day to stay in touch with my relatives, but

  • How to print the rows vertically

    Hi how to print the results vertically, like this SELECT eno, ename, deptid FROM emp_asign WHERE ROWNUM<3 ENO     104 ENAME     Bruce Ernst DEPTID     60 ENO     106 ENAME     Maximus DEPTID     60

  • MRP for 2 materials

    Is it possible to run MRP for one material number and take into account inventory and orders that exist for a different material number? We have some parts that can be rebuilt (e.g. material abc123).  We're considering creating a new material number

  • Smartview connection problem.

    Hi, I have a planning application. I opened an excel file and created a connection by using hyperion shared services url wizard. the URL is "http://hypdemo:13080/aps/SmartView". After creating this connection I tried to connect this connection piece

  • While initializing the database in adobe livecycle es

    Hi, Would you suggest me that while initializing the database I'm having the following error: Failed on retriewing task from server. ALC-TTN-109-000:Could not establish a valid connect to server:[Unexpected end to file from server]. To resolve this p