Summary: | konsole loses file descriptors and eventually runs out of them and crashes | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Karsten Künne <kuenne> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | andrew.crouthamel |
Priority: | NOR | ||
Version: | 15.12.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Karsten Künne
2016-01-29 22:03:32 UTC
Any news on this issue? It happens every other day and is quite annoying. For instance, today: lsof -p 26307 | grep socket | wc 963 8667 75114 (26307 is the pid of konsole) It basically looks like that (lsof -p 26307): ... konsole 26307 user 93u unix 0xffff88012e1ec400 0t0 100037400 socket konsole 26307 user 94u unix 0xffff8800471bdc00 0t0 100058007 socket konsole 26307 user 95u unix 0xffff8800471bd480 0t0 100058008 socket konsole 26307 user 96u unix 0xffff88016a945480 0t0 100061420 socket konsole 26307 user 97u unix 0xffff88000f839080 0t0 100061421 socket konsole 26307 user 98u unix 0xffff880178d6d480 0t0 100062430 socket konsole 26307 user 99u unix 0xffff880178d6dc00 0t0 100062431 socket konsole 26307 user 100u unix 0xffff8801201f0800 0t0 100063827 socket konsole 26307 user 101u unix 0xffff8801318010c0 0t0 100063828 socket konsole 26307 user 102u unix 0xffff8801f9a0ec00 0t0 100067538 socket .... .... (that goes on for many many more lines) .... konsole 26307 user 1018u unix 0xffff880121886c00 0t0 142460886 socket konsole 26307 user 1019u unix 0xffff88026debb080 0t0 142460887 socket konsole 26307 user 1020u unix 0xffff88004869e440 0t0 142461875 socket konsole 26307 user 1021u unix 0xffff880120a4cb80 0t0 142461876 socket konsole 26307 user 1022u unix 0xffff88021f862b80 0t0 142542903 socket konsole 26307 user 1023u unix 0xffff88021f8627c0 0t0 142542904 socket And it has eaten up all the file descriptors. Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! I haven't seen it with konsole 18.07.80 in OpenSUSE Leap 15.0. So, you can probably close this bug. Forgot to change the status. Thanks for the update! |