| Summary: | Named pipes left in /tmp not removed upon exit. | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Henry Pfeil <hpfeil> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kare.sars |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Henry Pfeil
2020-12-10 04:05:35 UTC
This happens on only one of my computers, not the other. Is there something in my .config that would cause these named pipes to appear in /tmp? I am not convinced the named pipes are from Kate code, as I cannot find any instance of QQueue. KDE Plasma Version: 5.20.4 KDE Frameworks Version: 5.76.0 Qt Version: 5.15.2 Kernel Version: 5.4.82 CPU: AMD Ryzen 7 1700 GPU: AMD/ATI Lexa Pro [Radeon RX550/550] I isolated the issue to something in the user's ~/.local folder. A new user did not replicate the issue, a blank ~/.local resolved the vestigial named pipes. Although I'd like to know what in ~/.local could cause kate to create and leave behind named pipes in /tmp, consider this a personal mystery. Will follow up with an FYI should I discover a repeatable config setting. The named pipes are from the GDB plugin. There is code to remove the named pipes, when the plugin is destroyed, but it seems that it either fails or the plugins are killed without proper unloading when kate is closed. |