Slow startup since Java 6 update 18

We have a web start app that has worked fine for quite some time. However, it is taking forever to startup on machines running Java 6 Update 18 or later. If I enable the Java console, it starts up rather quickly, and then nothing else happens for a good 20 - 30 seconds. Once our app starts up, it runs fine.
Has anyone else observed similar behavior? I looked through the update 18 release notes, but didn't see anything obvious that would relate to this.

I had exactly the same problem and someone (god-like, I believe) point me in this direction. I was using swingworker.execute() and apparently all swing workers are running on the same thread(?) now.
If this is your problem, try this:
Instead of doing:
GetDataWorker gdw = new GetDataWorker(false);
gdw.execute();
do:
Executor executor = Executors.newCachedThreadPool();
executor.execute(new GetDataWorker(false));
Here is the bug report:
http://bugs.sun.com/view_bug.do?bug_id=6880336

Similar Messages

  • Running slow since java update

    I just moved to an area finally that has dsl,My mac had not be updated ,so I have updated .now since I updated java it seems to be running slower ,anyone have any suggestions?

    i suffer the same problem, but i'm running osx 10.7.5. the update "happened" ca. end of august 2013, and have installed java 1.6.0_51 (Java for OS X 2013-004, 1.6.0_51-b11-457-11M4509).

  • Problem running Java applets since Java update 2 (1.6.0_20)

    Hi,
    Since I upgraded to Java update 2, Java applets started having problems. The most noticeable ones are:
    Non-modal windows appear behing the browser Window (tested Safari 4, 5, Chrome 5).
    Double buffering not working as usual (slower, white boxes appear when dragging a window, etc.)
    Slower rendering in general
    The same applications run perfectly using Java Web Start. And they used to work very well also in Java update 1.
    The application can be tested here (press ok if a login prompt appears):
    Java applet: http://jmap3.k2geospatial.com/montreal_applet/
    Java Web Start: http://jmap3.k2geospatial.com/montreal_jws/dockingClient.jnlp
    Our applications running in applets use the new plug-in 2 with JNLP files.
    Notice the Java startup splash (the animated sun-like logo) is not moving as smoothly as usual. It is very jerky now.
    Are these problems known by anyone?
    How can I downgrade Java to previous version?
    sorry I cross-posted this in Unix forum also. I think it is better here.
    Thank you,
    Jean-Robert
    K2 Geospatial

    Since the last Java update on mac, all my OpenGL applets stop working and now just shows a white screen on Chrome, Firefox and Opera. They was working well on all browsers (Safari/WebKit,Chrome,Firefox,Opera) just before the update.
    The trouble maker seem to be the java plugin 2 and the new offscreen rendering pipeline, as reported by jrhaddad with the disucssion linked to the different Java/OpenGL community forums.
    This is a huge regression for me, and I think for all hobbies/ independent developers and all companies who are doing some Java/OpenGL develoment. All our work just stop working since this update.
    If would really want to know from Apple if they are working on this problem and/or how this can be solved.
    Should this be fixed by Apple with a new java update, or should the various browsers must upgrade their applet support plugins according to the new java plugin 2 changes ?
    Best Regards,
    Jérôme

  • Safari Quits every time since Java update

    I just did a Java update (and an iTunes update) and now Safari crashes within seconds of opening.
    This is the report:
    Process:    
    Safari [841]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    6.1 (7537.71)
    Build Info: 
    WebBrowser-7537071000000000~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [216]
    Date/Time:  
    2013-10-28 14:59:54.119 -0600
    OS Version: 
    Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:     
    1002 sec
    Crashes Since Last Report:      
    6
    Per-App Interval Since Last Report:  138 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                 
    0B864175-0C09-4DFC-AE63-32AA6DFE595A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    VM Regions Near 0:
    -->
    __TEXT            
    0000000100c66000-0000000100c67000 [
    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Single Web Process
    Enabled Extensions:
    com.agilebits.onepassword-safari-2BUA8C4S2C (391990 - 3.9.19) 1Password
    com.ebay.safari.myebaymanager-QYHMMGCMJR (3.0.0.7 - 3.0.0.7) My eBay Manager
    net.betterfacebook-9HFEUWTRM9 (5951 - 5.951) Better Facebook
    com.sidetree.Translate-S64NDGV2C5 (4 - 1.0.7) Translate
    com.brettterpstra.instapaperbeyond-47TRS7H4BH (1.8.11 - 1.8.11) InstapaperBeyond
    com.phantomgorilla.safari.grtools-39PBE4YYX3 (2 - 1.0.1) Google Reader Tools
    com.yourcompany.primefreediscount-QHB7GQNK44 (110 - 1.1.0) Discount Search for Amazon
    com.scottagarman.safari.wootchecker-23KYKKZES8 (6 - 1.5) wootChecker
    org.robwilkerson.safari.reader-DYW2C252RK (11 - 1.1.9) Add to Google Reader
    com.cyberplexus.tabreloader-4R8DN8BD9Y (72 - 1.5.2) Tab Reloader
    com.thiemo.safari.tabduplicator-7G9C33WE5Z (4 - 2.0) Duplicate Tab Button
    objc[841]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib          
    0x00007fff89f90e38 _cache_getImp + 4
    1   libobjc.A.dylib          
    0x00007fff89f932a4 lookUpMethod + 40
    2   libobjc.A.dylib          
    0x00007fff89f95a5c class_respondsToSelector + 26
    3   com.apple.CoreFoundation 
    0x00007fff8dd44002 objectIsKindOfClass + 66
    4   com.apple.CoreFoundation 
    0x00007fff8dd44062 __exceptionMatch + 18
    5   libobjc.A.dylib          
    0x00007fff89f9db36 _objc_exception_do_catch + 125
    6   libc++abi.dylib          
    0x00007fff94e57e26 get_adjusted_ptr(std::type_info const*, std::type_info const*, void**) + 74
    7   libc++abi.dylib          
    0x00007fff94e57a5b __gxx_personality_v0 + 871
    8   libunwind.dylib          
    0x00007fff8b31991f _Unwind_RaiseException + 139
    9   com.apple.CoreFoundation 
    0x00007fff8dcd8523 CFRunLoopRunSpecific + 387
    10  com.apple.HIToolbox      
    0x00007fff8f8d22bf RunCurrentEventLoopInMode + 277
    11  com.apple.HIToolbox      
    0x00007fff8f8d956d ReceiveNextEventCommon + 355
    12  com.apple.HIToolbox      
    0x00007fff8f8d93fa BlockUntilNextEventMatchingListInMode + 62
    13  com.apple.AppKit         
    0x00007fff9415e779 _DPSNextEvent + 659
    14  com.apple.AppKit         
    0x00007fff9415e07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    15  com.apple.Safari.framework
    0x0000000100cc8d15 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    16  com.apple.AppKit         
    0x00007fff9415a9b9 -[NSApplication run] + 470
    17  com.apple.AppKit         
    0x00007fff943d6eac NSApplicationMain + 867
    18  com.apple.Safari.framework
    0x0000000100e5cd9c SafariMain + 266
    19  com.apple.Safari         
    0x0000000100c66f2c 0x100c66000 + 3884
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff91bef7e6 kevent + 10
    1   libdispatch.dylib        
    0x00007fff8a745786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib        
    0x00007fff8a744316 _dispatch_mgr_thread + 54
    Thread 2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.WebCore        
    0x0000000102041c3b WebCore::IconDatabase::syncThreadMainLoop() + 491
    3   com.apple.WebCore        
    0x000000010203e84f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 3:: Dispatch queue: XUEMJNLMS-GroupTransform
    0   libsystem_kernel.dylib   
    0x00007fff91bed6b6 semaphore_wait_trap + 10
    1   libdispatch.dylib        
    0x00007fff8a746d8a _dispatch_thread_semaphore_wait + 18
    2   libdispatch.dylib        
    0x00007fff8a745f7a _dispatch_barrier_sync_f_slow + 137
    3   com.apple.security       
    0x00007fff8d0a9f1e Transform::Finalize() + 120
    4   com.apple.CoreFoundation 
    0x00007fff8dca8bf6 CFRelease + 502
    5   libdispatch.dylib        
    0x00007fff8a743a82 _dispatch_call_block_and_release + 18
    6   libdispatch.dylib        
    0x00007fff8a7452d2 _dispatch_queue_drain + 264
    7   libdispatch.dylib        
    0x00007fff8a74512e _dispatch_queue_invoke + 54
    8   libdispatch.dylib        
    0x00007fff8a744928 _dispatch_worker_thread2 + 198
    9   libsystem_c.dylib        
    0x00007fff87fbd3da _pthread_wqthread + 316
    10  libsystem_c.dylib        
    0x00007fff87fbeb85 start_wqthread + 13
    Thread 4:: CoreAnimation render server
    0   libsystem_kernel.dylib   
    0x00007fff91bed67a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff91becd71 mach_msg + 73
    2   com.apple.QuartzCore     
    0x00007fff89b31df5 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore     
    0x00007fff89b31d35 thread_fun + 24
    4   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff91bed67a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff91becd71 mach_msg + 73
    2   com.apple.CoreFoundation 
    0x00007fff8dcd050c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation 
    0x00007fff8dcd8c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation 
    0x00007fff8dcd8486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation     
    0x00007fff9369ffd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation     
    0x00007fff9369472a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00007fff936946a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x0000000101518396 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore 
    0x0000000101517eb5 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x00000001015189c7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x0000000101518858 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x00000001015189c7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x0000000101518858 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x00000001015189c7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x0000000101518858 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 10:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x0000000101517f45 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    4   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x00000001015189c7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x0000000101518858 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x00000001015189c7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x0000000101518858 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x00000001015189c7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x0000000101518858 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 14:: CVDisplayLink
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.CoreVideo      
    0x00007fff92c9a6c8 CVDisplayLink::runIOThread() + 710
    3   com.apple.CoreVideo      
    0x00007fff92c9a3e9 _ZL13startIOThreadPv + 148
    4   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 15:: WebCore: LocalStorage
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010151835d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore        
    0x0000000102bcd2a8 ***::PassOwnPtr<***::Function<void ()()> > ***::MessageQueue<***::Function<void ()()> >::waitForMessageFilteredWithTimeout<bool ()(***::Function<void ()()>*)>(***::MessageQueueWaitResult&, bool (&)(***::Function<void ()()>*), double) + 168
    4   com.apple.WebCore        
    0x0000000102bcc943 WebCore::StorageThread::threadEntryPoint() + 179
    5   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 16:: WebCore: LocalStorage
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010151835d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore        
    0x0000000102bcd2a8 ***::PassOwnPtr<***::Function<void ()()> > ***::MessageQueue<***::Function<void ()()> >::waitForMessageFilteredWithTimeout<bool ()(***::Function<void ()()>*)>(***::MessageQueueWaitResult&, bool (&)(***::Function<void ()()>*), double) + 168
    4   com.apple.WebCore        
    0x0000000102bcc943 WebCore::StorageThread::threadEntryPoint() + 179
    5   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 17:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff91beedf2 __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff8dd21c8b __CFSocketManager + 1355
    2   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    3   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 18:: WebCore: Database
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010151835d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore        
    0x0000000102644828 ***::PassOwnPtr<WebCore::DatabaseTask> ***::MessageQueue<WebCore::DatabaseTask>::waitForMessageFilteredWithTimeout<boo l ()(WebCore::DatabaseTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::DatabaseTask*), double) + 168
    4   com.apple.WebCore        
    0x0000000102643b1c WebCore::DatabaseThread::databaseThread() + 172
    5   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 19:: WebCore: Database
    0   libsystem_kernel.dylib   
    0x00007fff91beebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff87fbf274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010151835d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore        
    0x0000000102644828 ***::PassOwnPtr<WebCore::DatabaseTask> ***::MessageQueue<WebCore::DatabaseTask>::waitForMessageFilteredWithTimeout<boo l ()(WebCore::DatabaseTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::DatabaseTask*), double) + 168
    4   com.apple.WebCore        
    0x0000000102643b1c WebCore::DatabaseThread::databaseThread() + 172
    5   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 20:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib   
    0x00007fff91befa8e pread + 10
    1   libsqlite3.dylib         
    0x00007fff8ad50ce5 unixRead + 69
    2   libsqlite3.dylib         
    0x00007fff8ad724f6 readDbPage + 102
    3   libsqlite3.dylib         
    0x00007fff8ad70c9b sqlite3PagerAcquire + 315
    4   libsqlite3.dylib         
    0x00007fff8adfa95c checkTreePage + 316
    5   libsqlite3.dylib         
    0x00007fff8adfab3f checkTreePage + 799
    6   libsqlite3.dylib         
    0x00007fff8adfab3f checkTreePage + 799
    7   libsqlite3.dylib         
    0x00007fff8adfecc6 sqlite3BtreeIntegrityCheck + 678
    8   libsqlite3.dylib         
    0x00007fff8ad96e07 sqlite3VdbeExec + 26455
    9   libsqlite3.dylib         
    0x00007fff8ad8fa5b sqlite3_step + 1883
    10  com.apple.Safari.framework
    0x0000000100ea6743 Safari::SQLiteStatement::step() + 19
    11  com.apple.Safari.framework
    0x0000000100e79c9e Safari::SafeBrowsingStore::checkIntegrity() + 42
    12  com.apple.Safari.framework
    0x0000000100e79bd8 Safari::SafeBrowsingStore::initDatabase() + 82
    13  com.apple.Safari.framework
    0x0000000100e79f9b Safari::SafeBrowsingStore::getListID(Safari::CF::String const&, int&) + 29
    14  com.apple.Safari.framework
    0x0000000100e79ef2 Safari::SafeBrowsingStore::addList(Safari::CF::String const&) + 30
    15  com.apple.Safari.framework
    0x0000000100e70e37 Safari::SafeBrowsingListManager::SafeBrowsingListManager(Safari::SafeBrowsingSe rvice&, ***::Vector<Safari::CF::String, 0ul, ***::CrashOnOverflow> const&, Safari::CF::String const&, Safari::CF::String const&) + 587
    16  com.apple.Safari.framework
    0x0000000100e70bc4 Safari::SafeBrowsingListManager::create(Safari::SafeBrowsingService&, ***::Vector<Safari::CF::String, 0ul, ***::CrashOnOverflow> const&, Safari::CF::String const&, Safari::CF::String const&) + 64
    17  com.apple.Safari.framework
    0x0000000100e78e1b Safari::SafeBrowsingService::didReceiveListNames(***::Vector<Safari::CF::String , 0ul, ***::CrashOnOverflow> const&) + 35
    18  com.apple.Safari.framework
    0x0000000100e00656 Safari::GoogleSafeBrowsingService::initialize() + 158
    19  com.apple.Safari.framework
    0x0000000100e745e4 Safari::SafeBrowsingManager::addGoogleSafeBrowsingService() + 122
    20  com.apple.Safari.framework
    0x0000000100e7396b Safari::SafeBrowsingManager::handleMessage(Safari::SafeBrowsingManager::SafeBro wsingMessage*) + 151
    21  com.apple.Safari.framework
    0x0000000100e1cb6d Safari::MessageRunLoop::dispatchMessage() + 49
    22  com.apple.CoreFoundation 
    0x00007fff8dcb24f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    23  com.apple.CoreFoundation 
    0x00007fff8dcb1d5d __CFRunLoopDoSources0 + 253
    24  com.apple.CoreFoundation 
    0x00007fff8dcd8b49 __CFRunLoopRun + 905
    25  com.apple.CoreFoundation 
    0x00007fff8dcd8486 CFRunLoopRunSpecific + 230
    26  com.apple.Safari.framework
    0x0000000100e1caf5 Safari::MessageRunLoop::threadBody() + 119
    27  com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    28  libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    29  libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib   
    0x00007fff91bef192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff87fbd594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff87fbeb85 start_wqthread + 13
    Thread 22:: Safari: GlobalHistory
    0   libsystem_kernel.dylib   
    0x00007fff91bef5b6 fsync + 10
    1   com.apple.Foundation     
    0x00007fff93657e2d _NSWriteBytesToFileWithExtendedAttributes + 789
    2   com.apple.Foundation     
    0x00007fff93657b13 _NSWriteBytesToFile + 23
    3   com.apple.Foundation     
    0x00007fff93657af0 -[NSData(NSData) writeToFile:atomically:] + 89
    4   com.apple.Foundation     
    0x00007fff936f0505 -[NSData(NSData) writeToURL:atomically:] + 83
    5   com.apple.Safari.framework
    0x0000000100d4b482 Safari::CoalescedAsynchronousWriter::write() + 40
    6   com.apple.Safari.framework
    0x0000000100d4b508 Safari::CoalescedAsynchronousWriter::thread() + 26
    7   com.apple.JavaScriptCore 
    0x000000010150d85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    8   libsystem_c.dylib        
    0x00007fff87fbb8bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x00007fff87fbeb75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x900007fef3395846  rbx: 0x0000000000000000  rcx: 0x0000000000000001  rdx: 0x0000000000000000
      rdi: 0x900007fef3395846  rsi: 0x00007fff949e1fe8  rbp: 0x00007fff60864980  rsp: 0x00007fff60864940
       r8: 0x0000000000000004   r9: 0x00007fff94e57dc8  r10: 0x0000000000000002  r11: 0x900007fef3395846
      r12: 0x0000000000000000  r13: 0x00007fff94b1e887  r14: 0x00007fff949e1fe8  r15: 0x900007fef3395846
      rip: 0x00007fff89f90e38  rfl: 0x0000000000010202  cr2: 0x0000000100f6a4c4
    Logical CPU: 2
    Binary Images:
    0x100c66000 -   
    0x100c66fff  com.apple.Safari (6.1 - 7537.71) <F5ACA61E-3A1C-3FA6-A738-7BF600BBC6F7> /Applications/Safari.app/Contents/MacOS/Safari
    0x100c6d000 -   
    0x1011a2fff  com.apple.Safari.framework (7537 - 7537.71) <259E43DC-7DF8-3492-AF60-42F1EFEFA64B> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
    0x101504000 -   
    0x1018aaff7  com.apple.JavaScriptCore (7537 - 7537.65) <A82F910D-F21B-35E9-9FF6-2CA300EDBEE1> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
    0x10199e000 -   
    0x101b02fff  com.apple.WebKit (7537 - 7537.71) <C81854D7-FEC0-3501-86ED-8DA5DD63BE52> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
    0x101bf9000 -   
    0x101e60fff  com.apple.WebKit2 (7537 - 7537.71) <E54E27D0-AEFA-388C-B509-45BD726B6966> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
    0x102039000 -   
    0x1030ddfff  com.apple.WebCore (7537 - 7537.70) <FAF8BC20-982F-33CD-B9B2-26185E15714A> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x105b44000 -   
    0x105b44ff7 +com.delicioussafari.DeliciousSafari-Addition (1.0 - 123) <1228CCC4-7C7B-CB35-7630-4ADD740079B7> /Library/ScriptingAdditions/DeliciousSafari Addition.osax/Contents/MacOS/DeliciousSafari Addition
    0x106090000 -   
    0x106091fff  ATSHI.dylib (??? - ???) <4761FD60-26EE-30C6-89FB-A3149852477F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x10611c000 -   
    0x10611dfff +com.machangout.glims.osax (1.0 - 1) <3A452C1A-4926-738D-101B-46509DE03D5C> /Library/ScriptingAdditions/Glims.osax/Contents/MacOS/GlimsOSAX
    0x108e79000 -   
    0x108e7cff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x10989e000 -   
    0x1098a8fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x1098c5000 -   
    0x1098c5ff1 +cl_kernels (??? - ???) <A474B7D3-9DF0-473D-92B1-23BD717B4C37> cl_kernels
    0x1098c7000 -   
    0x109966ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x109988000 -   
    0x109989ff3 +cl_kernels (??? - ???) <8AAB35B0-577E-467C-A4F9-5FE6D1FB7BB8> cl_kernels
    0x109b83000 -   
    0x109b84ff3 +cl_kernels (??? - ???) <9F4673EC-373C-4E41-9287-2572F7CDF938> cl_kernels
    0x109c9d000 -   
    0x109e55fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x109e8c000 -   
    0x109fe6fff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x10a018000 -   
    0x10a2d3ff7  com.apple.ATIRadeonX2000GLDriver (7.32.12 - 7.3.2) <C894DE28-1B2F-37BE-88FC-1E66D7828B77> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x10a328000 -   
    0x10a336fff  libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x10a33d000 -   
    0x10a36bff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x10a406000 -   
    0x10a407ffe +cl_kernels (??? - ???) <DAEC0A68-7D80-43D5-B558-8F1EFB416AAD> cl_kernels
    0x10a599000 -   
    0x10a59aff2 +cl_kernels (??? - ???) <4DFE5DBE-ED94-427A-AB4A-D7886EF98A54> cl_kernels
    0x10a5e5000 -   
    0x10a683ff7  unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <936B4155-1C6B-3928-9FFA-F72E7163872E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
    0x10a6e6000 -   
    0x10a6e7ff2 +cl_kernels (??? - ???) <57EADA23-3805-43D9-AFFD-E5E488809F39> cl_kernels
    0x10a6f2000 -   
    0x10a78cff7  unorm8_rgba.dylib (2.0.19 - compatibility 1.0.0) <8CA67399-44BB-35F8-94EF-EB57CD3AA542> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
    0x10a7ac000 -   
    0x10a7b0ff7  libFontRegistryUI.dylib (??? - ???) <6EFD0158-64F7-3A65-92E3-875AD0382A5C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x10f9d7000 -   
    0x10f9e4ff7 +com.evernote.EvernoteSafariClipperPlugin (1.0 - 158341) <16982ECA-E9D5-E7C4-262E-6FE26A6FF63D> /Users/USER/Library/Internet Plug-Ins/EvernoteSafariClipperPlugin.webplugin/Contents/MacOS/EvernoteSafariCli pperPlugin
    0x10ff48000 -   
    0x10ffabff7 +com.machangout.glimsInternal (1.0b26 - 1.0 build 26) <EE585173-22D3-8A9B-6C9C-FC20DD0DBFA5> /Library/Application Support/Glims/*/Glims for Safari.plugin/Contents/MacOS/.GlimsInternal
    0x110722000 -   
    0x11074bff7 +com.delicioussafari.DeliciousSafari (1.9 - 123) <2F42F0E2-90A0-D797-6087-C91BB8C4F7DD> /Library/InputManagers/*/DeliciousSafari.bundle/Contents/MacOS/DeliciousSafari
    0x110778000 -   
    0x11085bfff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff60866000 -
    0x7fff6089abaf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
    0x7fff87f6a000 -
    0x7fff87f6cfff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
    0x7fff87f6d000 -
    0x7fff8804afef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff8804b000 -
    0x7fff8804fff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff88050000 -
    0x7fff88057fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff88058000 -
    0x7fff8815afff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff8815b000 -
    0x7fff8835dfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
    0x7fff8835e000 -
    0x7fff8838efff  com.apple.framework.Admin (11.0 - 11.0) <66A06B83-01D1-371E-8A77-4280570BB97D> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x7fff8838f000 -
    0x7fff883d6ff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff883d7000 -
    0x7fff883e2ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff883e3000 -
    0x7fff88436fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff88545000 -
    0x7fff88972fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff88ab6000 -
    0x7fff88babfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff88bac000 -
    0x7fff88fdfff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff88fe0000 -
    0x7fff88fe1fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8945d000 -
    0x7fff89a41fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff89a42000 -
    0x7fff89ab2fff  com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff89ab3000 -
    0x7fff89adfff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff89ae0000 -
    0x7fff89b2efff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff89b2f000 -
    0x7fff89ccfff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89cd0000 -
    0x7fff89cd2fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff89cd3000 -
    0x7fff89cf4fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff89cf5000 -
    0x7fff89d35fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff89dc9000 -
    0x7fff89e44ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff89e45000 -
    0x7fff89eadff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff89eae000 -
    0x7fff89ec3fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff89ec4000 -
    0x7fff89ecffff  com.apple.CommonAuth (2.2 - 2.0) <4F5302A5-867A-3F2E-9E4B-98FA011678F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff89ed0000 -
    0x7fff89ee6fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff89f42000 -
    0x7fff89f86ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff89f87000 -
    0x7fff8a06be5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff8a095000 -
    0x7fff8a096ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8a0bb000 -
    0x7fff8a0c0ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff8a11f000 -
    0x7fff8a171ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8a172000 -
    0x7fff8a173fff  libodfde.dylib (??? - ???) <9725455E-BA0B-3371-8570-CFE50D3BDA84> /usr/lib/libodfde.dylib
    0x7fff8a2a2000 -
    0x7fff8a2aefff  com.apple.DirectoryService.Framework (10.7 - 146) <38778B01-2CF6-3A33-8A7A-FE016774B24C> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8a2af000 -
    0x7fff8a2b4fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff8a3d5000 -
    0x7fff8a3f2fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff8a3f3000 -
    0x7fff8a402fff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
    0x7fff8a482000 -
    0x7fff8a49cfff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff8a55a000 -
    0x7fff8a5c5ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8a6ed000 -
    0x7fff8a741ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8a742000 -
    0x7fff8a750fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    0x7fff8a751000 -
    0x7fff8a78cfff  libssl.0.9.8.dylib (49.1.0 - compatibility 0.9.8) <B5120F7F-6FD7-3E0B-AAB8-E9A8D72451BC> /usr/lib/libssl.0.9.8.dylib
    0x7fff8a78d000 -
    0x7fff8a78dfff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8a78f000 -
    0x7fff8a805fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8a806000 -
    0x7fff8a813fff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8ad0c000 -
    0x7fff8ad0fff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8ad10000 -
    0x7fff8ad40ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8ad41000 -
    0x7fff8ad47fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8ad48000 -
    0x7fff8ae4ffe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8ae50000 -
    0x7fff8ae51ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff8aea3000 -
    0x7fff8aed8fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8af01000 -
    0x7fff8affbff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8affc000 -
    0x7fff8b03cfe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8b03d000 -
    0x7fff8b14afff  libJP2.dylib (??? - ???) <6AF1F5FC-34D4-3278-BEBB-0712B81890B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8b14b000 -
    0x7fff8b158fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8b159000 -
    0x7fff8b167fff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8b168000 -
    0x7fff8b246fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <F434B351-AE30-3D1B-9DAF-4581D080D2BC> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8b247000 -
    0x7fff8b24afff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8b24b000 -
    0x7fff8b2c1ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
    0x7fff8b2dc000 -
    0x7fff8b2dcfff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8b2dd000 -
    0x7fff8b318fff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8b319000 -
    0x7fff8b31fff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff8b320000 -
    0x7fff8b325fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8b3a7000 -
    0x7fff8b42afef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8b42b000 -
    0x7fff8b451fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8b452000 -
    0x7fff8b45fff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff8b49b000 -
    0x7fff8b535ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8b536000 -
    0x7fff8b578fff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x

    Application Specific Information:
    Process Model:
    Single Web Process
    Enabled Extensions:
    com.agilebits.onepassword-safari-2BUA8C4S2C (391990 - 3.9.19) 1Password
    com.ebay.safari.myebaymanager-QYHMMGCMJR (3.0.0.7 - 3.0.0.7) My eBay Manager
    net.betterfacebook-9HFEUWTRM9 (5951 - 5.951) Better Facebook
    com.sidetree.Translate-S64NDGV2C5 (4 - 1.0.7) Translate
    com.brettterpstra.instapaperbeyond-47TRS7H4BH (1.8.11 - 1.8.11) InstapaperBeyond
    com.phantomgorilla.safari.grtools-39PBE4YYX3 (2 - 1.0.1) Google Reader Tools
    com.yourcompany.primefreediscount-QHB7GQNK44 (110 - 1.1.0) Discount Search for Amazon
    com.scottagarman.safari.wootchecker-23KYKKZES8 (6 - 1.5) wootChecker
    org.robwilkerson.safari.reader-DYW2C252RK (11 - 1.1.9) Add to Google Reader
    com.cyberplexus.tabreloader-4R8DN8BD9Y (72 - 1.5.2) Tab Reloader
    com.thiemo.safari.tabduplicator-7G9C33WE5Z (4 - 2.0) Duplicate Tab Button
    /Library/Application Support/Glims/*/Glims for Safari.plugin/Contents/MacOS/.GlimsInternal
    First, follow the instructions for uninstalling Glims here > How do I uninstall Glims?
    Then quit and relaunch Safari to test. If it crashes again, go to:  /Library/ScriptingAdditions/DeliciousSafari Addition.osax/Contents/MacOS/DeliciousSafari Addition
    Move the DeliciousSafari Addition.osax/Contents/MacOS/DeliciousSafari Addition file to the Trash.
    Then quit and relaunch Safari. If it still crashes, you need to troubleshoot the extensions noted above.
    Since Safari crashes as soon as it's launched, you will have to boot in Safe Mode then uninstall one exension at a time in Safari > Preferences > Extensions. Quit and relaunch Safari to test until you find one or more of the extensions that is causing Safari to crash.
    Startup your Mac in Safe Mode
    A Safe Mode boot takes much longer than a normal boot so be patient.
    message edited by:  cs

  • MBP slow startup after Yosemite update

    Since I updated Yosemite to 10.10.3 on my MBP (late 2013, 2.3GHz i7, 16GB) it is much slower to startup (4 times longer) and the wi-fi is constantly dropping. Is there anything I can do?

         Select Macintosh HD as the Startup  Disk.
       “Set the default startup disk”       http://support.apple.com/kb/HT1310
         Reset PRAM.     http://support.apple.com/kb/PH18761?viewlocale=en_US&locale=en_US

  • Safari & system problems since Java updat

    Since updating to the new Java update (Java 1.3.1 and 1.4.2 Release 2), Safari will occasionally hang and it also hangs OS X. The only way to recover is to reboot. I have cleaned all the Java caches using the Java utilities. Have not done anything with the 'plist' area yet.
    Anyone else having similar problems?

    Hi Jimo
    There is considerable discussion on this subject as recent as an hour ago at this link (Safari freezes Tiger) including my own comments about a possible workaround involving disabling tabbed browsing.
    Here is the link
    http://discussions.info.apple.com/.68b57421/1
    Mcthomas

  • QLA 3.5 broken since java update

    The latest java update from apple was installed on our G5 PPC last week. Since then our clients are unable to access the Quark License Administrator (ver 3.3, 3.5, 4.0). It worked fine before the update. The java prefs are set to use 1.4.2 first. We now get the following error:
    -A suitable JVM could not be found. Pleas run the program again using the option -is:javahome [java home directory]
    [process completed].
    The Quark techs sent me a script that didn't work. They also sent me the unreleased 4.0 version. It errored saying "Unable to locate java on your system. You must install java to install the QLA 4.0 software".
    Does anyone have any suggestions/tips/tricks/advice?
    Any help would be greatly appreciated as this is used for higher education and classes started today.
    Brian D. Meer

    Try this - I beleive it will deal with all the various issues- including permissions and Java versions- First change Java versions per earlier post
    he following worked for me with QLA 3.5:
    1. Run the application /Applications/Utilities/Java/J2SE 5.0/Java Preferences
    2. In the 'General' tab of this application, select to use "J2SE 1.4.2" as the version of Java to use in the 'Java Applet Runtime Settings'.
    3. In the 'Java Application Runtime Settings', drag & drop J2SE 1.4.2 to the top of the list (above J2SE 5.0).
    4. Click 'Save'.
    5. In command line type - sudo su root
    6. Feed in password
    7. Execute the following (paste it in to save typing)
    /Volumes/QLA\ 3.5/Mac/QLA\ 3.5\ Installers/QLA\ Server\ 3.5\ Install.command -is:javahome /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/ ; exit
    8. You should see
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Searching for Java(tm) Virtual Machine...
    ........exit
    9. Go growl at Quark for making us have to do such silly things.
    Sean McNulty - Small World Design

  • Previous tabs lost on next startup, since last update

    Ever since the update to Firefox 33.1 (and/or since the Windows 7 update in the week of Nov.11.2014), Firefox will not retain the tabs from my previous session. I have (and have always had) my Options set to load pages from the previous session, but even when I set it to something else and then back to that again, it will only load my homepage tabs when I start up Firefox again. This is extremely annoying, since I like to leave tabs open to go back and read articles or whatever, so I've lost things now that I wanted to refer back to.
    Is anyone else having this problem? I don't recall having this exact problem previous to the latest update(s) of Firefox and/or Windows 7.

    Thanks for your reply, cor-el. I'm not entirely following your instructions though. When I open the directory of that folder, I find sessionstore.bak, dated Oct.30 (which might have been when the problems started; my life has been very overloaded recently so I'm not sure when it started), but no sessionstore.js. I'm not sure what the App Tabs or Tab Groups would be either.
    Because my life is currently very overloaded (death of a family member), I don't have the time or energy to deal with a complicated learning curve right now - I just want to get Firefox working the way it was before this bug started. Is this an issue that others are reporting, that will perhaps be fixed in the next update?

  • Extremely slow startup since updating to 10.7.2

    each time I turn the Mac on, it first complete an installation bar, then asks for password (it never did before) and then it´s finally on (after 5 or 6 minutes). it´s now slower than my PC!!!! :-(
    I have a Mac mini 2.4Ghz core Duo with 8GB ram. it can´t be this slow!
    any suggestions?

    Hello:
    I don't know about the "slow," but try this for the mouse problem:
    Trash a preference file (com.apple.bluetooth.plist) and restart.
    Reset the PRAM and SMC
    Make the mouse a favorite
    Barry

  • Mac mini slow startup since installing yosemite

    I have a late 2012 mac mini and before installing Yosemite it would take just a few seconds to start up when I turned it on. Now since installing Yosemite it is a lot slower to start up, and i get a "progress bar" when I turn it on, which I never had when running Mavericks. Any ideas how to fix this?
    Here are the results of a Etrecheck:
    EtreCheck version: 2.0.11 (98)
    Report generated November 2, 2014 at 8:11:57 PM MST
    Hardware Information: ℹ️
      Mac mini (Late 2012) (Verified)
      Mac mini - model: Macmini6,2
      1 2.3 GHz Intel Core i7 CPU: 4-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      SAMSUNG spdisplays_1080p
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 6:50:57
    Disk Information: ℹ️
      APPLE SSD SM128E disk0 : (121.33 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Boot OS X (disk0s3) <not mounted> : 134 MB
      Macintosh HD (disk2) /  [Startup]: 1.12 TB (895.29 GB free)
      Core Storage: disk0s2 120.99 GB Online
      Core Storage: disk1s2 999.35 GB Online
      APPLE HDD HTS541010A9E662 disk1 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk2) /  [Startup]: 1.12 TB (895.29 GB free)
      Core Storage: disk0s2 120.99 GB Online
      Core Storage: disk1s2 999.35 GB Online
    USB Information: ℹ️
      Western Digital My Book 1234 3 TB
      S.M.A.R.T. Status: Verified
      EFI (disk3s1) <not mounted> : 210 MB
      My Book for Mac (disk3s2) /Volumes/My Book for Mac : 3.00 TB (1.32 TB free)
      Apple, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Volumes/My Book for Mac/Extras/WD +TURBO Installer.app
      [not loaded] com.wdc.driver.1394HP (1.0.11 - SDK 10.4) Support
      [not loaded] com.wdc.driver.1394_64HP (1.0.1 - SDK 10.6) Support
      [not loaded] com.wdc.driver.USB-64HP (1.0.3) Support
      [not loaded] com.wdc.driver.USBHP (1.0.14) Support
    Launch Agents: ℹ️
      [running] com.hp.devicemonitor.plist Support
      [loaded] com.hp.messagecenter.launcher.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
    User Launch Agents: ℹ️
      [running] com.akamai.single-user-client.plist Support
      [invalid?] com.genieo.completer.download.plist Support
      [invalid?] com.genieo.completer.update.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Public VolumeHidden (/Volumes/Public)
      WDSecurityHelper Application (/Applications/WD Security.app/Contents/WDSecurityHelper.app)
      My Book for Mac VolumeHidden (/Volumes/My Book for Mac)
      WDDriveUtilityHelper Application (/Applications/WD Drive Utilities.app/Contents/WDDriveUtilityHelper.app)
      iTunes Application (/Applications/iTunes.app)
      WDQuickView Application (/Library/Application Support/WDSmartware/WDQuickView.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.189
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
      Default Browser: Version: 600 - SDK 10.10
    3rd Party Preference Panes: ℹ️
      Akamai NetSession Preferences  Support
      Flash Player  Support
      WDQuickView  Support
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 1.12 TB Disk used: 219.91 GB
      Destinations:
      My Book for Mac [Local]
      Total size: 3.00 TB
      Total number of backups: 76
      Oldest backup: 2013-11-17 18:59:56 +0000
      Last backup: 2014-11-03 02:17:18 +0000
      Size of backup disk: Adequate
      Backup size 3.00 TB > (Disk used 219.91 GB X 3)
    Top Processes by CPU: ℹ️
          7% HP Device Monitor
          6% WindowServer
          1% fontd
          0% launchd
          0% WDQuickView
    Top Processes by Memory: ℹ️
      1.60 GB iPhoto
      893 MB com.apple.MediaLibraryService
      868 MB iTunes
      241 MB mds_stores
      146 MB softwareupdated
    Virtual Memory Information: ℹ️
      233 MB Free RAM
      3.75 GB Active RAM
      3.54 GB Inactive RAM
      1.06 GB Wired RAM
      3.42 GB Page-ins
      2 MB Page-outs

    Remov Genieo since it is malware
    http://www.thesafemac.com/arg-genieo/
    If yo do not need Akamai then remove it
    http://superuser.com/questions/77591/how-do-i-get-rid-of-adobe-download-akamai-s oftware-on-a-mac

  • Slow startup after Mavericks update in MacBook Pro (MD102HN/A)

    After the Mavericks update, my MacBook seems to lag at startup, starts really slowly. Especially when the lock screen is about to appear and the Apple logo kind of slides upwards. Does anyone else face the same problem or is it just me? The slide always lags!

    Remove all items in System Preferences > Users & Groups > Login Items
    Same for    /Library/StartupItems
    Then restart your Mac to test.
    And check to make sure there's enough free disk space.
    Click your Apple menu icon top left in your screen. From the drop down menu click About This Mac > More Info > Storage
    Make sure there's at least 15% free disk space. Less can slow your Mac down.
    If nothing above helped, the startup disk may need repairing ...
    Launch Disk Utility located in HD > Applications > Utillities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk  (not Verify Disk Permissions)
    If DU reports errors, restart your Mac while holding down the Command + R keys. From there you should be able to access the built in utilities in OS X Recovery to repair the startup disk.
    Make sure to back up all important data first before using OS X Recovery.

  • Why are videos on Youtube slow loading since ff4 update?

    ever since updating ff 4 videos on Youtube are slow loading. all plugins, codecs and computer are up to date. my other computers have older versions of ff and have no issues. what is going on?

    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • IPhone 5 really slow, freezing since software update

    I have been beyond disapponted with the iphone 5 thus far. When i initially got it it was very slow, especially using the keyboard in messaging, and did this weird thing where it would just randomly dim and then I could not the screen to fully illuminate again unless i completely restarted the phone. Then, after the first software update, I expected the problems to be solved but it only got worse!! My phone freezes daily, sometimes more, the apps are constantly just shutting down and am still having the keyboard slowness as well other werid malfunctions such as my text conversations from two different people merging into one.
    Is there anything I can do??? I am a loyal apple customer and it really makes me sad to have to deal with this!

    My husband and I both upgraded out iPhone 5s early today and we are not having any trouble. I thought it was an improvement in speed, much faster than it was. I'm sorry that's no help for you.

  • Firefox for android crashes on startup since lollipop update

    Everytime I start up Firefox on my Verizon HTC ONE M8 since the lollipop update, it crashes after about a second or two. I am using the latest version of Firefox on the Play Store, and the behavior persists even after uninstalling Firefox and doing a clean install.

    hi guigs2, this is landing into a 36.0.2 release that will go live later today

  • How do I stop Firefox from automatically opening on startup since last update on Macintosh running Tiger?

    Firefox automatically starts itself on start-up every time. I don't want it to. If I want it on, I'll click on it. I don't go on the internet every single time I start up my computer and don't like having to WAIT for it to start up so I can quit it. I don't know why it does this - never did before - and it is EXTREMELY annoying! HELP! I'm on a Macintosh operating with Tiger OS.

    For those of you running Windows, I found this on another site. (Unfortunately, not before getting totally disgusted and switching to chrome.)
    1. click start (or the windows flag button at the bottom left) 2. in the "search programs and files" or the RUN dialog box, enter "msconfig.exe" or "msconfig". 3. That should open the system configuration program. 4. click the "Startup" tab at the top of the opened program. 5. Under the "startup item" column, look for Mozilla firefox. 6. uncheck that one. 7. Click OK or apply. 8. click "exit without restart". 9. you're good to go.

Maybe you are looking for