| Summary: | Too many file descriptors inherited by the shell | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | gus |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, m.kurz, p.r.worrall, tavianator |
| Priority: | NOR | ||
| Version First Reported In: | 21.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
gus
2021-08-15 00:21:07 UTC
On Neon Unstable (Wayland session): paul@desktop:~$ ls -l /proc/$$/fd total 0 lrwx------ 1 paul paul 64 Aug 15 11:59 0 -> /dev/pts/1 lrwx------ 1 paul paul 64 Aug 15 11:59 1 -> /dev/pts/1 lrwx------ 1 paul paul 64 Aug 15 11:59 13 -> 'socket:[37369]' lr-x------ 1 paul paul 64 Aug 15 11:59 17 -> /dev/urandom lrwx------ 1 paul paul 64 Aug 15 11:59 2 -> /dev/pts/1 lrwx------ 1 paul paul 64 Aug 15 11:59 255 -> /dev/pts/1 lrwx------ 1 paul paul 64 Aug 15 11:59 4 -> /run/user/2000/wayland-0.lock lrwx------ 1 paul paul 64 Aug 15 11:59 5 -> 'socket:[36775]' lrwx------ 1 paul paul 64 Aug 15 11:59 51 -> 'socket:[37080]' lrwx------ 1 paul paul 64 Aug 15 11:59 55 -> 'socket:[37082]' The correct number fds show up. Well, I am not sure why 10 is here in the list, but at least it points to the terminal, so not too concerned.
> ls -l /proc/$$/fd
total 0
lrwx------. 1 gus gus 64 Feb 21 16:57 0 -> /dev/pts/5
lrwx------. 1 gus gus 64 Feb 21 16:57 1 -> /dev/pts/5
lrwx------. 1 gus gus 64 Feb 21 16:57 10 -> /dev/pts/5
lrwx------. 1 gus gus 64 Feb 21 16:57 2 -> /dev/pts/5
|