Thunderbird keeps craching on a constant basis when left running for a night

I don't turn off my machine and just leave it locked for a night. Quite often I find Thunderbird crashed in the morning. This started to happen in January 2015:
<pre>
Report ID Date Submitted
bp-1f8ea0f4-cbf5-457e-8dbb-b19892150323 23-03-15 09:55
bp-69cb1496-705d-4951-9c9b-5c2132150320 20-03-15 09:23
bp-1ebdd8c7-223f-457a-9e7e-07ffd2150319 19-03-15 17:23
bp-d073a214-2b82-4a05-ab0c-fb1242150319 19-03-15 10:12
bp-f0e76464-66f4-42f4-942b-a85a52150318 18-03-15 10:45
bp-aec7205b-74dc-4302-85e9-ef73f2150310 10-03-15 10:01
bp-b101ddcf-af47-4a9d-8e9b-722272150309 09-03-15 10:06
bp-04d2077b-72ae-4d3a-9549-430822150305 05-03-15 10:54
bp-d0c79452-60eb-4816-bd20-537d72150302 02-03-15 09:55
bp-a13088ab-e2ed-4b2b-be6e-e28352150226 26-02-15 10:22
bp-c26aa442-b6c0-4b5b-8054-49b822150224 24-02-15 18:28
bp-d910f3c6-2dd4-4701-952b-a287f2150224 24-02-15 10:06
bp-ee1a20fd-f78b-49a2-a746-cf20a2150220 20-02-15 10:56
bp-e02ddfb9-ab94-4f1d-9e8a-8d0b62150211 11-02-15 10:21
bp-6baff428-39c5-4eac-9486-2662f2150203 03-02-15 11:56
bp-0e871704-8a26-4190-bfa7-bfa762150202 02-02-15 13:46
bp-78c11f8a-eb21-4f58-a114-7af712150115 15-01-15 10:36
bp-6111c3ff-61ae-473e-8ba9-6aeef2150112 12-01-15 10:48
bp-0dcf2abb-bb19-4b49-a40d-95fa52150109 09-01-15 10:19
bp-82336044-1348-42d2-92fe-f32e62150108 08-01-15 10:28
bp-88c0ab7c-efb8-48be-bcf3-fc8f52150106 06-01-15 10:03
</pre>
Is there anything I can do to help resolve this problem?
Is there a workaround, like rolling back to version from 2014 (which was not crashing)?
Thanks!!

Welcome to the Apple Support Communities
You have a Mid 2010 15-inch MacBook Pro, a defective Mac.
Apple has determined that Mid 2010 15-inch MacBooks Pro may crash, causing black screens, unexpected restarts or kernel panics. See > http://support.apple.com/kb/TS4088?viewlocale=en_US
Fortunately, Apple is repairing all of those computers for free, so make a backup of your data and take the Mac to an Apple Store or reseller to get it repaired. The whole logic board has to be replaced, so the repair may take some days

Similar Messages

  • ITunes 10.2.1(1) runs slowly when left running for extended time

    iTunes on my Mac runs slowly the longer it is left up. I have two AppleTV's (ver 2), and if iTunes has been up for more than a day, it can take minutes for the list of movies/tv shows to appear on the AppleTV. Likewise, iTunes itself becomes very sluggish, unable to access the iTunes store or sync ipod/iphones.

    it was a plugin i had that was causeing it: DockArtPlugin.bundle

  • HT6413 I keep getting a installation pkg error when installing icloud for windows 7 on my pc.

    I keep getting an windows installation error when installing icloud for windows 7.  I have tried installing manually without success.

    There is a very long way which is removing anything related to Apple including stuff in the registry.
    The short way is as follows. It worked for me.
    I have seen that in the forum EXCEPT the registry trick which is missing and does the different.
    1. Remove the Apple account from Outlook.  In my case a me.com account.
    2. Disconnect the connection to ICloud in the control panel of version 3.1.
    REBOOT and open Outlook to see that all traces of the email account and of ICloud are gone.
    3. Uninstall ICloud 3.1. I used REVO Uninstaller in Safe way mode. It removed some stuff in the registry from what I see; but not sure.
    4. Delete as much stuff as possible in the C \Program Files (x86) \Common Files \ Apple
    and C\Program Files\Common Files \Apple.  My computer is 64 bits.
    5. Go to the registry by typing regedit.exe or simply type regedit in the Start Box. Search for ICloud.  I deleted TWO entries related to ICloud. Otherwise, you will still see the ICloud control panel despite the fact that you removed 3.1.
    6. then I was able to install ICloud 4 immediately.  Upon restarting it asked me my email and password and added itseft to Outlook like it was before. Be aware that you address book in Outlook could be deleted, so do an export before.

  • I installed windows 7 on my iMac 21.5 (late 2009) and when I boot windows 7, the lag drivers are missing and bootcamp is not installed. The windows package would not download through bootcamp, even when left alone for 2 hours.

    I installed windows 7 on my iMac 21.5 (late 2009) and when I boot windows 7, the lag drivers are missing and bootcamp is not installed. The windows package would not download through bootcamp, even when left alone for 2 hours. Don't have the lion disk... Drivers seem impossible to get. Please help!

    lan drivers*

  • Unhandled exception when code runs for the first time,but works fine the second

    Hi All,
    I have the following code snippet
    private void RGL_Click(object sender, RibbonControlEventArgs e)
    Word._Document oDoc;
               oDoc = Globals.ThisAddIn.Application.ActiveDocument;
                object start = oDoc.Content.Start;
                object end = oDoc.Content.End;
                oDoc.Range(ref start, ref end).LanguageID = WdLanguageID.wdEnglishCanadian;
                oDoc.Range(ref start, ref end).NoProofing = 0;
    Microsoft.Office.Interop.Word.ReadabilityStatistic DocStats;
                    DocStats = oDoc.ReadabilityStatistics[10];------>exception occurs here when code runs first time
                    MessageBox.Show(DocStats.Name + " " + DocStats.Value);
    When I copy paste a document and click on the button it raises a COM exception but if I click continue and click on the button again, the correct grade level score is displayed.Cant figure out why this is happening.

    Thanks for the answer Eugene, this exception never shows up if I type something and click on the rgl button , but if i open a huge document that is already in Canadian english and click on this ribbon it gives me the following exception
    System.Runtime.InteropServices.COMException was unhandled by user code
      HelpLink=wdmain11.chm#36966
      HResult=-2146824090
      Message=Command failed
      Source=Microsoft Word
      ErrorCode=-2146824090
      StackTrace:
           at Microsoft.Office.Interop.Word.ReadabilityStatistics.get_Item(Object& Index)
           at UsabilityMapping_V01.Ribbon1.RGL_Click(Object sender, RibbonControlEventArgs e) in <my path> 1211
           at Microsoft.Office.Tools.Ribbon.RibbonPropertyStorage.ControlActionRaise(IRibbonControl control)
           at Microsoft.Office.Tools.Ribbon.RibbonPropertyStorage.ButtonClickCallback(RibbonComponentImpl component, Object[] args)
           at Microsoft.Office.Tools.Ribbon.RibbonManagerImpl.Invoke(RibbonComponentCallback callback, Object[] args)
           at Microsoft.Office.Tools.Ribbon.RibbonMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
           at Microsoft.Office.Tools.Ribbon.RibbonManagerImpl.System.Reflection.IReflect.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[]
    namedParameters)
      InnerException: 

  • I'm trying to download the Photoshop free trial and I keep getting an error code 48 when I run the setup what's the problem?, I'm trying to download the Photoshop free trial and I keep getting an error code 48 when I run the setup what's the problem?

    Does anyone know how to fix this issue?

    download the cc desktop app to your desktop and install from there, Download Adobe Creative Cloud apps | Free Adobe CC trial
    then install ps using the cc desktop app.

  • Application slows up when left ideal for few min in jdeveloper 11.1.1.6

    Hi ,
    I am running an application on a jdeveloper 11.1.1.6 (in windows 7, 4 GB). I works fine when I first use my application get deployed. But when I leave my application ideal for a while it slows down and takes long time to even load a single page. I also found my jdeveloper heap (from http://multikoop.blogspot.co.uk/2012/05/java-heap-monitor-in-jdeveloper.html) increasing when it is left so........
    any one please help me so I can have a better jdeveloping experience......

    Hi
    the memory of IDE is configured in the files (jdev.conf, ide.conf).
    https://blogs.oracle.com/angelo/entry/improving_the_performance_of_jdeveloper
    http://andrejusb.blogspot.com.es/2012/05/proactively-monitoring-jdeveloper-11g.html
    http://juddi-oracle.blogspot.com.es/2011/12/how-to-jdeveloper-memory-settings.html

  • My firefox is unresponsive when left alone for a few minutes but this seems to be something much worse my permissions are always getting changed. does someone know how to get rid of this security problem for good?

      BINARY
             /usr/sbin/blued
          /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
             /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
          /System/Library/PrivateFrameworks/Apple.framework/Versions/A/Apple
      Thread id:  
      User stack:
        47
          47 ???
            47 -[NSRunLoop(NSRunLoop) run] + 84 (in Foundation)
              47 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation)
                47 _CFRunLoopRunInMode + 88 (in CoreFoundation) [
                  47 _mach_msg_trap + 10 (in libSystem.B.dylib
      ADDRESS         BINARY
            /System/Library/PrivateFrameworks/DiskImages.framework/Resources/diskimages-hel per
             /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit        /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
             /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
            /usr/lib/libcurl.4.dylib

    When I tried to do a clean OP install I see this and a bunch of groups started that are in charge of finding "system files package group" and another for "apple repair permissions package group".  when I looked at my system profiler before I deleted the hard drive; It said that my sharring and bluetooth preferences were all on and being used eventhough they should have been off.
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/BaseSystem.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/Essentials.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/BootCamp.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/BSD.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/iPodSupport.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/PodcastCapture.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/Directory.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/JavaTools.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/AdditionalEssentials.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/AdditionalSpeechVoices.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/AsianLanguagesSupport.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/MediaFiles.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/MigrationAssistant.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/Mail.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/AddressBook.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/iCal.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/Automator.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/DVDPlayer.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/iTunes.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/iChat.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/Java.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/System/Installation/Packages/Safari.pkg
    Oct 16 22:31:25 localhost OSInstaller[151]: -

  • Computer "freezes" when left on for several hours.

    I have had my MacBook Pro since late February. It seems to "freeze" when I leave it on for prolonged periods of time (several hours) without using it. By "freeze" I mean when the display wakes up, the trackpad will allow me to move around the screen, but not click on anything. Occasionally, I will get the colored spinning wheel when I click on one thing, but it never allows me to access any program or even to shut down the computer normally with the trackpad. I am forced to use the power button for a forced shutdown. It then restarts normally.
    The computer has not been asleep, and has been attached to the power outlet the entire time. This is also not a kernel panic. (I have witnessed those with my previous computer.)
    Prior to this, I owned a 12in Powerbook for nearly 5 years. It never grew unresponsive like this. Is this a common problem with the MacBook Pros, or is there something wrong with my unit?
    Please let me know if you would like more information about my computer.

    mavenue, you should really post this as a separate topic as the probability is that your problem is not the same.
    (A) after such a forced restart have you done anything to check system integrity?
    (B) are you saying that Safari is set to open at startup/login?
    (C) which version of Safari are you using?
    (D) is Safari set to open on a blank page or access a website?
    (E) is the computer attached to a network at the time or not?
    (F) have you examined the logs in Console (if not, have a look and post them in discussions.
    Have a look at those points and start another thread with some of the information suggested above (including the log).

  • After upgrade to 7.0, crash when left idle for more than a few minutes & if click contact without checking the box first.

    I had no serious problems with Firefox until downloading the current version. Since then I've had frequent crashes, usually several times a day, and even with CTL + ALT + Delete I have difficulty closing Firefox down. The crashes happen more frequently when I leave the program idle for, say, 15 minutes or more or when I attempt to open a contact for editing by directly clicking on the contact name, without checking the box first.
    My anti-virus software is ESET-NOD.

    I get this on firefox. I get this on waterfox. I get this on nightly. I don't get it on chrome. I don't get it on internet explorer. I don't get it on comodo dragon. I don't get it on arora. I don't get it on konqueror...... Anyone noticing a pattern here?
    I'm willing to admit that it's probably something to do with my isp server, so Mozilla can feel holier than thou about it, but if that's the way they insist on going, I suggest that the next time they upgrade, they call their browser Canute.

  • Firefox shows a black screen suddenly while browsing or when left idle for long time (more than 1 hr).

    Firefox suddenly turns totally black while I was browsing yesterday. I tried restarted it, and it works fine. In such state none of the menu or actions items are accessible. Even while closing the browser I get the confirmation popup which is also completely black.
    Screenshot link: http://prntscr.com/55kggq
    I had to randomly click on the "close tabs" button.
    I am using Mozilla Firefox v33.1 in Windows 7, 32 Bit OS with i3 processor, 4GB RAM.

    ''nescafe2002 [[#answer-663423|said]]''
    <blockquote>
    I've just had the same issue (sudden black screen while browsing), probably related to my graphics card driver which I've updated two days ago.
    Laptop model: ASUS N550JV CN270H
    Graphics card model: Intel(R) HD Graphics 4600
    Old driver: 10.18.10.3308 (2013-09-16)
    New driver: 10.18.10.3960 (2014-09-29)
    If the problems recurs, I will re-install the 10.18.10.3308 driver and post the results here.
    </blockquote>
    After 3 more blackouts, I restored 10.18.10.3308 and the problem went away.

  • Outlook prompts for credentials when left open for multiple days

    Hi,
    We have a system setup with Outlook 2010 on it (connected to Exchange Online) and a 3rd party piece of software that interacts with it to send and process incoming messages.  This system remains up and running with no user interaction indefinitely. 
    The problem we're having is that after about a week or so, Outlook stops processing emails and prompts for credentials.  Outlook has been set to remember the password (and it's not an issue of the password being expired).  Is there a setting to stop
    this (I'm assuming it's Exchange that's the culprit)?

    First of all exchange online is not the culprit in this case. Can you check what method you're using to authenticate the user? ADFS? DirSync with Password Sync or cloud identitiy? Once checked please make sure that the time interval setup for login prompt
    once the user account is inactive is setup unlimited for this user. Thanks.
    Kindly Mark this as answer if found helpful. Thanks.
    Regards, Riaz Javed Butt | Consultant Microsoft | mstechtalk.com

  • HT5625 My wireless internet connection keeps defaulting from my network to a neighbors' when the computer is left idle for a few minutes. How do I reset to my stay on my network?

    My default internet connection keeps defaulting to a neighbors' network when left idle for a few minutes. How do I reset to use my network?

    Likely both of you have Open networks and the Mac is just connecting to the strongest one, hopefully it's just that.
    If you set a encryption and a password, then it shouldn't be doing this.
    WiFi security issues, at home and WiFi hotspots
    If you can't do this yourself, then have a local geek come by and set you up.
    Also if you head to System Preferences > Network > Airport > Advanced, there might be a connection list, you drag your connection to the top and remove the ones your not going to use.

  • Thunderbird keeps wanting to add attachments when sending

    Every now and again Thunderbird keeps wanting to add attachment even when there is no attachment. It just just sits there waiting doing nothing. Cancelling this and trying to resend email just tries to add attachment again. Close the program and re-start is the only way to stop this - any ideas - thanks :)

    I'm not an authority on this, but here's a few things you might want to check.
    First Idea:
    - Click "Tools"
    - Click "Options"
    - Click "Composition"
    - See "Check for missing attachments." If box is checked, uncheck the box.
    - Click "OK" to save setting.
    - Tip: Make sure this is the setting on all computers you are using (work, home, etc.)
    Second Idea:
    - Do you have the word "attach" or "attachment" in the message, OR THE SIGNATURE? If so, and if the "Check for missing attachment" is set to do so, when sending e-mail Thunderbird detects your e-mail has the word "attach" or "attachment" - end result you get the pop-up message asking "Did you forget to attach a file?" or words to that effect.
    Third Idea
    - Are you using a pop-up blocker in your browser? If so the pop-up attachment message may not appear. (This is because Thunderbird works in conjunction with the FireFox browser. So the pop-up blocker activates when checking or composing e-mail.) To deal with this simply make a Thunderbird exception in your pop-up blocker, telling the blocker to not block pop-ups in Thunderbird.
    HTML Issue?
    You may want to try sending e-mail as text only, not HTML. There might be some hidden HTML code when you are drafting e-mail. (This is just a guess, looking for solutions by process of elimination.
    Reply or Forwarding Issue
    - By chance does this happen only when you are replying to e-mail, or forwarding e-mail. (And if either of those e-mails have the word attach or attachment the program could be "freaking out" when it can't find an attachment.
    - Could it be that your anti-virus is set to check e-mails before sending and there's some kind of conflict? Set your anti-virus not to check e-mails.
    Lastly
    Go to "Account Settings"
    "Return Receipts"
    Turn off that you want a return receipt. See the other settings and tinker with those to find what might be the problem.
    Bonus Tip:
    Go to "Tools"
    "Account Settings"
    Do you have your e-mail set to include a signature, such as a warning for mistakes in transmission, or whatever.
    Is the "signature text" box checked, to use HTML?
    Are either of the signature type boxes checked? (attach from a file; vCard). Do you NOT have a signature file, is it possibly pointing to a file that no longer exists?
    Simply remove the check mark from all boxes. See if this is asking you for a signature attachment, that's not there.
    Bonus Tip:
    I assume you have uninstalled Thunderbird and reinstalled a clean copy.

  • Mouse loses Bluetooth connection when left idle

    I am suddenly having an issue where the bluetooth mouse which works off the preinstalled Toshiba bluetooth stack,
    loses its connection when left idle for a little while.
    This was not happening before.
    What could cause this?
    I just changed the batteries in the mouse so that is not the issue.
    Any ideas?

    That doesn't matter. If you can get a newer version for your band then use it.
    If not, install the Toshiba one and see if it works. Afterwards install your old one again,
    but ensure during the uninstallation that you do not remove the old Bluetooth setup configurations (The uninstaller asks for it).
    In this case the newer driver remain on your system. Maybe it solves your problem.

Maybe you are looking for

  • Why does m4v need to be converted again

    Hi. I converted a dvd movie I bought into the ipod format .m4v using another converting software program I have. I then imported it into the videos section of my itunes. It would not load into my ipod unless i convertd it again using the itunes conve

  • Not able to connect to UCCX IVR when my Pub server is down

    Hi, I Pub and Sub in my call Manager Group(CUCM 7.1) with my UCCX 7.0 , H.323 gateway is used for incoming and outgoing calls. When my Pub is down the calls to the IVR keeps ringing and Agents are also not able to answer the calls, the calls land to

  • HT1222 updating through itunes takes too longer to compelete , is there any way to update it quickly?

    hello frnds. i have an apple iphone3gs and becoz of finish charging it is turned off and now it shows "connect to itunes" , but when i connect it to itunes it shows that ur device needs to restore and update. if i did'nt want to restore my iphone . i

  • Transport Structure CO-PA (Characteristic modified)

    I have some characteristics and value fields. I changed one characteristic because it was defined with verification table  and it must without verification. Before I did transport all the structure to the system of integration. When I transport the s

  • Upgrade Multiple Instances with single mid-tier

    I posted this last week, but it looks like the forums had a little "issue" recently . . . I know that I can install HTMLDB in many databases and use a single mid-tier (see http://htmldb.oracle.com/pls/otn/f?p=18326:54:14495624057419435878::::P54_ID:4