Launchd and Pathstate errors

Hi,
I've been playing around with launchd but I end up getting some errors when I use the pathstate parameter. This is my plist :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Debug</key>
<true/>
<key>Label</key>
<string>com.test.hourly</string>
<key>KeepAlive</key>
<dict>
<key>PathState</key>
<dict>
<key>/Users/Shared/Nas/test</key>
<true/>
</dict>
</dict>
<key>LowPriorityIO</key>
<true/>
<key>Nice</key>
<integer>1</integer>
<key>Program</key>
<string>/Users/Shared/Local/scripts/test.sh</string>
<key>ServiceDescription</key>
<string>hourly test</string>
<key>StartCalendarInterval</key>
<array>
<dict>
<key>Minute</key>
<integer>12</integer>
</dict>
<dict>
<key>Minute</key>
<integer>14</integer>
</dict>
<dict>
<key>Minute</key>
<integer>16</integer>
</dict>
<dict>
<key>minute</key>
<integer>18</integer>
</dict>
</array>
</dict>
</plist>
And in the console I get :
28/11/2009 15:55:14 com.apple.launchd.peruser.501[185] (com.test.hourly) Bug: launchdcorelogic.c:4562 (23932):2
This error goes away if I remove the pathstate from my plist. Any ideas on how to fix this? This is on 10.6.2 and it's stored in ~/Library/LaunchAgents.
I'm basically trying to see if my macbook is at home and can see my nas before running a backup script. Any help would be greatly appreciated. Thanks.
A

shopperboy wrote:
Is there a way to get launchd to do both?
The best way to think of launchd is as a triggering mechanism: it waits for a particular set of conditions to arise, and then fires off the script it's told to run. it doesn't really have the capacity to check for negative (not) conditions in any sophisticated way, and its capacity for running scripts internally is limited. the only way to do what you're asking (that I know of) would be to write a second launchd job whose job it is to check whether that particular path exists and enables/disables the first launchd plist, which seems like more trouble than it's worth.
having the job triggered when the network storage is offline won't use any significant system resources, though I do understand that it's not as elegant as one might like...

Similar Messages

  • Since installing 10.7.3 Mail and Address Book no longer load and report errors. Anyone else experiencing this? Safari works fine.

    Everything worked fine prior to the installation. I am aware of bug issues that people are reporting with regard to no applications working and strange error messages. My MacBook Air is fine; my wife's MacBook is fine. It's my iMac 12,1 that isn't.

    It is an enormous crash report error rather than a short message. Both Address Book and Mail crash. I restored my iMac to pre-10.7.3 and everything worked fine once more. I downloaded and installed 10.7.3 as a combo a short while ago and the crash report for Address Book and Mail once more returned.
    I've just copied the start of the crash report:
    Process:         Address Book [378]
    Path:            /Applications/Address Book.app/Contents/MacOS/Address Book
    Identifier:      com.apple.AddressBook
    Version:         6.1 (1083)
    Build Info:      AddressBook-1083000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [185]
    Date/Time:       2012-02-19 18:03:40.950 +0000
    OS Version:      Mac OS X 10.7.3 (11D50b)
    Report Version:  9
    Interval Since Last Report:          2340 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  13 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      DFA67AE4-98E4-49AD-937D-95CCC1A37F54
    Crashed Thread:  3  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[378]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x7f898a69b5e0'
    *** First throw call stack:

  • Org.clamav.freshclam and permissions error on freshclam.log

    This is an adjunct to a branched discussion in this thread regarding org.clamav.freshclam continually generating error reports in the system log.
    After enabling, but not starting, Mail service on my server (XServe Dual-G5, 10.5.8 Server) my system log began filling with the error as per the referenced thread. The first entry when the error cropped up was:
    Nov 5 15:23:20 xserve1 com.apple.launchd[1] (org.clamav.freshclam): Unknown key for integer: Iterations
    Nov 5 15:23:20 xserve1 org.clamav.freshclam[40472]: ERROR: Incorrect argument format for option --checks (-c)
    Nov 5 15:23:20 xserve1 org.clamav.freshclam[40472]: ERROR: Can't parse command line options
    Nov 5 15:23:20 xserve1 com.apple.launchd[1] (org.clamav.freshclam[40472]): Exited with exit code: 1
    Nov 5 15:23:20 xserve1 com.apple.launchd[1] (org.clamav.freshclam): Throttling respawn: Will start in 10 seconds
    Per the instructions in the referenced thread, I ran
    launchctl unload /System/Library/LaunchDaemons/org.clamav.freshclam.plist
    I then used pico to edit the org.clamav.freshclamplist file, removing the space between the '-c' and value in the line:
    <string>-c 4</string>
    I also edited the /etc/freshclam.conf file to change the value:
    #DatabaseMirror db.XY.clamav.net
    to
    DatabaseMirror db.us.clamav.net
    I then ran
    freshclam -v
    followed by
    launchctl load /System/Library/LaunchDaemons/org.clamav.freshclam.plist
    Checking the log again, not only had the original error continued whilst I was editing, but also on the relaunch of freshclam a new error cropped up:
    Nov 7 08:35:39 xserve1 com.apple.launchd[127] (org.clamav.freshclam): Unknown key for integer: Iterations
    Nov 7 08:35:39 xserve1 com.apple.launchd[127] (org.clamav.freshclam): Ignored this key: UserName
    *Nov 7 08:35:39 xserve1 org.clamav.freshclam[474]: ERROR: Problem with internal logger (UpdateLogFile = /var/log/freshclam.log).*
    *Nov 7 08:35:39 xserve1 org.clamav.freshclam[474]: ERROR: Can't open /var/log/freshclam.log in append mode (check permissions!).*
    Nov 7 08:35:39 xserve1 com.apple.launchd[127] (org.clamav.freshclam[474]): Exited with exit code: 62
    Nov 7 08:35:39 xserve1 com.apple.launchd[127] (org.clamav.freshclam): Throttling respawn: Will start in 10 seconds
    Nov 7 08:35:48 xserve1 org.clamav.freshclam[475]: ERROR: Incorrect argument format for option --checks (-c)
    Nov 7 08:35:48 xserve1 org.clamav.freshclam[475]: ERROR: Can't parse command line options
    Nov 7 08:35:48 xserve1 com.apple.launchd[1] (org.clamav.freshclam[475]): Exited with exit code: 1
    Nov 7 08:35:48 xserve1 com.apple.launchd[1] (org.clamav.freshclam): Throttling respawn: Will start in 10 seconds
    Nov 7 08:35:49 xserve1 org.clamav.freshclam[476]: ERROR: Problem with internal logger (UpdateLogFile = /var/log/freshclam.log).
    Nov 7 08:35:49 xserve1 org.clamav.freshclam[476]: ERROR: Can't open /var/log/freshclam.log in append mode (check permissions!).
    Nov 7 08:35:49 xserve1 com.apple.launchd[127] (org.clamav.freshclam[476]): Exited with exit code: 62
    Nov 7 08:35:49 xserve1 com.apple.launchd[127] (org.clamav.freshclam): Throttling respawn: Will start in 10 seconds
    (Note: after the first 'Exited with exit code: 1' entry, it only repeated the last four lines as above as it respawned.)
    Checking the ownership / permissions on the freshclam.log file showed that the owner/goup was _clamav:admin and the permisions were -rw-r----- which is proper and in line with the other clamav files in the directory. Thinking that perhaps the logfile was corrupted, I deleted it and made a new one, setting the owner, group and permissions as per the original. The log errors continued.
    Finally, in desparation, I ran
    chmod 660 /var/log/freshclam.log
    setting the permissions to -rw-rw---- and the errors ceased!
    Now, this is not proper file permissions nor does it explain why freshclam suddenly could not append the logfile, but freshclam is now happily churning away without generating continuous log error entries. For the moment, I am not going to argue with successful results!
    -Doug

    Hi Fred,
    interesting.. but I'm of the mind "If it ain't broke.." and it has been running without problem since applying the fix. I may end up having to migrate Mail services to a different server soon though, so I'll keep it in mind if the error crops up again. Thanks for the tip!
    -Doug

  • Safari crashes and gives error after time machine restore

    Hi Apple,
    My Safari crashes and gives error after time machine restore. See error (log) below:
    Process:    
    Safari [1868]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    7.0.1 (9537.73.11)
    Build Info: 
    WebBrowser-7537073011000000~21
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [174]
    Responsible:
    Safari [1868]
    User ID:    
    501
    Date/Time:  
    2014-03-24 22:31:09.115 -0400
    OS Version: 
    Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  71F3CB6C-F8A0-C67D-EE17-D79E8AACA56F
    Crashed Thread:  15
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000105aa5400
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x105aa5400:
    -->
    __TEXT            
    000000010c5a3000-000000010c5a4000 [
    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    dyld: in dlopen()
    /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calend arFoundation
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.conduit.safari-QAMAD5CQ5Z (20 - 1.0) Conduit Search for Safari
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   dyld                     
    0x00007fff6e800b7e open + 10
    1   dyld                     
    0x00007fff6e7e5566 dyld::loadPhase5(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 689
    2   dyld                     
    0x00007fff6e7e5291 dyld::loadPhase4(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 158
    3   dyld                     
    0x00007fff6e7e5179 dyld::loadPhase3(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 1433
    4   dyld                     
    0x00007fff6e7e49c6 dyld::loadPhase1(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 135
    5   dyld                     
    0x00007fff6e7e0426 dyld::loadPhase0(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 190
    6   dyld                     
    0x00007fff6e7e01bb dyld::load(char const*, dyld::LoadContext const&) + 179
    7   dyld                     
    0x00007fff6e7e4337 dyld::libraryLocator(char const*, bool, char const*, ImageLoader::RPathChain const*) + 52
    8   dyld                     
    0x00007fff6e7eacb4 ImageLoader::recursiveLoadLibraries(ImageLoader::LinkContext const&, bool, ImageLoader::RPathChain const&) + 368
    9   dyld                     
    0x00007fff6e7eb01e ImageLoader::recursiveLoadLibraries(ImageLoader::LinkContext const&, bool, ImageLoader::RPathChain const&) + 1242
    10  dyld                     
    0x00007fff6e7ea9d4 ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, bool, ImageLoader::RPathChain const&) + 80
    11  dyld                     
    0x00007fff6e7e1764 dyld::link(ImageLoader*, bool, bool, ImageLoader::RPathChain const&) + 166
    12  dyld                     
    0x00007fff6e7e876d dlopen + 440
    13  libdyld.dylib            
    0x00000001130757ef dlopen + 59
    14  com.apple.Safari.framework
    0x000000010c821558 AOSAccountsFramework() + 39
    15  com.apple.Safari.framework
    0x000000010c82025d getMMAOSAccountStatusLoginNotification() + 27
    16  com.apple.Safari.framework
    0x000000010c6a4fa9 ___ZL29aosAccountsFrameworkAvailablev_block_invoke + 11
    17  com.apple.Safari.framework
    0x000000010c6a2f11 aosAccountsFrameworkAvailable() + 33
    18  com.apple.Safari.framework
    0x000000010c6a2e09 -[CloudTabStore init] + 65
    19  com.apple.Safari.framework
    0x000000010c6a2db8 +[CloudTabStore sharedCloudTabStore] + 58
    20  com.apple.Safari.framework
    0x000000010c8464c0 -[ToolbarController _canShowToolbarItemForCloudTabs] + 29
    21  com.apple.Safari.framework
    0x000000010c846c03 -[ToolbarController toolbarDefaultItemIdentifiers:] + 154
    22  com.apple.AppKit         
    0x0000000110afad21 -[NSToolbar _defaultItemIdentifiers] + 80
    23  com.apple.AppKit         
    0x0000000110afab14 -[NSToolbar _setConfigurationFromDictionary:notifyFamilyAndUpdateDefaults:upgradedConfigura tion:] + 291
    24  com.apple.AppKit         
    0x0000000110afa95c -[NSToolbar _setConfigurationUsingName:domain:] + 324
    25  com.apple.AppKit         
    0x0000000110afa804 -[NSToolbar setConfigurationUsingName:] + 201
    26  com.apple.AppKit         
    0x0000000110afa641 -[NSToolbar _loadFromUDIfNecessary] + 121
    27  com.apple.AppKit         
    0x0000000110afa385 -[NSWindow setToolbar:] + 535
    28  com.apple.Safari.framework
    0x000000010c8450cb -[ToolbarController initWithBrowserWindowController:] + 587
    29  com.apple.Safari.framework
    0x000000010c671608 -[BrowserWindowControllerMac windowDidLoad] + 739
    30  com.apple.AppKit         
    0x0000000110c8c35c -[NSWindowController _windowDidLoad] + 450
    31  com.apple.Safari.framework
    0x000000010c8a3f8d -[WindowController _windowDidLoad] + 43
    32  com.apple.AppKit         
    0x0000000110c73076 -[NSWindowController window] + 110
    33  com.apple.Safari.framework
    0x000000010c671d3a -[BrowserWindowControllerMac showWindow:] + 50
    34  com.apple.AppKit         
    0x0000000110d404c5 -[NSDocument showWindows] + 100
    35  com.apple.Safari.framework
    0x000000010c6400ab -[BrowserDocument showWindows] + 39
    36  com.apple.AppKit         
    0x0000000110d3f028 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 458
    37  com.apple.AppKit         
    0x0000000110d3ee1f -[NSDocumentController newDocument:] + 36
    38  com.apple.Safari.framework
    0x000000010c7d3793 -[WindowReopener reopenWithArrayOfWindowControllerNames:] + 120
    39  com.apple.Safari.framework
    0x000000010c7d3954 -[WindowReopener init] + 117
    40  com.apple.Safari.framework
    0x000000010c7d3a63 +[WindowReopener reopenWindows] + 43
    41  com.apple.Safari.framework
    0x000000010c5b5597 -[AppController _openUntitledFileWhileLaunching:] + 157
    42  com.apple.Safari.framework
    0x000000010c5b2441 -[AppController applicationOpenUntitledFile:] + 22
    43  com.apple.AppKit         
    0x0000000110c6de90 -[NSApplication _doOpenUntitled] + 447
    44  com.apple.AppKit         
    0x0000000110b90f41 __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke + 254
    45  com.apple.AppKit         
    0x0000000110b90c63 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 140
    46  com.apple.AppKit         
    0x0000000110b9084d -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 746
    47  com.apple.AppKit         
    0x00000001109fb9fb -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 323
    48  com.apple.AppKit         
    0x00000001109fb789 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    49  com.apple.AppKit         
    0x00000001109fb1eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    50  com.apple.Foundation     
    0x000000010ef4beaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    51  com.apple.Foundation     
    0x000000010ef4bd1d _NSAppleEventManagerGenericHandler + 106
    52  com.apple.AE             
    0x0000000113a2ee1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    53  com.apple.AE             
    0x0000000113a2ec32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    54  com.apple.AE             
    0x0000000113a2eb36 aeProcessAppleEvent + 315
    55  com.apple.HIToolbox      
    0x00000001125c95f1 AEProcessAppleEvent + 56
    56  com.apple.AppKit         
    0x00000001109f70f6 _DPSNextEvent + 1026
    57  com.apple.AppKit         
    0x00000001109f68db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    58  com.apple.Safari.framework
    0x000000010c604ec0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    59  com.apple.AppKit         
    0x00000001109ea9cc -[NSApplication run] + 553
    60  com.apple.AppKit         
    0x00000001109d5803 NSApplicationMain + 940
    61  com.apple.Safari.framework
    0x000000010c7d6f3d SafariMain + 267
    62  libdyld.dylib            
    0x00000001130765fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x0000000113207662 kevent64 + 10
    1   libdispatch.dylib        
    0x000000011304143d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x0000000113041152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.WebCore        
    0x000000011665ac0b WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore        
    0x000000011665779f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 7:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x0000000113202a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x0000000113201d18 mach_msg + 64
    2   com.apple.QuartzCore     
    0x000000010e1813b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore     
    0x000000010e1812ed thread_fun + 25
    4   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    5   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    6   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x0000000113202a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x0000000113201d18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x000000010fb22315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x000000010fb21939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x000000010fb21275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation     
    0x000000010ef91907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation     
    0x000000010ef9170b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 11:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x000000010d092266 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore 
    0x000000010d091d85 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x000000010d092887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010d092718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x000000010d092887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010d092718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x000000010d092887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010d092718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 15 Crashed:
    0   ???                      
    0x000000010f6ec598 0 + 4553885080
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000054  rcx: 0x000000010f639000  rdx: 0x0000000000000054
      rdi: 0x0000000000000000  rsi: 0x000000010eb53000  rbp: 0x000000010f63aff0  rsp: 0x000000010f63af70
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000105aa5400  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x000000010eb53000
      rip: 0x000000010f6ec598  rfl: 0x0000000000010202  cr2: 0x0000000105aa5400
    Logical CPU:
    2
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x10c5a3000 -   
    0x10c5a3ffd  com.apple.Safari (7.0.1 - 9537.73.11) <26B9451D-36DC-3EC9-AF48-B32519F9BFF6> /Applications/Safari.app/Contents/MacOS/Safari
    0x10c5a8000 -   
    0x10caaeff3  com.apple.Safari.framework (9537 - 9537.73.11) <D3F772B3-4AD9-32F1-A0CB-CF307FF1B283> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
    0x10ce98000 -   
    0x10ce99ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x10cea3000 -   
    0x10cec1ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x10cee3000 -   
    0x10cee4fff  libquit.dylib (161) <12162287-B8C8-36D0-B000-ADC28731FC66> /usr/lib/libquit.dylib
    0x10ceed000 -   
    0x10cf0aff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x10cf1d000 -   
    0x10cf1dfff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x10cf20000 -   
    0x10cf20fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x10cf29000 -   
    0x10cf87ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x10cfc6000 -   
    0x10cfd0ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x10cfdf000 -   
    0x10d049ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x10d07e000 -   
    0x10d3f4ffa  com.apple.JavaScriptCore (9537 - 9537.73.10) <4A4AE781-6F76-3412-B0E5-67E0BAEE22A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x10d4ef000 -   
    0x10d6a7ff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
    0x10d751000 -   
    0x10d83bfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x10d855000 -   
    0x10d886ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x10d898000 -   
    0x10d8a5ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x10d8ae000 -   
    0x10d8bcfff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x10d8c5000 -   
    0x10d906fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x10e15a000 -   
    0x10e2f6ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x10e3d0000 -   
    0x10e628ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x10e772000 -   
    0x10e7e5ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x10e82a000 -   
    0x10e858ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x10e886000 -   
    0x10e8e9ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x10e924000 -   
    0x10ea5affa  com.apple.WebKit (9537 - 9537.73.11) <5F583526-8D71-30AD-B97C-56EC51E94E85> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x10eb4f000 -   
    0x10eb4ffff  com.apple.SafariDAVNotifier (1.1.1 - 1) <664A1157-0D98-3680-8C3B-091980DA7BC4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x10eb55000 -   
    0x10ed45ff5  com.apple.WebKit2 (9537 - 9537.73.11) <FE8D26BB-F8B7-37D6-94A0-D82161541F30> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x10ef2a000 -   
    0x10f229fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x10f468000 -   
    0x10f615f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x10f63d000 -   
    0x10f68ffff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x10f6f0000 -   
    0x10f7b2ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x10f824000 -   
    0x10f994ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x10fa9f000 -   
    0x10fa9ffff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x10faa8000 -   
    0x10faa9ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x10fab1000 -   
    0x10fc96ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x10fe0a000 -   
    0x10ff0ffff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x10ff7d000 -   
    0x11089905f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x1109c5000 -   
    0x1109c6ffc  com.apple.SafariServices.framework (9537 - 9537.73.11) <4E721B67-18FC-32FD-9482-E7D0FEC02ACE> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x1109cc000 -   
    0x1109ccfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x1109d3000 -   
    0x111547ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x111cd4000 -   
    0x111d03ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x111d28000 -   
    0x111d39ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x111d42000 -   
    0x111d44fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x111d51000 -   
    0x111d89ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x111dc7000 -   
    0x111f1aff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x111fb7000 -   
    0x111fb7ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x111fbf000 -   
    0x112207fff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x112333000 -   
    0x112397ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x1123db000 -   
    0x11250bff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x11258e000 -   
    0x112838ffd  com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x112993000 -   
    0x11299bff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x1129aa000 -   
    0x1129ecff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x112a04000 -   
    0x112aebff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x112b28000 -   
    0x112c0cfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x112cd4000 -   
    0x112d25ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x112d4e000 -   
    0x112d53fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x112d60000 -   
    0x112d61fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x112d6c000 -   
    0x112d7eff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x112d93000 -   
    0x112dabff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x112dc2000 -   
    0x112dcffff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x112de2000 -   
    0x112ea5ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x112f2f000 -   
    0x112f4aff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x112f5b000 -   
    0x112f84ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
    0x112f96000 -   
    0x112f9aff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x112f9f000 -   
    0x112fa9fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x112fb8000 -   
    0x112fbffff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x112fcb000 -   
    0x112fd2ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x112fdc000 -   
    0x11302afff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x11303e000 -   
    0x113058fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
    0x113073000 -   
    0x113076ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
    0x11307e000 -   
    0x11307eff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x113083000 -   
    0x11308aff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
    0x113097000 -   
    0x11309cfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x1130a2000 -   
    0x1130a4ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x1130ac000 -   
    0x1130adffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x1130b4000 -   
    0x1130c5ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x1130d3000 -   
    0x1130d4ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x1130da000 -   
    0x113163ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
    0x11318f000 -   
    0x113191ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
    0x11319d000 -   
    0x1131a5fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
    0x1131b2000 -   
    0x1131d9ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x1131f1000 -   
    0x11320dff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    0x113233000 -   
    0x113262fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x113272000 -   
    0x11328dff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
    0x11329e000 -   
    0x1132c5ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x1132e8000 -   
    0x1132f1ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x113301000 -   
    0x113307ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
    0x11331e000 -   
    0x113325ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x113332000 -   
    0x113333ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
    0x11333f000 -   
    0x113343fff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
    0x11334f000 -   
    0x113350fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x113359000 -   
    0x11335eff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x11336b000 -   
    0x11338ffff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
    0x1133ac000 -   
    0x1133bcfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x1133c7000 -   
    0x1133cbfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x1133d5000 -   
    0x1133d5ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x1133db000 -   
    0x1133e8ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x1133f0000 -   
    0x1136dafff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x11375d000 -   
    0x1137ecfff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x113853000 -   
    0x1138cafff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x11396e000 -   
    0x1139dbfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x113a21000 -   
    0x113a7cffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x113aac000 -   
    0x113b75fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x113bef000 -   
    0x113c18fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x113c3c000 -   
    0x113c43fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x113c4d000 -   
    0x113c58fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
    0x113c60000 -   
    0x113c6bff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x113c7d000 -   
    0x113c80fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x113c89000 -   
    0x113ca0fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x113cc5000 -   
    0x113ccfff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x113ce0000 -   
    0x113d08ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x113d17000 -   
    0x113da3ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x113dd6000 -   
    0x113e45ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x113e76000 -   
    0x113efffff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x113f49000 -   
    0x113f8eff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x113fc5000 -   
    0x113fd4ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x113fe8000 -   
    0x114035ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x114069000 -   
    0x1140a2ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x1140c3000 -   
    0x1140ccfff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x1140e6000 -   
    0x1140e9ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x1140f9000 -   
    0x1140f9fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x114102000 -   
    0x1143d6fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x11441e000 -   
    0x11441efff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x114427000 -   
    0x1144f2fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x114500000 -   
    0x1145b0ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x1145bf000 -   
    0x1149a0ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x114a07000 -   
    0x114b75ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x114ba5000 -   
    0x114c94fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x114d0e000 -   
    0x114d55fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x114d7e000 -   
    0x114da2ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x114db0000 -   
    0x114e09fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x114e1c000 -   
    0x114e37ff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x114e41000 -   
    0x114e45ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x114e4c000 -   
    0x114f3afff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x114f67000 -   
    0x114f69fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x114f73000 -   
    0x114fbaff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
    0x114fd0000 -   
    0x114fe9ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x115009000 -   
    0x115025fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x115031000 -   
    0x115122ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x115138000 -   
    0x11519cff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x1151c9000 -   
    0x1151cafff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x1151d1000 -   
    0x1151d5ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/l

    simonun wrote:
    Hi guys,
    Hi, and welcome to the forums.
    hope somebody can help me with this issue with TM.
    I decided to restore my entire system from a backup I got in an external hard drive ( formatted mac Os Journaled). I didnt exclude any folder from the backup.
    Basically using the mac osx installation disk
    Which one? If you used a Leopard Install disc, that's the problem. You need to use a +Snow Leopard+ disc to restore a +Snow Leopard+ backup. (Unfortunately, Apple doesn't exactly make that clear -- you are far from the first!)
    If your system is not too large, and didn't take more than an hour or so to restore, just do it over.
    If it's a lot larger, though, you can just install Snow Leopard. Your Mac should boot up normally, but don't use any apps yet. First, download and install the 10.6.5 "combo" update. Info and download available at: http://support.apple.com/kb/DL1324 Be sure to do a +Repair Permissions+ via Disk Utility (in your Applications/Utilities folder) afterwards.

  • Each time I try to synch photos from my Windows 7 PC to my iPad2, iTunes stops working, and the error report says Problem Event Name:     APPCRASH   Application Name:     iTunes.exe   Application Version:     10.3.1.55   Application Timestamp:     4deec35

    Each time I try to synch photos from my Windows7 PC to my iPad2, iTunes stops working and the error message is:
    Problem Event Name:                          APPCRASH
      Application Name:                             iTunes.exe
      Application Version:                           10.3.1.55
      Application Timestamp:                    4deec351
      Fault Module Name:                          ntdll.dll
      Fault Module Version:                        6.1.7601.17514
      Fault Module Timestamp:                 4ce7ba58
      Exception Code:                                  c0000005
      Exception Offset:                                0002e3fb
      OS Version:                                          6.1.7601.2.1.0.768.3
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    I reloaded iTunes 10 (64 bit) successfully, but the problem remains the same.
    Any suggestions?

    I looked in the folder from which I want to synch photos, but there is no such thing as an "ipod photo cache" in that folder, or sub-folders, as suggested in the link which you were nice enough to provide.
    I have also tried removing photos from my iPad2 Photos App, and "iTunes has stopped working" shows up  again as soon as I click on the "Synch photos from" button.

  • 2TB Ext. Hard Drive is corrupted?, error code -50 and then error code -35 when i try to empty out my trash

    okay so a few days ago i received and email for one of my colleagues to do some final editing to a music video. the folder contained 2 videos a rough chops and the main which was about 2-3GB which i dragged on to my external hard drive . and at the time i was trying to install a trial version of parallel lines and me being a newbie to the software i didn't know i need windows installments for it to run lol but yeah... so i was just getting frustrated with the software i kept installing it uninstalling it and then i was thinking my the problem might be because my MacHD space is low (less then 40GBs on my MacHD), so.. i installed it on my hard drive where all my important files are (I'm a graphic designer and do light video editing) video projects and many photoshop projects form 2007 and logs and just a bunch of important files in my hard drive. so because i was so frustrated with the software i wasn't thinking and i installed it on my external 2TB hard drive. and when i realized parallel wasn't working i gave up, uninstalled the program form the hard drive and for some reason when i did that and i tried opening the video my friend had email to me and for some reason it did load up but a few seconds maybe about 10sec in the video is froze and closed my media app (VLC) and when i tried opening other video files it would freeze every few minutes but those specific files i had drag in last were not playing after at least 5 secs and eventually didn't open at all so i restart my computer login and now i get scared i see that my MacBook Pro isn't reading my external hard drive so i search threw forums... i unplug from the wall plug my external hard drive back in my computer and it loaded up but when i opened my external hard drive all my files had that plank white paper icon on my folders (because i have everything organized but subject when you open then drive folder. so... i go in to my projects and nothing, i open my edited photos and nothing... my hart feels like its about to drop and i keep opening files and there is nothing in them, but in "get info" of my drive it shows that there is filled so i go to "disk utility"... i "verify disk" passes ..."repair disk" doesn't past.... i look it up in forums... so i reboot my computer and go to the safe recovery menu. go threw the same ting "disk utility"... verify, pass... repair, pass... so now i feel relieved. i login files in the ext. hard drive load up i tried again to open the files and same thing happens... so now I'm thinking its the files i drag the files to the trash and try to empty and its gone i reboot the computer and my drive didn't load up so i tried unplugin it and back in... drive comes up i notice theres trash.. i tried emptying it and i get the error code -50. and no files are popping up on my external drive and i try to repair/unmount disk and the verify disk doesn't pass and when i click repair disk it doesn't past and another error code pops up -35.... so i felt my drive alone for a few days and yesterday i go the files deleted from the trash and now I'm not getting any codes but when i try to unmount.verify/repair the disk. keeps letting my tits need to be repaired so i click the repair button another error unable to unmount volume to repair...
    what do i do? my files still don't show up. and I'm very sorry for the long paragraph but i have to be detailed for you to understand my situation

    Read this.

  • Sender mail adapter : no messages and no error log

    Hello,
    I have configured a sender mail adapter to read mails from the inbox. I have used IMAP protocol. URL is specified as imap://EMHBSEXM01/Inbox. User name and password is also specified properly. I have kept poll interval to 1 minute. Messages in the inbox are in unread status. But the mail is not getting processed. I do not see anything after 1 minute. I tried using generate fetch report flag. But even then it does not create any message in SXMB_MONI. I checked runtime workbench for Mail adapter but I do not see any message for the same. Is there something that I am missing?
    Thanks,
    Dev

    Hi All,
    I chekced your responses and tried accordingly. Our basis team has given me new link now and the error message has changed. I am getting following error message.
    exception caught during processing mail message; java.io.IOException: unexpected login response; read 001F BAD Command received in Invalid state.
    Does anyone have any idea what this error is?
    Thanks in advance,
    Devendra

  • Plug-in errors and dependency errors with a CAF app in DS in NW CE 7.1

    I am learining to build CAF apps in Developer Studio in NW CE 7.1.  Here are my steps and the errors I am getting:
    Open Developer Studio
    Switch to the CA perspective
    File->New->Project
    Choose Development Component under Development Infrastructure
    Press Next
    Choose Composite Application under sap.com
    Choose MyComponents[demo.sap.com] under 'Local Development'
    Vendor: demo.sap.com
    Name: carpool
    Caption: Car Pool
    Language: American English
    Domain: SAP-xApps
    Support Component: CAF-APP (typed in, not chosen)
    Press Finish
    The following error appears:
    Status ERROR
    Plugin : com.sap.ide.metamodel.core.services.eclipse
    code=0
    Internal error
       Plugin name: Metamodel Core
       Internal error  : com.sap.ide.metamodel.core.services.eclipse
       Class      : com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker
       Method     : computeIdeJarProperties
       Message    : C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
       Exception  : java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:203)
    at java.util.jar.JarFile.<init>(JarFile.java:132)
    at java.util.jar.JarFile.<init>(JarFile.java:70)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.computeIdeJarProperties(ArchiveVersionChecker.java:296)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.doFullCheck(ArchiveVersionChecker.java:214)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.checkProject(ArchiveVersionChecker.java:125)
    at com.sap.ide.mmservices.core.eclipse.generation.GenerationServiceEclipse.checkArchiveVersions(GenerationServiceEclipse.java:110)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.checkArchiveVersions(GenerationBuilder.java:335)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.build(GenerationBuilder.java:85)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    I do not think I missed anything installing NW CE 7.1, but this error makes me think that some plug-in was erroneously left out of the install. 
    Incidentally, I can continue onward and build an app (this is obviously a tutorial), but when I try to deploy I get the following error:
    The deployment of the archive failed with an exception!
    ([ERROR CODE DPL.DCAPI.1027]) DependenciesResolvingException.
    Reason:[ERROR CODE DPL.DC.3033] An unresolved dependencies error
    occurred while sorting the deployment batch items regarding the
    dependencies.;nested exception is:
    com.sap.engine.services.dc.cm.deploy.sdu_deps_resolver.UnresolvedDepen
    denciesException:[ERROR CODE DPL.DC.3437]Unresolved dependencies
    found for the following deployment items:
    1. Component: name:'carpool~ear',vendor:'my.company',location:
    'localDevelopment',version:'20080501110329',software type: 'J2EE',
    dependencies:'[name:'cafruntimeear',vendor:'sap.com',name:
    'cafcoreear',vendor:'sap.com']
    Unresolved dependency:
    name:'cafruntimeear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Unresolved dependency:
    name:'cafcoreear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Please check the error log for further informations.
    Again, this looks like I am missing some components.
    Any assistance is greatly appreciated.
    TB

    Further developments:  As you may note from the error message, DS is looking for com.sap.ide.metamodel.core.services.eclipse in both the C: and the E: drive at the same time.  In fact, this file exists in the E: drive subdirectory listed, so I obviously have an error with two drive designations being concatenated.  Does anyone know how I can change the lookup directory for this dependency (or any dependency)? 
    Thanks,
    TB

  • Input and CRC errors on ASA 5505 outside interface

    All,
    I see input and crc errors on my ASA 5505  eth0/0(outside) interface and packet drops. There is very slow connection though we have 20mb line. ISP also sees the issue on the Lan interface side. We have the speed and duplex configured same on both ISP and our end.
    I am suspecting if this is Physical cable issue. Please suggest.
      Hardware is 88E6095, BW 100 Mbps, DLY 100 usec
            Full-Duplex(Full-duplex), 100 Mbps(100 Mbps)
            Input flow control is unsupported, output flow control is unsupported
            Available but not configured via nameif
            MAC address 001a.b4c9.f3d9, MTU not set
            IP address unassigned
            158138067 packets input, 141061681082 bytes, 0 no buffer
            Received 183037 broadcasts, 0 runts, 0 giants
            19642 input errors, 19642 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
            0 pause input, 0 resume input
            0 L2 decode drops
            144684 switch ingress policy drops
            124291353 packets output, 38197278051 bytes, 0 underruns
            0 pause output, 0 resume output
            0 output errors, 0 collisions, 0 interface resets
            0 late collisions, 0 deferred
            0 rate limit drops
            0 switch egress policy drops
            0 input reset drops, 0 output reset drops

    Hello Ravi,
    This kind of issues CRCs/ Input Errors are tipically known as L1 issues so make sure you check the cable and if that does not make a difference change the port on each side to see if there is a difference.
    Unfortunetly the ASA does not support the Time-Domain Reflectometer feature so we must do the test of L1 by ourselfs.
    Can you clear the counters of the interface, test the changes provided and provide us some feedback?
    Looking for some Networking Assistance? 
    Contact me directly at [email protected]
    I will fix your problem ASAP.
    Cheers,
    Julio Carvajal Segura
    http://laguiadelnetworking.com

  • Can anyone help me connect my Macbook Air to a SAMSUNG TV.  When I follow the basic instructions (Thunderbolt to HDMI connection) the screen on my computer goes grey and an error message appears inviting me to press any button to restart th

    Can anyone help me connect my Macbook Air to a SAMSUNG TV.  When I follow the basic instructions (Thunderbolt to HDMI connection) the screen on my computer goes grey and an error message appears inviting me to press any button to restart the Macbook.  When I do this nothing happens.  Only when I disconnect the computer from the TV does the Macbook allow me to login. The TV does not receive any signal from the Macbook even though I know the HDI port works fine.  Any ideas what I'm doing wrong?  Do I need to enable something on the Macbook?

    An update...
    I downloaded Apple's (rather large!) list of software updates today, and I was finally able to recognize my iPod again. I did a restore using the iPod updater from 06-2006, and all seemed to work OK. (I'm afraid to try the new one again!)
    Then I tried to re-load my music library from iTunes, and got stuck. It froze up after a while and wouldn't go any further.
    When I disconnected my iPod from my computer, I find 2 podcasts and nothing else, though iTunes told me it had transferred 600+ songs. Those 2 podcasts do play fine, and the basic iPod software all seems to be intact.
    So -- anyone get through this connection problem and have any ideas to share??
    iMac Mac OS X (10.4.7)

  • I have updated my iTunes to the latest edition and now my iTunes wont open saying MSVCR80.dll is missing from my computer and that i have to reinstall itunes. I have tried reinstalling twice now and this error message keeps appearing. What is going on?

    I have updated my iTunes to the latest edition and now my iTunes will not open saying MSVCR80.dll is missing from my computer and that i have to reinstall itunes. I have tried reinstalling twice now and this error message keeps appearing. What is going on?

    Solving MSVCR80 issue and Windows iTunes install issues.

  • Time Machine won't back up. Starts of REALLY SLOW, and the errors out.

    I've been having a hard time getting time machine to back up. To start off I'll give you my specs and what I have done.
    iMac
    OS 10.6.6
    2.4 GHz Intel Core 2 Duo
    4 GB 667 DDR@ SDRAM
    320 GB HD
    All software updates are current. I am trying to back up to an external Western Digital 1 GB drive connected by USB2. I have formatted the external drive, and set a single partition on that drive from the Disc Utility. I have run disk repair on both the external and local hard drive. I have run disk repair permission on the local drive. I have restarted, after every time. I have done everything listed above multiple times, and have done them all in kinda different orders each time.
    My thought is that the issue may not be with the hard drives, but maybe a file its trying to back up. When it starts out for the first time, it tells me that it needs to back up over 100 GB of data. It gets about halfway done, and then errors out. When I try to start it again, it tells me that it needs to backup around 50 GB of data. And this time, its REALLY slow. Like bytes slow, not Mega bytes, or even kilobytes. Bytes. 36 bites backed up, 120 bytes backed up. 2 Kilobytes backed up. SLOW SLOW SLOW.
    Then it picks up, and usually gets up to 120 MB, and then gives me this error message "The Backup was not performed because an error occurred while copying files to the backup disk. - The problem may be temporary. Try again later to back up. If the problem persists, use Disk Utility to repair your backup disk."
    Its a pretty generic message, and gives me no help in trying to figure out what the problem is. I've been trying again for almost 3 days now, and nothing is working. Is there an error log file that I can go find that would help me a little more?

    woody24 wrote:
    "The Backup was not performed because an error occurred while copying files to the backup disk. - The problem may be temporary. Try again later to back up. If the problem persists, use Disk Utility to repair your backup disk."
    See #C3 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of this forum).
    Its a pretty generic message, and gives me no help in trying to figure out what the problem is. I've been trying again for almost 3 days now, and nothing is working. Is there an error log file that I can go find that would help me a little more?
    Tell Apple about the inadequacy of that message: http://www.apple.com/feedback/timemachine.html

  • INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    Is this on a Windows XP, Vista or 7 system?

  • Crystal Reports and Java error

    Hi all, I'm trying to run a Crystal Reports report from my web application, but is happening a problem and I check all my code, CR installation, windows folder access rights but I didn't find any problem. Anyone can help me.... please!!!!!!
    The error message, in java console is:
    java.io.FileNotFoundException: http://localhost/viewer9/javaviewer/ReportViewer.jar
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.isUpToDate(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.loadFromCache(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
         at sun.plugin.cache.JarCache.get(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class com.crystaldecisions.ReportViewer.ReportViewer not found.
    java.lang.ClassNotFoundException: com.crystaldecisions.ReportViewer.ReportViewer
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Cheers,
    Zilmar
    Message was edited by:
    Zilmar

    I don't know anything about Crystal Reports whatsoever, and I couldn't care less frankly. There has been an excess of postings on these forums about this product, whatever it may be.
    If Crystal Reports isn't relevant to the problem why was it mentioned? In the title?
    And in any case why was it posted in a forum entitled 'Reflections & Reference Objects'?
    And your suggestion that it's up to me to do the research is fallacious and indeed ludicrous.
    And the error message 'java.io.FileNotFoundException: http://localhost/viewer9/javaviewer/ReportViewer.jar' is entirely self-explanatory.
    And it strongly appears to have something to do with the deployment of Crystal Reports.
    None of which is a Reflections & Reference Objects problem, or a Java problem, or Sun's problem.

  • TS3694 when i try to restore my phone on itunes it stops half way through and says error 29 unable to restore

    when i try to restore my iphone 4s it say unable to complete restore error 29 now i cant use my phone at all

    Hello, gordy69. 
    Thank you for visiting Apple Support Communities. 
    I see you came from the most relevant article in regard to not being able to restore your iOS device.  I would take a look at the section I highlighted below.  Make sure to try the steps outlined in that section. 
    Check for hardware issues
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the alert when you update or restore, contact Apple support.
    Common errors: 1, 10-47, 1002, 1011, 1012, 1014, 1000-1020.
    Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/TS3694
    Cheers,
    Jason H. 

Maybe you are looking for

  • Build.xml file

    Hi i am building the project by using build.xml file while running build.xml file in console first line i am getting buildfile directory is xyz/abc/build.xml how to print this one dinamically please give me clear clarification

  • SAP BCM 6 +7 // OpenSSL vulnerability "Heartbleed"

    Hi All, Information on SAP BCM and Heartbleed: The Heartbleed vulnerability in OpenSSL (CVE-2014-0160) has received a significant amount of attention recently. While the discovered issue is specific to OpenSSL, customers might be wondering whether th

  • Problem with OOPS ALv-field editable

    hi experts,          I am displaying one report using OOPS ALV. Now i am inserting a line in the output, so some mandatory fields are automatically filled up in the new line, and i am trying to fill  new values for the remaining empty fields, So init

  • Unable to get connectivity to ACE

    i am trying to get ip connectivity to my ace-module from the 6509. In the switch i enter; svclc multiple-vlan-interfaces svclc switch 1 module 3 vlan-group 1 svclc vlan-group 1 505 There is an ip-adress on vlan 505 in the 6509. In the admin context o

  • Entry not found in object buffer

    Hi, When we create service desk message we are getting Entry not found in object buffer error error. Can you please help me out to resolve this issue. Thanks