Version: 1.9.5 (using KDE KDE 3.5.6) Installed from: Debian testing/unstable Packages OS: Linux I frequently notice that kmail starts flooding ~/.xsession-errors at a rate of 1 MB/s. I'm using disconnected IMAP accounts. The messages say: kio (KIOConnection): ERROR: Could not write data The flooding continues until the disk is full. I had over two gigabytes of these messages recently. Shutting down kmail and killing all the kio_imap4 processes stopped the spamming. This report was forwarded from the Debian bug tracking system: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406984
This has happened to me twice. It's quite frustrating.
The workaround is to use "kdebugdialog --fullmode" and turn off logging of messages of severity Error for area 7017. That stops the messages, but I don't know if the mail account continues to work when the bug happens. The messages are generated in kdelibs/kio/kio/connection.cpp, which seems to have been completely rewritten for KDE4 and at least the error messages have been removed.
>The messages are generated in kdelibs/kio/kio/connection.cpp, which seems to have been completely rewritten for KDE4 and at least the error messages have been removed. Thanks for the info, I'll close this bug then. Everybody using KDE 3.5x can use kdebugdialog to turn off the messages.
> Thanks for the info, I'll close this bug then. You must be kidding! That does nothing to fix the bug, it just hides it. There is clearly an infinite loop here. It will probably cause large CPU usage and perhaps prevent the app from running normally. Why don't you try to track down the reason for the problem instead? > Everybody using KDE 3.5x can use kdebugdialog to turn off the messages. And I don't see how you can close a bug that is still present in the released code. How do you think the majority of non-technical users will know where to look for the band-aid? Marcus
>That does nothing to fix the bug, it just hides it. There is clearly an infinite loop here. It will probably cause large CPU usage and perhaps prevent the app from running normally. Then I misunderstood you, I thought the cause for the problem was gone by the rewrite. Reopening then. >And I don't see how you can close a bug that is still present in the released code. Sorry, but that is the way bugs are handled. They are closed as soon as the bug is fixed in SVN. Everything else is just impractical for developers.
> Sorry, but that is the way bugs are handled. They are closed as soon as the > bug is fixed in SVN. Everything else is just impractical for developers. Ok, I guess you are right then. However it would be good to check that the bug was indeed fixed by the rewrite. (The messages were certainly removed but the question is if the underlying problem remains.) (What bothers me a bit is that core applications in KDE are too often allowed to carry serious bugs until they are rewritten from scratch, and the bugs are replaced with a set of new ones. But this is not the place to complain about that...) Thanks for your work, Marcus
My .xsessions-errors is always clean now. Can this be closed?