https://bugs.kde.org/show_bug.cgi?id=469889

Johannes Truschnigg <johannes+kdeb...@truschnigg.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannes+kdebugs@truschnigg
                   |                            |.info

--- Comment #2 from Johannes Truschnigg <johannes+kdeb...@truschnigg.info> ---
I can confirm this bug on both Debian 12 and Arch Linux, where it looks like
the following:


$ ls -l /proc/$$/fd/
total 0
lrwx------ 1 colo colo 64  1. Nov 13:37 0 -> /dev/pts/3
lrwx------ 1 colo colo 64  1. Nov 13:37 1 -> /dev/pts/3
lrwx------ 1 colo colo 64  1. Nov 13:37 2 -> /dev/pts/3
lr-x------ 1 colo colo 64  1. Nov 13:37 24 -> anon_inode:inotify
lrwx------ 1 colo colo 64  1. Nov 13:37 255 -> /dev/pts/3
$ pstree -s -p $$
systemd(1)───systemd(616)───plasmashell(754)───konsole(60566)───bash(60581)───pstree(61213)
$ ls -l /proc/60566/fd/24
lr-x------ 1 colo colo 64  1. Nov 14:02 /proc/60566/fd/24 -> anon_inode:inotify
$ ls -l /proc/754/fd/24
lr-x------ 1 colo colo 64  1. Nov 14:02 /proc/754/fd/24 -> anon_inode:inotify
$ sudo ls -l /proc/616/fd/24
lrwx------ 1 colo colo 64  1. Nov 14:03 /proc/616/fd/24 -> 'socket:[18811]'


I stumbled over this because the fd broke another project's test suite I was
running in my Konsole-spawned shell.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to