Why does this video keep opening in new tab for no apparent reason

This annoying MacDonalds promotional video keeps opening in a new tab for no apparent reason:
https://www.youtube.com/watch?v=aOUdR9vly6s
I don't do anything. I'm just reading a web page and a new tab will open with this video playing. Any idea what is going on here?

When does the window open? What were you doing at the time?
What are your HomePage, and Newtab pages?

Similar Messages

  • Why does pages 09 keep opening a new mail message

    I'm using pages 09 now (was using 08; tried the new 5.0 but it is useless based on backward compatability)
    When I click on a name in a document it immediately opens a new email message with To as the contact  I clicked on. I've tried turning off all the auto complete, etc I can find but it still happens.
    Specifically,
    if I go to the footer, the next time I land on a name in the body of the document it opens up a new email.
    Once I close the mail message I can continue typing, editing etc.; but the moment I go to the footer and then return to the text box it jumps to a new mail message when I click on a name.
    How do I turn this off?
    George O.

    More on this and a correction-
    there is a part of this document outined in blue- whenever I go into this part from the footer it initiates an email to me;  it doesn't matter where I click. My earlier question said when I click on a name this happens; but actually anywhere in the outlined area.
    some of the document does not have thin blue outlines; when I go there I'm ok- no new email.
    so, what are the blue lines about?
    and why does it send me an email when I move into the outlined area?
    thanks for any help !
    george

  • Why does my lightbox keep opening a new window?

    I'm currently finishing off my website and all I need to do that is make four images click into their own seperate light boxes.
    I number of my code savy friends cannot find anything wrong with my code.
    The problem is that when I click on the image online it opens a new window and to get back to the orginal page you have to go 'back'
    this clearly isn't what a lightbox should do, is there something in my code which is wrong and making it do this? Or can I add something.
    The 4 divs involved in this are named Rochelle, Jacob, Jared and Helena.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="jquery.lightbox-0.5.js"></script>
    <link href="jquery.lightbox-0.5.css" rel="stylesheet" type="text/css" media="screen" />
    <link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Dosis:700' rel='stylesheet' type='text/css'>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <script type="text/javascript">
        $(function() {
            $('#gallery a').lightBox();
        </script>
    <title>Organ Donation</title>
    <style type="text/css">
    #Container {
              height: 1100px;
              width: 850px;
              margin-right: auto;
              margin-left: auto;
    #Header {
              height: 183px;
              width: 850px;
              position: absolute;
              top: 0px;
              z-index: 6;
    #footer {
              height: 72px;
              width: 850px;
              margin-left:0px;
              margin-top:1025px;
              position: absolute;
              top: 16px;
    #title {
              height: 195px;
              width: 810px;
              margin-top: 180px;
              margin-left: 20px;
              position: absolute;
              z-index:2;
    #Rochelle {
              height: 325px;
              width: 425px;
              margin-top: 370px;
              margin-left: 425px;
              position: absolute;
    #navigation {
              height: 25px;
              width: 850px;
              margin-top: 140px;
              position: absolute;
              font-family: 'Allerta', sans-serif;
              color: #FFF;
              text-align: center;
              font-size: 13px;
              z-index: 7;
    #click {
              font-family: 'Dosis', sans-serif;
              font-size: 18px;
              color: #0094AB;
              height: 100px;
              width: 300px;
              margin-top: 390px;
              margin-left: 560px;
              position: absolute;
              z-index:4;
              font-weight: normal;
    #bottomNav {
              height: 20px;
              width: 850px;
              margin-top: 1055px;
              position: absolute;
              z-index: 4;
              font-family: 'Allerta', sans-serif;
              color: #FFF;
              font-size: 13px;
              text-align: center;
    #helena {
              height: 325px;
              width: 425px;
              margin-top: 695px;
              margin-left: 0px;
              position: absolute;
    #jared {
              height: 325px;
              width: 425px;
              margin-top: 695px;
              margin-left: 425px;
              position: absolute;
    #jacob {
              height: 325px;
              width: 425px;
              margin-top: 370px;
              margin-left: 0px;
              position: absolute;
    a:link {
              color: #FFF;
              text-decoration: none;
    a:visited {
              text-decoration: none;
              color: #FFFFFF;
    a:hover {
              text-decoration: none;
              color: #FFF;
    a:active {
              text-decoration: none;
    </style>
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    </script>
    </head>
    <body>
    <div id="Container">
      <div id="click">Click the photos to read their stories</div>
      <div id="Rochelle"><a href="images/ROCHELLE2.jpg" title="Rochelle's Story"><img src="images/rochelle.jpg" width="425" height="325" /></a></div>
      <div id="jacob"><a href="images/JACOB2.jpg" title="Jacob's Story"><img src="images/jacob.jpg" width="425" height="325" alt="jacob" /></a></div>
      <div id="jared"><a href="images/JARED2.jpg" title="Jared's Story"><img src="images/Jared.jpg" width="425" height="325" /></a></div>
      <div id="helena"><a href="images/HELENA.jpg" title="Helena's Story"><img src="images/helenafirst.jpg" width="425" height="325" /></a></div>
      <div id="Header"><img src="images/header.jpg" width="850" height="183" /></div>
      <div id="stories">
        <div id="title"><img src="images/title4.jpg" width="810" height="195" /></div>
        <div id="body1"></div>
      </div>
    <div id="footer"><img src="images/bottombar.jpg" width="850" height="72" /></div>
    <div id="navigation"><a href="index.html">Home</a>  |  <a href="WhatIsIt.html">What is it?</a>  |  <a href="WhatHappens.html">What Happens?</a>  |  <a href="whichorgans.html">Which Organs?</a>  |  <a href="stories.html">Donation Stories</a></div>
    <div id="bottomNav"><a href="index.html">Home</a>  |  <a href="WhatIsIt.html">What is it?</a>  |  <a href="WhatHappens.html">What Happens?</a>  |  <a href="whichorgans.html">Which Organs?</a>  |  <a href="stories.html">Donation Stories</a></div>
    </div>
    </body>
    </html>

    Replace your FULL HTML file with this code:
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="jquery.lightbox-0.5.js"></script>
    <script type="text/javascript">
        $(function() {
            $('#gallery a').lightBox();
        </script>
    <link href="jquery.lightbox-0.5.css" rel="stylesheet" type="text/css" media="screen" />
    <link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Dosis:700' rel='stylesheet' type='text/css'>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Organ Donation</title>
    <style type="text/css">
    #Container {
        height: 1100px;
        width: 850px;
        margin-right: auto;
        margin-left: auto;
    #Header {
        height: 183px;
        width: 850px;
        position: absolute;
        top: 0px;
        z-index: 6;
    #footer {
        height: 72px;
        width: 850px;
        margin-left:0px;
        margin-top:1025px;
        position: absolute;
        top: 16px;
    #title {
        height: 195px;
        width: 810px;
        margin-top: 180px;
        margin-left: 20px;
        position: absolute;
        z-index:2;
    #Rochelle {
        height: 325px;
        width: 425px;
        margin-top: 370px;
        margin-left: 425px;
        position: absolute;
    #navigation {
        height: 25px;
        width: 850px;
        margin-top: 140px;
        position: absolute;
        font-family: 'Allerta', sans-serif;
        color: #FFF;
        text-align: center;
        font-size: 13px;
        z-index: 7;
    #click {
        font-family: 'Dosis', sans-serif;
        font-size: 18px;
        color: #0094AB;
        height: 100px;
        width: 300px;
        margin-top: 390px;
        margin-left: 560px;
        position: absolute;
        z-index:4;
        font-weight: normal;
    #bottomNav {
        height: 20px;
        width: 850px;
        margin-top: 1055px;
        position: absolute;
        z-index: 4;
        font-family: 'Allerta', sans-serif;
        color: #FFF;
        font-size: 13px;
        text-align: center;
    #helena {
        height: 325px;
        width: 425px;
        margin-top: 695px;
        margin-left: 0px;
        position: absolute;
    #jared {
        height: 325px;
        width: 425px;
        margin-top: 695px;
        margin-left: 425px;
        position: absolute;
    #jacob {
        height: 325px;
        width: 425px;
        margin-top: 370px;
        margin-left: 0px;
        position: absolute;
    a:link {
        color: #FFF;
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #FFFFFF;
    a:hover {
        text-decoration: none;
        color: #FFF;
    a:active {
        text-decoration: none;
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    </script>
    </head>
    <body>
    <div id="Container">
      <div id="click">Click the photos to read their stories</div>
      <div id="gallery">
      <div id="Rochelle"><a href="images/ROCHELLE2.jpg" title="Rochelle's Story" rel="lightbox"><img src="images/rochelle.jpg" width="425" height="325" /></a></div>
      <div id="jacob"><a href="images/JACOB2.jpg" title="Jacob's Story" rel="lightbox"><img src="images/jacob.jpg" width="425" height="325" alt="jacob" /></a></div>
      <div id="jared"><a href="images/JARED2.jpg" title="Jared's Story" target="_self" rel="lightbox"><img src="images/Jared.jpg" width="425" height="325" /></a></div>
      <div id="helena"><a href="images/HELENA.jpg" title="Helena's Story" rel="lightbox"><img src="images/helenafirst.jpg" width="425" height="325" /></a></div>
    </div>
      <div id="Header"><img src="images/header.jpg" width="850" height="183" /></div>
      <div id="stories">
        <div id="title"><img src="images/title4.jpg" width="810" height="195" /></div>
        <div id="body1"></div>
      </div>
    <div id="footer"><img src="images/bottombar.jpg" width="850" height="72" /></div>
    <div id="navigation"><a href="index.html">Home</a>  |  <a href="WhatIsIt.html">What is it?</a>  |  <a href="WhatHappens.html">What Happens?</a>  |  <a href="whichorgans.html">Which Organs?</a>  |  <a href="stories.html">Donation Stories</a></div>
    <div id="bottomNav"><a href="index.html">Home</a>  |  <a href="WhatIsIt.html">What is it?</a>  |  <a href="WhatHappens.html">What Happens?</a>  |  <a href="whichorgans.html">Which Organs?</a>  |  <a href="stories.html">Donation Stories</a></div>
    </div>
    </body>
    </html>
    Here's what I've changed:
    Added '<div id="gallery">' to your code before the lightbox gallery. If you read the Lines 9-13 of your HTML, your lightbox definition says that any 'a' links inside 'gallery' container will be lightbox enabled. In your actual gallery code, 'gallery' div was not present. Hence, Lightbox did not find any image links to load. Now, I've added the Div ID as Gallery. It works.
    Hope it helps.

  • Why does Safari crashes when opening a new tab?

    Here is the crash report. 
    Process:         Safari [11775]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [10718]
    Date/Time:       2011-05-24 13:49:18.593 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          41077 sec
    Per-App Interval Since Last Report:  183839 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      9013D0E0-C713-45B2-A1CE-26151410B11F
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  11
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff832482e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff8324d92d pthread_mutex_lock + 469
    2   com.apple.QuartzCore                    0x00007fff88c874a8 CAViewDraw + 47
    3   com.apple.Safari                        0x000000010009f29a 0x100000000 + 651930
    4   com.apple.AppKit                        0x00007fff85148c49 -[NSView _drawRect:clip:] + 3390
    5   com.apple.AppKit                        0x00007fff851478bc -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
    6   com.apple.AppKit                        0x00007fff85147c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    7   com.apple.AppKit                        0x00007fff85147c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    8   com.apple.AppKit                        0x00007fff85147c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    9   com.apple.AppKit                        0x00007fff85147c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    10  com.apple.AppKit                        0x00007fff85147c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    11  com.apple.AppKit                        0x00007fff85147c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    12  com.apple.AppKit                        0x00007fff85145f8e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 767
    13  com.apple.AppKit                        0x00007fff85146e5a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    14  com.apple.AppKit                        0x00007fff85146e5a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    15  com.apple.AppKit                        0x00007fff85145ab0 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    16  com.apple.AppKit                        0x00007fff85142362 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    17  com.apple.AppKit                        0x00007fff850bbb9a -[NSView displayIfNeeded] + 969
    18  com.apple.Safari                        0x000000010003415c 0x100000000 + 213340
    19  com.apple.AppKit                        0x00007fff850b6a46 _handleWindowNeedsDisplay + 678
    20  com.apple.CoreFoundation                0x00007fff81f2eb37 __CFRunLoopDoObservers + 519
    21  com.apple.CoreFoundation                0x00007fff81f0a464 __CFRunLoopRun + 468
    22  com.apple.CoreFoundation                0x00007fff81f09dbf CFRunLoopRunSpecific + 575
    23  com.apple.HIToolbox                     0x00007fff82b037ee RunCurrentEventLoopInMode + 333
    24  com.apple.HIToolbox                     0x00007fff82b03551 ReceiveNextEventCommon + 148
    25  com.apple.HIToolbox                     0x00007fff82b034ac BlockUntilNextEventMatchingListInMode + 59
    26  com.apple.AppKit                        0x00007fff8508be64 _DPSNextEvent + 718
    27  com.apple.AppKit                        0x00007fff8508b7a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    28  com.apple.Safari                        0x0000000100015ff6 0x100000000 + 90102
    29  com.apple.AppKit                        0x00007fff8505148b -[NSApplication run] + 395
    30  com.apple.AppKit                        0x00007fff8504a1a8 NSApplicationMain + 364
    31  com.apple.Safari                        0x0000000100009f18 0x100000000 + 40728
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff8326112a kevent + 10
    1   libSystem.B.dylib                       0x00007fff83262ffd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff83262cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff832627fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff83262128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff83261fc5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff83282f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83286da1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff85e8e0f9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff85e8a1fc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                       0x00007fff8324829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8324890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81f0a932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81f09dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff8324829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8324890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81f0a932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81f09dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff87168f5f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff870e9f29 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff8324829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8324890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81f0a932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81f09dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 6:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff8328be52 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff81f2c498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 7:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff83282f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83286da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff8742ba40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff861defb1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 8:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff83282f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83286da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff8742ba40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be5bd 0x100000000 + 1828285
    4   com.apple.Safari                        0x00000001000470a7 0x100000000 + 290983
    5   com.apple.Safari                        0x0000000100046f25 0x100000000 + 290597
    6   libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff8324829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8324890d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff88c803a6 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff88c802e6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff83261f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8326235c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff83261fc5 start_wqthread + 13
    Thread 11 Crashed:
    0   com.apple.GeForceGLDriver               0x0000000200012ce0 gldAttachDrawable + 2528
    1   com.apple.GeForceGLDriver               0x00000002000d6787 gldUpdateDispatch + 14359
    2   com.apple.GeForceGLDriver               0x00000002000d7016 gldFinish + 646
    3   com.apple.opengl                        0x00007fff85a8c24d CGLFlushDrawable + 67
    4   com.apple.QuartzCore                    0x00007fff88c8831b view_draw(_CAView*, double, CVTimeStamp const*, bool) + 2980
    5   com.apple.QuartzCore                    0x00007fff88c87720 view_display_link(double, CVTimeStamp const*, void*) + 64
    6   com.apple.QuartzCore                    0x00007fff88c87667 link_callback + 219
    7   com.apple.CoreVideo                     0x00007fff815b10ab CVDisplayLink::performIO(CVTimeStamp*) + 431
    8   com.apple.CoreVideo                     0x00007fff815b0310 CVDisplayLink::runIOThread() + 754
    9   com.apple.CoreVideo                     0x00007fff815affe3 startIOThread(void*) + 139
    10  libSystem.B.dylib                       0x00007fff832814f6 _pthread_start + 331
    11  libSystem.B.dylib                       0x00007fff832813a9 thread_start + 13
    Thread 11 crashed with X86 Thread State (64-bit):
      rax: 0x00000000070496f4  rbx: 0x0000000000000002  rcx: 0x00007fff8324829a  rdx: 0x00000000e00002c2
      rdi: 0x00000000e00002c2  rsi: 0x00007fff705905c0  rbp: 0x0000000107dcd8f0  rsp: 0x0000000107dcd8f0
       r8: 0x00000000000083c3   r9: 0x0000000000000000  r10: 0x00000000000010bc  r11: 0x0000000000000206
      r12: 0x0000000107dd1000  r13: 0x0000000102f4c000  r14: 0x0000000000000000  r15: 0x0000000107dcd920
      rip: 0x0000000200012ce0  rfl: 0x0000000000010296  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.5 (6533.21.1) <B81D1199-542C-D929-A1CA-A139EA6262C1> /Applications/Safari.app/Contents/MacOS/Safari
           0x100f80000 -        0x100f81fff +com.presenta.iGetterBundle 2.8.5 (2.8.5) <B1379AAB-5499-F07D-C498-E6D4C714B789> /Users/amandaoneill/Library/Internet Plug-Ins/iGetterBundle.plugin/Contents/MacOS/iGetterBundle
           0x100f84000 -        0x100f88fff +com.presenta.iGetterSafariBundle 2.8.5 (2.8.5) <83AA0108-1E06-4987-259A-CAA7D9E090CF> /Users/amandaoneill/Library/Internet Plug-Ins/iGetterBundle.plugin/Contents/Resources/iGetterSafariBundle.bundle/Con tents/MacOS/iGetterSafariBundle
           0x100fb1000 -        0x100fb1fff  com.apple.JavaPluginCocoa 13.4.0 (13.4.0) <00AF9559-29EA-5E25-42CF-BE2447F9EBC5> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x100fb5000 -        0x100fbaff7  JavaLaunching ??? (???) <E859D1E8-3E9D-5432-DCFA-684A9B1EDD2C> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
           0x107cf3000 -        0x107d19fff  GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x108120000 -        0x1082b1fef  GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x1082e2000 -        0x108705fef  libclh.dylib 3.1.1 C  (3.1.1) <0774DA8C-734E-2639-0F37-CCB20D17CDBD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x11a01b000 -        0x11a1d0fff  libCMaps.A.dylib 545.0.0 (compatibility 64.0.0) <63054685-73A1-615F-464C-05A4C5F0043D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
           0x200000000 -        0x200787fff  com.apple.GeForceGLDriver 1.6.26 (6.2.6) <D469864E-34A6-37EE-A01D-7C2AF0223D35> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <472D950D-70F8-B810-A959-9184C2AA6C74> /usr/lib/dyld
        0x7fff80003000 -     0x7fff8000eff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8000f000 -     0x7fff80025fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff80026000 -     0x7fff80067ff7  com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8021d000 -     0x7fff80265ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff80266000 -     0x7fff803e4ff7  com.apple.WebKit 6533.21 (6533.21.1) <E954BB9E-51DC-9B68-5312-E1507329A9B3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff803e5000 -     0x7fff80418fff  libTrueTypeScaler.dylib ??? (???) <6EFBF3B7-E4D5-E6AE-5A7D-22F37E288737> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff80419000 -     0x7fff804a8fff  com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff804f9000 -     0x7fff804fcfff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff80547000 -     0x7fff8056ffff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff80669000 -     0x7fff80d6606f  com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff80d67000 -     0x7fff80de9fff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff80dea000 -     0x7fff80eacfef  libFontParser.dylib ??? (???) <363E2A8A-CEFE-9A74-E677-C240B27A4FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff80ebc000 -     0x7fff80effff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff80f00000 -     0x7fff80f20ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff80f21000 -     0x7fff80f9efef  com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff80fc7000 -     0x7fff8107cfe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8107d000 -     0x7fff81081ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff810a6000 -     0x7fff810e3fff  com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8112f000 -     0x7fff8113bfff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff8113c000 -     0x7fff81155fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff81156000 -     0x7fff81161ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff81162000 -     0x7fff81162ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff81163000 -     0x7fff8119efff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8119f000 -     0x7fff811f1ff7  com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff811f2000 -     0x7fff81235fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff81253000 -     0x7fff8126eff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff812d6000 -     0x7fff813effef  libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff813f0000 -     0x7fff814a6fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
        0x7fff814a7000 -     0x7fff814b8fff  SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff814b9000 -     0x7fff8151bfe7  com.apple.datadetectorscore 2.0 (80.7) <34592AFF-B1B8-2277-B013-70193E4E1691> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff81563000 -     0x7fff815adff7  com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff815ae000 -     0x7fff815d3ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff815d4000 -     0x7fff816bafef  com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff816bb000 -     0x7fff816bbff7  com.apple.Carbon 150 (152) <1E95560E-7036-A7FB-66FA-8ABA150343D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff818bb000 -     0x7fff819e3ff7  com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff819e4000 -     0x7fff819eaff7  com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff819eb000 -     0x7fff81af5ff7  com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff81af6000 -     0x7fff81d38fe7  com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff81d4f000 -     0x7fff81d50fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff81d51000 -     0x7fff81e86ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff81e87000 -     0x7fff81e8bff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff81e8c000 -     0x7fff81e8dff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff81ebe000 -     0x7fff82035fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff82036000 -     0x7fff8221aff7  libType1Scaler.dylib ??? (???) <A2207818-4828-41AD-0F6D-87A07F238388> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff8231e000 -     0x7fff8235ffef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff82360000 -     0x7fff82391fff  libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff82392000 -     0x7fff8244bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff8244c000 -     0x7fff8247bff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff82492000 -     0x7fff824a8fff  com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff824a9000 -     0x7fff8257bfe7  com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8257c000 -     0x7fff82582ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff82588000 -     0x7fff825d4fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff825d5000 -     0x7fff825d5ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff825d6000 -     0x7fff82636fe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff82637000 -     0x7fff82638ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff82639000 -     0x7fff826b5ff7  com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff826b6000 -     0x7fff82920fef  com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff82921000 -     0x7fff82923fff  libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff82924000 -     0x7fff8296bfff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff82a42000 -     0x7fff82abffef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff82ac0000 -     0x7fff82ad4ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff82ad5000 -     0x7fff82dd3fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff82ddc000 -     0x7fff82ef3fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff82f10000 -     0x7fff83244fff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff83245000 -     0x7fff83246fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff83247000 -     0x7fff83408fff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
        0x7fff83409000 -     0x7fff83434ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff83435000 -     0x7fff8346efef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
        0x7fff8346f000 -     0x7fff834befef  libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff83620000 -     0x7fff836c0fff  com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff836c1000 -     0x7fff836faff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff83707000 -     0x7fff837a1ff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff837e1000 -     0x7fff83825fe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff83826000 -     0x7fff838a5fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff838a6000 -     0x7fff838edff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff838f7000 -     0x7fff83d3afef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff83d3b000 -     0x7fff83d78ff7  libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff83d79000 -     0x7fff83d88fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff83d89000 -     0x7fff83d9eff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff83d9f000 -     0x7fff845a9fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff845aa000 -     0x7fff849d5fef  com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff849d6000 -     0x7fff84a62fef  SecurityFoundation ??? (???) <D844BB57-386A-0A43-249E-9BE035C2AB53> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff84a71000 -     0x7fff84a71ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff84a72000 -     0x7fff84be1fe7  com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff84c48000 -     0x7fff84c82fff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
        0x7fff84c83000 -     0x7fff84e3bfef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff84e3c000 -     0x7fff84e50fff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff84f2e000 -     0x7fff84fbefff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff84fbf000 -     0x7fff84fbfff7  com.apple.quartzframework 1.5 (1.5) <5BFE5998-26D9-0AF1-1522-55C78E41F778> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff84fc0000 -     0x7fff84fc0ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff84fc1000 -     0x7fff85006fff  com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff85013000 -     0x7fff85024fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff85048000 -     0x7fff85a3efff  com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff85a3f000 -     0x7fff85a88fef  libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff85a89000 -     0x7fff85a98fff  com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff85a99000 -     0x7fff85ab6ff7  libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff85abf000 -     0x7fff85ac1fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff85ac2000 -     0x7fff85ae5fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff85ae6000 -     0x7fff85becfe7  com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff85bed000 -     0x7fff85caefef  com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff85caf000 -     0x7fff85cb2ff7  libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff85d8c000 -     0x7fff85d91ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff85df2000 -     0x7fff85df9fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff85e52000 -     0x7fff85e87fef  com.apple.framework.Apple80211 6.2.4 (624.2) <B2CB69CE-A4F5-D70F-03DE-CF985D5558A2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff85e88000 -     0x7fff86b03fef  com.apple.WebCore 6533.21 (6533.21.1) <A7433C61-B507-BDB0-9CA8-1A3A2A699B2F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff86b34000 -     0x7fff86b45ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff86b7b000 -     0x7fff86c9cfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff86cb6000 -     0x7fff86cccfe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff86ccd000 -     0x7fff86daafff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff86dab000 -     0x7fff86e68fff  com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff86e69000 -     0x7fff87027fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
        0x7fff87028000 -     0x7fff870d8fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff870d9000 -     0x7fff8735cfe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8738d000 -     0x7fff8738dff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8738e000 -     0x7fff8738eff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8738f000 -     0x7fff873f7fff  com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff873f8000 -     0x7fff87419fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
        0x7fff8741a000 -     0x7fff8760afef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8760b000 -     0x7fff8763bfef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8763c000 -     0x7fff87685ff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87686000 -     0x7fff8768cff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87841000 -     0x7fff87853fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff87854000 -     0x7fff87863fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff87ba8000 -     0x7fff87badfff  libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff87c79000 -     0x7fff87db7fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87db8000 -     0x7fff87ddefe7  libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87ddf000 -     0x7fff87e2eff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff87e2f000 -     0x7fff88333fe7  com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff883a7000 -     0x7fff883b0ff7  com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8843e000 -     0x7fff88449fff  com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8844a000 -     0x7fff884bbff7  com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8850d000 -     0x7fff88513fff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff88514000 -     0x7fff88592ff7  com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff88593000 -     0x7fff885ffff7  com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88600000 -     0x7fff8860dfe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8860e000 -     0x7fff8864ffff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff88650000 -     0x7fff886bafe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff886bb000 -     0x7fff886c6fff  com.apple.corelocation 12.1 (12.1) <7B5164FD-F5FD-6837-1DA3-6E18582CEDF3> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff886c7000 -     0x7fff886caff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff886cb000 -     0x7fff88953fef  com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff88954000 -     0x7fff88962ff7  libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
        0x7fff88a19000 -     0x7fff88a6eff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff88ad0000 -     0x7fff88ad5fff  libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff88ba7000 -     0x7fff88c2cff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff88c2d000 -     0x7fff88fcafe7  com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff88fcb000 -     0x7fff89206fef  com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000

    Hi,
    I agree with Andyb.
    /Users/amandaoneill/Library/Internet Plug-Ins/iGetterBundle.plugin/Contents/MacOS/iGetterBundle
    If you do want to remove it:
    Easiest way to remove igetter is re-download igetter (if you deleted the disk image) and drag to applications, you simply run "uninstall iGetter" , it will remove the input manager /plugin etc.
    If that doesn't help note that Thread 11 crashed & imo it could be your graphic card, but then I blame everything on my GC
    Good luck
    Mia

  • TS3276 Well it happened again. Why does my apple me account stop sending mail for no apparent reason. One minute it is working find and 10 seconds latter you get error messages that it does not recognize your password. I am really fed up with the mail sof

    Things were going well. Mail was working fine and then the following error message appears out of nowhere. I had not changed any settings. From that point on all efforts to send mail failed, and the error message appeared even thought I used the password to log back in after I quit. Now, an hour after the problem started it takes my password (on the second try after the error message appears) once and sends a test message. Then, one minute later it gives the error message again and refuses to send anything. Why is mail so inconsistent? What can I do in the future to address the problem?
    Error message reads "The SMTP server "xxxxx" rejected the password for user "xxx" Please re-enter your password or cancel.
    When mail does work again. Should I click the remember this password in keychain or am I just asking for more trouble?
    I'm writing this using my IMac computer in a different room. The error also occurs on my powerbook running my new MacBook Pro 12 inch.
    Fed up Mac user.

    I"m no expert but this used to happen to me all the time (stop downloading, asking for my password, nothing downloading, walking away- 24 hours or more later, all is fine, only to later start all over again)
    Well, i gave up for a long time and stopped using that account with mac mail and only accessed it online..recently went and changed the pop3 to only pop and now it works beautifully and seamlessly. Don't ask me why or how, but it does so thought I'd share.

  • Why does my video keep stopping at all stages as i'm watching a video

    why does my video keeping stopping at all times

    Welcome to the Apple Community.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first.

  • Why does this message keep appearing when i try to instal windows 7 through bootcamp? - "something went wrong and the USB cannot be configured for the installation"

    Why does this message keep appearing when Itry to instal windows 7 through bootcamp? - "Your bootable USB drive could not be created. An error occurred while copying the Windows installation files."

    Found a solution!
    Follow the extended version of these directions here:
    https://discussions.apple.com/docs/DOC-3581
    Worked like a charm!

  • Why does my video keep on buffing, Why does my video keep on buffing, Why does my video keep on buffing

    Why does my video keep on buffing

    I don't know. I don't know. I don't know.
    Call *611 or 1-800-922-0204 and ask customer service.
    Give more information than what you wrote here.
    Good Luck

  • Safari keeps opening a new tab every time I click. How do I stop this? I am currently using OS X Yosemite 10.10.1

    Safari keeps opening a new tab every time I click. How do I stop this? I am currently using OS X Yosemite 10.10.1

    Can you please run EtreCheck:  https://discussions.apple.com/docs/DOC-6173
    and post the report here?

  • I cannot send an email from my iPad 2? No problem receiving, why does this happen? Have tried the suggestions for setting up email and after doing the sync mail through iTunes receiving worked great but still cannot send? Any help would be great

    I cannot send an email from my iPad 2? No problem receiving, why does this happen? Have tried the suggestions for setting up email and after doing the sync mail through iTunes receiving worked great but still cannot send? Any help would be great!

    The fact that you can receive means you have a valid e mail address, and have established the connection to the incoming server, so all of that works.  Since the send does not work, that means your outgoing server is rejecting whatever settings you used formthe outgoing set up.  Try them again. 
    Google your particular isp, and ipad and many times you will find the exact settings needed for your isp.  Or tell us here, and soneone else may be on the same isp.  Some mail services need you to change a port, or have a unique name for the outgoing server.  
    Kep trying.

  • New Firefox 32 will not allow update to my plugins ,page keeps opening in new tab going round in circlesrenewing

    new Firefox 32 will not allow update to my plugins ,page keeps opening in new tab going round in circlesrenewing

    try to update manually or disable unnecessary plugins or upload screenshot images

  • When I choose to open a new tab from a website, such as facebook, it always opens it in a new window. How do I change this to just opening a new tab. I tried changing the tab settings but it did not work

    When I choose to open a new tab from a website, such as facebook, it always opens it in a new window. How do I change this to just opening a new tab. I tried changing the tab settings but it did not work. I did not have the problem until I started using firefox 4.

    It is probably a JavaScript link.
    You can probably force it where you want it with a keyboard shortcut
    either "Ctrl+click" or "Ctrl+Shift+click". see
    * Firefox and other Browser Keyboard Shortcuts (Comparison Table)<br>http://dmcritchie.mvps.org/firefox/keyboard.htm
    ''Did that work?''
    Some styles that provide a warning as to the type of link:
    * No Follow links, mouseover id of other links - userstyles.org<br>http://userstyles.org/styles/10987
    * Change cursor on some links with JS. - userstyles.org<br>http://userstyles.org/styles/233
    * Link Warning - Themes and Skins for Mozilla - userstyles.org<br>http://userstyles.org/styles/1301
    * Link warning (cursor hover) - various filetypes - userstyles.org<br>http://userstyles.org/styles/2538
    * Red hand cursor for .pdf links - userstyles.org<br>http://userstyles.org/styles/553

  • When i'm search firefox crashes also why does my internet explore opens in new window

    while i'm working online with firefox why does my internet explore open up in a new window?

    while i'm working online with firefox why does my internet explore open up in a new window?

  • Why does clicking a link open a new window with a spam site on it?

    Happens randomly I will click a link that I want open on new tab it opens but a random site will open in a new window. These sites that open are spam sites that I do not want. I have uninstalled deleted firefox and reinstalled it nothing is fixing this issue. My other computer has the same problem. Does not happen all the time its just random sometime i dont even have to click a link and a new window will open with dating sites poker sites just crap I did not want opened.

    Recomend getting adblock for firefox.
    if you still get unrelated links you should consider scanning for Malware on you computer (this could be an installed program or an extension). I would recommend Malwarebytes as it is somewhat free to use.

  • Video thumbnail opens in new tab automatically

    When visiting some websites with video thumbnails, including Google Mail and Startribune.com, Firefox will sporadically open a new tab with the video thumbnail.
    This happens as a new Gmail message or as the website loads. It happens in safe mode as well as with extensions enabled. The problem cannot be reliably replicated even with identical URLs.
    This is the link to a Youtube video that opens automatically when sent in a Gmail message: http://www.youtube.com/watch?v=UzlhBU4nkQw&feature=player_profilepage
    The tab that opens is not the actual Youtube video page, but rather a link that starts with https://nl3atn8402ncgahndqn8rb6qi2ld2g5a-a-gm-opensocial.googleusercontent.com/gadgets/ifr?url=
    On the page is just the thumbnail-sized video.

    Do you use  earthlink  (esp webmail)?  I figured out that it is a problem with  an ad they are running.   At least that's what it was for me.  If you log completely out of webmail and shut safari down and restart it without going to earthlink webmail, the teebik popups do not come back (even with a lot of browsing to multiple other sites).
    I installed the adblocker extension and so far that is taking care of it -- was able to turn things back on to get webmail functionallity back, without the teebik ads.
      Not sure that's what Earthlink WANTED me to do -- as I no longer see ANY earthlink ads -- but hey, it got rid of the teebik stuff they were forcing on me.

Maybe you are looking for

  • Payment block for vendor payment

    i blocked a vendor invoice for payment, it's shows the error msg correctly as item blocked for payment in the proposal log but when i do manual payment via F-53 , the paid document is being generated for excatly the same vendor and the same blocked i

  • Multiple account assignment category for one line item in PO

    Dear Experts, We are on SRM 5.0 ECS One line item of a PO has multiple account assignment category with the cost distribution for 1. Cost Center - 50% 2. Order          - 50% Is it possible? As per my understanding one line item in a PO can have only

  • Using code templates in Flash Builder

    Hi, all; I know how to change most of the templates so that they go from the default "uncuddled" brackets to "cuddled" i.e. public function notCuddled():void      //TODO vs. public function cuddled():void {      //yay! no wasted space However, I have

  • Problem Removing FocusManager from Memory

    Ok, so I have a class that I use as a menu for my program. It has some Flash components and an instance of FocusManager in it. My base class instantiates this class collects the data from the user via the components and then removes the class and con

  • String Array Search

    Hi all, I have two arrays String st[]={"abc","xyz"}; String ab[]={"abc","def","egh","oki","xyz","poi"} i want to check the values of the first array with the values of the second array..so i want the values in the second array which are not equal to