For a while now I’ve been getting around 100 messages like the following when issuing LVM commands from a bash shell started within konsole:-
File descriptor 20 (/home/mike/.cache/mesa_shader_cache_db/part0/mesa_cache.db) leaked on lvs invocation. Parent PID 7984: -bash
Sure enough if I check the FDs held open by bash and konsole (using lsof -p ) I can see that bash appears to be inheriting these FDs from it’s parent konsole process.
I see this as a possible bug as bash shouldn’t be inheriting these FDs but before I raise a bug report can anyone advise whether this is some form of design issue? Obviously it could be that konsole itself is inheriting these open FDs from it’s own parent but by the time I see the issue konsole’s parent is systemd so I’m not sure which KDE component to report against.