Package: pgadmin3
Version: 1.14.0-1
Severity: important
Hi,
When pgadmin is running for some time, like over 24 hours, it
starts to use 99% CPU time while it's not being used.
A strace looks like this:
14:20:37.263909 clock_gettime(CLOCK_MONOTONIC, {4991540, 405225249}) = 0
14:20:37.264854 poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0
(Timeout)
14:20:37.266559 read(5, 0x19664d4, 4096) = -1 EAGAIN (Resource temporarily
unavailable)
14:20:37.268228 clock_gettime(CLOCK_MONOTONIC, {4991540, 409541756}) = 0
14:20:37.269159 poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0
(Timeout)
14:20:37.412633 read(5, 0x19664d4, 4096) = -1 EAGAIN (Resource temporarily
unavailable)
14:20:37.414355 clock_gettime(CLOCK_MONOTONIC, {4991540, 555671398}) = 0
14:20:37.415328 poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0
(Timeout)
I think that says that poll has a timeout of 2 ms, which doesn't make much
sense to me.
Kurt
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]