Comment 18 for bug 20149

Revision history for this message
Francesco AccattapĂ  (callipeo) wrote :

(In reply to comment #17)
> Are you sure it is pbbuttonsd?

Yes:

france@localhost:~$ ps aux --sort -pcpu
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 4495 79.8 0.0 1820 724 ? Rs 19:17 7:25
/usr/bin/pbbuttonsd --configfile=/etc/pbbuttonsd.conf -d
france 5559 8.3 2.0 46420 15988 ? Sl 19:26 0:03 gnome-terminal
[.......]

These are the last lines of an strace of the pbbuttonsd PID:

---------------------------------------------------------------------------------
select(11, [3 4 5 6 10], NULL, NULL, {0, 10000}) = -1 EBADF (Bad file descriptor)
select(11, [3 4 5 6 10], NULL, NULL, {0, 10000}) = -1 EBADF (Bad file descriptor)
select(11, [3 4 5 6 10], NULL, NULL, {0, 10000}) = -1 EBADF (Bad file descriptor)
select(11, [3 4 5 6 10], NULL, NULL, {0, 10000}) = -1 EBADF (Bad file descriptor)
select(11, [3 4 5 6 10], NULL, NULL, {0, 10000}) = -1 EBADF (Bad file descriptor)
---------------------------------------------------------------------------------

And these are the last lines of an ltrace of the same process:

------------------------------------------------------
select(11, 0x7fed9ac8, 0, 0, 0x7fed9a68) = -1
select(11, 0x7fed9ac8, 0, 0, 0x7fed9a68) = -1
select(11, 0x7fed9ac8, 0, 0, 0x7fed9a68) = -1
select(11, 0x7fed9ac8, 0, 0, 0x7fed9a68) = -1
select(11, 0x7fed9ac8, 0, 0, 0x7fed9a68) = -1
------------------------------------------------------