System slowdown caused by Mail. Application error or worm???

Hi there!
After wondering for a long time why my system is gone so slowly (i never do a restart, just awake from sleep) i figured out that mail is the problem.
Problem is that just after starting mail the activity monitor shows a cpu usage of about 45%, but there is no process in the list causing it. also, the disk activity shows a strange write value. while doing nothing special, it says that there are about 275 kb/s written on the disk! the most strange thing is that this behaviour stays altough mail is closed. the only thing to stop that is to restart the system and NOT open the mail application.
the other strange thing is the behaviours of other apps after using mail. handbrake, for example, is multithreaded an uses about 180% of cpu. after opening mail, it just uses about 100%, as if it is ignoring the 2nd core in my iMac.
now i am wondering if this is just an application error that should be fixed REALLY fast (because mail is my favourite email-client), or, and that should warn all us mac-users, it is some kind of worm/virus/trojan. remember microsoft outlook express? its very similar to mail becaus its winxp's standard mail-app... and you all know how riskful it is...
would be nice if anyone could help me, since the problem is fixed i will use another mail-client and advise this to all that have noticed the same behaviour

Hi Herogen.
Verify/repair your disk (not just permissions), as described here:
The Repair functions of Disk Utility: what's it all about?
If the problem persist after having fixed all filesystem issues, and you suspect Spotlight has a bearing on it, you may try re-creating its database by typing the following command in Terminal:
sudo mdutil -E /
The -E option tells Spotlight to delete any already existing index info (so that it's rebuilt from scratch all over again), and the / at the end means "apply this command to the boot volume".
After entering the command in Terminal, you'll be prompted for your administrator password. Just type it blindly (you won't see any feedback of the keystrokes while you type it) and then press <Return>.
For best results, quit Mail and don't play too much with your disk while Spotlight does its job -- i.e. avoid files being created/modified/deleted, mail being downloaded, etc.

Similar Messages

  • JFileChooser causes "java.exe - Application Error"

    Hi,
    When I'm closing an JFileChooser dialog (by e.g. pressing ok or cancel) a second or so later my JVM terminates with the error message "java.exe - Application Error. The instruction at "0*6d0ea46e" referenced a memory at "0x00000000". The memory could not be "read". Click on OK to treminate the program".
    I turned on verbose output from the JVM and the last printout was:
    [Loaded javax.swing.Autoscroller from C:\Program Files\Java\jdk1.5.0\jre\lib\rt.jar]
    [Dynamic-linking native method sun.awt.windows.WComponentPeer.removeNativeDropTarget ... JNI]
    result 1
    [Dynamic-linking native method sun.awt.windows.WFramePeer.getState ... JNI]
    [Loaded java.awt.EventDispatchThread$StopDispatchEvent from C:\Program Files\Java\jdk1.5.0\jre\lib\rt.jar]
    [Dynamic-linking native method sun.awt.windows.WToolkit.shutdown ... JNI]
    No exception is shown.
    I have uninstall all old JVMs and reinstalled JDK 5.0. This does not help.
    This simple program causes the termination of the JVM:
    public static void main(String[] args) {
    System.out.println("0");
    JFileChooser fileChooser = new JFileChooser();
    System.out.println("1");
    int result = -2;
    try {
    result = fileChooser.showOpenDialog(null);
    } catch (HeadlessException e1) {
    e1.printStackTrace();
    System.out.println("result " + result);
    try {
    Thread.sleep(5000);
    } catch (InterruptedException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    System.out.println("2");
    I receive the printout "result" but not "2".
    I appriciate any help!
    BR
    /Marcus

    No, this is very bad. Any time you see a message like this mentioning a memory address, it means that java, not you, has crashed. There's no way for you to fix this. The only thing you can try is to work around it.
    My suggestions:
    1. Report it to Sun. Make sure you include your system info (processor, memory, computer manufacturer) and what version of java you're using
    2. Try downloading and installing a different version of java

  • Low system memory issue - caused by Mail?

    While I was at work, my wife was using our iMac at home, and she said that a weird error dialog appeared this afternoon that asked her to quit applications, following which the system became unresponsive.
    When I came home I found that a lot of running applications were in a hung state (unresponsive and required a Force Quit) so I rebooted the iMac.
    I looked in the Console and saw that at 15:39:37 today two errors started repeating at an enormous rate - something like 5000 times per second for the next 5 seconds:
      12/02/2015 15:39:36.373 Mail[226]: *** Assertion failure in -[MCSocket readBytes:maxLength:error:], /SourceCache/Mail/Mail-2070.6/MailCore/Networking/MCSocket.m:469
      12/02/2015 15:39:36.381 Mail[226]: exception parsing IMAP response: trying to read/write concurrently
    ...then at 15:39:42 the rate suddenly decreases to only about 10 errors per second. This continued for a further 15 minutes, until at 15:55:22:
      12/02/2015 15:55:22.000 kernel[0]: low swap: suspending pid 226 (Mail)
      12/02/2015 15:55:22.590 loginwindow[797]: -[ProcessPanel(lowMem) initAsLoMemPanel] | Lo-Memory panel initializing
    ...then lots of errors like this:
      12/02/2015 15:55:23.000 kernel[0]: memorystatus_thread: idle exiting pid 999 [com.apple.MailSe]
      12/02/2015 15:55:24.000 kernel[0]: memorystatus_thread: idle exiting pid 1000 [com.apple.InputM]
      12/02/2015 15:55:25.000 kernel[0]: memorystatus_thread: idle exiting pid 269 [com.apple.intern]
    So it looks to me like the Mail app went haywire, the Mac ran low on memory, so OS X made some kind of "Lo-Memory panel" appear to handle it.
    A quick search in Google Images revealed that there is such a thing as an OS X low memory error - the exact text of which is "Your system has run out of application memory. To avoid problems with your computer, quit any applications you are not using". It displays a list of running apps so you can quit them. The error looks something like this:
        http://i.imgur.com/HDplIwv.jpg
    When I showed this picture to my wife she said that is exactly what she saw.
    I will report this to Apple on their feedback page. If anyone has any other suggestions let me know. Obviously something that can bring down the entire system like this is not good.

    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
              A long-running process with a memory leak (a kind of bug)
              Not enough memory for your usage pattern
    Please note that if the cause is a memory leak, installing more memory will not help. That's likely if you already have more than 4 GB of memory. Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 and later. Some details may be slightly different for earlier versions of OS X.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
              View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, reset the printing system. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command:
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

  • I've updated my Macbook Pro and my iMac with Maverick, updating the various apps. On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory, and it's based our Mail, the only app not updated. Ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

  • Error While downloading the file A server Error has occurred, please try again later Downloading Yahoo mail Application Attachments  Trying to download My Photos and movie 3 items so i can delete them all

    I have icloud and a new iPhone5 ! They work good , took pictures and a few short movies, plugged in my phone to my iMac transfered Items to iPhoto then inported items to iMovie. when getting to know what i was doing i decided to delete pictures and movies i no longer wanted. when i looked for a few missing items i opend Finder and there some where buyt i had already trashed them and deleted the doubles. Still could not find missing pictures and movies 3 items and today after calling yahoo about a different complant with sending feed back for Yahoo mail Applications login . i opened up Attachments Not the Large Attachments just Attachments and there were the 3 items i had been hunting for to Trash and delete. the mail Attachments file does not have the Option to delet Files and photos and movies. When i tried to Download the 3 items a window shows up that says Error While Downloading the Files, A Server Error has occured, please Try Again later. nothing works how do i remove the Trapped photo and movie Blank Files and trash them?  Onece they get into my downloads i can do something with them as i understand.    That part of it kind of keeps me in Question also because why should i have to down load my own files of Attachments / Pictures and movies if they are comming from my iMac?    How much better is iLife11 then iPhoto08 and iMovie08 .  Thanks Greg

    Hello,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Mail unexpectedly quits when I try to open the Mail Application 4.5 and system is 10.6.8

    Mail unexpectedly quits when I try to open the Mail Application 4.5.
    Any ideas how to resolve this?
    I have tried the suggestions already given on Lists, and nothing has yet worked...

    10.6.8 is not Mountain Lion.
    How big is your hard drive, and how full is it?
    Did you happen to download any system cache cleaners?  Those can damage its ability to function.
    Have you tried repairing permissions?
    Is your data backed up?
    Is Spotlight indexed?
    Is the Mail trying to load an IMAP, POP or Exchange account?
    I've requested this thread be moved, no need to repost.

  • I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    Thanks Paul; but, taking your suggestion didn't solve the problem.  As mail is part of the OS, the updates don't have the capacity to reinstall applications; so, I had to reinstall the OS.  I now have my mail back (although it didn't appear on the dock--I had to go to applications and activate it and then put it back in the dock.  Thanks again for trying.

  • BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64 and other microssoft x64 OS-s.

    BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64.        
    All Windows x64 (XP,2003,2007,Vista,7,8) have no support for not system locale filenames|foldernames for all 32-bit applications. I think it is BUG!
    For example,  it is possible to read files|folders with French or Chinese in English locale windows installed, rename it, but it is not possible open it, edit or delete. (ERRORS: File not found OR Unknown format)
    With using 64-bit programs no such problems. How does it works and how can I fix this? Is it problem with encoding in translating kernel instructions for 32-bit apps in x64 Windows OS's? Whether there are
    solutions to this problem OR some hacks|fixes? 

    Hi,
    Have you installed the language package for French or Chinese?
    If no, please download the language package and install them.
    To download language package, please click the link below,
    http://windows.microsoft.com/en-US/windows/language-packs#lptabs=win7
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Incoming messages - E-Mail Alerts for Application Errors?

    Dear C4C Community,
    We are integrating C4C and our SAP ERP. Sometimes the business partner replication is not working due to unmapped entries or due to other reasons. Currently we are checking the web service message monitor manually for incoming message with status "Application Error".
    Is there any way to setup an automatic e-mail alert when new incoming message errors appear? I do not like the manual monitoring process.
    Looking forward to your feedback.
    Best Regards
    Matthias

    Hello Matthias,
    Try checking the below questions in your project scope.
    Hope this should help you achieve what you want.
    Regards,
    Chandan

  • Convert application error to system error

    Iam facing an issue in BPM, Iam triyng to access to a webservice using synchronous send step, and I ahve an exception branch to catch the syetm error and fault message. Eventhough I specified fault messages, application error was not properly recognized. For this Iam trying to write an adapter module.
    In that adapter module I want to access the error in runtime environment, massage the application error look like system error.
    Iam lookign for info like, how do I access the error in runtime environment and covert it to look like system error so that BPM could see that as a system error.

    Hi Vamsi,
    As per my understandiong Application errors different with System errors. so i dont think we can convert application error to system error.
    you need to find other way to handle applications error.
    Regards,
    Raj

  • ECC - SXI_MONITOR - How to resend Only System Error Not Application Error Automatically ?

    Hi All,
    is there any way to re-send or re-process only system error which occured due to QRFC_SHORT_DUMP.
    We should not re-send Application Errror.
    I have tried the program RSXMB_RESTART_MESSAGES  , it restarts all System Error and Application Error.
    Any way to restarts only System Error ?
    Regards
    Shiva

    Hi Shiva,
    Currently the standard restart job RSXMB_RESTART_MESSAGES is restarting below statuses.
    You can copy the report to Z program and change the above code to below then the report will only restart system errors only.
    Regards,
    Praveen.

  • Application Error, System Error and Error in SXMB_Moni

    Dear PI Gurus,
    I am kinda new to PI(XI) environment, and my self confused when I try to search failed messages in XI. I saw in Status group, there is Application Error, system Error and Error under SXMB_MONI. And I am wondering what is the different between these errors. Worst to come it all errors, Why we do have this separated errors? Can anyone tell me, what is the difference between this errors?
    Thank You
    Regards
    Ramesh

    Hi
    - Application Error  related to SOAP
    just look at tgis Blog
    /people/jin.shin/blog/2007/05/21/handling-web-service-soap-fault-responses-in-sap-netweaver-xi
    also look at this Thread  for SXMB_MONI-system error occured
    SXMB_MONI-system error occured during persist
    Regards
    Abhishek
    Edited by: Abhishek Agrahari on Jan 21, 2009 7:48 AM

  • TS3276 Mail application keeps shutting down short after start up - resulting in an error message. how can I repair what is wrong without losing my mail history?

    Mail application keeps shutting down short after start up - resulting in an error message. how can I repair what is wrong without losing my mail history?

    Will I lose my emails I have on there? I have numerous client email files and can't afford to lose any of them. I do have everything backed up but I'm fearful of losing important client info. What if something happened during the back up and it doesn't have my files?

  • HT4718 I upgraded to Mavericks and my mail application does not load and give an error screen.

    Mail application does not work after upgrade to Mavericks.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post other kinds of diagnostic report — they're very long and not helpful.

  • I purchased Creative Cloud through the Employee Purchase program. Had to reimage system. Need help reinstalling application. I have "redemption" code, but get error saying it has already been redeemed. Please advise.

    I purchased Creative Cloud through the Employee Purchase program. Had to reimage system. Need help reinstalling application. I have "redemption" code, but get error saying it has already been redeemed. Can you please advise how I go about getting my software reinstalled? If I was given the serial number when I redeemed, I don't have any record of it.
    Thank you,
    Starla

    Hi Starla Mehaffey,
    I would suggest you to sign in with your Adobe ID during installation and your product will automatically recognize your membership details.
    Refer this Link for any further assistance:- Redemption Code Help
    Hope that helps,
    Regards,
    Rahul Tyagi

Maybe you are looking for

  • ITunes, Apple TV, a NAS drive and Time Capsule - an idiot's guide

    Hi, I really need some help, and even though I know the information is already on the web, I just need someone to tell me what to do in my circumstance. I have a new Macbook with 250GB hard drive which is now almost full! I have an Apple TV box which

  • How can I convert a Pages document to a jpeg file?

    I need to convert a design I created in Pages into either a jpeg file or creat an "object" out of the design.  I can't figure out how to do either one.  Thanks for any help you can offer!

  • 3D interactivity from imported 3D PDF

    Hi All, I'm running FM 12.0.3.424 (TCS5) in Win7-SP1. We use SolidWorks for CAD drawings, and I have been inserting U3D drawings in my FM files to output in PDFs with 3D interactivity. However, SolidWorks 2015 no longer provides U3D output, and to my

  • Keys on macbookpro not working

    Hello my left shift and alt keys on my laptop have stopped working! i bought the laptop a year ago last may so it's not long out of guarantee and too new to have problems like this.  I've searched the help section and can't find any answers to my pro

  • How to use HTTP / XML API

    Hi, I have to communicate with a product . The product has HTTP / XML API . The API has some functions. The examples in the product docs , If you send a HTTP request to URL of the product with function name and some input parameters , It returns XML