Vimperator and persistent buffers window

I was wondering if the persistent buffer feature was working for anyone here:
:buffers[!]
B
Show a list of all buffers (=tabs). The special version :buffers! opens the buffer list in a persistent preview window. Call the special version of this command again to close the window.
When I use :buffers! I achieve the same effect as :buffers
If you know of any fixes that would be greatly appreciated.
Thanks

Hmmm, not quite what I had expected:
*  resolution  set to fixed
Thanks for the bug report, but it has been fixed in CVS (removed from the help, as there is no :buffers! anymore).
So I guess I should open a feature request about it, if I want to keep showtabline=0...

Similar Messages

  • Itunes will not connect to the internet or access store with working internet connection. ive already tried updating to latest version and turning off windows firewall. running a new dell computer w/ windows 7 with minimal programs installed

    Itunes will not connect to the internet or access store with working internet connection. ive already tried updating to latest version and turning off windows firewall. running a nItunes will not connect to the internet or access store with working internet connection. ive already tried updating to latest version and turning off windows firewall. running a new dell, windows 7 ultimate, no virus or firewall programs installed.

    This my sound too simple, but I just kept clikning on the arrow next to the selected music and it finally "Kicked" in.
    I live in Europe ,So Be persistent and don't give up !  Aug. 2013

  • No frame refreshing when buffered window is called/created

    Hi,
    i'm programming a java-based game. It uses a JFrame that calls an "accelerated window" ( a buffered window with a Graphics2D Object ) to draw a basketball simulation. The problem is that when the accelerated window is running ( loop ) the refreshing and the listeners of the main window doesn't work properly (note that accelerated window is called by a Game class that extends Thread... ). Why? Thanks
    // Class Game is called by a main JFrame...
    public class Game extends Thread {
        public Game( ... ){
         court = new Court2D();
         court.setVisible(true);
         court.draw();
    public class Court2D extends Canvas {
            public Court2D() {
             container = new JFrame("Court");
             container.addWindowListener( new WindowAdapter() {
                  public void windowClosing( WindowEvent e ){
                   container.dispose();
             JPanel panel = (JPanel) container.getContentPane();
             panel.setPreferredSize(new Dimension( WIDTH, HEIGHT));
             panel.setLayout(null);
             setBounds(0,0, WIDTH, HEIGHT);
             panel.add(this);
             setIgnoreRepaint(true);
             container.setResizable(false);
             container.setVisible(true);
             requestFocus();
             createBufferStrategy(2);
             strategy = getBufferStrategy();
             draw();
            public void draw() {
                     Graphics2D g = (Graphics2D) strategy.getDrawGraphics();
                 ... //draw something...
                 g.dispose();
                 strategy.show();
    }picture: http://backspace.altervista.org/JBM/problem.jpg

    Ops I'm sorry. There's a run() method as you can see as follows:
    public class Game extends Thread {
        public Game(...){
             //initiate variables...
        public void run() {  // Called by the main window
         if (quarter == 0)
             jumpBall();
         while ( ( quarter <= 4 ) && !(timeout)  ) { // game loop
             while ( ( timer < DURATION ) && !(timeout) ) { // quarter loop
              step(); //Move
              checkfouls();
              timer = timer + 0.1;
                  try {
                   Thread.sleep( GAMESPEED );
                  } catch (Exception e) {}
             minutes = (int) timer / 60;
             seconds = (int) timer % 60;
             quarter++;
             timer = 0;
             restartAction();
             if ( (quarter > 4) && ( statistics.stats[USER].score == statistics.stats[CPU].score ) )
              ot = true;
             else
              ot = false;
    // other methods
    }Ok, this Thread never stops and the main window never responds to any type of command ( Listeners included ). Is this strange? This Thread sleeps for a second ( or more ) every loop step but nothing happens in the main window...

  • SAFARI QUIT UNEXPECTEDLY (Immediately and persistently on opening

    I hope this is not a duplicate. I believe I posted it yesterday yet am unable to find it.
    SAFARI QUIT UNEXPECTEDLY (Immediately and persistently on opening)
    Ran Disk Utility; Cleared all Login items
    Process: Safari [657]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version:         7.0.3 (9537.75.14)
    Build Info: WebBrowser-7537075014000000~6
    Code Type: X86-64 (Native)
    Parent Process: launchd [443]
    Responsible: Safari [657]
    User ID:         501
    Date/Time: 2014-05-10 14:56:55.905 +0100
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID: 9DE67202-7301-AE82-F473-E7A4D5622C34
    Crashed Thread: 28  Safari: HistoryTextCache caching
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT 000000010137d000-000000010137e000 [ 4K] r-x/rwx SM=COW /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.avast.wrc-6H4HRTU5E3 (8 - 8) avast! Online Security
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib                 0x000000010800d0aa __getattrlist + 10
    1 com.apple.CoreServicesInternal 0x000000010e7dada7 corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 484
    2 com.apple.CoreServicesInternal 0x000000010e7d0fbb prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227
    3 com.apple.CoreServicesInternal 0x000000010e7ceca7 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213
    4 com.apple.CoreServicesInternal 0x000000010e7cebcd _FSURLCopyResourcePropertyForKey + 15
    5 com.apple.CoreFoundation         0x000000010490336b CFURLCopyResourcePropertyForKey + 123
    6 com.apple.CoreFoundation         0x000000010490a498 -[NSURL getResourceValue:forKey:error:] + 72
    7 com.apple.AppKit                         0x0000000105837f82 +[NSImageRep _imageRepsWithContentsOfURL:expandImageContentNow:giveUpOnNetworkURLsWithoutGoo dExtensions:] + 140
    8 com.apple.AppKit                         0x0000000105a7dd6c __56-[NSImageMultiURLReferencingRepProvider representations]_block_invoke + 226
    9 com.apple.Foundation                 0x0000000103d3cca3 _NSFaultInObject + 32
    10 com.apple.AppKit                       0x0000000105a7dc81 -[NSImageMultiURLReferencingRepProvider representations] + 94
    11 com.apple.AppKit                       0x0000000105837c0f __15-[NSImage size]_block_invoke + 73
    12 com.apple.AppKit                       0x00000001057d8421 -[NSImage _usingRepProviderPerformBlock:] + 35
    13 com.apple.AppKit                       0x000000010582b08d -[NSImage size] + 138
    14 com.apple.AppKit                       0x0000000105960466 -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 65
    15 com.apple.Safari.framework      0x000000010166192b -[OneStepBookmarkingButtonCell drawBezelWithFrame:inView:] + 502
    16 com.apple.AppKit                       0x000000010595e8af -[NSButtonCell drawWithFrame:inView:] + 377
    17 com.apple.AppKit                       0x000000010595d588 -[NSControl drawRect:] + 341
    18 com.apple.AppKit                       0x0000000105952677 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1082
    19 com.apple.AppKit                       0x000000010595212d __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 186
    20 com.apple.AppKit                       0x0000000105951f23 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2297
    21 com.apple.AppKit                       0x0000000105951618 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108
    22 com.apple.QuartzCore                0x0000000102f566c6 CA::Layer::display_() + 670
    23 com.apple.AppKit                       0x00000001059514e3 _NSBackingLayerDisplay + 235
    24 com.apple.AppKit                       0x000000010592889b -[_NSViewBackingLayer display] + 811
    25 com.apple.QuartzCore                0x0000000102f56162 CA::Layer::display_if_needed(CA::Transaction*) + 590
    26 com.apple.QuartzCore                0x0000000102f558b1 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
    27 com.apple.QuartzCore                0x0000000102f5533c CA::Context::commit_transaction(CA::Transaction*) + 236
    28 com.apple.QuartzCore                0x0000000102f54fd6 CA::Transaction::commit() + 388
    29 com.apple.Safari.framework      0x0000000101403a6d Safari::BrowserContentViewController::installTopSitesView() + 127
    30 com.apple.Safari.framework      0x000000010140e867 Safari::BrowserContentViewController::goToTopSitesWall() + 107
    31 com.apple.Safari.framework      0x000000010145be77 -[BrowserWindowControllerMac _applyNewBrowserViewBehavior:usingReferenceBrowserContentViewController:] + 195
    32 com.apple.Safari.framework      0x000000010144fb5e -[BrowserWindowControllerMac windowDidLoad] + 2265
    33 com.apple.AppKit                       0x0000000105a8641c -[NSWindowController _windowDidLoad] + 450
    34  com.apple.Safari.framework      0x0000000101681c13 -[WindowController _windowDidLoad] + 43
    35 com.apple.AppKit                       0x0000000105a6d016 -[NSWindowController window] + 110
    36 com.apple.Safari.framework      0x000000010144fc9a -[BrowserWindowControllerMac showWindow:] + 50
    37 com.apple.AppKit                       0x0000000105b3a605 -[NSDocument showWindows] + 100
    38 com.apple.Safari.framework      0x000000010141e00b -[BrowserDocument showWindows] + 39
    39 com.apple.AppKit                       0x0000000105b39178 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 458
    40 com.apple.AppKit                       0x0000000105b38f6f -[NSDocumentController newDocument:] + 36
    41 com.apple.Safari.framework      0x00000001015b14e3 -[WindowReopener reopenWithArrayOfWindowControllerNames:] + 120
    42 com.apple.Safari.framework      0x00000001015b16a4 -[WindowReopener init] + 117
    43 com.apple.Safari.framework      0x00000001015b17b3 +[WindowReopener reopenWindows] + 43
    44 com.apple.Safari.framework      0x00000001013930f7 -[AppController _openUntitledFileWhileLaunching:] + 157
    45 com.apple.Safari.framework      0x000000010138ffa3 -[AppController applicationOpenUntitledFile:] + 22
    46 com.apple.AppKit                       0x0000000105a67e20 -[NSApplication _doOpenUntitled] + 447
    47  com.apple.AppKit                       0x000000010598af01 __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke + 254
    48 com.apple.AppKit                       0x000000010598ac90 __95-[NSPersistentUIManager restoreAllPersistentStateRegisteringAsReadyWhenDone:completionHandler:]_block_i nvoke538 + 37
    49 com.apple.AppKit                       0x000000010598ac23 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 140
    50 com.apple.AppKit                       0x000000010598a80d -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 746
    51 com.apple.AppKit                       0x0000000105982bb5 -[NSPersistentUIRestorer finishedRestoringWindowsWithZOrder:completionHandler:] + 1714
    52 com.apple.AppKit                       0x00000001057f7229 -[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:completionHandler:] + 2110
    53 com.apple.AppKit                       0x00000001057f68c9 -[NSPersistentUIManager restoreAllPersistentStateRegisteringAsReadyWhenDone:completionHandler:] + 398
    54 com.apple.AppKit                       0x00000001057f5bc6 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 398
    55 com.apple.AppKit                       0x00000001057f5909 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    56 com.apple.AppKit                       0x00000001057f536b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    57 com.apple.Foundation                0x0000000103d44f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    58 com.apple.Foundation                0x0000000103d44d7d _NSAppleEventManagerGenericHandler + 106
    59  com.apple.AE                   0x0000000108834e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    60  com.apple.AE                   0x0000000108834c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    61  com.apple.AE                   0x0000000108834b36 aeProcessAppleEvent + 315
    62 com.apple.HIToolbox                  0x00000001073b7161 AEProcessAppleEvent + 56
    63 com.apple.AppKit                       0x00000001057f1246 _DPSNextEvent + 1026
    64 com.apple.AppKit                       0x00000001057f0a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    65  com.apple.Safari.framework      0x00000001013e2d00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    66 com.apple.AppKit                       0x00000001057e4b2c -[NSApplication run] + 553
    67 com.apple.AppKit                       0x00000001057cf913 NSApplicationMain + 940
    68 com.apple.Safari.framework      0x00000001015b4c8d SafariMain + 267
    69  libdyld.dylib                    0x0000000107e755fd start + 1
    Thread 1:
    0 libsystem_kernel.dylib                 0x000000010800de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib              0x0000000108119f08 _pthread_wqthread + 330
    2 libsystem_pthread.dylib              0x000000010811cfb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                 0x000000010800e662 kevent64 + 10
    1 libdispatch.dylib              0x0000000107e3c43d _dispatch_mgr_invoke + 239
    2 libdispatch.dylib              0x0000000107e3c152 _dispatch_mgr_thread + 52
    Thread 3:: WebCore: IconDatabase
    0 libsystem_kernel.dylib                 0x000000010800e962 pread + 10
    1 libsqlite3.dylib                 0x000000010253d1d4 unixRead + 100
    2 libsqlite3.dylib                 0x00000001025635ee readDbPage + 478
    3 libsqlite3.dylib                 0x000000010256218d sqlite3PagerAcquire + 349
    4 libsqlite3.dylib                 0x000000010260f3a1 checkTreePage + 289
    5 libsqlite3.dylib                 0x000000010260f7ca checkTreePage + 1354
    6 libsqlite3.dylib                 0x000000010260f98d checkTreePage + 1805
    7 libsqlite3.dylib                 0x000000010258ad53 sqlite3VdbeExec + 59651
    8 libsqlite3.dylib                 0x000000010257b40a sqlite3_step + 666
    9 com.apple.WebCore                     0x000000010b444e39 WebCore::SQLiteStatement::step() + 73
    10 com.apple.WebCore                   0x000000010bb8e90e WebCore::IconDatabase::checkIntegrity() + 110
    11 com.apple.WebCore                   0x000000010b444721 WebCore::IconDatabase::performOpenInitialization() + 65
    12 com.apple.WebCore                   0x000000010b444033 WebCore::IconDatabase::iconDatabaseSyncThread() + 259
    13  com.apple.JavaScriptCore          0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    14 libsystem_pthread.dylib            0x0000000108118899 _pthread_body + 138
    15 libsystem_pthread.dylib            0x000000010811872a _pthread_start + 137
    16  libsystem_pthread.dylib            0x000000010811cfc9 thread_start + 13
    Thread 4:: Dispatch queue: com.apple.CFURLCACHE_work_queue
    0 libsystem_kernel.dylib                 0x000000010800ddb2 __unlink + 10
    1 libsystem_kernel.dylib                 0x000000010800bc72 unlink + 11
    2   com.apple.CFNetwork                  0x000000010466b2f9 CFURLCacheFS::purgeEntireFileSystemStore() const + 273
    3 com.apple.CFNetwork                  0x000000010466b00f __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen_NoLock() + 79
    4 com.apple.CFNetwork                  0x000000010466af9b __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen() + 63
    5 com.apple.CFNetwork                  0x0000000104633d2a __CFURLCache::OpenDatabase() + 400
    6 com.apple.CFNetwork                  0x0000000104633b3f __CFURLCache::ProcessCacheTasks0(bool) + 1373
    7 com.apple.CFNetwork                  0x0000000104633481 __CFURLCache::ProcessCacheTasks(bool) + 53
    8 com.apple.CFNetwork                  0x0000000104632f56 __CFURLCache::_CFURLCacheTimerCallback0() + 286
    9 com.apple.CFNetwork                  0x0000000104632dd7 __CFURLCache::_CFURLCacheTimerCallback(void*) + 43
    10 com.apple.CFNetwork                0x0000000104632cff ___ZN12__CFURLCache29SignalWorkerTaskToPerformWorkEv_block_invoke + 18
    11 libdispatch.dylib                         0x0000000107e3d1d7 _dispatch_call_block_and_release + 12
    12 libdispatch.dylib                         0x0000000107e3a2ad _dispatch_client_callout + 8
    13 libdispatch.dylib                         0x0000000107e3c68f _dispatch_queue_drain + 451
    14 libdispatch.dylib                         0x0000000107e3d9dd _dispatch_queue_invoke + 110
    15 libdispatch.dylib                         0x0000000107e3bfa3 _dispatch_root_queue_drain + 75
    16 libdispatch.dylib                         0x0000000107e3d193 _dispatch_worker_thread2 + 40
    17 libsystem_pthread.dylib            0x0000000108119ef8 _pthread_wqthread + 314
    18 libsystem_pthread.dylib            0x000000010811cfb9 start_wqthread + 13
    Thread 5:: com.apple.CoreAnimation.render-server
    0 libsystem_kernel.dylib                 0x0000000108009a1a mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x0000000108008d18 mach_msg + 64
    2 com.apple.QuartzCore                 0x0000000102f69377 CA::Render::Server::server_thread(void*) + 195
    3 com.apple.QuartzCore                 0x0000000102f692ad thread_fun + 25
    4 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    5 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    6 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib                 0x0000000108009a1a mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x0000000108008d18 mach_msg + 64
    2 com.apple.CoreFoundation         0x0000000104917fc5 __CFRunLoopServiceMachPort + 181
    3 com.apple.CoreFoundation         0x00000001049175e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation         0x0000000104916f25 CFRunLoopRunSpecific + 309
    5 com.apple.Foundation                 0x0000000103d8a967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6 com.apple.Foundation                 0x0000000103d8a76b __NSThread__main__ + 1318
    7 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    8 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    9 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 7:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib                 0x000000010800d9aa __select + 10
    1 com.apple.CoreFoundation         0x0000000104963ab3 __CFSocketManager + 867
    2 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    3 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    4 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 8:: Dispatch queue: com.apple.Safari.SnapshotStore
    0 libsystem_kernel.dylib                 0x000000010800d5da __open + 10
    1   com.apple.ImageIO.framework              0x0000000104c3be74 CGImageReadCreateWithFile + 101
    2 com.apple.ImageIO.framework              0x0000000104c3bc51 CGImageSourceCreateWithURL + 592
    3 com.apple.Safari.framework       0x00000001015fb0f8 Safari::loadSnapshot(Safari::CF::String const&, bool, double&, double&) + 83
    4 com.apple.Safari.framework       0x00000001015f9e84 Safari::SnapshotStore::handleReadSnapshot(Safari::SnapshotStore::SnapshotType, Safari::CF::String const&, Safari::SnapshotReadProxy*, double) + 84
    5 com.apple.Safari.framework       0x00000001015fb081 Safari::callFunctionWithSuddenTerminationDisabled(***::Function<void ()> const&) + 30
    6 libdispatch.dylib              0x0000000107e3d1d7 _dispatch_call_block_and_release + 12
    7 libdispatch.dylib              0x0000000107e3a2ad _dispatch_client_callout + 8
    8 libdispatch.dylib              0x0000000107e3c68f _dispatch_queue_drain + 451
    9 libdispatch.dylib              0x0000000107e3d9dd _dispatch_queue_invoke + 110
    10 libdispatch.dylib                         0x0000000107e3bfa3 _dispatch_root_queue_drain + 75
    11 libdispatch.dylib                         0x0000000107e3d193 _dispatch_worker_thread2 + 40
    12 libsystem_pthread.dylib            0x0000000108119ef8 _pthread_wqthread + 314
    13 libsystem_pthread.dylib            0x000000010811cfb9 start_wqthread + 13
    Thread 9:
    0 libsystem_kernel.dylib                 0x000000010800de6a __workq_kernreturn + 10
    1 libsystem_pthread.dylib              0x0000000108119f08 _pthread_wqthread + 330
    2 libsystem_pthread.dylib              0x000000010811cfb9 start_wqthread + 13
    Thread 10:
    0 libsystem_kernel.dylib                 0x000000010800de6a __workq_kernreturn + 10
    1 libsystem_pthread.dylib              0x0000000108119f08 _pthread_wqthread + 330
    2 libsystem_pthread.dylib              0x000000010811cfb9 start_wqthread + 13
    Thread 11:: JavaScriptCore::BlockFree
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e712a5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    4 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    5 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    6 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 18:: JavaScriptCore::BlockFree
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e712a5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    5 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    6 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 20:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 21:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 22:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6   libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 23:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2 com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 24:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                 0x000000010800d716 __psynch_cvwait + 10
    1 libsystem_pthread.dylib              0x000000010811ac3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore           0x0000000101e71d17 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore           0x0000000101e71ba8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore           0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib              0x0000000108118899 _pthread_body + 138
    6 libsystem_pthread.dylib              0x000000010811872a _pthread_start + 137
    7 libsystem_pthread.dylib              0x000000010811cfc9 thread_start + 13
    Thread 25:: Safari: SafeBrowsingManager
    0 libsystem_kernel.dylib                 0x000000010800e9aa pwrite + 10
    1 libsqlite3.dylib                 0x00000001025a47d3 unixWrite + 67
    2 libsqlite3.dylib                 0x00000001025ac782 writeJournalHdr + 402
    3 libsqlite3.dylib                 0x00000001025a0a1d pager_write + 333
    4 libsqlite3.dylib                 0x00000001025a030a sqlite3PagerWrite + 90
    5 libsqlite3.dylib                 0x00000001025a3d2b insertCell + 203
    6 libsqlite3.dylib                 0x00000001025a38fb sqlite3BtreeInsert + 1883
    7 libsqlite3.dylib                 0x00000001025839b3 sqlite3VdbeExec + 30051
    8 libsqlite3.dylib                 0x000000010257b40a sqlite3_step + 666
    9 com.apple.Safari.framework       0x0000000101600c0f Safari::SQLiteStatement::step() + 19
    10  com.apple.Safari.framework      0x00000001015d2108 Safari::SafeBrowsingStore::addList(Safari::CF::String const&) + 90
    11 com.apple.Safari.framework      0x00000001015c8f2f Safari::SafeBrowsingListManager::SafeBrowsingListManager(Safari::SafeBrowsingSe rvice&, ***::Vector<Safari::CF::String, 0ul, ***::CrashOnOverflow> const&, Safari::CF::String const&, Safari::CF::String const&) + 621
    12 com.apple.Safari.framework      0x00000001015c8c9a Safari::SafeBrowsingListManager::create(Safari::SafeBrowsingService&, ***::Vector<Safari::CF::String, 0ul, ***::CrashOnOverflow> const&, Safari::CF::String const&, Safari::CF::String const&) + 64
    13 com.apple.Safari.framework      0x00000001015d0fe9 Safari::SafeBrowsingService::didReceiveListNames(***::Vector<Safari::CF::String , 0ul, ***::CrashOnOverflow> const&) + 35
    14 com.apple.Safari.framework      0x0000000101547644 Safari::GoogleSafeBrowsingService::initialize() + 158
    15 com.apple.Safari.framework      0x00000001015cc6f6 Safari::SafeBrowsingManager::addGoogleSafeBrowsingService() + 122
    16 com.apple.Safari.framework      0x00000001015cba6f Safari::SafeBrowsingManager::handleMessage(Safari::SafeBrowsingManager::SafeBro wsingMessage*) + 151
    17 com.apple.Safari.framework      0x000000010156439b Safari::MessageRunLoop::dispatchMessage() + 49
    18 com.apple.CoreFoundation        0x0000000104926661 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    19 com.apple.CoreFoundation        0x0000000104917d12 __CFRunLoopDoSources0 + 242
    20 com.apple.CoreFoundation        0x000000010491749f __CFRunLoopRun + 831
    21 com.apple.CoreFoundation        0x0000000104916f25 CFRunLoopRunSpecific + 309
    22 com.apple.Safari.framework      0x0000000101564323 Safari::MessageRunLoop::threadBody() + 119
    23 com.apple.JavaScriptCore          0x0000000101e6653f ***::wtfThreadEntryPoint(void*) + 15
    24 libsystem_pthread.dylib            0x0000000108118899 _pthread_body + 138
    25 libsystem_pthread.dylib            0x000000010811872a _pthread_start + 137
    26 libsystem_pthread.dylib            0x000000010811cfc9 thread_start + 13
    Thread 26:
    0 libsystem_kernel.dylib                 0x000000010800de6a __workq_kernreturn + 10
    1 libsystem_pthread.dylib              0x0000000108119f08 _pthread_wqthread + 330
    2 libsystem_pthread.dylib              0x000000010811cfb9 start_wqthread + 13
    Thread 27:
    0 libsystem_kernel.dylib                 0x000000010800de6a __workq_kernreturn + 10
    1 libsystem_pthread.dylib              0x0000000108119f08 _pthread_wqthread + 330
    2 libsystem_pthread.dylib              0x000000010811cfb9 start_wqthread + 13
    Thread 28 Crashed:: Safari: HistoryTextCache caching
    0 com.apple.SearchKit                    0x000000010878701d BTree::~BTree() + 93
    1 com.apple.SearchKit                    0x0000000108786fa1 BTree::~BTree() + 15
    2 com.apple.SearchKit                    0x0000000108786e5a TermIndex::~TermIndex() + 88
    3 com.apple.SearchKit                    0x0000000108786cfb TIAInvertedIndex::~TIAInvertedIndex() + 15
    4 com.apple.SearchKit                    0x0000000108786c64 TIAIndex::~TIAIndex() + 38
    5 com.apple.SearchKit                    0x0000000108786c1f TIAIndex::~TIAIndex() + 15
    6 com.apple.SearchKit                    0x000000010877738d TIAIndex::Open(IAStorage*, __CFString const*, unsigned char) + 753
    7 com.apple.SearchKit                    0x0000000108776e8d IAIndexOpen + 108
    8 com.apple.SearchKit                    0x0000000108775681 SKIndexOpen(void const*, __CFString const*, __CFString const*, unsigned char) + 787
    9 com.apple.SearchKit                    0x000000010877532e SKIndexOpenWithURLAndLocale + 88
    10 com.apple.Safari.framework      0x0000000101548def -[HistoryTextCache(FileInternal) _initializeSearchIndexCreatingIfNecessary:] + 184
    11 com.apple.Safari.framework      0x0000000101548f76 -[HistoryTextCache(FileInternal) _removeCachedPageTextForURLStringWithoutFlushing:] + 40
    12 com.apple.Safari.framework      0x0000000101548a4f -[HistoryTextCache(FileInternal) _runCachingThread] + 521
    13 com.apple.Foundation                0x0000000103d8a76b __NSThread__main__ + 1318
    14 libsystem_pthread.dylib            0x0000000108118899 _pthread_body + 138
    15 libsystem_pthread.dylib            0x000000010811872a _pthread_start + 137
    16 libsystem_pthread.dylib            0x000000010811cfc9 thread_start + 13
    Thread 28 crashed with X86 Thread State (64-bit):
      rax: 0x00000000a4030867  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x000000010cc2d080  rsi: 0x0000000000000008  rbp: 0x0000000118daa8b0  rsp: 0x0000000118daa890
       r8: 0x0000000000000000   r9: 0x00000000000000a3  r10: 0x0000000000014600  r11: 0x00000000b469dc5e
      r12: 0x00006080000e6780  r13: 0x0000000000000001  r14: 0x00006080000596b0  r15: 0x00006100002c4210
      rip: 0x000000010878701d  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Logical CPU:     4
    Error Code: 0x00000004
    Trap Number:     14
    Binary Images:
           0x10137d000 -        0x10137dffd  com.apple.Safari (7.0.3 - 9537.75.14) <29238978-9DC2-309F-B02F-3AC4153010FD> /Applications/Safari.app/Contents/MacOS/Safari
           0x101386000 -        0x10188cffb  com.apple.Safari.framework (9537 - 9537.75.14) <AE2739A0-427C-3015-8DF8-FDCF768D62DE> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
           0x101c78000 -        0x101c79ff7  libSystem.B.dylib (1197.1.1) <5292BF21-9406-32D5-8BB3-7DD02C672FA0> /usr/lib/libSystem.B.dylib
           0x101c83000 -        0x101ca1ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x101cc3000 -        0x101cc4fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
           0x101cc9000 -        0x101ce6ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x101cf4000 -        0x101cf4fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x101cf8000 -        0x101cf8fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x101cfd000 -        0x101d5bff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x101d9d000 -        0x101da7ff7  com.apple.CrashReporterSupport (10.9 - 538) <DD7669BA-78A6-3BEA-8410-17F556ACAA18> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x101db6000 -        0x101db6fff  com.apple.WebInspectorUI (9537 - 9537.75.12) <043D7C65-70B4-3E24-B56B-DFFAFEFA767F> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspec torUI
           0x101dbb000 -        0x101e25ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x101e5d000 -        0x1021d4ff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <DC1116A7-934C-37C1-9AB2-354DBA43EAD7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x1022d1000 -        0x102489ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
           0x102535000 -        0x10261ffff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x102639000 -        0x10266aff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
           0x10267b000 -        0x102688ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x102692000 -        0x1026a0fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x1026ad000 -        0x1026eefff  com.apple.PerformanceAnalysis (1.47 - 47) <B5B491F2-EF86-3382-B23B-EA78AC40AF25> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x102f42000 -        0x1030deff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x1031bb000 -        0x103414ff9  com.apple.security (7.0 - 55471.14.1) <FF57C9BB-4E52-33E5-8927-59AEADB6CA27> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10355c000 -        0x10355cfff  com.apple.SafariDAVNotifier (1.1.1 - 1) <6FD70177-7044-3EFE-905F-08F1D2D40ECA> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
           0x103563000 -        0x1035d6fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x103618000 -        0x103646ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x103674000 -        0x103674fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x103678000 -        0x1036dbff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x103716000 -        0x103717fff  com.apple.AddressBook.ContactsData (8.0 - 1369) <BAF434EC-32B6-3F1C-8ABE-4419A15829FF> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
           0x10371c000 -        0x103852ffc  com.apple.WebKit (9537 - 9537.75.14) <98D7B16B-B2C8-3A4E-9AE9-7A8385ACFBA9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x103947000 -        0x103947fff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
           0x10394c000 -        0x103b3dff3  com.apple.WebKit2 (9537 - 9537.75.14) <A54F32B2-5D0D-3A1D-A1F6-FB2162BD50D1> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
           0x103d24000 -        0x104022fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10425f000 -        0x104260ffc  com.apple.SafariServices.framework (9537 - 9537.75.14) <700D5B79-CE93-330D-BD9B-37ECCDC4CA98> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
           0x104266000 -        0x104413f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x104434000 -        0x104435ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
           0x10443b000 -        0x10448dfff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x1044eb000 -        0x1045adff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x104621000 -        0x104791ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x104899000 -        0x104899fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10489f000 -        0x1048a0ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x1048a7000 -        0x104a8cfff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x104c04000 -        0x104d0afff  com.apple.ImageIO.framework (3.3.0 - 1042) <DEA4FF1B-D340-32C3-977D-D249709C6031> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x104d74000 -        0x10569368f  com.apple.CoreGraphics (1.600.0 - 599.21.1) <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x1057c7000 -        0x1057c7fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x1057cd000 -        0x106343fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x106acc000 -        0x106afbff9  com.apple.GSS (4.0 - 2.0) <1B71A3E1-E31D-32CC-A733-ED155CC4A6A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x106b1c000 -        0x106b2dff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x106b33000 -        0x106b35fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x106b41000 -        0x106b79ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x106bb5000 -        0x106d08ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x106d9f000 -        0x106d9fffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x106da8000 -        0x106ff0ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x10711d000 -        0x107181fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x1071c6000 -        0x1072f6ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10737c000 -        0x107626ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x107780000 -        0x107788ff7  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
           0x107793000 -        0x1077d5ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x1077f4000 -        0x1078dbff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x107918000 -        0x1079fcfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x107ac2000 -        0x107b13ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x107b3a000 -        0x107b3ffff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x107b4f000 -        0x107b50fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x107b5a000 -        0x107b6cff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) <4A5857F9-E249-3FA6-ADBB-410606AEC8CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x107b80000 -        0x107b98ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x107bae000 -        0x107bbbfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x107bce000 -        0x107c92ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x107d1d000 -        0x107d38ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x107d45000 -        0x107d6eff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x107d81000 -        0x107d85ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x107d8a000 -        0x107d94fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x107da8000 -        0x107daffff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x107dc0000 -        0x107dc7ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
           0x107dd3000 -        0x107e21fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x107e39000 -        0x107e53fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
           0x107e72000 -        0x107e75ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
           0x107e80000 -        0x107e80ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x107e85000 -        0x107e8cff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
           0x107e94000 -        0x107e99fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x107ea2000 -        0x107ea4ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x107eb1000 -        0x107eb2ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x107eba000 -        0x107ecbff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x107ed7000 -        0x107ed8ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x107ede000 -        0x107f67ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x107f98000 -        0x107f9aff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
           0x107fa4000 -        0x107facfff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
           0x107fba000 -        0x107fe1ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x107ff8000 -        0x108014ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
           0x108038000 -        0x108067fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x108073000 -        0x10808eff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x10809f000 -        0x1080c6ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x1080e8000 -        0x1080f1ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x1080fb000 -        0x108101ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x108117000 -        0x10811eff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x108130000 -        0x108131ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
           0x10813d000 -        0x108141ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
           0x10814d000 -        0x10814efff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x10815b000 -        0x108160ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x108168000 -        0x10818cfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x1081af000 -        0x1081bffff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x1081cd000 -        0x1081d1fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x1081d8000 -        0x1081d8ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x1081de000 -        0x1081ebff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x1081f5000 -        0x1084dffff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x10855d000 -        0x1085edfff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x108655000 -        0x1086ccfff com.apple.CoreServices.OSServices (600.4 - 600.4) <DAF9AF17-0AC5-364C-B0BF-B1AF3FB4A07F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x108774000 -        0x1087e1fff  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
           0x108827000 -        0x108882ffb  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
           0x1088b4000 -        0x10897dfff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x1089f3000 -        0x108a1cfff  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
           0x108a3f000 -        0x108a46fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x108a4f000 -        0x108a5afff  libkxld.dylib (2422.92.1) <A7DFFC8C-45EE-3525-A961-EF93C2FB1340> /usr/lib/system/libkxld.dylib
           0x108a60000 -        0x108a6bff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x108a7d000 -        0x108a80fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x108a8d000 -        0x108aa4ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x108ac7000 -        0x108ad1ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage men

    Model Identifier: MacBookPro8,3
    System Version: OS X 10.9.2 (13C1021)
    Kernel Version: Darwin 13.1.0
    Boot Mode: Normal
    Time since boot: 1:05
    Memory
        BANK 0/DIMM0:
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x859B
        BANK 1/DIMM0:
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x859B
    Diagnostic reports
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
       2014-05-14 TorchUpdater crash
    Log
       May 14 11:21:10 kernel[0]: process com.apple.WebKit[1059] caught causing excessive wakeups. EXC_RESOURCE supressed due to audio playback
       May 14 11:25:07 kernel[0]: ZBFirewall.notifyClientsWithMessage: Error notifying client with uid 501: 55
       --- last message repeated 1 time ---
       May 14 11:28:01 kernel[0]: process PluginProcess[1070] caught causing excessive wakeups. Observed wakeups rate (per sec): 643; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 268297
       May 14 11:35:39 kernel[0]: ZBFirewall.notifyClientsWithMessage: Error notifying client with uid 501: 55
       --- last message repeated 13 times ---
       May 14 11:42:13 kernel[0]: process PluginProcess[1070] caught causing excessive wakeups. Observed wakeups rate (per sec): 398; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 747537
       May 14 11:42:15 kernel[0]: ZBFirewall.notifyClientsWithMessage: Error notifying client with uid 501: 55
       --- last message repeated 14 times ---
       May 14 11:45:47 kernel[0]: process com.apple.WebKit[1055] caught causing excessive wakeups. Observed wakeups rate (per sec): 184; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 88443
       May 14 11:56:15 kernel[0]: ZBAVKauth: [0xffffff8052143870] daemon response timeout
       May 14 11:56:21 kernel[0]: ZBAVKauth: [0xffffff8052186780] daemon response timeout
       May 14 11:56:26 kernel[0]: ZBAVKauth: [0xffffff80521d83c0] daemon response timeout
       May 14 11:56:43 kernel[0]: ZBAVKauth: [0xffffff80522c5e10] daemon response timeout
       May 14 12:21:37 kernel[0]: ZBFirewall.notifyClientsWithMessage: Error notifying client with uid 501: 55
       --- last message repeated 2 times ---
       May 14 14:40:06 kernel[0]: en1: Error configuring antenna diversity (index = -1).
       May 14 14:40:06 kernel[0]: en1: Error configuring transmit antenna (index = -1).
       May 14 14:42:27 kernel[0]: process devolonetsvc[69] caught causing excessive wakeups. Observed wakeups rate (per sec): 298; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45461
       May 14 14:46:30 kernel[0]: wl0: Roamed or switched channel, reason #4, bssid d8
       May 14 14:50:06 kernel[0]: en1: Error configuring antenna diversity (index = -1).
       May 14 14:50:06 kernel[0]: en1: Error configuring transmit antenna (index = -1).
       May 14 14:52:30 kernel[0]: process devolonetsvc[69] caught causing excessive wakeups. Observed wakeups rate (per sec): 272; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45255
       May 14 15:05:14 kernel[0]: wl0: Roamed or switched channel, reason #4, bssid d8
       May 14 15:38:21 kernel[0]: process CheckmateWorkerD[816] thread 18920 caught burning CPU! It used more than 50% CPU (Actual recent usage: 72%) over 180 seconds. thread lifetime cpu usage 90.039877 seconds, (77.592901 user, 12.446976 system) ledger info: balance: 90005915461 credit: 90005915461 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 123809473637
    kexts
       com.apple.AMDRadeonX3000
       com.apple.driver.AppleIntelHD3000Graphics
       com.Cycling74.driver.Soundflower
       com.hzsystems.terminus.driver
       com.zeobit.kext.AVKauth
       com.zeobit.kext.Firewall
    Daemons
       com.parallels.vm.prl_naptd
       org.postfix.master
       org.ntp.ntpd
       org.cups.cupsd
       com.vix.cron
       info.lokiware.attachmenttamer.securetool
       de.devolo.networkservice
       com.zeobit.MacKeeper.plugin.AntiTheft.daemon
       com.zeobit.MacKeeper.AntiVirus
       com.torch.update.agent
       com.sec.faxdb
       com.prosofteng.DriveGenius.locum
       com.parallels.desktop.launchdaemon
       com.oracle.java.JavaUpdateHelper
       com.microsoft.office.licensing.helper
       com.micromat.CheckmateWorkerDaemon
       com.micromat.CheckmateIdleDaemon
       com.google.keystone.daemon
       com.bombich.ccc.scheduledtask.UUID
       com.bombich.ccc
       com.adobe.fpsaud
    Agents
       info.lokiware.attachmenttamer.helper
       com.evernote.EvernoteHelper
       info.lokiware.attachmenttamer.setupagent
       com.synology.SynoSIMBL_RefreshFinder
       com.synology.SynoSIMBL
       com.parallels.vm.prl_pcproxy
       com.parallels.DesktopControlAgent
       com.parallels.desktop.client.launch
       com.micromat.CheckmateAgent
       com.kodak.BonjourAgent
       com.google.keystone.system.agent
       ws.agile.1PasswordAgent
       com.zeobit.MacKeeper.Helper
       com.synology.Synology
       com.spotify.webhelper
       com.prosofteng.DGMonitor
       com.kodak.StatisticCollection
       com.kodak.KODAK
       com.kodak.KODAK
       com.kodak.KODAK
       com.citrixonline.GoToMeeting.G2MUpdate
       com.bombich.ccc-user-agent
       com.adobe.ARM.UUID
    launchd
       /System/Library/LaunchAgents/com.apple.accountsd.plist
                 (com.apple.accountsd)
       /System/Library/LaunchAgents/com.apple.AddressBook.abd.plist
                 (com.apple.AddressBook.abd)
       /System/Library/LaunchAgents/com.apple.AddressBook.AssistantService.plist
                 (com.apple.AddressBook.AssistantService)
       /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist
                 (com.apple.AddressBook.SourceSync)
       /System/Library/LaunchAgents/com.apple.AirPlayUIAgent.plist
                 (com.apple.AirPlayUIAgent)
       /System/Library/LaunchAgents/com.apple.AirPortBaseStationAgent.plist
                 (com.apple.AirPortBaseStationAgent)
       /System/Library/LaunchAgents/com.apple.alf.useragent.plist
                 (com.apple.alf.useragent)
       /System/Library/LaunchAgents/com.apple.aos.migrate.plist
                 (com.apple.aos.migrate)
       /System/Library/LaunchAgents/com.apple.AOSPushRelay.plist
                 (com.apple.AOSPushRelay)
       /System/Library/LaunchAgents/com.apple.AppleGraphicsWarning.plist
                 (com.apple.AppleGraphicsWarning)
       /System/Library/LaunchAgents/com.apple.appstoreupdateagent.plist
                 (com.apple.appstoreupdateagent)
       /System/Library/LaunchAgents/com.apple.apsctl.plist
                 (com.apple.apsctl)
       /System/Library/LaunchAgents/com.apple.assistant_service.plist
                 (com.apple.assistant_service)
       /System/Library/LaunchAgents/com.apple.assistantd.plist
                 (com.apple.assistantd)
       /System/Library/LaunchAgents/com.apple.AssistiveControl.plist
                 (com.apple.AssistiveControl)
       /System/Library/LaunchAgents/com.apple.avrcpagent.plist
                 (com.apple.avrcpAgent)
       /System/Library/LaunchAgents/com.apple.BezelUI.plist
                 (com.apple.BezelUIServer)
       /System/Library/LaunchAgents/com.apple.bluetoothUIServer.plist
                 (com.apple.bluetoothUIServer)
       /System/Library/LaunchAgents/com.apple.bookstoreagent.plist
                 (com.apple.bookstoreagent)
       /System/Library/LaunchAgents/com.apple.btsa.plist
                 (com.apple.btsa)
       /System/Library/LaunchAgents/com.apple.CalendarAgent.plist
                 (com.apple.CalendarAgent)
       /System/Library/LaunchAgents/com.apple.CalendarAgentLauncher.plist
                 (com.apple.CalendarAgentLauncher)
       /System/Library/LaunchAgents/com.apple.cfnetwork.AuthBrokerAgent.plist
                 (com.apple.cfnetwork.AuthBrokerAgent)
       /System/Library/LaunchAgents/com.apple.cfnetwork.cfnetworkagent.plist
                 (com.apple.cfnetwork.cfnetworkagent)
       /System/Library/LaunchAgents/com.apple.cmfsyncagent.plist
                 (com.apple.cmfsyncagent)
       /System/Library/LaunchAgents/com.apple.ContainerRepairAgent.plist
                 (com.apple.ContainerRepairAgent)
       /System/Library/LaunchAgents/com.apple.cookied.plist
                 (com.apple.cookied)
       /System/Library/LaunchAgents/com.apple.CoreLocationAgent.plist
                 (com.apple.CoreLocationAgent)
       /System/Library/LaunchAgents/com.apple.coreservices.appleid.authentication.plis t
                 (com.apple.coreservices.appleid.authentication)
       /System/Library/LaunchAgents/com.apple.coreservices.uiagent.plist
                 (com.apple.coreservices.uiagent)
       /System/Library/LaunchAgents/com.apple.csuseragent.plist
                 (com.apple.csuseragent)
       /System/Library/LaunchAgents/com.apple.cvmsCompAgent_i386.plist
                 (com.apple.cvmsCompAgent_i386)
       /System/Library/LaunchAgents/com.apple.cvmsCompAgent_i386_1.plist
                 (com.apple.cvmsCompAgent_i386_1)
       /System/Library/LaunchAgents/com.apple.cvmsCompAgent_x86_64.plist
                 (com.apple.cvmsCompAgent_x86_64)
       /System/Library/LaunchAgents/com.apple.cvmsCompAgent_x86_64_1.plist
                 (com.apple.cvmsCompAgent_x86_64_1)
       /System/Library/LaunchAgents/com.apple.DiagnosticReportCleanUpAgent.plist
                 (com.apple.DiagnosticReportCleanUpAgent)
       /System/Library/LaunchAgents/com.apple.DiskArbitrationAgent.plist
                 (com.apple.DiskArbitrationAgent)
       /System/Library/LaunchAgents/com.apple.Dock.plist
                 (com.apple.Dock.agent)
       /System/Library/LaunchAgents/com.apple.dt.CommandLineTools.installondemand.plis t
                 (com.apple.dt.CommandLineTools.installondemand)
       /System/Library/LaunchAgents/com.apple.EscrowSecurityAlert.plist
                 (com.apple.EscrowSecurityAlert)
       /System/Library/LaunchAgents/com.apple.FileStatsAgent.plist
                 (com.apple.FileStatsAgent)
       /System/Library/LaunchAgents/com.apple.FileSyncAgent.PHD.plist
                 (com.apple.FileSyncAgent.PHD)
       /System/Library/LaunchAgents/com.apple.Finder.plist
                 (com.apple.Finder)
       /System/Library/LaunchAgents/com.apple.FontRegistryUIAgent.plist
                 (com.apple.FontRegistryUIAgent)
       /System/Library/LaunchAgents/com.apple.FontValidator.plist
                 (com.apple.ATS.FontValidator)
       /System/Library/LaunchAgents/com.apple.FontValidatorConduit.plist
                 (com.apple.ATS.FontValidatorConduit)
       /System/Library/LaunchAgents/com.apple.FTCleanup.plist
                 (com.apple.FTCleanup)
       /System/Library/LaunchAgents/com.apple.gamed.plist
                 (com.apple.gamed)
       /System/Library/LaunchAgents/com.apple.helpd.plist
                 (com.apple.helpd)
       /System/Library/LaunchAgents/com.apple.icbaccountsd.plist
                 (com.apple.icbaccountsd)
       /System/Library/LaunchAgents/com.apple.icloud.AOSNotificationAgent.plist
                 (com.apple.icloud.AOSNotificationAgent)
       /System/Library/LaunchAgents/com.apple.icloud.AOSNotificationLoginAgent.plist
                 (com.apple.icloud.AOSNotificationLoginAgent)
       /System/Library/LaunchAgents/com.apple.identityservicesd.plist
                 (com.apple.identityservicesd)
       /System/Library/LaunchAgents/com.apple.imagent.plist
                 (com.apple.imagent)
       /System/Library/LaunchAgents/com.apple.IMLoggingAgent.plist
                 (com.apple.IMLoggingAgent)
       /System/Library/LaunchAgents/com.apple.isst.plist
                 (com.apple.isst)
       /System/Library/LaunchAgents/com.apple.java.InstallOnDemand.plist
                 (com.apple.java.InstallOnDemandAgent)
       /System/Library/LaunchAgents/com.apple.java.updateSharing.plist
                 (com.apple.java.updateSharing)
       /System/Library/LaunchAgents/com.apple.KerberosHelper.LKDCHelper.plist
                 (com.apple.KerberosHelper.LKDCHelper)
       /System/Library/LaunchAgents/com.apple.lateragent.plist
                 (com.apple.lateragent)
       /System/Library/LaunchAgents/com.apple.librariand.plist
                 (com.apple.librariand)
       /System/Library/LaunchAgents/com.apple.locationmenu.plist
                 (com.apple.locationmenu)
       /System/Library/LaunchAgents/com.apple.lookupd.plist
                 (com.apple.lookupd)
       /System/Library/LaunchAgents/com.apple.ManagedClient.agent.plist
                 (com.apple.ManagedClient.agent)
       /System/Library/LaunchAgents/com.apple.Maps.pushdaemon.plist
                 (com.apple.Maps.mapspushd)
       /System/Library/LaunchAgents/com.apple.maspushagent.plist
                 (com.apple.maspushagent)
       /System/Library/LaunchAgents/com.apple.mbloginhelper.user.plist
                 (com.apple.mbloginhelper.user)
       /System/Library/LaunchAgents/com.apple.mbpluginhost.user.plist
                 (com.apple.mbpluginhost.user)
       /System/Library/LaunchAgents/com.apple.mdmclient.agent.plist
                 (com.apple.mdmclient.agent)
       /System/Library/LaunchAgents/com.apple.mdmclient.cloudconfig.agent.plist
                 (com.apple.mdmclient.cloudconfig.agent)
       /System/Library/LaunchAgents/com.apple.mdworker.32bit.plist
                 (com.apple.mdworker.32bit)
       /System/Library/LaunchAgents/com.apple.mdworker.bundles.plist
                 (com.apple.mdworker.bundles)
       /System/Library/LaunchAgents/com.apple.mdworker.isolation.plist
                 (com.apple.mdworker.isolation)
       /System/Library/LaunchAgents/com.apple.mdworker.lsb.plist
                 (com.apple.mdworker.lsb)
       /System/Library/LaunchAgents/com.apple.mdworker.mail.plist
                 (com.apple.mdworker.mail)
       /System/Library/LaunchAgents/com.apple.mdworker.shared.plist
                 (com.apple.mdworker.shared)
       /System/Library/LaunchAgents/com.apple.mdworker.single.plist
                 (com.apple.mdworker.single)
       /System/Library/LaunchAgents/com.apple.mdworker.sizing.plist
                 (com.apple.mdworker.sizing)
       /System/Library/LaunchAgents/com.apple.metadata.mdflagwriter.plist
                 (com.apple.metadata.mdflagwriter)
       /System/Library/LaunchAgents/com.apple.metadata.mdwrite.plist
                 (com.apple.metadata.mdwrite)
       /System/Library/LaunchAgents/com.apple.midiserver.plist
                 (com.apple.midiserver)
       /System/Library/LaunchAgents/com.apple.NetworkDiagnostics.plist
                 (com.apple.NetworkDiagnostics)
       /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
                 (com.apple.notificationcenterui.agent)
       /System/Library/LaunchAgents/com.apple.nsnetworkd.plist
                 (com.apple.nsnetworkd)
       /System/Library/LaunchAgents/com.apple.PackageKit.InstallStatus.plist
                 (com.apple.PackageKit.InstallStatus)
       /System/Library/LaunchAgents/com.apple.pbs.plist
                 (com.apple.pbs)
       /System/Library/LaunchAgents/com.apple.PCIESlotCheck.plist
                 (com.apple.PCIESlotCheck)
       /System/Library/LaunchAgents/com.apple.pictd.plist
                 (com.apple.pictd)
       /System/Library/LaunchAgents/com.apple.pluginkit.pkd.plist
                 (com.apple.pluginkit.pkd)
       /System/Library/LaunchAgents/com.apple.printtool.agent.plist
                 (com.apple.printtool.agent)
       /System/Library/LaunchAgents/com.apple.printuitool.agent.plist
                 (com.apple.printuitool.agent)
       /System/Library/LaunchAgents/com.apple.PubSub.Agent.plist
                 (com.apple.PubSub.Agent)
       /System/Library/LaunchAgents/com.apple.quicklook.32bit.plist
                 (com.apple.quicklook.32bit)
       /System/Library/LaunchAgents/com.apple.quicklook.config.plist
                 (com.apple.quicklook.config)
       /System/Library/LaunchAgents/com.apple.quicklook.plist
                 (com.apple.quicklook)
       /System/Library/LaunchAgents/com.apple.quicklook.ui.helper.plist
                 (com.apple.quicklook.ui.helper)
       /System/Library/LaunchAgents/com.apple.rcd.plist
                 (com.apple.rcd)
       /System/Library/LaunchAgents/com.apple.recentsd.plist
                 (com.apple.recentsd)
       /System/Library/LaunchAgents/com.apple.ReclaimSpaceAgent.plist
                 (com.apple.reclaimspace)
       /System/Library/LaunchAgents/com.apple.RemoteDesktop.plist
                 (com.apple.RemoteDesktop.agent)
       /System/Library/LaunchAgents/com.apple.ReportCrash.plist
                 (com.apple.ReportCrash)
       /System/Library/LaunchAgents/com.apple.ReportCrash.Self.plist
                 (com.apple.ReportCrash.Self)
       /System/Library/LaunchAgents/com.apple.ReportGPURestart.plist
                 (com.apple.ReportGPURestart)
       /System/Library/LaunchAgents/com.apple.ReportPanic.plist
                 (com.apple.ReportPanic)
       /System/Library/LaunchAgents/com.apple.safaridavclient.plist
                 (com.apple.safaridavclient)
       /System/Library/LaunchAgents/com.apple.SafariNotificationAgent.plist
                 (com.apple.SafariNotificationAgent)
       /System/Library/LaunchAgents/com.apple.sbd.plist
                 (com.apple.sbd)
       /System/Library/LaunchAgents/com.apple.scopedbookmarkagent.xpc.plist
                 (com.apple.scopedbookmarksagent.xpc)
       /System/Library/LaunchAgents/com.apple.ScreenReaderUIServer.plist
                 (com.apple.ScreenReaderUIServer)
       /System/Library/LaunchAgents/com.apple.screensharing.agent.plist
                 (com.apple.screensharing.agent)
       /System/Library/LaunchAgents/com.apple.screensharing.MessagesAgent.plist
                 (com.apple.screensharing.MessagesAgent)
       /System/Library/LaunchAgents/com.apple.scrod.plist
                 (com.apple.scrod)
       /System/Library/LaunchAgents/com.apple.security.DiskUnmountWatcher.plist
                 (com.apple.security.DiskUnmountWatcher)
       /System/Library/LaunchAgents/com.apple.security.keychain-circle-notification.pl ist
                 (com.apple.security.keychain-circle-notification)
       /System/Library/LaunchAgents/com.apple.ServiceManagement.LoginItems.plist
                 (com.apple.ServiceManagement.LoginItems)
       /System/Library/LaunchAgents/com.apple.sharingd.plist
                 (com.apple.sharingd)
       /System/Library/LaunchAgents/com.apple.soagent.plist
                 (com.apple.soagent)
       /System/Library/LaunchAgents/com.apple.SocialPushAgent.plist
                 (com.apple.SocialPushAgent)
       /System/Library/LaunchAgents/com.apple.softwareupdate_notify_agent.plist
                 (com.apple.softwareupdate_notify_agent)
       /System/Library/LaunchAgents/com.apple.speech.feedbackservicesserver.plist
                 (com.apple.speech.feedbackservicesserver)
       /System/Library/LaunchAgents/com.apple.speech.recognitionserver.plist
                 (com.apple.speech.recognitionserver)
       /System/Library/LaunchAgents/com.apple.speech.speechdatainstallerd.plist
                 (com.apple.speech.speechdatainstallerd)
       /System/Library/LaunchAgents/com.apple.speech.speechsynthesisd.plist
                 (com.apple.speech.speechsynthesisd)
       /System/Library/LaunchAgents/com.apple.speech.synthesisserver.plist
                 (com.apple.speech.synthesisserver)
       /System/Library/LaunchAgents/com.apple.spindump_agent.plist
                 (com.apple.spindump_agent)
       /System/Library/LaunchAgents/com.apple.store_helper.plist
                 (com.apple.storehelper)
       /System/Library/LaunchAgents/com.apple.storeagent.plist
                 (com.apple.storeagent)
       /System/Library/LaunchAgents/com.apple.SubmitDiagInfo.plist
                 (com.apple.SubmitDiagInfo)
       /System/Library/LaunchAgents/com.apple.syncdefaultsd.plist
                 (com.apple.syncdefaultsd)
       /System/Library/LaunchAgents/com.apple.syncservices.SyncServer.plist
                 (com.apple.syncservices.SyncServer)
       /System/Library/LaunchAgents/com.apple.syncservices.uihandler.plist
                 (com.apple.syncservices.uihandler)
       /System/Library/LaunchAgents/com.apple.SystemUIServer.plist
                 (com.apple.SystemUIServer.agent)
       /System/Library/LaunchAgents/com.apple.talagent.plist
                 (com.apple.talagent)
       /System/Library/LaunchAgents/com.apple.tiswitcher.plist
                 (com.apple.tiswitcher)
       /System/Library/LaunchAgents/com.apple.TMHelperAgent.plist
                 (com.apple.TMHelperAgent)
       /System/Library/LaunchAgents/com.apple.TMHelperAgent.SetupOffer.plist
                 (com.apple.TMHelperAgent.SetupOffer)
       /System/Library/LaunchAgents/com.apple.ubd.plist
                 (com.apple.ubd)
       /System/Library/LaunchAgents/com.apple.universalaccessAuthWarn.plist
                 (com.apple.universalaccessAuthWarn)
       /System/Library/LaunchAgents/com.apple.universalaccesscontrol.plist
                 (com.apple.universalaccesscontrol)
       /System/Library/LaunchAgents/com.apple.universalaccessd.plist
                 (com.apple.universalaccessd)
       /System/Library/LaunchAgents/com.apple.unmountassistant.useragent.plist
                 (com.apple.unmountassistant.useragent)
       /System/Library/LaunchAgents/com.apple.USBAgent.plist
                 (com.apple.USBAgent)
       /System/Library/LaunchAgents/com.apple.UserEventAgent-Aqua.plist
                 (com.apple.UserEventAgent-Aqua)
       /System/Library/LaunchAgents/com.apple.UserEventAgent-LoginWindow.plist
                 (com.apple.UserEventAgent-LoginWindow)
       /System/Library/LaunchAgents/com.apple.usernoted.plist
                 (com.apple.usernoted)
       /System/Library/LaunchAgents/com.apple.UserNotificationCenterAgent-LoginWindow. plist
                 (com.apple.UserNotificationCenterAgent-LoginWindow)
       /System/Library/LaunchAgents/com.apple.UserNotificationCenterAgent.plist
                 (com.apple.UserNotificationCenterAgent)
       /System/Library/LaunchAgents/com.apple.VoiceOver.plist
                 (com.apple.VoiceOver)
       /System/Library/LaunchAgents/com.apple.warmd_agent.plist
                 (com.apple.warmd_agent)
       /System/Library/LaunchAgents/com.apple.WebKit.PluginAgent.plist
                 (com.apple.WebKit.PluginAgent)
       /System/Library/LaunchAgents/com.apple.wifi.WiFiKeychainProxy.plist
                 (com.apple.wifi.WiFiKeychainProxy)
       /System/Library/LaunchAgents/com.apple.xmigrationhelper.user.plist
                 (com.apple.xmigrationhelper.user)
       /System/Library/LaunchAgents/com.apple.ZoomWindow.plist
                 (com.apple.ZoomWindow)
       /System/Library/LaunchDaemons/com.apple.AirPlayXPCHelper.plist
                 (com.apple.AirPlayXPCHelper)
       /System/Library/LaunchDaemons/com.apple.AOSNotificationOSX.plist
                 (com.apple.AOSNotification)
       /System/Library/LaunchDaemons/com.apple.applessdstatistics.plist
                 (com.apple.applessdstatistics)
       /System/Library/LaunchDaemons/com.apple.aslmanager.plist
                 (com.apple.aslmanager)
       /System/Library/LaunchDaemons/com.apple.atrun.plist
                 (com.apple.atrun)
       /System/Library/LaunchDaemons/com.apple.auditd.plist
                 (com.apple.auditd)
       /System/Library/LaunchDaemons/com.apple.autofsd.plist
                 (com.apple.autofsd)
       /System/Library/LaunchDaemons/com.apple.automountd.plist
                 (com.apple.automountd)
       /System/Library/LaunchDaemons/com.apple.awacsd.plist
                 (com.apple.awacsd)
       /System/Library/LaunchDaemons/com.apple.bluetoothaudiod.plist
                 (com.apple.bluetoothaudiod)
       /System/Library/LaunchDaemons/com.apple.bnepd.plist
                 (com.apple.bnepd)
       /System/Library/LaunchDaemons/com.apple.bsd.launchdadd.plist
                 (com.apple.bsd.launchdadd)
       /System/Library/LaunchDaemons/com.apple.cmio.AppleCameraAssistant.plist
                 (com.apple.cmio.AppleCameraAssistant)
       /System/Library/LaunchDaemons/com.apple.cmio.AVCAssistant.plist
                 (com.apple.cmio.AVCAssistant)
       /System/Library/LaunchDaemons/com.apple.cmio.IIDCVideoAssistant.plist
                 (com.apple.cmio.IIDCVideoAssistant)
       /System/Library/LaunchDaemons/com.apple.cmio.VDCAssistant.plist
                 (com.apple.cmio.VDCAssistant)
       /System/Library/LaunchDaemons/com.apple.comsat.plist
                 (com.apple.comsat)
       /System/Library/LaunchDaemons/com.apple.configureLocalKDC.plist
                 (com.apple.configureLocalKDC)
       /System/Library/LaunchDaemons/com.apple.coreservices.appleevents.plist
                 (com.apple.coreservices.appleevents)
       /System/Library/LaunchDaemons/com.apple.coreservices.appleid.passwordcheck.plis t
                 (com.apple.coreservices.appleid.passwordcheck)
       /System/Library/LaunchDaemons/com.apple.corestorage.corestoraged.plist
                 (com.apple.corestorage.corestoraged)
       /System/Library/LaunchDaemons/com.apple.corestorage.corestoragehelperd.plist
                 (com.apple.corestorage.corestoragehelperd)
       /System/Library/LaunchDaemons/com.apple.coresymbolicationd.plist
                 (com.apple.coresymbolicationd)
       /System/Library/LaunchDaemons/com.apple.cvmsServ.plist
                 (com.apple.cvmsServ)
       /System/Library/LaunchDaemons/com.apple.DiagnosticReportCleanUpDaemon.plist
                 (com.apple.DiagnosticReportCleanUpDaemon)
       /System/Library/LaunchDaemons/com.apple.dnsextd.plist
                 (com.apple.dnsextd)
       /System/Library/LaunchDaemons/com.apple.docsetinstalld.plist
                 (com.apple.docsetinstalld)
       /System/Library/LaunchDaemons/com.apple.dpd.plist
                 (com.apple.dpd)
       /System/Library/LaunchDaemons/com.apple.dspluginhelperd.plist
                 (com.apple.dspluginhelperd)
       /System/Library/LaunchDaemons/com.apple.DumpGPURestart.plist
                 (com.apple.DumpGPURestart)
       /System/Library/LaunchDaemons/com.apple.DumpPanic.plist
                 (com.apple.DumpPanic)
       /System/Library/LaunchDaemons/com.apple.dvdplayback.setregion.plist
                 (com.apple.dvdplayback.setregion)
       /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
                 (com.apple.dynamic_pager)
       /System/Library/LaunchDaemons/com.apple.efax.plist
                 (com.apple.efax)
       /System/Library/LaunchDaemons/com.apple.emlog.plist
                 (com.apple.emlog)
       /System/Library/LaunchDaemons/com.apple.emond.aslmanager.plist
                 (com.apple.emond.aslmanager)
       /System/Library/LaunchDaemons/com.apple.emond.plist
                 (com.apple.emond)
       /System/Library/LaunchDaemons/com.apple.eppc.plist
                 (com.apple.AEServer)
       /System/Library/LaunchDaemons/com.apple.FileSyncAgent.sshd.plist
                 (com.apple.FileSyncAgent.sshd)
       /System/Library/LaunchDaemons/com.apple.firmwaresyncd.plist
                 (com.apple.firmwaresyncd)
       /System/Library/LaunchDaemons/com.apple.fseventsd.plist
                 (com.apple.fseventsd)
       /System/Library/LaunchDaemons/com.apple.getty.plist
                 (com.apple.getty)
       /System/Library/LaunchDaemons/com.apple.gssd.plist
                 (com.apple.gssd)
       /System/Library/LaunchDaemons/com.apple.hdiejectd.plist
                 (com.apple.hdiejectd)
       /System/Library/LaunchDaemons/com.apple.iconservices.iconservicesd.plist
                 (com.apple.iconservicesd)
       /System/Library/LaunchDaemons/com.apple.IFCStart.plist
                 (com.apple.IFCStart)
       /System/Library/LaunchDaemons/com.apple.InternetSharing.plist
                 (com.apple.InternetSharing)
       /System/Library/LaunchDaemons/com.apple.IOAccelMemoryInfoCollector.plist
                 (com.apple.IOAccelMemoryInfoCollector)
       /System/Library/LaunchDaemons/com.apple.IOBluetoothUSBDFU.plist
                 (com.apple.IOBluetoothUSBDFU)
       /System/Library/LaunchDaemons/com.apple.kcproxy.plist
                 (com.apple.kcproxy)
       /System/Library/LaunchDaemons/com.apple.kdumpd.plist
                 (com.apple.kdumpd)
       /System/Library/LaunchDaemons/com.apple.Kerberos.digest-service.plist
                 (com.apple.Kerberos.digest-service)
       /System/Library/LaunchDaemons/com.apple.Kerberos.kadmind.plist
                 (com.apple.Kerberos.kadmind)
       /System/Library/LaunchDaemons/com.apple.Kerberos.kcm.plist
                 (com.apple.Kerberos.kcm)
       /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist
                 (com.apple.Kerberos.kdc)
       /System/Library/LaunchDaemons/com.apple.Kerberos.kpasswdd.plist
                 (com.apple.Kerberos.kpasswdd)
       /System/Library/LaunchDaemons/com.apple.laterscheduler.plist
                 (com.apple.laterscheduler)
       /System/Library/LaunchDaemons/com.apple.locate.plist
                 (com.apple.locate)
       /System/Library/LaunchDaemons/com.apple.lockd.plist
                 (com.apple.lockd)
       /System/Library/LaunchDaemons/com.apple.logind.plist
                 (com.apple.logind)
       /System/Library/LaunchDaemons/com.apple.loginwindow.LFVTracer.plist
                 (com.apple.loginwindow.LFVTracer)
       /System/Library/LaunchDaemons/com.apple.loginwindow.plist
                 (com.apple.loginwindow)
       /System/Library/LaunchDaemons/com.apple.loginwindow.secureerase.plist
                 (com.apple.loginwindow.secureerase)
       /System/Library/LaunchDaemons/com.apple.logkextloadsd.plist
                 (com.apple.logkextloadsd)
       /System/Library/LaunchDaemons/com.apple.logsyswritesd.plist
                 (com.apple.logsyswritesd)
       /System/Library/LaunchDaemons/com.apple.ManagedClient.cloudconfigurationd.plist
                 (com.apple.ManagedClient.cloudconfigurationd)
       /System/Library/LaunchDaemons/com.apple.ManagedClient.enroll.plist
                 (com.apple.ManagedClient.enroll)
       /System/Library/LaunchDaemons/com.apple.ManagedClient.plist
                 (com.apple.ManagedClient)
       /System/Library/LaunchDaemons/com.apple.ManagedClient.startup.plist
                 (com.apple.ManagedClient.startup)
       /System/Library/LaunchDaemons/com.apple.mbicloudsetupd.plist
                 (com.apple.mbicloudsetupd)
       /System/Library/LaunchDaemons/com.apple.mdmclient.daemon.plist
                 (com.apple.mdmclient.daemon)
       /System/Library/LaunchDaemons/com.apple.metadata.mds.index.plist
                 (com.apple.metadata.mds.index)
       /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
                 (com.apple.metadata.mds)
       /System/Library/LaunchDaemons/com.apple.metadata.mds.scan.plist
                 (com.apple.metadata.mds.scan)
       /System/Library/LaunchDaemons/com.apple.metadata.mds.spindump.plist
                 (com.apple.metadata.mds.spindump)
       /System/Library/LaunchDaemons/com.apple.msrpc.echosvc.plist
                 (com.apple.msrpc.echosvc)
       /System/Library/LaunchDaemons/com.apple.msrpc.lsarpc.plist
                 (com.apple.msrpc.lsarpc)
       /System/Library/LaunchDaemons/com.apple.msrpc.mdssvc.plist
                 (com.apple.msrpc.mdssvc)
       /System/Library/LaunchDaemons/com.apple.msrpc.netlogon.plist
                 (com.apple.msrpc.netlogon)
       /System/Library/LaunchDaemons/com.apple.msrpc.srvsvc.plist
                 (com.apple.msrpc.srvsvc)
       /System/Library/LaunchDaemons/com.apple.msrpc.wkssvc.plist
                 (com.apple.msrpc.wkssvc)
       /System/Library/LaunchDaemons/com.apple.mtmd.plist
                 (com.apple.mtmd)
       /System/Library/LaunchDaemons/com.apple.mtmfs.plist
                 (com.apple.mtmfs)
       /System/Library/LaunchDaemons/com.apple.netbiosd.plist
                 (com.apple.netbiosd)
       /System/Library/LaunchDaemons/com.apple.newsyslog.plist
                 (com.apple.newsyslog)
       /System/Library/LaunchDaemons/com.apple.nfsconf.plist
                 (com.apple.nfsconf)
       /System/Library/LaunchDaemons/com.apple.nfsd.plist
                 (com.apple.nfsd)
       /System/Library/LaunchDaemons/com.apple.nis.ypbind.plist
                 (com.apple.nis.ypbind)
       /System/Library/LaunchDaemons/com.apple.odproxyd.plist
                 (com.apple.odproxyd)
       /System/Library/LaunchDaemons/com.apple.ODSAgent.plist
                 (com.apple.ODSAgent)
       /System/Library/LaunchDaemons/com.apple.opendirectoryd.plist
                 (com.apple.opendirectoryd)
       /System/Library/LaunchDaemons/com.apple.pacemaker.plist
                 (com.apple.pacemaker)
       /System/Library/LaunchDaemons/com.apple.PasswordService.plist
                 (com.apple.PasswordService)
       /System/Library/LaunchDaemons/com.apple.PCIELaneConfigTool.plist
                 (com.apple.PCIELaneConfigTool)
       /System/Library/LaunchDaemons/com.apple.periodic-daily.plist
                 (com.apple.periodic-daily)
       /System/Library/LaunchDaemons/com.apple.periodic-monthly.plist
                 (com.apple.periodic-monthly)
       /System/Library/LaunchDaemons/com.apple.periodic-weekly.plist
                 (com.apple.periodic-weekly)
       /System/Library/LaunchDaemons/com.apple.pfctl.plist
                 (com.apple.pfctl)
       /System/Library/LaunchDaemons/com.apple.pfd.plist
                 (com.apple.pfd)
       /System/Library/LaunchDaemons/com.apple.platform.ptmd.plist
                 (com.apple.platform.ptmd)
       /System/Library/LaunchDaemons/com.apple.postgres.plist
                 (com.apple.postgres)
       /System/Library/LaunchDaemons/com.apple.preferences.timezone.admintool.plist
                 (com.apple.preferences.timezone.admintool)
       /System/Library/LaunchDaemons/com.apple.preferences.timezone.auto.plist
                 (com.apple.preferences.timezone.auto)
       /System/Library/LaunchDaemons/com.apple.printtool.daemon.plist
                 (com.apple.printtool.daemon)
       /System/Library/LaunchDaemons/com.apple.racoon.plist
                 (com.apple.racoon)
       /System/Library/LaunchDaemons/com.apple.RemoteDesktop.PrivilegeProxy.plist
                 (com.apple.RemoteDesktop.PrivilegeProxy)
       /System/Library/LaunchDaemons/com.apple.remotepairtool.plist
                 (com.apple.RemotePairTool)
       /System/Library/LaunchDaemons/com.apple.ReportPanicService.plist
                 (com.apple.ReportPanicService)
       /System/Library/LaunchDaemons/com.apple.revisiond.plist
                 (com.apple.revisiond)
       /System/Library/LaunchDaemons/com.apple.RFBEventHelper.plist
                 (com.apple.RFBEventHelper)
       /System/Library/LaunchDaemons/com.apple.rpcbind.plist
                 (com.apple.rpcbind)
       /System/Library/LaunchDaemons/com.apple.screensharing.plist
                 (com.apple.screensharing)
       /System/Library/LaunchDaemons/com.apple.scsid.plist
                 (com.apple.scsid)
       /System/Library/LaunchDaemons/com.apple.security.FDERecoveryAgent.plist
                 (com.apple.security.FDERecoveryAgent)
       /System/Library/LaunchDaemons/com.apple.security.syspolicy.plist
                 (com.apple.security.syspolicy)
       /System/Library/LaunchDaemons/com.apple.ServerPerfLog.aslmanager.plist
                 (com.apple.ServerPerfLog.aslmanager)
       /System/Library/LaunchDaemons/com.apple.ServerPerfLog.plist
                 (com.apple.ServerPerfLog)
       /System/Library/LaunchDaemons/com.apple.sessionlogoutd.plist
                 (com.apple.sessionlogoutd)
       /System/Library/LaunchDaemons/com.apple.shutdown_monitor.plist
                 (com.apple.shutdown_monitor)
       /System/Library/LaunchDaemons/com.apple.sleepservicesd.plist
                 (com.apple.sleepservicesd)
       /System/Library/LaunchDaemons/com.apple.smb.preferences.plist
                 (com.apple.smb.preferences)
       /System/Library/LaunchDaemons/com.apple.smbd.plist
                 (com.apple.smbd)
       /System/Library/LaunchDaemons/com.apple.snhelper.plist
                 (com.apple.snhelper)
       /System/Library/LaunchDaemons/com.apple.softwareupdate_firstrun_tasks.plist
                 (com.apple.softwareupdatecheck.initial)
       /System/Library/LaunchDaemons/com.apple.softwareupdated.plist
                 (com.apple.softwareupdated)
       /System/Library/LaunchDaemons/com.apple.spindump.plist
                 (com.apple.spindump)
       /System/Library/LaunchDaemons/com.apple.spindump_symbolicator.plist
                 (com.apple.spindump_symbolicator)
       /System/Library/LaunchDaemons/com.apple.stackshot.plist
                 (com.apple.stackshot)
       /System/Library/LaunchDaemons/com.apple.statd.notify.plist
                 (com.apple.statd.notify)
       /System/Library/LaunchDaemons/com.apple.SubmitDiagInfo.Root.plist
                 (com.apple.SubmitDiagInfo.Root)
       /System/Library/LaunchDaemons/com.apple.suhelperd.plist
                 (com.apple.suhelperd)
       /System/Library/LaunchDaemons/com.apple.sysmond.plist
                 (com.apple.sysmond)
       /System/Library/LaunchDaemons/com.apple.systemkeychain.plist
                 (com.apple.systemkeychain)
       /System/Library/LaunchDaemons/com.apple.systempreferences.installer.plist
                 (com.apple.systempreferences.install)
       /System/Library/LaunchDaemons/com.apple.systemstats.analysis.plist
                 (com.apple.systemstats.analysis)
       /System/Library/LaunchDaemons/com.apple.systemstats.daily.plist
                 (com.apple.systemstats.daily)
       /System/Library/LaunchDaemons/com.apple.systemstatsd.plist
                 (com.apple.systemstatsd)
       /System/Library/LaunchDaemons/com.apple.taskgated-helper.plist
                 (com.apple.taskgated-helper)
       /System/Library/LaunchDaemons/com.apple.ucupdate.plist
                 (com.apple.ucupdate.plist)
       /System/Library/LaunchDaemons/com.apple.uninstalld.plist
                 (com.apple.uninstalld)
       /System/Library/LaunchDaemons/com.apple.unmountassistant.sysagent.plist
                 (com.apple.unmountassistant.sysagent)
       /System/Library/LaunchDaemons/com.apple.usbd.plist
                 (com.apple.usbd)
       /System/Library/LaunchDaemons/com.apple.UserEventAgent-System.plist
                 (com.apple.UserEventAgent-System)
       /System/Library/LaunchDaemons/com.apple.UserNotificationCenter.plist
                 (com.apple.UserNotificationCenter)
       /System/Library/LaunchDaemons/com.apple.uucp.plist
                 (com.apple.uucp)
       /System/Library/LaunchDaemons/com.apple.var-db-dslocal-backup.plist
                 (com.apple.var-db-dslocal-backup)
       /System/Library/LaunchDaemons/com.apple.vsdbutil.plist
                 (com.apple.vsdbutil)
       /System/Library/LaunchDaemons/com.apple.warmd.plist
                 (com.apple.warmd)
       /System/Library/LaunchDaemons/com.apple.wdhelper.plist
                 (com.apple.wdhelper)
       /System/Library/LaunchDaemons/com.apple.wifid.plist
                 (com.apple.wifid)
       /System/Library/LaunchDaemons/com.apple.wwand.plist
                 (com.apple.wwand)
       /System/Library/LaunchDaemons/com.apple.xsan.plist
                 (com.apple.xsan)
       /System/Library/LaunchDaemons/com.apple.xsanmgrd.plist
                 (com.apple.xsanmgrd)
       /System/Library/LaunchDaemons/com.apple.xscertadmin.plist
                 (com.apple.xscertadmin)
       /System/Library/LaunchDaemons/com.apple.xscertd-helper.plist
                 (com.apple.xscertd-helper)
       /System/Library/LaunchDaemons/com.apple.xscertd.plist
                 (com.apple.xscertd)
       /System/Library/LaunchDaemons/com.danga.memcached.plist
                 (memcached)
       /System/Library/LaunchDaemons/com.vix.cron.plist
                 (com.vix.cron)
       /System/Library/LaunchDaemons/exec.plist
                 (com.apple.rexecd)
       /System/Library/LaunchDaemons/finger.plist
                 (com.apple.fingerd)
       /System/Library/LaunchDaemons/ftp.plist
                 (com.apple.ftpd)
       /System/Library/LaunchDaemons/login.plist
                 (com.apple.rlogind)
       /System/Library/LaunchDaemons/ntalk.plist
                 (com.apple.ntalkd)
       /System/Library/LaunchDaemons/org.apache.httpd.plist
                 (org.apache.httpd)
       /System/Library/LaunchDaemons/org.cups.cups-lpd.plist
                 (org.cups.cups-lpd)
       /System/Library/LaunchDaemons/org.cups.cupsd.plist
                 (org.cups.cupsd)
       /System/Library/LaunchDaemons/org.net-snmp.snmpd.plist
                 (org.net-snmp.snmpd)
       /System/Library/LaunchDaemons/org.ntp.ntpd.plist
                 (org.ntp.ntpd)
       /System/Library/LaunchDaemons/org.openldap.slapd.plist
                 (org.openldap.slapd)
       /System/Library/LaunchDaemons/org.postfix.master.plist
                 (org.postfix.master)
       /System/Library/LaunchDaemons/shell.plist
                 (com.apple.rshd)
       /System/Library/LaunchDaemons/telnet.plist
                 (com.apple.telnetd)
       /System/Library/LaunchDaemons/tftp.plist
                 (com.apple.tftpd)
       /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
                 (com.adobe.AAM.Startup-1.0)
       /Library/LaunchAgents/com.google.keystone.agent.plist
                 (com.google.keystone.system.agent)
       /Library/LaunchAgents/com.kodak.BonjourAgent.plist
                 (com.kodak.BonjourAgent)
       /Library/LaunchAgents/com.micromat.CheckmateAgent.plist
                 (com.micromat.CheckmateAgent)
       /Library/LaunchAgents/com.parallels.desktop.launch.plist
                 (com.parallels.desktop.client.launch)
       /Library/LaunchAgents/com.parallels.DesktopControlAgent.plist
                 (com.parallels.DesktopControlAgent)
       /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist
                 (com.parallels.vm.prl_pcproxy)
       /Library/LaunchAgents/com.synology.SynoSIMBL.plist
                 (com.synology.SynoSIMBL)
       /Library/LaunchAgents/com.synology.SynoSIMBL_RefreshFinder.plist
                 (com.synology.SynoSIMBL_RefreshFinder)
       /Library/LaunchAgents/info.lokiware.attachmenttamer.setupagent.plist
                 (info.lokiware.attachmenttamer.setupagent)
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
                 (com.adobe.fpsaud)
       /Library/LaunchDaemons/com.bombich.ccc.plist
                 (com.bombich.ccc)
       /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist
                 (com.bombich.ccc.scheduledtask.UUID)
       /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist
                 (com.bombich.ccc.scheduledtask.UUID)
       /Library/LaunchDaemons/com.google.keystone.daemon.plist
                 (com.google.keystone.daemon)
       /Library/LaunchDaemons/com.micromat.CheckmateIdleDaemon.plist
                 (com.micromat.CheckmateIdleDaemon)
       /Library/LaunchDaemons/com.micromat.CheckmateWorkerDaemon.plist
                 (com.micromat.CheckmateWorkerDaemon)
       /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist
                 (com.microsoft.office.licensing.helper)
       /Library/LaunchDaemons/com.oracle.java.JavaUpdateHelper.plist
                 (com.oracle.java.JavaUpdateHelper)
       /Library/LaunchDaemons/com.parallels.desktop.launchdaemon.plist
                 (com.parallels.desktop.launchdaemon)
       /Library/LaunchDaemons/com.prosofteng.DriveGenius.locum.plist
                 (com.prosofteng.DriveGenius.locum)
       /Library/LaunchDaemons/com.sec.faxdb.plist
                 (com.sec.faxdb)
       /Library/LaunchDaemons/com.torch.update.agent.plist
                 (com.torch.update.agent)
       /Library/LaunchDaemons/com.zeobit.MacKeeper.AntiVirus.plist
                 (com.zeobit.MacKeeper.AntiVirus)
       /Library/LaunchDaemons/com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist
                 (com.zeobit.MacKeeper.plugin.AntiTheft.daemon)
       /Library/LaunchDaemons/de.devolo.networkservice.plist
                 (de.devolo.networkservice)
       /Library/LaunchDaemons/info.lokiware.attachmenttamer.securetool.plist
                 (info.lokiware.attachmenttamer.securetool)
       Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
                 (com.adobe.AAM.Scheduler-1.0)
       Library/LaunchAgents/com.adobe.ARM.UUID.plist
                 (com.adobe.ARM.UUID)
       Library/LaunchAgents/com.apple.FolderActions.enabled.plist
                 (com.apple.FolderActions.enabled)
       Library/LaunchAgents/com.apple.FolderActions.folders.plist
                 (com.apple.FolderActions.folders)
       Library/LaunchAgents/com.apple.SafariBookmarksSyncer.plist
                 (com.apple.Safari)
       Library/LaunchAgents/com.bombich.ccc-user-agent.plist
                 (com.bombich.ccc-user-agent)
       Library/LaunchAgents/com.citrixonline.GoToMeeting.G2MUpdate.plist
                 (com.citrixonline.GoToMeeting.G2MUpdate)
       Library/LaunchAgents/com.kodak.KODAK AiO Annual Opt.plist
                 (com.kodak.KODAK AiO Annual Opt)
       Library/LaunchAgents/com.kodak.KODAK AiO Firmware Updater.plist
                 (com.kodak.KODAK AiO Firmware Updater)
       Library/LaunchAgents/com.kodak.KODAK AiO Software Updater.plist
                 (com.kodak.KODAK AiO Software Updater)
       Library/LaunchAgents/com.kodak.StatisticCollection.plist
                 (com.kodak.StatisticCollection)
       Library/LaunchAgents/com.prosofteng.DGMonitor.plist
                 (com.prosofteng.DGMonitor)
       Library/LaunchAgents/com.spotify.webhelper.plist
                 (com.spotify.webhelper)
       Library/LaunchAgents/com.synology.CloudStation.plist
                 (com.synology.Synology Cloud Station)
       Library/LaunchAgents/com.zeobit.MacKeeper.Helper.plist
                 (com.zeobit.MacKeeper.Helper)
       Library/LaunchAgents/info.lokiware.attachmenttamer.cleanup.plist
                 (info.lokiware.attachmenttamer.cleanup)
       Library/LaunchAgents/ws.agile.1PasswordAgent.plist
                 (ws.agile.1PasswordAgent)
    Startup items
       /System/Library/StartupItems/CiscoVPN/CiscoVPN
       /System/Library/StartupItems/CiscoVPN/StartupParameters.plist
    Bundles
       /System/Library/CoreServices/SecurityAgentPlugins/HomeDirMechanism.bundle
                 (com.apple.SecurityAgentPlugin.HomeDirMechanism)
       /System/Library/CoreServices/SecurityAgentPlugins/KerberosAgent.bundle
                 (com.apple.KerberosAgent)
       /System/Library/CoreServices/SecurityAgentPlugins/loginwindow.bundle
                 (com.apple.securityAgentPlugins.loginwindowUI)
       /System/Library/CoreServices/SecurityAgentPlugins/MCXMechanism.bundle
                 (com.apple.securityAgentPlugin.MCXMechanism)
       /System/Library/CoreServices/SecurityAgentPlugins/PKINITMechanism.bundle
                 (com.apple.PKINITMechanism)
       /System/Library/CoreServices/SecurityAgentPlugins/RestartAuthorization.bundle
                 (com.apple.securityAgentPlugin.RestartAuthorization)
       /System/Library/Extensions/AMDRadeonVADriver.bundle
                 (com.apple. AMDRadeonVADriver)
       /System/Library/Extensions/AMDRadeonX3000.kext
                 (com.apple.AMDRadeonX3000)
       /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle
                 (com.apple.AMDRadeonX3000GLDriver)
       /System/Library/Extensions/AMDRadeonX4000.kext
                 (com.apple.AMDRadeonX4000)
       /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle
                 (com.apple.AMDRadeonX4000GLDriver)
       /System/Library/Extensions/AppleIntelHD3000Graphics.kext
                 (com.apple.driver.AppleIntelHD3000Graphics)
       /System/Library/Extensions/AppleIntelHD3000GraphicsGA.plugin
                 (com.apple.driver.AppleIntelHD3000GraphicsGA)
       /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle
                 (com.apple.driver.AppleIntelHD3000GraphicsGLDriver)
       /System/Library/Extensions/AppleIntelHD3000GraphicsVADriver.bundle
                 (com.apple.AppleIntelHD3000GraphicsVADriver)
       /System/Library/Extensions/AppleIntelHD4000Graphics.kext
                 (com.apple.driver.AppleIntelHD4000Graphics)
       /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle
                 (com.apple.driver.AppleIntelHD4000GraphicsGLDriver)
       /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle
                 (com.apple.AppleIntelHD4000GraphicsVADriver)
       /System/Library/Extensions/AppleIntelHD5000Graphics.kext
                 (com.apple.driver.AppleIntelHD5000Graphics)
       /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle
                 (com.apple.driver.AppleIntelHD5000GraphicsGLDriver)
       /System/Library/Extensions/AppleIntelHD5000GraphicsVADriver.bundle
                 (com.apple.AppleIntelHD5000GraphicsVADriver)
       /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle
                 (com.apple.driver.AppleIntelHDGraphicsGLDriver)
       /System/Library/Extensions/AppleIntelHSWVA.bundle
                 (com.apple.AppleIntelHSWFBVA)
       /System/Library/Extensions/AppleIntelIVBVA.bundle
                 (com.apple.AppleIntelIVBFBVA)
       /System/Library/Extensions/ATIRadeonX2000.kext
                 (com.apple.ATIRadeonX2000)
       /System/Library/Extensions/ATIRadeonX2000GA.plugin
                 (com.apple.ATIRadeonX2000GA)
       /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle
                 (com.apple.ATIRadeonX2000GLDriver)
       /System/Library/Extensions/ATIRadeonX2000VADriver.bundle
                 (com.apple.ATIRadeonX2000VADriver)
       /System/Library/Extensions/BJUSBMP.kext
                 (jp.co.canon.bj.kext.BJUSBMP)
       /System/Library/Extensions/CDSDAudioCaptureSupport.kext
                 (com.hzsystems.driver.CDSDAudioCaptureSupport)
       /System/Library/Extensions/CiscoVPN.kext
                 (com.cisco.nke.ipsec)
       /System/Library/Extensions/EPSONUSBPrintClass.kext
                 (com.epson.print.kext.USBPrintClass)
       /System/Library/Extensions/EyeTVAfaTechHidBlock.kext
                 (com.elgato.driver.DontMatchAfaTech)
       /System/Library/Extensions/EyeTVCinergy450AudioBlock.kext
                 (com.elgato.driver.DontMatchCinergy450)
       /System/Library/Extensions/EyeTVCinergyXSAudioBlock.kext
                 (com.elgato.driver.DontMatchCinergyXS)
       /System/Library/Extensions/EyeTVEmpiaAudioBlock.kext
                 (com.elgato.driver.DontMatchEmpia)
       /System/Library/Extensions/EyeTVVoyagerAudioBlock.kext
                 (com.elgato.driver.DontMatchVoyager)
       /System/Library/Extensions/GeForce.kext
                 (com.apple.GeForce)
       /System/Library/Extensions/GeForceGA.plugin
                 (com.apple.GeForceGA)
       /System/Library/Extensions/GeForceGLDriver.bundle
                 (com.apple.GeForceGLDriver)
       /System/Library/Extensions/GeForceTesla.kext
                 (com.apple.GeForceTesla)
       /System/Library/Extensions/GeForceTeslaGLDriver.bundle
                 (com.apple.GeForceTeslaGLDriver)
       /System/Library/Extensions/GeForceTeslaVADriver.bundle
                 (com.apple.GeForceTeslaVADriver)
       /System/Library/Extensions/GeForceVADriver.bundle
                 (com.apple.GeForceVADriver)
       /System/Library/Extensions/hp_designjet_series.kext
                 (com.hp.print.hpio.Designjet.kext)
       /System/Library/Extensions/hp_Deskjet_io_enabler.kext
                 (com.hp.print.hpio.Deskjet.kext)
       /System/Library/Extensions/hp_fax_io.kext
                 (com.hp.kext.hp-fax-io)
       /System/Library/Extensions/hp_Inkjet1_io_enabler.kext
                 (com.hp.print.hpio.Inkjet1.kext)
       /System/Library/Extensions/hp_Inkjet2_io_enabler.kext
                 (c

  • What is the difference between buffered acquisition and non buffered acquisition?

    What is the difference between buffered acquisition and non buffered acquisition? How will I decide whether I want buffered acquisition or non buffered acquisition?

    I will also add that with non buffered acquisition you have to use software timing. Windows is not a real time OS, so the the timing is not accurate. But if you use buffered acquisition the timing will be controlled with an accurate internal clock on the Daq unit. I think non buffered acquisition should be avoided in most cases.
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • [SOLVED] GLUT single buffered windows dont render!

    Have a DELL Inspiron E1405 with Intel 945GMS, xorg 1.6.3, direct rendering on, xorg configured totally with hal, last packages, gnome. -- no compiz!
    So, interested in GLUT but cant render the contents of a single buffered window. The code is about right, and runned in Windows when I had one. Double buffered windows and everything else works just fine.
    Find some interesting comments at: http://dev.haiku-os.org/ticket/3191
    Heres the code:
    #include <GL/freeglut.h>
    void RenderScene(void) {
    // Clear the window with current clearing color
    glClear(GL_COLOR_BUFFER_BIT);
    // Set current drawing color to red
    // R G B
    glColor3f(1.0f, 0.0f, 0.0f);
    // Draw a filled rectangle with current color
    glRectf(-25.0f, 25.0f, 25.0f, -25.0f);
    // Flush drawing commands
    glFlush();
    void SetupRC(void) {
    // Set clear color to blue
    glClearColor(0.0f, 0.0f, 1.0f, 1.0f);
    int main(int argc, char* argv[]) {
    glutInit(&argc, argv);
    glutInitDisplayMode(GLUT_SINGLE | GLUT_RGB);
    glutCreateWindow("GLRect");
    glutDisplayFunc(RenderScene);
    SetupRC();
    glutMainLoop();
    return 0;
    If you know some work-around that doesnt involve sucumb to SDL or tricky double buffered swaps, please tell me
    Thank you all!
    Last edited by kronig (2009-08-25 23:06:14)

    Nearly nothing Haiku OS has to do with this problem, least that was the closest reference to my problem, so I posted. =/
    I dont know even which log file to look for this problem. Xorg dont tell me nothing, neither everything or other log files in /var.
    How I said, if I use double buffered methods, like all the glutSwap-kind-of-function, works. But with glFlush() and glFinish() in a single buffered window just nothing seems to happen! The window is created but with the pixels of other windows in it, like taking a printscreen and post it inside the opengl window.

  • TS1368 I'm a PC user with an itunes account for several years. I updated my itunes and now it wont open and shows me 'missing file MSVCR80.dll,and error 7(Window error 126)' keep coming up even after re-installing itunes . What should i do?

    I'm a PC user with an itunes account for several years. I updated my itunes and now it wont open and shows me 'missing file MSVCR80.dll,and error 7(Window error 126)' keep coming up even after re-installing itunes . What should i do?

    Click here and follow the instructions.
    (98897)

  • IMessage beta loose all saved conversations when I open and close a window.

    iMessage beta looses all saved conversations when I open and close a window.
    Just reporting this bug... Could not find anyother place to do it.
    Jonathan

    I thought it was doing that also. But I found that if I start a new chat with someone I was messaging before, then the old messages re-appear in the messages window.

  • All my purchased song from iTunes are not playing complete (iPod and computer with Windows Vista), unexpectedly stops and continues with next song. What am I doing wrong?

    All my purchased song from iTunes are not playing complete (iPod and computer with Windows Vista), unexpectedly stops and continues with next song. What am I doing wrong?

    Are the songs playing whole in iTunes? if not download them again.
    else read this Apple Support Article on your problem
    Have a nice day!

  • Few questions about partitioning and formatting in Windows 8

    Hello,
    I'm very shortly after a Windows 8 reinstall and I want to make use of this moment to finally understand partitioning and formatting in Windows 8.
    Before using Windows 8, I was an XP user for 5 years and I actually never bothered myself with formatting my main system partition, that's probably why my computer ended up working like a slime for the last years. Anyway, by now I have been using Windows 8 for a year.
    Three weeks ago I faced a system-related problem with my laptop (IdeaPad Y580) which prevented it from peacefully shutting down. A good friend of mine (XP user for his entire life, and now Windows 7 newbie user) told me, that I should keep all my non-system stuff on separate partition and that I should do the main system partition format from time to time to keep my PC out of trouble. It is sure that he took his knowledge from using XP, and here's my first question - does this method apply to Windows 8?
    I mean as far as I know, back then, in XP, partitioning was possible only during Windows installation, and now, in Windows 8 we have a Disk Management for this, which do not require running Windows installation to create new partitions.
    I'm mentioning this due to the fact that originally (I mean by factory settings) my drive has only one visible partition - C: (1TB), so I would need to use the Disk Management to take some space from C: partition and allocate it to the new D: partition.
    In case I do this whole partitioning operation and create a D: partition, is it sure that formatting my system-only C: partition won't have effects on my D: partition, and all the programms and data I have here will stay on their places and work after format? (I'm worried about this because I've seen in some partitioning guide a warning not to format the main partition after the partitioning operation, because it would erase totally all data - I'm not sure if I misunderstood something or is it a mistake? EDIT: here's the link for this guide, just jump to the "Final Thoughts" section to see what I'm taking about: http://www.technorms.com/8438/windows-8-create-hard-drive-partition ).
    If this whole method of keeping your system running fine doesn't apply to Windows 8, I guess I'm okay with having only one C: partition.
    By the way, it doesn't matter for me if I create new partition in terms of conflicts with preinstalled Lenovo OneKey Recovery, since I had to reinstall my Windows 8 recently from non-Lenovo CD, and either way my laptop is now totally clean, without Lenovo stuff (I found Lenovo Recovery CD for Y580 on the internet, but it had non-single-language Windows 8 in it, and I needed a single-laguage one in order to have my Product Key recognised, so I just used a pure Windows 8 SL installer)

    I just found out that I can't even transfer my Users folder or Program Data to other drive than the one with the system, because it would prevent me from updating my system or even from actually booting to my system. So apparently my whole topic is for nothing... I guess I should live with only one drive, and whenever my system totally crashes again I should do the backups to my external HDD. It's sad though that Windows 8 is a total opposite to user-friendly OS, to say the least.

  • Using CUPC7/CUPC8.6 and Jabber for windows...unable to access voicemail.

    Using CUPC7/CUPC8.6 and Jabber for windows...unable to access voicemail.
    Setup includes CUCM9.0, Unity Connection 9.0, Presence 9.0....
    steps taken to configure(and results acheived)
    1-users created locally on CUCM and Enabled for IM and Presence.
    2-able to login to clients (CUPS7/8.6 and Jabber) but getting error Voicemail Error. The server has rejected the provided credentials. [1903]
    in order to verify there is nothing wrong with the credentials...i checked on unity and i am sure it's the PIN(12345) i need to use .
    Can Anyone help me out here...Thanks in advance.

    It's not looking for your PIN - that is only used over DTMF-based interactions - it's looking for your CUC password. If the mailbox is synced from LDAP and you have LDAP Auth enabled on CUC, then this would be your AD password. If it's synced over AXL, not synced at all, or LDAP synced but without Auth, then there will be an alphanumeric password field on the mailbox under Edit > Change Passwords.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Forms 10g installed and running on Windows Vista

    <font color=0000FF>Update 12-Dec-2008: </font>Oracle has published NOTE 559067.1 -- How to Install Developer Suite 10.1.2.0.2 - hence 10.1.2.3 - on Windows Vista, 24-OCT-2008 with some installation help.
    <font color=0000FF>Update 07-July-2008: </font> Added text at the bottom showing how to find patchsets for Forms 10g.
    <font color=0000FF>Update 29-May-2008: </font> This thread was started in November, 2007.  In January, 2008, Oracle released Patch 3 for Forms 10g, which makes Forms 10g compatible with Windows Vista.  As time permits I'll try to keep the information in this post up to date.   Updated information will be inserted <font color=0000FF>as blue text.
    </font>
    <font color=0000FF>Original message begins here:</font>
    This is a second thread I am posting to outline the steps I have used to install Forms on a Windows Vista Home Basic laptop.   The other thread describes installing Forms 6i:
          Forms 6i installed and running on Windows Vista
    Please read through the initial part of that post for the background.  I realize Oracle has not certified Forms 10g to run on Vista, but the time has come for my associates and I to upgrade our old computers to new desktop/laptop platforms, and I would hate to acquire XP machines and be stuck with them for the next 5 years.  <font color=0000FF>(Note: Since first posting this message, Oracle has certified Forms 10g Patch 3 (version 10.1.2.3.0) to run on Vista)</font>  So after another person informed me that he had Forms installed and running on Vista, I went ahead and bought one.  I found that as long as I set the compatibility mode to run Forms programs as Windows XP (and a few other changes), Forms 6i and 10g run quite satisfactorily.
    <font color=0000FF>Update 29-Jan-2008: </font> Unfortunately, it turns out that the Forms 10g Builder running on Vista <font color=0000FF>had</font> a major flaw:   If you try to develop a form, the Builder will crash if you try to compile a procedure that calls another procedure in the form that has errors.  The problem is reported and described in this thread:  Error compiling a form under Vista
    <font color=0000FF>Update 12-Mar-2008: </font> Installing Patch 3 on Vista does not help with this problem -- the Builder still crashes in the same situation.
    <font color=0000FF>Update 25-July-2008: </font> Applying Patch 7047034 has corrected the problem.   See this link within this thread:   Forms 10g: Installing Patch 7047034 on Windows Vista
    Webutil note:  I am stuck in a Forms 6i client/server world, so all my forms must run in that environment.   Therefore I have not used any Webutil software, and I do not know whether that part will run under Vista.
    Internet Explorer note:  On Windows Vista, IE CANNOT be used to run the Web Forms runtime.  It crashes immediately when you try to run a form.  Instead, I can use either Firefox (Firefox 2, Firefox 3.0 Crashes with Forms 10g) or Netscape, as long as they are set to disable java.  <font color=0000FF>[ Correction:   IE7 on Vista now runs the Forms 10g forms.   You just need to add "?config=jpi" to the browser URL when starting the Web Forms session.   More IE/Vista info: [url=http://forums.oracle.com/forums/thread.jspa?threadID=642973]Vista JInitiator Problem ]</font>
    The Oracle Developer Suite download page:
        http://www.oracle.com/technology/software/products/ids/index.html
    Oracle Developer Suite Installation Guide:
        http://download.oracle.com/docs/cd/B25016_07//doc/dl/core/B16012_04/toc.htm
    The steps below are those I followed to install Forms 10g (version 10.1.2.0.2)
    I.  Preliminary system changes in Windows
    When I started installing, I got the following error message:    Install has encountered an error while
        attempting to verify your virtual memory settings.
        Please verify that the sum of the initial sizes of
        the paging files is at least 256 MB.To fix this:  Go to Control Panel, System and Maintenance, View amount of RAM and processor speed (under "System"),
    Advanced system settings (in left "Tasks" column), Advanced tab, Settings (under "performance"), Advanced tab:
    Virtual Memory shows a "Total paging file size for all drives: 2337MB.
    Click "change", Uncheck "Automatically manage paging file size for all drives"
    Click "custom size:", set Initial size to: 2048, Max to 4096
    Click set button, then OK, get message:The changes you have made require you to restart your computer before
       they can take effect.Restart the computer.
    II.  Installing Forms 10g
    1.  Download two files from Oracle:
        ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
        ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
    2a.  Before extracting, it is a good idea to shut down any virus protection software.  It can sometimes prevent some files from being created.
    2b.  Extract both into the C:\oracle directory, as disk1 and disk2.
    3.  Using Windows Explorer, change the properties of setup.exe in the C:\oracle\disk1 folder.  (In windows explorer, right click, properties, Compatibility tab.)   Change the compatibility to run as Windows XP (Service Pack 2).
    4.  Right click setup.exe and click "Run as administrator"
    5.  Select "Installation type" = Complete (1.11 GB)
    6.  Received this message:Windows Firewall has blocked this program from
    accepting incoming network connections.  If you
    unblock this program, it will be unblocked on all
    public networks that you connect to.
    C:\users\steve\appdata\local\temp\orainstall...
      2007-10-29_11-59-08am\jre\1.4.2\bin\javaw.exeI clicked "Unblock"
    7.  Received this message:  "Provide outgoing mail server information"  I entered the smtp mail server that I use.
    8.  A summary screen displayed showing 274 products under New Installations.
    I clicked the Install button.
    9.   Received this message:  You can find a log of this install session at:
    C:\Program Files\Oracle\Inventory\logs\installActions2007.....log
    10.  The installation completed.  Installed products shows Forms 10.1.2.0.2
    III.  After the install completed
    1.  Create a shortcut to the Forms 10 Builder on the Desktop.
    On the shortcut line, after the .exe, add *userid=userxxx/pwxxx@orcl* so Builder automatically logs into 10g database.  If you do step 4 below (creating an easily-accessible folder to use for your forms) change the "Start in" path on the shortcut so it points to that folder.  Otherwise, Forms Builder will not find referenced objects and PLL libraries when it opens a form.  Also do the same on the Start, All Programs shortcut for the Forms Builder.
    Edit:  After applying Patch 3, the following steps are not necessary.
    Set its compatibility to Windows XP.
    Set checkbox: "Run this program as as an administrator."  (Without this, FormBuilder will NOT open a PLL library.)
    Click the "Show settings for all users" and change values there.
    2.  Copy "Start OC4J Instance" icon to desktop.
    Set its compatibility to Windows XP.
    The first time it runs, I got a Windows popup to unblock program named Java.  I clicked "Unblock".
    3.  tnsnames.ora:
    Rename C:\oracle\DevSuiteHome_1\network\admin\tnsnames.ora
    to:  tnsnames_orig.ora
    If you created a tnsnames.ora file for Forms 6i, just copy it to the path above.  If not, do this:
    Create a new tnsnames.ora file, copying entries old file on my old laptop, which contains all the connections I use.
    Delete the old laptop entry, replace with new entry for the new local ORCL connection on new laptop from tnsnames file renamed from the c:\oracle\... ...\10.2.0\db_1\ path.
    4.  Optional:  Create an easily accessible folder to store fmb files:
    C:\users\steve\.1\fmb10
    You don't really want to keep drilling into C:\oracle\DevSuiteHome_1\forms, and then find your .fmb file among the several dozen oracle-supplied files.
    To create a folder named .1, you have to open a CMD.exe (Windows DOS) window, and type the Make Directory command:
    MD .1
    That will create the folder within the current directory -- mine defaults to C:\users\steve
    Note:  If you also need to use Forms 6i like me, DO NOT EVER open a .fmb file in the Forms 10 Builder from the Forms 6i folder.  If you compile it, or even worse, save the .fmb, Forms 6i *cannot ever* access the file.  Instead, always use the File Manager (Windows Explorer) to copy the fmb from the fmb6 folder into the fmb10 location.
    5.  Change the Forms 10g Default.env file using a text editor.
    This file replaces all the settings originally written to the Windows Registry (GREAT idea, Oracle!  I hate the registry.)  No more Regedit.  The default.env file is located at: (DevSuiteHome_1 path)\forms\server\default.env
    Locate line with:  FORMS_PATH= and add:
        ;C:\users\steve\.1\fmb10
    Add a new line:
    FORMS_MMAP=FALSE
    The above allows compiling an fmx while the form is running.
    Add a new line:
    FORMS_ROWLOCK_OPTIMIZATION=FALSE
    (This fixes Oracle bug number 3949854, which prevents automatic skipping if the same value is typed over another value. TAR 4806199.993 Automatic Skip failure...)  See bug 4068896
    Add a new Line:
    FORMS_RESTRICT_ENTER_QUERY=False
    This allows use of Query-Where window in enter query, after entering a colon in any input field.  Without this, Forms returns FRM-40367: Invalid criteria in field nnn in example record.  Oracle shut it down to prevent "sql injection" attacks.
    6.  Jiniator setup:
    Run file jinit.exe in C:\oracle\DevSuiteHime_1\jinit\jinit.exe
    It installs Jinitiator 1.3.1.22.
    I installed it in C:\oracle\JInitiator 1.3.1.22\
    For Firefox, make sure a copy of file \bin\NPJinit13122.dll resides in   C:\Program Files\Mozilla Firefox\plugins.
    For Netscape, the path is:  C:\Program Files\Netscape\Navigator 9\plugins
    7.   Browser settings
    See the note above about using Firefox 2 and not Firefox 3!
    In Firefox 2 go to:  Tools-> Options-> Content
    Uncheck the "Enable Java" checkbox
    --Firefox terminates if this is not done!
    Note:  After my system automatically installed updates to either java or Firefox, re-check the "Enable Java" setting.  I am suspicious that one of these installs re-enables java in the browser.
    Also note:  some web sites cannot display properly if java is disabled.  Example:  U.S. time website: http://www.time.gov   Use Internet Explorer to view these.
    In Netscape make the same changes as Firefox.  Without disabling java, it also terminates when you try to run a form.
    Creating a url to use in the browser:
    Try this:
        http://127.0.0.1:8889/forms/frmservlet
    If it does not work, change the 8889 port number as follows:
    Open file:  C:\oracle\DevSuiteHome_1\install\portlist.ini
    Note the number in line:
    Oracle Developer Suite HTTP port = 8889
    Use the number as the port number.
    You can also change the 127.0.0.1 to the computer name:
    Control Panel, System and Maintenance, See the name of this computer (under "System").  Mine is "steve-PC"
    So the alternate URL is:     http://steve-PC:8889/forms/frmservlet
    To try out the URL, start the OC4J instance set up above.  Then start either Netscape or Firefox, and enter the URL.  You should get a welcome screen.
    If the above URL works, start up the Forms Builder, and open Edit, Preferences.  On the General tab, uncheck the "Build before running" check box (optional).  On the Runtime tab, set the "Application Server URL to the url above.
    To run a real form, add this to the URL after frmservlet, (with no spaces):
        ?form={formname}&userid={userxxx}/{passwordyyy}@{connect-string}
    but replace the parts in curly braces with the appropriate values.  Example:
        http://127.0.0.1:8889/forms/frmservlet?form=ABC&userid=abc123/zyx@orcl
    Setting up Forms Builder to directly run a form in the browser:
    Run the Forms Builder.  Go to Edit, Preferences, Runtime tab.
    Set the Application Server URL to:
        http://127.0.0.1:8889/forms/frmservlet
    (or use whatever URL string you developed above)
    Set the Web Browser Location to:
        "C:\Program Files\Netscape\Navigator 9\navigator.exe"
    (or an equivalent to run the Firefox browser).
    8.  FORMSWEB.CFG file changes
    The file is located at:
    C:\ORA_DS_101202\DevSuiteHome_1\forms\server\formsweb.cfg
    I changed the following two lines in the file, but these are my personal preferences:
    separateFrame=true
    lookandfeel=Generic
    9.  FMRWEB.RES file changes
    For Oracle help:  Enabling Key Mappings
    The file fmrweb.res defines actions (triggers that run) when a function key is pressed while running Forms.  The one released has unix-style key mapping, but I prefer keys originally mapped for Windows PC Forms users. There is a fmrpcweb.res in the same folder that can be renamed to fmrweb.res.
    In the C:\oracle\DevSuiteHome_1\forms path, I renamed fmrweb.res to fmrweb_orig.res.
    I have a file that I prefer to use, so I put it into the folder as fmrweb.res. The contents are listed below. It is organized so the most important keys are listed alphabetically at the top (URFD column is the sort column), followed by a group of less-important keys.  These are keys that are available to users, but they either would not use, or are disabled within most forms.  The URFD column in the second set starts with a hex A0 character, which is a high-order space, so collates after normal alphabetic characters.  (Note: If you want to copy the text below and use it, the hex A0 character has been changed by the forum software to a space. So you would need to use a text editor with hexadecimal character capabilities to replace the space with the original character. )
    My file has special keys defined for F2 (I use it for a debugging Key-F2 trigger in my forms), and a "Cursor to Home" F12 function. All the rest are pretty much the same as in the released fmrpcweb.res file, only mine are organized alphabetically on the URFD column.
    The Web Forms fmrweb.res file is editable using any programming editor (NOT MS Word!!!). The old Client/Server key mapping file, fmrusw.res, could only be changed using the Oracle Terminal program (and it is a pain to use).
    Here is the main part of my fmrweb.res file:#
    #Jfn :Jmn:  URKS            :Ffn :  URFD
    #    :   : (User-readable   :    : (User-readable
    #    :   :  Key-sequence )  :    :  function description)
    118  : 1 : "Shift F7"       : 74 : "Clear Form"
    121  : 0 : "F10"            : 36 : "Commit"
    117  : 0 : "F6"             : 65 : "Create Record"
    10   : 1 : "Shift Enter"    : 82 : "Cursor to Home" # sdsu uses this
    123  : 0 : "F12"            : 82 : "Cursor to Home" # sdsu uses this
                                        #: --Alt+Home works, but leaves the Action (first
                                        #: --pull-down menu item) highlighted.  Press Esc or
    36   : 8 : "Alt Home, then Alt" : 82 : "Cursor to Home" #-- Alt again to clear highlight.
    117  : 1 : "Shift F6"       : 63 : "Delete Record"
    119  : 0 : "F8"             : 77 : "Execute Query"
    120  : 0 : "F9"             : 29 : "List of Values"
    9    : 0 : "Tab"            : 1  : "Next Field"
    40   : 0 : "Down-Arrow"     : 7  : "Next Record"
    9    : 1 : "Shift Tab"      : 2  : "Previous Field"
    38   : 0 : "Up-Arrow"       : 6  : "Previous Record"
    112  : 0 : "F1"             : 35 : "Show Keys"
    116  : 1 : "Shift F5"       : 69 : " Clear Block"
    116  : 2 : "Ctrl F5"        : 3  : " Clear Field"
    113  : 1 : "Shift F2"       : 80 : " Count Query Hits"
    112  : 1 : "Shift F1"       : 78 : " Display Error"
    114  : 0 : "F3"             : 73 : " Duplicate Item"
    115  : 0 : "F4"             : 64 : " Duplicate Record"
    69   : 2 : "Ctrl E"         : 22 : " Edit Field"
    122  : 0 : "F11"            : 75 : " Enter " # Causes validation, w/o cursor move
    118  : 0 : "F7"             : 76 : " Enter Query"
    81   : 2 : "Ctrl Q"         : 32 : " Exit"
    112  : 2 : "Ctrl F1"        : 30 : " Help"
    34   : 0 : "Page Down"      : 66 : " Next Set of Records"
    119  : 1 : "Shift F8"       : 79 : " Print"
    10   : 0 : "Enter/Return key": 27: " Enter/Next Field"
    33   : 0 : "Page Up"        : 12 : " Scroll Up"
    116  : 0 : "F5"             : 87 : " F5 Key for special uses"
    #121 : 3 : "Shift Ctrl F10" : 82 : " Function 0" #--disabled.  Cursor to home defined above
    112  : 3 : "Shift Ctrl F1"  : 83 : " Function 1"
    113  : 0 : "F2"             : 84 : " Function 2"
    113  : 11: "Ctrl Alt Shift F2":95: " List Tab Pages" #<-REQUIRED, or F2 cant be assigned
    114  : 3 : "Shift Ctrl F3"  : 85 : " Function 3"
    115  : 3 : "Shift Ctrl F4"  : 86 : " Function 4"
    117  : 3 : "Shift Ctrl F6"  : 88 : " Function 6"
    118  : 3 : "Shift Ctrl F7"  : 89 : " Function 7"
    119  : 3 : "Shift Ctrl F8"  : 90 : " Function 8"
    120  : 3 : "Shift Ctrl F9"  : 91 : " Function 9"<B>Finding Forms 10g Patchsets</B>
    Here is how to do the search: Log into metalink ( https://metalink.oracle.com ), then click on the Patches & Updates tab, then Simple Search.
    In "Search by", select Product or Family. Enter "Developer Forms" in the box.
    Then click the Release choices, and select "iAS 10.1.2.3"
    Patch Type should be "Patchset/Minipack"
    Platform or Language should be "Microsoft Windows (32-bit)"
    Click Go, and the Forms 10g patch should show up. As of July, 2008 the only one available is: [url=
    https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=5983622&release=1710123&plat_lang=912P&patch_num_id=943599
    ]5983622
    Edited 2008-12-12 to add a link to Oracle Note 559067.1  and added the fmrweb.res file listing.
    Edited 2008-10-28 to change text format to work better within new forum format
    Edited 2008-7-7 to add patchset search information.
    Edited 2008-4-21 to modify information.
    Edited 2008-3-6 to add information.
    Edited 2008-5-29 to update information.

    I followed your instructions and installed Developer Suite 10G on Windows Vista Home Premium edition. I have Oracle 11G DB running on the same machine.
    Two points, Steve:
    1. When I tried to set the maximum virtual memory to 6110 an error message displayed from Windows and told me that I can't set the maximum virtual memory to more than 4096. I set it to 4090 and it worked and I got nothing wrong during the installation process.
    2. After installing JInitiator and disabling Java on Firefox I called the http://127.0.0.1:8889/forms/frmservlet page and everything seemed to be OK because the Oracle Forms Services logo appeared and then a successful installation message appeared , but as I clicked (ok) to continue a gray screen appeared inside the browser (like the one displayed when you try to run a Java applet inside a browser) and then I wait to death till something appears but sadly nothing. I just get a blank gray screen inside my Firefox browser.
    Do you have any idea what to do to solve the problem?
    Regards

  • Administrator cannot change printer properties on "Advanced" tab from "Devices and Printers" on Windows Server 2012 R2

    Hello, dear Colleagues.
    User with administrators rights cannot change printer properties on "Advanced" tab from "Devices and Printers" on Windows Server 2012 R2. 
    If to launch "Devices and Printers" on server, all printer properties on "Advanced" tab are inactive (see screen below). 
    But I can change it manually with "Print Management". Features become active.
    The main purpose - to uncheck "Enable advanced printing features"  with powershell
    scripts.
    $erroractionpreference = "continue"
    $colPrinters = Get-Wmiobject -Class win32_printer -computername print_server -Filter "Name like 'printer1' or Name like 'printer2' or Name like 'printer3' or Name like 'printer4' or Name like 'printer5' or Name like 'printer6'" # get printers on server and filter with names
    ForEach ($objPrinter in $colPrinters) { # get printer details from WMI
    If ($objPrinter.RawOnly -ne "True") { # check that Advanced printing fetaures is turned on
    Write-host $objPrinter.Name
    Write-Host $objPrinter.RawOnly
    $objPrinter.RawOnly = "True" # Untick and update the object in WMI
    $objPrinter.Put()
    It works on Windows 7 workstation, but does not on print server Windows Server 2012 R2 with error
    Exception calling "Put" with "0" argument(s): "Generic failure "
    At \\print_server\c$\DisableAdvancedPrintingFeatures.ps1:8 char:17
    + $objPrinter.Put()
    + ~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException
    Can you help me with that? Look like somethings with rights.
    Thank you.

    Hello, Alan
    Morris.
    Thanks for your reply.
    I've tried to runs PS Script both locally and remotely, previously running Powershell ISE as Administrator.
    I've noticed interesting thing - if to
    check "Enable advanced printing features"
    manually thru Print Management snap-in, script works fine. But, time to time after some manipulations on print server, this advanced feature returns to enabled state automatically by system, I think. In this case PS Script does not work. Next, if to disable
    feature manually again (thru Print Management snap-in),
    and enable manually again, PS Script will work. Very strange situation.
    Thanks.

  • I just downloaded Itunes 11.1.4 (64-bit) and am running Windows 7, Itunes will not open and I get an error message about Microsoft runtime and I get an error R6034 and 1114 which says Itunes was installed incorrectly. Can anyone help?

    I just downloaded Itunes 11.1.4 (64-bit) update and am running Windows 7.  Itunes will not run after installing this update and I receive an error message R6034 on Loading Microsoft C Runtime Library incorrectly.  Also Error message 1114 the Itunes Installer was installed incorrectly.  Is there an new update for this problem? Is anyone else having this problem?  Please help.  Thanks.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99425)

  • I'm using Firefox version 3.6 on my '02 Mac G4. When I installed it, it worked fine, But then all of a sudden the "save" and "save as" windows stopped coming up at all when I selected "save" anywhere in Firefox. What happened and how do I fix it?

    I downloaded and installed Firefox on my '02 Mac G4. It worked great. Now I have version 3.6. But my weird problem is one day when I ran it, the "save" and "save as" windows stopped popping up at all. I'd left click a picture and select "save as" and nothing would happen. I'd go to the menu and select "save" and still no window would pop up. It would just act as if nothing had been clicked. No loading icon or anything and no "save as" window. I've never been able to get it to work. The volunteer in the live support chat typed "That IS weird.." I tried his suggestion but it did nothing. I may have deleted the plist preferences file in the preferences library folder to get it started again after a freeze up threw it out of whack but I've never had this happen before.And i've tried doing that again to see if that would restore it. But the plist always regenerates itself and the "save as " window still never appears when I run Firefox. The "save" window works just fine in every other program on my Mac, but not in Firefox. Weird..

    Leliforever, cheek you list of installed add-ons, the Ask toolbar can be installed without the users knowledge.
    For checking other extensions that may cause this, follow the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for