[ksysguard] [Bug 390387] network/sockets/tcp/list causes near freeze of KSysGuard measures refresh

2022-12-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=390387 Bug Janitor Service changed: What|Removed |Added Status|NEEDSINFO |RESOLVED

[ksysguard] [Bug 390387] network/sockets/tcp/list causes near freeze of KSysGuard measures refresh

2022-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=390387 --- Comment #4 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular

[ksysguard] [Bug 390387] network/sockets/tcp/list causes near freeze of KSysGuard measures refresh

2022-11-15 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=390387 Justin Zobel changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[ksysguard] [Bug 390387] network/sockets/tcp/list causes near freeze of KSysGuard measures refresh

2018-02-13 Thread Gerald Butler
https://bugs.kde.org/show_bug.cgi?id=390387 --- Comment #2 from Gerald Butler --- Seems like this: 0129 char *get_host_name(int addr) 0130 { 0131 static char buffer[1024]; 0132 struct hostent *host; 0133 struct in_addr a_addr; 0134 0135 if (addr

[ksysguard] [Bug 390387] network/sockets/tcp/list causes near freeze of KSysGuard measures refresh

2018-02-13 Thread Gerald Butler
https://bugs.kde.org/show_bug.cgi?id=390387 --- Comment #1 from Gerald Butler --- Found this in the source: if ((netstat = fopen("/proc/net/tcp", "r")) != NULL) { 0200 registerMonitor("network/sockets/tcp/count", "integer", printNetStat, printNetStatInfo,