linux-man / gnome-shell-extension-printers

Gnome extension - Manage Jobs and Printers
GNU General Public License v3.0
14 stars 13 forks source link

File descriptor leaks #20

Closed juhaerk closed 4 months ago

juhaerk commented 2 years ago

This extension leaks file descriptors. I think those opened by spawn_async() in extension.js are never closed. Depending on other factors, gnome-shell may reach the maximum number of file descriptors and start misbehaving.

linux-man commented 4 months ago

Closed due to inactivity.