https://bugs.kde.org/show_bug.cgi?id=360105

Niels Ole Salscheider <niels_...@salscheider-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |niels_ole@salscheider-onlin
                   |                            |e.de

--- Comment #6 from Niels Ole Salscheider <niels_...@salscheider-online.de> ---
It seems that kcalc polls on a socket in "/tmp/.ICE-unix/". The relevant output
from strace is:

[...]
socket(PF_LOCAL, SOCK_STREAM, 0)        = 6
getsockopt(6, SOL_SOCKET, SO_SNDBUF, [212992], [4]) = 0
uname({sysname="Linux", nodename="OleDesktop", ...}) = 0
connect(6, {sa_family=AF_LOCAL, sun_path=@"/tmp/.ICE-unix/1317"}, 22) = 0
fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
[...]
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}], 2, -1) = 1 ([{fd=5,
revents=POLLIN}])
read(5, "\1\0\0\0\0\0\0\0", 16)         = 8

And then the last two lines are repeated.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to