Version: unspecified (using KDE 4.6.3) OS: Linux While akonadi/kontact were trying to remove emails from my trash they issued a lot of notifications. Within minutes knotify filled-up .xsession-errors with GBs of the same notification until my /home was full and apps started to behave funny. the .xsession-errors grew to ~7 GB. Having no space left on /home can lead to data-loss and writing the same notification into .xsession-errors is of no value. The notification is: (knotify4:2309): GStreamer-CRITICAL **: gst_poll_write_control: assertion `set != NULL' failed (knotify4:2309): GStreamer-WARNING **: gstsystemclock: write control failed in wakeup_async, trying again : 24:Zu viele offene Dateien "Zu viele offene Dateien" means: too many open files. Expected behaviour: for repeating messages, write to .xsession-errors only once every minute stating something like "the last message was repeated 200 times" Reproducible: Always
This actually looks like an upstream gstreamer bug. You shouldn't be getting so many asserts. I'm afraid there isn't much we can do about the logging, but think you could post a bigger sample of the logs?
Adjusting the status, pardon the noise.
It's probably the same as bug 273529
(In reply to comment #3) > It's probably the same as bug 273529 Well spotted, thank you :) *** This bug has been marked as a duplicate of bug 273529 ***