| Summary: | cat /dev/urandom from konsole freeze the whole desktop (maybe for notification flood?) | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-knotifications | Reporter: | andrew <fandrew> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | elijaharagonmorgan, kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
andrew
2025-12-26 20:35:09 UTC
Which terminal did you use? Do you think the issue lies in the notification daemon or the console incorrectly interpreting the binary. (In reply to elijaharagonmorgan from comment #1) > Which terminal did you use? > Do you think the issue lies in the notification daemon or the console > incorrectly interpreting the binary. Which terminal did you use? konsole with bash I don’t think this is a problem with the terminal itself. Regardless of who creates the notification—the notification daemon or whoever is involved—it must not block the entire desktop. cat /dev/urandom is just a practical example, but it can happen with any kind of output, for example by doing cat dog.png. There are certainly other applications that could cause the same kind of bug by creating notifications, but I was able to reproduce it from Konsole using that cat command in a fairly deterministic way, so that it can be tested by others. |