Servermgrd crashes every two minutes

Let me know if there's a better place to post this.
I've had Lion Server running on a mini server for the past couple of weeks, no real problems.  Upgraded to 10.7.2
In the last week or so I've started seeing this in the logs:
Nov 27 17:06:39 office servermgrd[86199]: [86199] error in getAndLockContext: flock(servermgr_info) FATAL time out
Nov 27 17:06:39 office servermgrd[86199]: [86199] process will force-quit to avoid deadlock
Nov 27 17:06:39 office servermgrd[86199]: outstanding requests are: (
                Command = getEventMonitorConfig;
                Module = "servermgr_info";
                Timestamp = "2011-11-27 17:04:38 +0000";
...(more requests)...
Nov 27 17:06:39 office com.apple.launchd[1] (com.apple.servermgrd[86199]): Exited with code: 1
and servermgrd restarts.
I tried a reboot, but same thing happened afterwards.
It's doing this every few minutes now, which makes it hard to use the graphical tools.
Dec  2 16:35:30 office com.apple.launchd[1] (com.apple.servermgrd[47746]): Exited with code: 1
Dec  2 16:37:43 office com.apple.launchd[1] (com.apple.servermgrd[47939]): Exited with code: 1
Dec  2 16:39:48 office com.apple.launchd[1] (com.apple.servermgrd[48129]): Exited with code: 1
Any ideas?  It's not affecting any actual services.
Thanks,
Sean
Here's some CrashReporter output.  This output occurs only 6 times a day rather than every few minutes.
Process:         servermgrd [36644]
Path:            /System/Library/CoreServices/ServerManagerDaemon.bundle/Contents/MacOS/servermg rd
Identifier:      servermgrd
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [1]
Date/Time:       2011-12-02 12:30:19.983 +0000
OS Version:      Mac OS X Server 10.7.2 (11C74)
Report Version:  9
Crashed Thread:  7
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Regions Near 0:
-->
    __TEXT                 000000010d8a2000-000000010d8b4000 [   72K] r-x/rwx SM=COW  /System/Library/CoreServices/ServerManagerDaemon.bundle/Contents/MacOS/servermg rd
Thread 7 Crashed:
0   ???                                     000000000000000000 0 + 0
1   libcommonCrypto.dylib                   0x00007fff903b55bc CCCryptorCreateFromDataWithMode + 837
2   libcommonCrypto.dylib                   0x00007fff903b578e CCCryptorCreateFromData + 155
3   libcommonCrypto.dylib                   0x00007fff903b4dfd CCCryptorCreate + 133
4   com.apple.security                      0x00007fff8fa2c41d CCSymmInit + 154
5   com.apple.security                      0x00007fff8fa2c091 SSLInitPendingCiphers + 476
6   com.apple.security                      0x00007fff8fa286f1 SSLAdvanceHandshake + 5333
7   com.apple.security                      0x00007fff8fa270d5 SSLProcessHandshakeRecord + 789
8   com.apple.security                      0x00007fff8fa26d6b SSLProcessProtocolMessage + 82
9   com.apple.security                      0x00007fff8fa26759 SSLHandshakeProceed + 390
10  com.apple.security                      0x00007fff8fa265c3 SSLHandshake + 107
11  com.apple.ServerManagerDaemon           0x000000010d8abe6a -[AbstractSSLSocket readData:withLimit:] + 395
12  com.apple.ServerManagerDaemon           0x000000010d8ad1ed -[BufferedSSLSocket readDataUpToData:withLimit:] + 74
13  com.apple.ServerManagerDaemon           0x000000010d8ad19c -[BufferedSSLSocket readDataUpToString:] + 56
14  com.apple.ServerManagerDaemon           0x000000010d8aa934 -[SessionController threadListen:] + 128
15  com.apple.Foundation                    0x00007fff94f3d7fe -[NSThread main] + 68
16  com.apple.Foundation                    0x00007fff94f3d776 __NSThread__main__ + 1575
17  libsystem_c.dylib                       0x00007fff928d28bf _pthread_start + 335
18  libsystem_c.dylib                       0x00007fff928d5b75 thread_start + 13
Thread 8:
0   libsystem_c.dylib                   0x00007fff928abcbd memmove$VARIANT$sse42 + 0
1   com.apple.security                  0x00007fff8fa2be16 HMAC_Init + 33
2   com.apple.security                  0x00007fff8fa2bc0e tlsPHash + 117
3   com.apple.security                  0x00007fff8fa2bb14 SSLInternal_PRF + 213
4   com.apple.security                  0x00007fff8fa2c772 tls1ComputeFinishedMac + 191
5   com.apple.security                  0x00007fff8fa30a23 SSLProcessFinished + 243
6   com.apple.security                  0x00007fff8fa26fe9 SSLProcessHandshakeRecord + 553
7   com.apple.security                  0x00007fff8fa26d6b SSLProcessProtocolMessage + 82
8   com.apple.security                  0x00007fff8fa26759 SSLHandshakeProceed + 390
9   com.apple.security                  0x00007fff8fa265c3 SSLHandshake + 107
10  com.apple.ServerManagerDaemon       0x000000010d8abe6a -[AbstractSSLSocket readData:withLimit:] + 395
11  com.apple.ServerManagerDaemon       0x000000010d8ad1ed -[BufferedSSLSocket readDataUpToData:withLimit:] + 74
12  com.apple.ServerManagerDaemon       0x000000010d8ad19c -[BufferedSSLSocket readDataUpToString:] + 56
13  com.apple.ServerManagerDaemon       0x000000010d8aa934 -[SessionController threadListen:] + 128
14  com.apple.Foundation                0x00007fff94f3d7fe -[NSThread main] + 68
15  com.apple.Foundation                0x00007fff94f3d776 __NSThread__main__ + 1575
16  libsystem_c.dylib                   0x00007fff928d28bf _pthread_start + 335
17  libsystem_c.dylib                   0x00007fff928d5b75 thread_start + 13

In our 10.7.4 flock(servermgr_info) case, I could isolate it to whether the DNS service was stopped or started.
DNS service = stopped = ok
DNS service = started = error in getAndLockContext: flock(servermgr_info) FATAL time out
Jun 29 13:44:34 mac00 servermgrd[814]: [814] error in getAndLockContext: flock(servermgr_info) FATAL time out
Jun 29 13:44:34 mac00 servermgrd[814]: [814] process will force-quit to avoid deadlock
Jun 29 13:44:34 mac00 servermgrd[814]: outstanding requests are: (
            Command = getState;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:42:32 +0000";
            Command = Idle;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:42:32 +0000";
            Command = readSettings;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:42:32 +0000";
            Command = readSettings;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:42:32 +0000";
            Command = getHistory;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:42:33 +0000";
            Command = readSettings;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:42:34 +0000";
            Command = getHistory;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:42:34 +0000";
            Command = getState;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:42:51 +0000";
            Command = readSettings;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:43:17 +0000";
            Command = Idle;
            Module = "servermgr_info";
            Timestamp = "2012-06-29 11:43:32 +0000";
Jun 29 13:44:34 mac00 com.apple.launchd[1] (com.apple.servermgrd[814]): Exited with code: 1

Similar Messages

  • Servermgrd crashes every 10 minutes on 10.7.4

    Hi all
    Noticed the servermgrd is crashing every ten minutes on our Mac mini running 10.7.4 with server. Some other weird errors are shown too:
    servermgrd: pipe(stdin) error: 24
    servermgrd: pipe(stdin) error: 24
    servermgrd: servermgr_ipfilter:ipfw config:Notice:Flushed IPv4 rules
    servermgrd: pipe(status) error: 24
    servermgrd: [6381] error in getAndLockContext: flock(servermgr_info) FATAL time out
    servermgrd: [6381] process will force-quit to avoid deadlock
    com.apple.launchd: (com.apple.servermgrd[6381]) Exited with code: 1
    Crash report is attached.
    Any idea where to start the search?
    Thanks in advance
    Ric
    Process:    
    servermgrd [6249]
    Path:       
    /System/Library/CoreServices/ServerManagerDaemon.bundle/Contents/MacOS/servermgr d
    Identifier: 
    servermgrd
    Version:    
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [1]
    Date/Time:  
    2014-05-09 16:25:21.608 +0200
    OS Version: 
    Mac OS X Server 10.7.5 (11G63)
    Report Version:  9
    Crashed Thread:  2  Dispatch queue: com.apple.libdispatch-manager
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    mach ports at last idle 157
    objc[6249]: garbage collection is OFF
    BUG IN CLIENT OF LIBDISPATCH: Do not close random Unix descriptors
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   libservermgrcommon.dylib 
    0x000000010c89b7bd -[BundleManager doIdle] + 851
    3   com.apple.Foundation     
    0x00007fff8a455f40 __NSFireTimer + 102
    4   com.apple.CoreFoundation 
    0x00007fff8e7da934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    5   com.apple.CoreFoundation 
    0x00007fff8e7da486 __CFRunLoopDoTimer + 534
    6   com.apple.CoreFoundation 
    0x00007fff8e7bae11 __CFRunLoopRun + 1617
    7   com.apple.CoreFoundation 
    0x00007fff8e7ba486 CFRunLoopRunSpecific + 230
    8   com.apple.Foundation     
    0x00007fff8a409f7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    9   com.apple.Foundation     
    0x00007fff8a409e67 -[NSRunLoop(NSRunLoop) run] + 62
    10  com.apple.ServerManagerDaemon
    0x000000010c85a5f4 main + 4315
    11  com.apple.ServerManagerDaemon
    0x000000010c8581f8 start + 52
    Thread 1:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   com.apple.ServerAdmin.servermgr_info
    0x000000011345c279 0x113454000 + 33401
    3   libdispatch.dylib        
    0x00007fff8cc22a82 _dispatch_call_block_and_release + 18
    4   libdispatch.dylib        
    0x00007fff8cc23961 _dispatch_worker_thread2 + 255
    5   libsystem_c.dylib        
    0x00007fff916fc3da _pthread_wqthread + 316
    6   libsystem_c.dylib        
    0x00007fff916fdb85 start_wqthread + 13
    Thread 2 Crashed:: Dispatch queue: com.apple.libdispatch-manager
    0   libdispatch.dylib        
    0x00007fff8cc247bc _dispatch_mgr_invoke + 977
    1   libdispatch.dylib        
    0x00007fff8cc23316 _dispatch_mgr_thread + 54
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff8e194df2 __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff8e803c8b __CFSocketManager + 1355
    2   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    3   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff8e19447a __accept + 10
    1   com.apple.ServerManagerDaemon
    0x000000010c8623b0 -[BufferedSSLSocket acceptConnectionAndKeepListening] + 202
    2   com.apple.ServerManagerDaemon
    0x000000010c85b932 -[ServerLaunchdController threadListen:] + 255
    3   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    4   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    5   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff8e19447a __accept + 10
    1   com.apple.ServerManagerDaemon
    0x000000010c8623b0 -[BufferedSSLSocket acceptConnectionAndKeepListening] + 202
    2   com.apple.ServerManagerDaemon
    0x000000010c85b932 -[ServerLaunchdController threadListen:] + 255
    3   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    4   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    5   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   libservermgrcommon.dylib 
    0x000000010c89c051 -[BundleManager doIdle0:] + 387
    3   libservermgrcommon.dylib 
    0x000000010c89c507 -[BundleManager doCommand:withModule:forUser:] + 357
    4   com.apple.ServerManagerDaemon
    0x000000010c85db01 -[SessionController doCommand:withModule:] + 1295
    5   com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    6   com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    7   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    8   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    9   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    10  libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   libservermgrcommon.dylib 
    0x000000010c89c051 -[BundleManager doIdle0:] + 387
    3   libservermgrcommon.dylib 
    0x000000010c89c507 -[BundleManager doCommand:withModule:forUser:] + 357
    4   com.apple.ServerManagerDaemon
    0x000000010c85db01 -[SessionController doCommand:withModule:] + 1295
    5   com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    6   com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    7   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    8   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    9   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    10  libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 8:
    0   libsystem_c.dylib        
    0x00007fff9174d12d calloc + 0
    1   libsystem_c.dylib        
    0x00007fff917213b3 asl_file_fetch_object + 341
    2   libsystem_c.dylib        
    0x00007fff9172145b asl_file_fetch_helper_str + 110
    3   libsystem_c.dylib        
    0x00007fff91721798 asl_file_fetch_pos + 771
    4   libsystem_c.dylib        
    0x00007fff91721d22 asl_file_match_next + 157
    5   libsystem_c.dylib        
    0x00007fff91721f1a asl_file_list_match_timeout + 383
    6   libsystem_c.dylib        
    0x00007fff91719fb2 asl_store_match_timeout + 279
    7   libsystem_c.dylib        
    0x00007fff91719fea asl_store_match + 27
    8   com.apple.ServerAdmin.servermgr_info
    0x0000000113466c6c 0x113454000 + 76908
    9   com.apple.ServerAdmin.servermgr_info
    0x0000000113455b03 0x113454000 + 6915
    10  com.apple.CoreFoundation 
    0x00007fff8e817efc __invoking___ + 140
    11  com.apple.CoreFoundation 
    0x00007fff8e817d94 -[NSInvocation invoke] + 132
    12  libservermgrcommon.dylib 
    0x000000010c8999df -[PluginRequestHandler doProcessInputWithRequest:context:lockFileFD:] + 3776
    13  libservermgrcommon.dylib 
    0x000000010c89c621 -[BundleManager doCommand:withModule:forUser:] + 639
    14  com.apple.ServerManagerDaemon
    0x000000010c85db01 -[SessionController doCommand:withModule:] + 1295
    15  com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    16  com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    17  com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    18  com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    19  libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    20  libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   libservermgrcommon.dylib 
    0x000000010c89c051 -[BundleManager doIdle0:] + 387
    3   libservermgrcommon.dylib 
    0x000000010c89c507 -[BundleManager doCommand:withModule:forUser:] + 357
    4   com.apple.ServerManagerDaemon
    0x000000010c85db01 -[SessionController doCommand:withModule:] + 1295
    5   com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    6   com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    7   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    8   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    9   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    10  libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib   
    0x00007fff8e194bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff916fe2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x00007fff8a487a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00007fff8a45122e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   libservermgrcommon.dylib 
    0x000000010c89d162 -[BundleManager doBatchCommand:forUser:] + 633
    5   com.apple.ServerManagerDaemon
    0x000000010c85da41 -[SessionController doCommand:withModule:] + 1103
    6   com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    7   com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    8   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    9   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    10  libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    11  libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   libservermgrcommon.dylib 
    0x000000010c89c051 -[BundleManager doIdle0:] + 387
    3   libservermgrcommon.dylib 
    0x000000010c89c507 -[BundleManager doCommand:withModule:forUser:] + 357
    4   libservermgrcommon.dylib 
    0x000000010c89cbf7 -[BundleManager doOneBatchCommand:] + 180
    5   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    6   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    7   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    8   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 12:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   com.apple.ServerAdmin.servermgr_info
    0x000000011345c279 0x113454000 + 33401
    3   libdispatch.dylib        
    0x00007fff8cc22a82 _dispatch_call_block_and_release + 18
    4   libdispatch.dylib        
    0x00007fff8cc23961 _dispatch_worker_thread2 + 255
    5   libsystem_c.dylib        
    0x00007fff916fc3da _pthread_wqthread + 316
    6   libsystem_c.dylib        
    0x00007fff916fdb85 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   libservermgrcommon.dylib 
    0x000000010c89c524 -[BundleManager doCommand:withModule:forUser:] + 386
    3   com.apple.ServerManagerDaemon
    0x000000010c85db01 -[SessionController doCommand:withModule:] + 1295
    4   com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    5   com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    6   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib   
    0x00007fff8e194bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff916fe274 _pthread_cond_wait + 840
    2   com.apple.DCERPC         
    0x000000011361ffc1 dcethread_cond_wait + 116
    3   com.apple.DCERPC         
    0x0000000113620007 dcethread_cond_wait_throw + 9
    4   com.apple.DCERPC         
    0x0000000113671f83 rpc__cn_network_receiver + 635
    5   com.apple.DCERPC         
    0x0000000113620190 proxy_start + 57
    6   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   libservermgrcommon.dylib 
    0x000000010c89c524 -[BundleManager doCommand:withModule:forUser:] + 386
    3   com.apple.ServerManagerDaemon
    0x000000010c85db01 -[SessionController doCommand:withModule:] + 1295
    4   com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    5   com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    6   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib   
    0x00007fff8e194bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff916fe2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x00007fff8a487a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00007fff8a45122e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   libservermgrcommon.dylib 
    0x000000010c89d162 -[BundleManager doBatchCommand:forUser:] + 633
    5   com.apple.ServerManagerDaemon
    0x000000010c85da41 -[SessionController doCommand:withModule:] + 1103
    6   com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    7   com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    8   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    9   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    10  libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    11  libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib   
    0x00007fff8e19375e syscall_thread_switch + 10
    1   libservermgrcommon.dylib 
    0x000000010c89ab08 -[BundleManager getAndLockContext:outFileDescriptor:timedout:] + 484
    2   libservermgrcommon.dylib 
    0x000000010c89c524 -[BundleManager doCommand:withModule:forUser:] + 386
    3   libservermgrcommon.dylib 
    0x000000010c89cbf7 -[BundleManager doOneBatchCommand:] + 180
    4   com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    5   com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    6   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib   
    0x00007fff8e194bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff916fe274 _pthread_cond_wait + 840
    2   com.apple.DCERPC         
    0x000000011361ffc1 dcethread_cond_wait + 116
    3   com.apple.DCERPC         
    0x0000000113620007 dcethread_cond_wait_throw + 9
    4   com.apple.DCERPC         
    0x0000000113671f83 rpc__cn_network_receiver + 635
    5   com.apple.DCERPC         
    0x0000000113620190 proxy_start + 57
    6   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib   
    0x00007fff8e195192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff916fc594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff916fdb85 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib   
    0x00007fff8e195192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff916fc594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff916fdb85 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib   
    0x00007fff8e195192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff916fc594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff916fdb85 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib   
    0x00007fff8e195af2 read + 10
    1   com.apple.Foundation     
    0x00007fff8a46c3e6 _NSReadFromFileDescriptor + 77
    2   com.apple.Foundation     
    0x00007fff8a46c205 -[NSConcreteFileHandle readDataOfLength:] + 258
    3   com.apple.Foundation     
    0x00007fff8a46c101 -[NSConcreteFileHandle readDataToEndOfFile] + 25
    4   com.apple.ServerAdmin.servermgr_calendar
    0x000000010dcc9ede 0x10dcc9000 + 3806
    5   com.apple.ServerAdmin.servermgr_calendar
    0x000000010dcca0c7 0x10dcc9000 + 4295
    6   com.apple.CoreFoundation 
    0x00007fff8e817efc __invoking___ + 140
    7   com.apple.CoreFoundation 
    0x00007fff8e817d94 -[NSInvocation invoke] + 132
    8   libservermgrcommon.dylib 
    0x000000010c8999df -[PluginRequestHandler doProcessInputWithRequest:context:lockFileFD:] + 3776
    9   libservermgrcommon.dylib 
    0x000000010c89c621 -[BundleManager doCommand:withModule:forUser:] + 639
    10  com.apple.ServerManagerDaemon
    0x000000010c85db01 -[SessionController doCommand:withModule:] + 1295
    11  com.apple.ServerManagerDaemon
    0x000000010c85f8af -[SessionController handleMessage:] + 3605
    12  com.apple.ServerManagerDaemon
    0x000000010c85f9aa -[SessionController threadListen:] + 246
    13  com.apple.Foundation     
    0x00007fff8a45872a -[NSThread main] + 68
    14  com.apple.Foundation     
    0x00007fff8a4586a2 __NSThread__main__ + 1575
    15  libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    16  libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib   
    0x00007fff8e194bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff916fe274 _pthread_cond_wait + 840
    2   com.apple.DCERPC         
    0x0000000113621cc5 dcethread_cond_timedwait + 120
    3   com.apple.DCERPC         
    0x0000000113621d24 dcethread_cond_timedwait_throw + 9
    4   com.apple.DCERPC         
    0x000000011364db23 timer_loop + 246
    5   com.apple.DCERPC         
    0x0000000113620190 proxy_start + 57
    6   libsystem_c.dylib        
    0x00007fff916fa8bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff916fdb75 thread_start + 13
    Thread 2 crashed with X86 Thread State (64-bit):
      rax: 0x000000010cc4505c  rbx: 0x00007fff768ce1a0  rcx: 0x00007fff8cc2f1aa  rdx: 0xffffffffffffffff
      rdi: 0x0000000000000009  rsi: 0x0000000000000009  rbp: 0x000000010cc446a0  rsp: 0x000000010cc44530
       r8: 0x0000000000000001   r9: 0x000000010cc44668  r10: 0x000000010cc44538  r11: 0x00007fff76ea4228
      r12: 0x00007fff768cd540  r13: 0x0000000000000000  r14: 0x00007fff768ce230  r15: 0x00000000ffffffff
      rip: 0x00007fff8cc247bc  rfl: 0x0000000000010246  cr2: 0x00007fea5e0aef8e
    Logical CPU: 0
    Binary Images:
    0x10c857000 -   
    0x10c868fff  com.apple.ServerManagerDaemon (10.7.3 - 10.7.3) <84B92151-AC62-32B0-855A-A87869A9999C> /System/Library/CoreServices/ServerManagerDaemon.bundle/Contents/MacOS/servermg rd
    0x10c877000 -   
    0x10c8b2fff  libservermgrcommon.dylib (??? - ???) <C3E620AB-CF40-3123-A352-346870858D2D> /usr/lib/libservermgrcommon.dylib
    0x10c8d5000 -   
    0x10c90fff7  com.apple.frameworks.CoreDaemon (1.0 - 1.0) <A131985C-8F2E-3706-957E-89BA1FA6A14E> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x10c922000 -   
    0x10c9a8ff7  com.apple.frameworks.server.foundation (10.7.3 - 185.6) <3F688488-26BB-3266-ABB0-70270F8FADA6> /System/Library/PrivateFrameworks/ServerFoundation.framework/Versions/A/ServerF oundation
    0x10ca0d000 -   
    0x10ca1fff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <D3EC9054-B2F3-3B6B-A11A-43D45F2CC641> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
    0x10dc68000 -   
    0x10dc7cfff  com.apple.servermgr_accounts (10.7 - 10.7) <2826C543-8744-3A73-9FCF-445364C880FF> /usr/share/servermgrd/bundles/servermgr_accounts.bundle/Contents/MacOS/servermg r_accounts
    0x10dca7000 -   
    0x10dcafff7  com.apple.ServerAdmin.servermgr_addressbook (10.7 - 36.65.7) <45FACF60-0C37-30BA-A821-83698684C1AD> /usr/share/servermgrd/bundles/servermgr_addressbook.bundle/Contents/MacOS/serve rmgr_addressbook
    0x10dcb6000 -   
    0x10dcbdfff  com.apple.ServerAdmin.servermgr_afp (10.7 - 70) <541CB6EA-2AF2-3803-97AE-5C5E13E053E6> /usr/share/servermgrd/bundles/servermgr_afp.bundle/Contents/MacOS/servermgr_afp
    0x10dcc4000 -   
    0x10dcc5fff  com.apple.ServerAdmin.bonjour (1.0 - 2) <BEA55D30-71A6-3FE8-95DA-E15F99D5D650> /usr/share/servermgrd/bundles/servermgr_bonjour.bundle/Contents/MacOS/servermgr _bonjour
    0x10dcc9000 -   
    0x10dcd1fff  com.apple.ServerAdmin.servermgr_calendar (10.6 - 10.6) <67B4CB6B-F966-3F51-8C94-F0347C923655> /usr/share/servermgrd/bundles/servermgr_calendar.bundle/Contents/MacOS/servermg r_calendar
    0x10dcd9000 -   
    0x10dd36fef  com.apple.servermgr_certs (10.7.3 - 10.7.3) <13438AAE-11D6-3325-9B18-0FA964F18E8F> /usr/share/servermgrd/bundles/servermgr_certs.bundle/Contents/MacOS/servermgr_c erts
    0x10dd44000 -   
    0x10dd5ffff  com.apple.servermgr_config (10.7.2 - 114.4) <A509D479-22E8-33AD-B3E7-27DB33C2E1DD> /usr/share/servermgrd/bundles/servermgr_config.bundle/Contents/MacOS/servermgr_ config
    0x10dd72000 -   
    0x10dd76fff  com.apple.BezelServicesFW (232.3 - 232.3) <D37C3D0A-FF17-3001-9FEF-B32723F955D0> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x10dd7b000 -   
    0x10dd80fff  com.apple.IntlPreferences (1.5.0 - 1.5.0) <249F57A3-A0A1-3B77-A4FA-3BEFCACE8133> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
    0x10dd88000 -   
    0x10ddceff7  com.apple.SetupAssistant.Support (10.7 - 791) <3F76F351-CC1C-318D-AB5D-59ACC22571B9> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/Versions/A/Se tupAssistantSupport
    0x10de01000 -   
    0x10de12fff  com.apple.framework.SPSupport (10.8 - 733) <B352A8DB-C113-3640-A902-2AFE2F356675> /System/Library/PrivateFrameworks/SPSupport.framework/Versions/A/SPSupport
    0x10de1e000 -   
    0x10def5fff  com.apple.SystemMigration (402 - 495.5) <A7CE5410-1750-3950-9315-514F8F90F5E7> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMi gration
    0x112f52000 -   
    0x112f67fff  com.apple.ServerAssistant.Framework.Foundation (1.0.4 - 1) <1A45485E-9EDE-3778-81C6-061B1F12B958> /System/Library/PrivateFrameworks/ServerAssistant.framework/Versions/A/Framewor ks/ServerAssistantFoundation.framework/Versions/A/ServerAssistantFoundation
    0x112f7e000 -   
    0x112f82fff  com.apple.ServerMigration (1.0.4 - 1) <60121E1C-9F94-384B-B1EF-DB09A301B57D> /System/Library/PrivateFrameworks/ServerAssistant.framework/Versions/A/Framewor ks/ServerMigration.framework/Versions/A/ServerMigration
    0x112f88000 -   
    0x112f89fff  com.apple.SetupAssistant.International (3.0.2 - 111) <706EDA37-D3C2-393C-9753-6DCD54E2CCDC> /System/Library/PrivateFrameworks/International.framework/Versions/A/Internatio nal
    0x112f8e000 -   
    0x112f9fff7  com.apple.DSObjCWrappers.Framework (10.7 - 162) <2A055876-ECC3-3637-B5F6-28B59FDAD32B> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x112fad000 -   
    0x11302dfff  com.apple.frameworks.server.kit (10.7.2 - 171.11) <97B338D1-07B3-3A96-A1C3-916AABD84736> /System/Library/PrivateFrameworks/ServerKit.framework/Versions/A/ServerKit
    0x113087000 -   
    0x11309bfff  com.apple.OpenDirectoryConfig (10.7 - 55.1) <B863762E-239C-3808-B85A-FEF20FDFA50A> /System/Library/PrivateFrameworks/OpenDirectoryConfig.framework/Versions/A/Open DirectoryConfig
    0x1130ab000 -   
    0x1130b9fff  com.apple.frameworks.opendirectoryconfigui (10.7 - 10.7) <BD16BC46-1EA0-3C65-971D-244B6BC0CF24> /System/Library/PrivateFrameworks/OpenDirectoryConfigUI.framework/Versions/A/Op enDirectoryConfigUI
    0x1130c9000 -   
    0x1130e3fff  com.apple.NetInfo (1.0.0 - ???) <693A30A5-E4CB-3834-A10B-70C2E0AD51BC> /System/Library/PrivateFrameworks/NetInfo.framework/Versions/A/NetInfo
    0x1131af000 -   
    0x1131b6fff  com.apple.ServerAdmin.servermgr_devicemgr (10.7.3 - 10.7.3) <6C1378CB-D00B-359F-A4FF-8BEBBC52EAB7> /usr/share/servermgrd/bundles/servermgr_devicemgr.bundle/Contents/MacOS/serverm gr_devicemgr
    0x1131bc000 -   
    0x1131c7fff  com.apple.servermgr_dhcp (10.7 - 10.7) <8A5D2FCC-6D20-3D73-AD23-575D3E398306> /usr/share/servermgrd/bundles/servermgr_dhcp.bundle/Contents/MacOS/servermgr_dh cp
    0x1131cf000 -   
    0x1131d2ff7  libDHCPServer.A.dylib (??? - ???) <57937F4E-85BA-347E-B967-D9298DDCF155> /usr/lib/libDHCPServer.A.dylib
    0x1131d7000 -   
    0x1131f2ff7  com.apple.ServerAdmin.servermgr_dirserv (10.7 - 10.7) <7D67FF04-4B10-3969-8EE3-1CC2ABBD7144> /usr/share/servermgrd/bundles/servermgr_dirserv.bundle/Contents/MacOS/servermgr _dirserv
    0x1131ff000 -   
    0x11322dfff  com.apple.DirectoryService.PasswordServerFramework (7.1 - 7.1) <1D934B92-4998-35C0-B9CA-3DEB938C2672> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x113243000 -   
    0x1133e3ff7  com.apple.DNSManager (10.7 - 10.7) <13424B9A-6261-3BD5-9572-29E48CB6815D> /System/Library/PrivateFrameworks/DNSManager.framework/Versions/A/DNSManager
    0x113438000 -   
    0x113441fff  com.apple.servermgr_dns (10.7.3 - 10.7.3) <88BB2F79-691A-35CC-9B4A-8BBA2120E867> /usr/share/servermgrd/bundles/servermgr_dns.bundle/Contents/MacOS/servermgr_dns
    0x113447000 -   
    0x11344efff  com.apple.ServerAdmin.servermgr_filebrowser (10.7 - 70.1) <4EB69770-C384-3FEB-B7FC-6747F0DE394B> /usr/share/servermgrd/bundles/servermgr_filebrowser.bundle/Contents/MacOS/serve rmgr_filebrowser
    0x113454000 -   
    0x113478fff  com.apple.ServerAdmin.servermgr_info (10.7.2 - 269.1) <E80541A1-533B-3932-8372-F84C7399DC08> /usr/share/servermgrd/bundles/servermgr_info.bundle/Contents/MacOS/servermgr_in fo
    0x113488000 -   
    0x113490fff  com.apple.ServerAdmin.servermgr_ipfilter (10.7 - 10.7) <EFEA73A7-F650-3135-B823-0C0BB2F9DFE2> /usr/share/servermgrd/bundles/servermgr_ipfilter.bundle/Contents/MacOS/servermg r_ipfilter
    0x113497000 -   
    0x1134b0fff  com.apple.ServerAdmin.servermgr_jabber (10.7.150 - 150) <94739B00-D9E1-34F9-B19D-A2C8F4A289C5> /usr/share/servermgrd/bundles/servermgr_jabber.bundle/Contents/MacOS/servermgr_ jabber
    0x1134bc000 -   
    0x1134fcfff  com.apple.ServerAdmin.servermgr_mail (10.7.3 - 10.7.3) <66E48701-C1F1-390C-9F9E-4937590FD748> /usr/share/servermgrd/bundles/servermgr_mail.bundle/Contents/MacOS/servermgr_ma il
    0x113510000 -   
    0x113515fff  com.apple.ServerAdmin.servermgr_nat (10.7 - 10.7) <C530B539-D7E8-3864-8CFD-B5AE12DD2091> /usr/share/servermgrd/bundles/servermgr_nat.bundle/Contents/MacOS/servermgr_nat
    0x11351b000 -   
    0x113529fff  com.apple.ServerAdmin.servermgr_netboot (10.7 - 303) <A8543F4B-237E-3378-8163-3D761C87DA70> /usr/share/servermgrd/bundles/servermgr_netboot.bundle/Contents/MacOS/servermgr _netboot
    0x113544000 -   
    0x11354dfff  com.apple.ServerAdmin.servermgr_network (10.7.3 - 10.7.3) <FDEBF796-17B7-3162-9C22-392C89E2BD15> /usr/share/servermgrd/bundles/servermgr_network.bundle/Contents/MacOS/servermgr _network
    0x113556000 -   
    0x11355afff  com.apple.ServerAdmin.servermgr_nfs (10.7 - 2.0) <D2FCBC35-0271-3F5A-B321-7864DE9E1D68> /usr/share/servermgrd/bundles/servermgr_nfs.bundle/Contents/MacOS/servermgr_nfs
    0x113560000 -   
    0x11357afff  com.apple.servermgr_notification (10.7.2 - 150.3) <D2951F76-11C8-36F5-813A-13C8F10F0E5F> /usr/share/servermgrd/bundles/servermgr_notification.bundle/Contents/MacOS/serv ermgr_notification
    0x113587000 -   
    0x11359ffff  com.apple.servermgr_pcast (3.0 - 62) <B12E5266-E6B1-3E01-9426-DA7F976AB4C3> /usr/share/servermgrd/bundles/servermgr_pcast.bundle/Contents/MacOS/servermgr_p cast
    0x1135ad000 -   
    0x1135b2fff  com.apple.servermgr_pcastlibrary (1.0 - 4) <1E610596-543F-3E3E-A256-5C5EA4D062DC> /usr/share/servermgrd/bundles/servermgr_pcastlibrary.bundle/Contents/MacOS/serv ermgr_pcastlibrary
    0x1135b9000 -   
    0x1135bcfff  com.apple.ServerAdmin.servermgr_postgres (18.5 - 10.7) <902BB88A-A2F7-3B2F-AA19-ADAEE424B11C> /usr/share/servermgrd/bundles/servermgr_postgres.bundle/Contents/MacOS/servermg r_postgres
    0x1135c1000 -   
    0x1135ddff7  libpq.5.dylib (5.3.0 - compatibility 5.0.0) <DEEB06B2-32CB-33E9-80E4-EBB36B161287> /usr/lib/libpq.5.dylib
    0x1135e8000 -   
    0x1135effff  com.apple.servermgr_radius (10.7 - 10.7) <3497A317-11C2-3C9C-9982-09B90AF6BF42> /usr/share/servermgrd/bundles/servermgr_radius.bundle/Contents/MacOS/servermgr_ radius
    0x1135f6000 -   
    0x113605fff  com.apple.servermgr_sharing (10.7.3 - 10.7.3) <36AD4AF7-A15A-3C93-B57E-BF0226035122> /usr/share/servermgrd/bundles/servermgr_sharing.bundle/Contents/MacOS/servermgr _sharing
    0x11360f000 -   
    0x113610fff  com.apple.ServerAdmin.servermgr_signaler (10.7 - 25) <9C94FA88-B9B2-399E-BF43-06CC1CAE3A0A> /usr/share/servermgrd/bundles/servermgr_signaler.bundle/Contents/MacOS/servermg r_signaler
    0x113615000 -   
    0x113619fff  com.apple.ServerAdmin.servermgr_smb (10.7.4 - 119) <8D4F5CDF-0EA0-3588-BA19-0F3A3BFB0959> /usr/share/servermgrd/bundles/servermgr_smb.bundle/Contents/MacOS/servermgr_smb
    0x11361f000 -   
    0x11369dfff  com.apple.DCERPC (1.0 - 46) <9A8B1E73-6430-32A0-9FAE-56A534116732> /System/Library/PrivateFrameworks/DCERPC.framework/Versions/A/DCERPC
    0x1136c2000 -   
    0x1136dbff7  com.apple.nt (1.0.1 - 1) <48635299-DE4A-3771-9191-72E1CD65497E> /System/Library/PrivateFrameworks/nt.framework/Versions/A/nt
    0x1136f7000 -   
    0x113711fff  com.apple.SMBClient (1.7.2 - 1.7.2) <63A7E016-647A-36D0-B99D-B3B69C4F816E> /System/Library/PrivateFrameworks/SMBClient.framework/Versions/A/SMBClient
    0x11371d000 -   
    0x11372afff  com.apple.servermgr_swupdate (71.1 - 10.7.71) <7FE3188F-F9FE-3F9D-8F96-02DD1CD58671> /usr/share/servermgrd/bundles/servermgr_swupdate.bundle/Contents/MacOS/servermg r_swupdate
    0x113733000 -   
    0x113756fff  com.apple.suserver (10.7 - 107.2) <1AD3B436-6314-30B1-8467-1F3C654C235A> /System/Library/PrivateFrameworks/SUServer.framework/Versions/A/SUServer
    0x11376e000 -   
    0x113779fff  com.apple.ServerAdmin.servermgr_vpn (10.7.3 - 10.7.3) <13838057-1ADD-3A96-8A08-1A6DE297C315> /usr/share/servermgrd/bundles/servermgr_vpn.bundle/Contents/MacOS/servermgr_vpn
    0x113782000 -   
    0x1137a2fff  com.apple.ServerAdmin.servermgr_web (10.7.4 - 10.7.4) <F6F0DB18-B1C4-3A22-AC2B-7B42FC4717D5> /usr/share/servermgrd/bundles/servermgr_web.bundle/Contents/MacOS/servermgr_web
    0x1137ac000 -   
    0x1137affff  com.apple.ServerAdmin.servermgr_wiki (10.7.3 - 10.7.3) <E5FC617D-B8DE-37A4-9DF6-D779037A977F> /usr/share/servermgrd/bundles/servermgr_wiki.bundle/Contents/MacOS/servermgr_wi ki
    0x1137b4000 -   
    0x1137c3ff7  com.apple.ServerAdmin.servermgr_xgrid (10.6 - 35) <34176B88-6879-3478-805F-BCA3C2FA8150> /usr/share/servermgrd/bundles/servermgr_xgrid.bundle/Contents/MacOS/servermgr_x grid
    0x1137ce000 -   
    0x11381cff7  com.apple.servermgrd.xsan (1.2 - 118.1) <408F738D-E925-36FC-9ABC-CCE1079E7637> /usr/share/servermgrd/bundles/servermgr_xsan.bundle/Contents/MacOS/servermgr_xs an
    0x114729000 -   
    0x11472bfff  apop.so (??? - ???) <B40CE86C-1757-3261-848C-F166F3D513EA> /usr/lib/sasl2/apop.so
    0x11472f000 -   
    0x114745fff  dhx.so (??? - ???) <9AB7809C-2651-3FCF-9357-8E1CDEAB6466> /usr/lib/sasl2/dhx.so
    0x114752000 -   
    0x11475bfff  digestmd5WebDAV.so (??? - ???) <8D39C8C0-ACCE-34D4-815A-87825A1A4492> /usr/lib/sasl2/digestmd5WebDAV.so
    0x114760000 -   
    0x114762fff  libanonymous.2.so (??? - ???) <99136B94-8BE0-3563-9E2A-9C826971B6E9> /usr/lib/sasl2/libanonymous.2.so
    0x114766000 -   
    0x114769fff  libcrammd5.2.so (??? - ???) <5EEE3304-D132-3C9B-A54D-C21D7C34DA28> /usr/lib/sasl2/libcrammd5.2.so
    0x11476e000 -   
    0x114777fff  libdigestmd5.2.so (??? - ???) <6DD64225-CFFF-379B-A5BA-5409F777F307> /usr/lib/sasl2/libdigestmd5.2.so
    0x11477c000 -   
    0x114781fff  libgssapiv2.2.so (??? - ???) <DC1BA305-26FA-3CC7-8400-6A45521EF2A3> /usr/lib/sasl2/libgssapiv2.2.so
    0x114786000 -   
    0x114788fff  login.so (??? - ???) <48CD069F-68F5-32C4-BFAC-AC0EFB7B9489> /usr/lib/sasl2/login.so
    0x11478c000 -   
    0x114791fff  libntlm.so (??? - ???) <1B9D16BE-D0DB-31A3-8B84-7830509B5ECA> /usr/lib/sasl2/libntlm.so
    0x114a2a000 -   
    0x114a31fff  libotp.2.so (??? - ???) <1DDBDDF7-3F84-3AF0-A878-9E64EEBE0ED5> /usr/lib/sasl2/libotp.2.so
    0x114a3a000 -   
    0x114a3cfff  libplain.2.so (??? - ???) <C98A873A-4373-3E3A-8257-D9BB5F857C85> /usr/lib/sasl2/libplain.2.so
    0x114a40000 -   
    0x114a44fff  libpps.so (??? - ???) <26172BC5-1758-3BE6-9B8D-F254A727478A> /usr/lib/sasl2/libpps.so
    0x114a49000 -   
    0x114a4cff7  mschapv2.so (??? - ???) <2C3D86C9-A3B4-3BBF-9749-E97B363D6602> /usr/lib/sasl2/mschapv2.so
    0x114a51000 -   
    0x114a53fff  pwauxprop.so (??? - ???) <5D1751B2-3C33-363E-A676-7B4714E4D885> /usr/lib/sasl2/pwauxprop.so
    0x114a57000 -   
    0x114a5afff  shadow_auxprop.so (??? - ???) <DF9DE842-FBFA-368A-AA8C-E29CF334FF69> /usr/lib/sasl2/shadow_auxprop.so
    0x114a5f000 -   
    0x114a61fff  smb_nt.so (??? - ???) <F8F32878-C1F6-3E69-987F-853C8A35991A> /usr/lib/sasl2/smb_nt.so
    0x114a65000 -   
    0x114a68fff  smb_ntlmv2.so (??? - ???) <2B30AC35-20D4-3E04-9801-D7A2ABB9F385> /usr/lib/sasl2/smb_ntlmv2.so
    0x7fff6c457000 -
    0x7fff6c48bbaf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
    0x7fff85bd4000 -
    0x7fff85c76fff  com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff85c77000 -
    0x7fff85c9ffff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff85ca0000 -
    0x7fff85cb2ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff85cb3000 -
    0x7fff85cb4ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff85cb5000 -
    0x7fff85cc0ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff85cc1000 -
    0x7fff85cccff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff85ccd000 -
    0x7fff85ccdfff  com.apple.ApplicationServices (41 - 41) <E23F1CED-C0FB-35A8-9657-484C5E6A32AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff85cce000 -
    0x7fff85cfbfff  com.apple.quartzfilters (1.7.0 - 1.7.0) <65DCAA1D-6958-3031-91C8-EC10BB1B948F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff85cfc000 -
    0x7fff85df9ff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff85dfa000 -
    0x7fff85dfafff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff85dfb000 -
    0x7fff865a3fff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff865cd000 -
    0x7fff8665fff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff86660000 -
    0x7fff866d6fff  com.apple.ISSupport (1.9.8 - 56) <E7ED107A-1EFD-3720-A4B4-C0E2DDFA6C81> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff866d7000 -
    0x7fff86725fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff867d8000 -
    0x7fff86848fff  com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff86849000 -
    0x7fff8684afff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8684b000 -
    0x7fff86889fff  com.apple.bom (11.0 - 183) <14A5A4D8-4639-3F87-A096-5A830D54E9FF> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8688a000 -
    0x7fff86a14ff7  com.apple.WebKit (7534.57 - 7534.57.7) <15AA1A2E-DCAC-35CE-89DF-0FF7149198CD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff86cce000 -
    0x7fff86ce5fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff86ce6000 -
    0x7fff86d1bfff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff86d1c000 -
    0x7fff86d4fff7  com.apple.GSS (2.2 - 2.0) <C86012C5-B613-3199-B1B3-A1494EE5E43C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff86d8b000 -
    0x7fff870b7fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff870b8000 -
    0x7fff870b8fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F

    Seems we found the source.
    When starting server manager it loads alerts among lots of other things. In our case the alerts list was long, very long. The list contained nearly 1000 files. All files are empty so they contained no alerts, but there is a new file created every day. Looks like an error to me.
    All in one there are nearly 3 GB of files in this directory which seems to produce "too many open files" errors.
    So we purged the directory /var/log/eventmonitor/, leave the file StoreData in place and restarted servermgrd. We noticed no more errors since then.
    Hope this will help others too.

  • IBooks Author crashes every two minutes. What's going on?

    iBooks author crashes literally every few minutes, and the error message reads "iBooks author failed while using the iBooks Author plug-in. Click here to re-open".
    I tried uninstalling and reinstalling the app itself. I'm running the latest release of Mavericks.

    iBooks Author was updated to 2.1.2 today... download and update to see if the bug fixes solve your problem, if not report back here please.

  • Flash CS5.5 Keeps Crashing Every Two Minutes It Feels Like...

    I have flash CS5.5 running it on iMac.
    I have no other problems with any of Adobes other products or any other software.
    Except flash, I am not even doing anything extremely heavy with it, i brought over a simple AI cartoon and moved some things around in flash and it crashes. Double click something to go into its group and it crashes. Delete a symbol and it crashes. Basically anything I do makes it crash. I have no idea why. NEVER had any problems with any software on my computer ever, except flash.
    Please help, this is extremely frustrating, and I lost so much stuff already b/c of this, I have to save the file after every little step, which is extremely annoying and cannot be the only way to work in flash.
    thanks

    Actually i was.
    Does that have something to do with it?
    Is there a way to work around it?
    Thanks

  • Safari 4 Crashes Every Two Minutes

    Safari 4 ran fine until yesterday, for whatever reason Safari crashes even when just running in the background while I am using text edit. I don't recall installing any plugins. I tried uninstalling and installing and Safari and it still cant stop crashing. Thanks in advance for the help.
    Date/Time: 2009-03-11 09:40:00.343 -0700
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 4
    Thread 0:
    0 libSystem.B.dylib 0x9092b1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x909329bc mach_msg + 72
    2 com.apple.CoreFoundation 0x96de20ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96de2cd8 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x95c9a2c0 RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x95c9a0d9 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x95c99f4d BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x94e04d7d _DPSNextEvent + 657
    8 com.apple.AppKit 0x94e04630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.Safari 0x0002ceee 0x1000 + 179950
    10 com.apple.AppKit 0x94dfd66b -[NSApplication run] + 795
    11 com.apple.AppKit 0x94dca8a4 NSApplicationMain + 574
    12 com.apple.Safari 0x00003306 0x1000 + 8966
    Thread 1:
    0 libSystem.B.dylib 0x909323ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9095cd0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x920e83c4 WebCore::IconDatabase::syncThreadMainLoop() + 244
    3 com.apple.WebCore 0x920e48e5 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x9095c095 pthreadstart + 321
    5 libSystem.B.dylib 0x9095bf52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9092b1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x909329bc mach_msg + 72
    2 com.apple.CoreFoundation 0x96de20ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96de2cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x9669aebe CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x9095c095 pthreadstart + 321
    6 libSystem.B.dylib 0x9095bf52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x909323ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9095cd0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x921475e0 WebCore::LocalStorageThread::localStorageThread() + 160
    3 libSystem.B.dylib 0x9095c095 pthreadstart + 321
    4 libSystem.B.dylib 0x9095bf52 thread_start + 34
    Thread 4 Crashed:
    0 libSystem.B.dylib 0xffff0800 __memcpy + 96 (cpu_capabilities.h:246)
    1 com.apple.Safari 0x001c2330 0x1000 + 1839920
    2 com.apple.Safari 0x001c4367 0x1000 + 1848167
    3 com.apple.Safari 0x001ca98b 0x1000 + 1874315
    4 com.apple.Safari 0x0020d923 0x1000 + 2148643
    5 com.apple.Safari 0x002178a2 0x1000 + 2189474
    6 com.apple.Safari 0x00217f5d 0x1000 + 2191197
    7 com.apple.Safari 0x0017a8cb 0x1000 + 1546443
    8 com.apple.Safari 0x0017ac64 0x1000 + 1547364
    9 com.apple.Safari 0x0017acd7 0x1000 + 1547479
    10 com.apple.Safari 0x0017afa6 0x1000 + 1548198
    11 com.apple.Safari 0x0017b398 0x1000 + 1549208
    12 com.apple.Safari 0x001874f7 0x1000 + 1598711
    13 com.apple.Safari 0x00186cd2 0x1000 + 1596626
    14 com.apple.Safari 0x0012dccd 0x1000 + 1232077
    15 com.apple.CoreFoundation 0x96de2b25 CFRunLoopRunSpecific + 4469
    16 com.apple.CoreFoundation 0x96de2cd8 CFRunLoopRunInMode + 88
    17 com.apple.Safari 0x00188f9d 0x1000 + 1605533
    18 com.apple.Safari 0x001866f3 0x1000 + 1595123
    19 com.apple.Safari 0x001867a1 0x1000 + 1595297
    20 libSystem.B.dylib 0x9095c095 pthreadstart + 321
    21 libSystem.B.dylib 0x9095bf52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9092b1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x909329bc mach_msg + 72
    2 com.apple.CoreFoundation 0x96de20ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96de2cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x90e7ed40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x90e1b7ed -[NSThread main] + 45
    6 com.apple.Foundation 0x90e1b394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x9095c095 pthreadstart + 321
    8 libSystem.B.dylib 0x9095bf52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9097a6f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x9095c095 pthreadstart + 321
    2 libSystem.B.dylib 0x9095bf52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x909323ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9095cd0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Safari 0x000f1cdb 0x1000 + 986331
    3 com.apple.Safari 0x000f2321 0x1000 + 987937
    4 libSystem.B.dylib 0x9095c095 pthreadstart + 321
    5 libSystem.B.dylib 0x9095bf52 thread_start + 34
    Thread 4 crashed with X86 Thread State (32-bit):
    eax: 0xffff07a0 ebx: 0x001c26d0 ecx: 0x00000066 edx: 0x00000001
    edi: 0x00df806f esi: 0x00000000 ebp: 0xb02a79a8 esp: 0xb02a79a0
    ss: 0x0000001f efl: 0x00010206 eip: 0xffff0800 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x266fe2 com.apple.Safari 4 Public Beta (5528.16) <88923208ea437fc8b5a5e5cd4f1924d5> /Users/alonso/Desktop/Multimedia/Safari.app/Contents/MacOS/Safari
    0x2c1000 - 0x2c3fff com.apple.CrashReporterSupport 10.5.5 (159) <4ca9b6643fcbafd76424a46d162363eb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x2ca000 - 0x2d9ffc SyndicationUI ??? (???) <408d1e186315965e65a4562de17589be> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x2e9000 - 0x3ecfe7 com.apple.PubSub 1.0.4 (65.6) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x47c000 - 0x4b2fef libtidy.A.dylib ??? (???) <5351215b54226cc47eb1cd4b011cc2f3> /usr/lib/libtidy.A.dylib
    0x9cdf000 - 0x9eb1fe7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <fea6d22f985aec2f376d937291b54ecc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xcdd2000 - 0xcdd7ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xec92000 - 0xec92ffe com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0xf2f8000 - 0xf2feffd com.apple.JavaVM 12.2.2 (12.2.2) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x900caff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x900cb000 - 0x90105ffe com.apple.securityfoundation 3.0.1 (35844) <2fbb6a1177ef98350b8aefc60737ba0e> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90106000 - 0x90148fef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90149000 - 0x9028fff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90290000 - 0x902afffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x902b0000 - 0x90360fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90361000 - 0x90499ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x9049a000 - 0x9049affc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9049b000 - 0x904dafef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x904db000 - 0x90592ff3 com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90593000 - 0x9061efff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9061f000 - 0x90637fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90638000 - 0x9066ffff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90670000 - 0x90677fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x90678000 - 0x906a3fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x906a4000 - 0x9072bff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x90852000 - 0x9085dfe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9085e000 - 0x90929fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9092a000 - 0x90a91ff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x90a92000 - 0x90aa1ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90aa2000 - 0x90b35fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90b36000 - 0x90e10ff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90e11000 - 0x9108cfe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91095000 - 0x910bdff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x910be000 - 0x910e2fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x920bf000 - 0x920c5fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x920c6000 - 0x920e1ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x920e2000 - 0x9296cfff com.apple.WebCore 5528 (5528.16) <7e28871fe2b59d98edd6e624d850ccb8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9296d000 - 0x9299cfe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x929a2000 - 0x92a87ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92a88000 - 0x92a88ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92beb000 - 0x92c65ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x92c66000 - 0x92c7bffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92c7c000 - 0x92ca9feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92cc7000 - 0x92d21ff7 com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92d2c000 - 0x92d2cffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92d2d000 - 0x92d32fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92d33000 - 0x93204f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x93205000 - 0x9321dff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9321e000 - 0x93284ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x93285000 - 0x93291ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93292000 - 0x9362ffef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93630000 - 0x9367afe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9368f000 - 0x936c9fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x936ca000 - 0x9382ffe7 com.apple.JavaScriptCore 5528 (5528.15) <a1edf2b00622f9d833987cb333b432ac> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93830000 - 0x93830ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93926000 - 0x9394ffff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x93950000 - 0x93991fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x939c7000 - 0x93a44fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93a45000 - 0x93e55fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93e56000 - 0x94012ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x94013000 - 0x94030ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94031000 - 0x94082ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94083000 - 0x9410fff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94110000 - 0x94134feb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x94135000 - 0x94166ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94167000 - 0x941b0fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x941b1000 - 0x941b6fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x941b7000 - 0x941bafff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x941bb000 - 0x94238feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94239000 - 0x94296ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x94297000 - 0x942c9fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x942ca000 - 0x943abff7 libxml2.2.dylib ??? (???) <306036e0070330e35045650e6d9f0d05> /usr/lib/libxml2.2.dylib
    0x943ac000 - 0x9441efff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x94452000 - 0x94620ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94621000 - 0x94628ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x94629000 - 0x946e3fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <25243fd02dc5d4f4cc5780f6b2f6fe26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x946e4000 - 0x94d84fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94d85000 - 0x94d93ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x94db2000 - 0x94dc2fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94dc3000 - 0x94dc3ffd 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
    0x94dc4000 - 0x955c2fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x957e8000 - 0x95844ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95845000 - 0x95849fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9584a000 - 0x95889fff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9588a000 - 0x95c48fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95c49000 - 0x95c56fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95c57000 - 0x95c57ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95c58000 - 0x95c68ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95c69000 - 0x95c69fff com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95c6a000 - 0x95f72fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95f73000 - 0x95f7fff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95f80000 - 0x96013ff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96066000 - 0x96070feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x960e4000 - 0x960e4ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96353000 - 0x96355fff com.apple.securityhi 3.0 (30817) <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96356000 - 0x9636cfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9636d000 - 0x96371fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96372000 - 0x96697fe2 com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96698000 - 0x96735fe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96736000 - 0x9678fff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96790000 - 0x96797ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x96798000 - 0x9679dfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x967b0000 - 0x967b9fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x967ba000 - 0x967f8ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x967f9000 - 0x96821fff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
    0x96822000 - 0x968acfef com.apple.DesktopServices 1.4.7 (1.4.7) <7898a0f2a46fc7d8887b041bc23e3811> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x968b0000 - 0x968b0ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x968b1000 - 0x96900fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x96901000 - 0x969d5fef com.apple.WebKit 5528 (5528.16) <24ccae21ccfe5c21c2a78656983324c1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x96ab8000 - 0x96c37fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96c38000 - 0x96c56ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96c57000 - 0x96c75fff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x96ce3000 - 0x96ce4ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x96ce5000 - 0x96ce5ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ce6000 - 0x96d65ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96d66000 - 0x96d6efff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96d6f000 - 0x96ea2fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96ea3000 - 0x96ea5ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96f5e000 - 0x96f5effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x96f5f000 - 0x970b1ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x970b2000 - 0x971eafe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x971eb000 - 0x9729dffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x9729e000 - 0x972adfff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x972ae000 - 0x9738efff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x9738f000 - 0x97436feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hi,
    Have a read of this post by Jean-Luc:
    http://discussions.apple.com/thread.jspa?threadID=1936502&tstart=0
    Your crash is due to the same issue, so try the fix he details.

  • Crashing every few minutes

    My computer keeps crashing every few minutes after restart. Did the upgrade. Server no longer works either

    You have a lot of ??? in that crash report, indicating systemwide problems.
    Start with this:
    Repairing permissions is important, and should always be carried out both before and after any software installation or update.
    Go to Disk Utility (this is in your Utilities Folder in your Application folder) and click on the icon of your hard disk (not the one with all the numbers).
    In First Aid, click on Repair Permissions.
    This only takes a minute or two in Tiger, but longer in Leopard.
    Background information here:
    http://docs.info.apple.com/article.html?artnum=25751
    and here:
    http://docs.info.apple.com/article.html?artnum=302672
    An article on troubleshooting Permissions can be found here:
    http://support.apple.com/kb/HT2963
    If you were having any serious problems with your Mac you might as well complete the exercise by repairing your hard disk as well. You cannot do this from the same start-up disk. Reboot from your install disk (holding down the C key). Once it opens, select your language, and then go to Disk Utility from the Utilities menu. Select your hard disk as before and click Repair.
    Once that is complete reboot again from your usual start-up disk.
    More useful reading here:
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://support.apple.com/kb/TS1417?viewlocale=en_US
    This might also help:
    Safari quits unexpectedly
    http://support.apple.com/kb/TS1594
    You should also, if you haven't already, install security update 2008-007 (which Safari 3.2 requires) and update Safari to 3.2.1.

  • Ouch - crashing every few minutes

    MacPro 2009 here, but plenty of RAM.  LR 6 on an SSD startup drive.
    Lightroom has been crashing every few minutes. Crashed as I tried to crop an image, then crashed a few minutes later as I was rotating another image.

    You have a lot of ??? in that crash report, indicating systemwide problems.
    Start with this:
    Repairing permissions is important, and should always be carried out both before and after any software installation or update.
    Go to Disk Utility (this is in your Utilities Folder in your Application folder) and click on the icon of your hard disk (not the one with all the numbers).
    In First Aid, click on Repair Permissions.
    This only takes a minute or two in Tiger, but longer in Leopard.
    Background information here:
    http://docs.info.apple.com/article.html?artnum=25751
    and here:
    http://docs.info.apple.com/article.html?artnum=302672
    An article on troubleshooting Permissions can be found here:
    http://support.apple.com/kb/HT2963
    If you were having any serious problems with your Mac you might as well complete the exercise by repairing your hard disk as well. You cannot do this from the same start-up disk. Reboot from your install disk (holding down the C key). Once it opens, select your language, and then go to Disk Utility from the Utilities menu. Select your hard disk as before and click Repair.
    Once that is complete reboot again from your usual start-up disk.
    More useful reading here:
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://support.apple.com/kb/TS1417?viewlocale=en_US
    This might also help:
    Safari quits unexpectedly
    http://support.apple.com/kb/TS1594
    You should also, if you haven't already, install security update 2008-007 (which Safari 3.2 requires) and update Safari to 3.2.1.

  • Downloaded new iOS for iPhone 5. Now the handset is running hot, keeps freezing on different screens, won't charge on official charger ( only charges on crap poundland one) and battery is loosing 1% every two minutes!

    Downloaded new iOS for iPhone 5. Now the handset is running hot, keeps freezing on different screens, won't charge on official charger ( only charges on crap poundland one) and battery is loosing 1% every two minutes! I've closed all apps and reset the complete phone but no luck. Any one know what else I can try apart from a new phone?

    I have done a factory reset at 45% battery. After the reset it's still hot and at 35% now

  • Write data to serial port every two minutes

    Hi,
       I use VISA-Write to write data to serial port. I want to write a byte every two minutes. What should I do?
      Thanks!

    hengfo,
    that question is not connected to LV nor to VISA. Its more a systematic question....
    So let's view at this a bit more abstract:
    You want to "toogle" between two different messages sent to your interface. So you have to know:
    - What was the last state i sent?
    - When do i have top send the new state?
    Even more abstract:
    - How can i switch between the states?
    Since the states are known before your program is executed, you can insert them into an array. Next, you have to read out the appropriate index from the array which contains your new state. Send the state and go to the next state. Propably you want to change timing, but that's easy too.
    See attached screenshot for a possible solution:
    hope this helps,
    NorbertMessage Edited by Norbert B on 09-11-2007 07:57 AM
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.
    Attachments:
    StateSwitching.PNG ‏8 KB

  • DFSR crashing every 15 minutes

    Good Morning
    I am facing an issue with DFSR where the DFSR service crashing every 15 minutes. An event is logged in the application log as below
    The server OS is windows 2003 server R2 with SP2 . Could anyone help?
    Event Type: Information
    Event Source: Application Error
    Event Category: (100)
    Event ID: 1004
    Date:  6/16/2014
    Time:  1:31:56 PM
    User:  N/A
    Computer: XXX-XXX-XXX
    Description:
    Reporting queued error: faulting application dfsr.exe, version 5.2.3790.4799, faulting module msvcrt.dll, version 7.0.3790.3959, fault address 0x00000000000526a3.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 64 66 73   ure  dfs
    0018: 72 2e 65 78 65 20 35 2e   r.exe 5.
    0020: 32 2e 33 37 39 30 2e 34   2.3790.4
    0028: 37 39 39 20 69 6e 20 6d   799 in m
    0030: 73 76 63 72 74 2e 64 6c   svcrt.dl
    0038: 6c 20 37 2e 30 2e 33 37   l 7.0.37
    0040: 39 30 2e 33 39 35 39 20   90.3959
    0048: 61 74 20 6f 66 66 73 65   at offse
    0050: 74 20 30 30 30 30 30 30   t 000000
    0058: 30 30 30 30 30 35 32 36   00000526
    0060: 61 33                     a3   

    Hi,
    Could you offer more information about your DSFR environment, may
     you can refer the following similar thread to confirm your AD replication work properly.
    DFSR Replication Broken
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/b73aea9e-3a0e-4139-b02d-d3f205e0ab19/dfsr-replication-broken?forum=winserverfiles
    More information:
    Five Common Causes of “Waiting for the DFS Replication service to retrieve replication settings from Active Directory”
    http://blogs.technet.com/b/askds/archive/2008/07/15/five-common-causes-of-waiting-for-the-dfs-replication-service-to-retrieve-replication-settings-from-active-directory.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Finder crashes every few minutes.

    I'm working on a 2007 MacBook Pro 17".
    I installed Mavericks, but noticed that an important application wasn't working on it, so I downgraded (from a Time Machine backup) back to Mountain Lion.
    Ever since, Finder crashes every few minutes, making it unable to use my Mac.
    Can somebody please help?
    That would mean a lot to me.
    You can find one of the crash reports on my Dropbox as a .txt-file.

    Try deleting the Finder .plist.
    You need to look in your user Library/Preferences for the .plist.Either hold down the option key while using the Finder “Go To Folder” command and select your user Library in your home folder or use the Finder “Go To Folder” command and enter ~/Library/Preferences/com.apple.finder.plist.  Move the .plist to your desktop.
    Re-launch Finder by loggin out/in and test. If it works okay, delete the plist from the desktop.
    If the same, return the .plist to where you got it  from, overwriting the newer ones.
    If you prefer to make your User library permanently visible, use the Terminal command found below.
    Show User Library
    You might want to bookmark the command. I had to use it again after every update. I have also been informed that if you drag the user library to Finder it will remain visible.

  • Lightroom 1.4.1 crashes every 2 minutes and thumbnails messed up

    My Lightroom crashes every 2 minutes and some thumbnails at the thumbnail slider at the very botttom appearing messed up.
    Anybody has a solution for this?

    I am not sure where to place this message. But I have had such a horrible run with lightroom. Have tried a laptop running vista and a newly built machine 4 gb of memory dual processor sata 10000 rpm hard drives. The catalogue has 74000 photos and the size on disk of catalogue and photos is 800Gbytes. Light room says out of memory backwards in red and the computer suffers delayed write failures and corrupts the catalogue Everything we have tried has had no success. Can't get any serious work done or photos exported and sold. Tried xp machine and vista. I seriously don't know where else to turn and after reading the forums I am seriously dissapointed in whats been reported. Don't other photographers have catalogues this big? How do they do it?
    We have had the scroll bar down the bottom scroll endlessy out of control. COrrupt catalogues. THe photographer who I have been advising of the virutes of lightroom is at her wits end. Need I say more.

  • Firefox crashes every few minutes for about 15 - 20 times and then crashes less often.

    I have been using Firefox for several years with no problems. I have had my current laptop for 1 and a half years and have had no problems until about 2 months ago. Now Firefox crashes after only a few seconds several times (maybe 15-20 times) and then the interval between crashes tends to increase. I googled for help, and nothing has worked. I am still using Firefox 3.6.24 because when I upgrade to the latest version Firefox freezes while it is loading and it locks up my PC. At least with Firefox 3.6.24, I can get around to using it, although it is very frustrating wiwth all the crashes.
    This is the link to the latest crash report submitted:
    2478ec0b-1112-4ba8-929e-78a97a7a5e96
    While I have your attention, is there any way I can get Firefox to stop asking me if I want to update my version. I am getting sick and tired of having to say 'NO' (for the reasons above).

    OK,
    I uninstalled Firefox and Adobe Flash Player. Then I installed version 3.6.28 of Firefox and version 10.3.183.20 of the Flash player as instructed in cor-el's post.
    Result: Same problems -- Firefox continued to crash every few minutes.
    So... I tried Tylerdowner's suggestions. I already had the latest driver version for my graphics card. Back in June, I had downloaded the latest version of Firefox which then was 13.0.1. It was the latest version available when the crashing problem started on my laptop. This version caused my laptop to freeze.
    So today, I went to the website and downloaded the more recent version 14.0.1, and it appears to be working great. I have gone for more than an hour without a crash. I hope the good performance continues.
    Thanks for the help.

  • Any ideas? In the history may iPad never crashed but after updating to iOS 5 it crashed every 30 minutes, and browsing is very slow

    Any ideas? In the history may iPad never crashed but after updating to iOS 5 it crashed every 30 minutes, and browsing is very slowAny ideas? In the history may iPad never crashed but after updating to iOS 5 it crashed every 30 minutes, and browsing is very slow

    I found the reason why our iPads are slow after iOS 5!!!!!!!
    What you need to do is this:
    1) launch settings, go to mail contacts and calendars, go to fetch new data, advanced, and set iCloud to fetch.
    2) go back and set an interval of when to fetch. Mine is set for thirty minutes. 
    3) make sure on top push is still on, that means that all your emails will still be pushed, but all the iCloud sync (contacts, calendars, reminders, bookmarks) will happen at the interval you choose.
    Restart the device. Your performance should be 10x faster! No more keyboard lag, nothing! Doing this puts less stress on the A4 chip, which we know we need every bit we can get with it now!!!
    Optional:
    1) in the settings, go to safari.
    2) clear all history and cookies/data
    3) enable private browsing. One of the biggest reasons why devices are slow is because it keeps all the history and cookies in the RAM. You need more RAM to make things faster. By turning on private browsing, it never records it!

  • W520 beeps 4 times every two minutes

    This morning I started up my computer from its sleeping mode, and it beeped four times. It keeps on happening consistently every two minutes.
    Basically, it does this, within two seconds:
    beepbeep...beepbeep...beepbeep...beepbeep
    It is incredibly annoying, and searching on the Internet has proved fruitless. I am able to all functions normally, except listen to sound because it overlays any other sound. I don't know what it means. If anyone could help, it would be much appreciated.

    TrimHopp,
    Welcome to the Support Forums
    What is your exact machine type of W520? what operating system it is running? The machine type can be found on a sticker on the bottom of the unit. Any recent changes to the computer?
    When you boot into BIOS does the machine still make the beeping noise?
    Thank you for being a part of the Lenovo Family,
    Catie
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Donate KUDOS and Click "Accepted Solution"

Maybe you are looking for

  • Bug report: Energy Manager causes slow performance...

    Very slow Windows Startup.. Energy Manager's plans and the problem occured using any plan as I remember, and it wasn't an issue with the maximum processor state. I had heavy disk usage, especially access to the Page File, which is what the person in

  • JDBC to access SQL server 2000 and Oracle.

    hi, I have the following requirement. I have an oracle database which contain sql data including BLOB and CLOB. Firstly, I should migrate the data to a SQL server 2000 database. That is, i should be able to have two databases, one on oracle and the o

  • ----Constraints and Performance issues----

    Hi all, I have a major concern and I would like ur suggestion on the best way to handle it. I have a staging table cust_staging. I have 2 target tables customer, customer_address which must be populated from this staging table. The customer key in al

  • Selection scren problem after upgrading from BW 3.0 to 3.5

    hi, We recently upgraded from 3.0 to 3.5. We haev a workbook with 8 queries and we used to get only one selection screen for all the queries(we one slection query which has all the variables of other queries) on refresh of all queries.But now after u

  • How do I backup my iTunes to an external hard drive?

    This was advice given by Chris (#4735) "You can use any backup program and back up the entire iTunes folder. Start -> All programs -> Accessories -> System tools -> Backup to create a backup. Then Start -> All programs -> Accessories -> System tools