Comment 37 for bug 58171

Revision history for this message
Smeuuh (smeuuh-free) wrote :

Hi,
happened to me again. My .xsession-errors gets flooded with messages saying it doesn't connect to ICE. Here's a sane strace emacs :

connect(4, {sa_family=AF_FILE, path="/tmp/.ICE-unix/6212"}, 21) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
write(4, "\0\1\0\0\0\0\0\0", 8) = 8
read(4, "\0\1\0\267\0\0\0\0", 8) = 8

When buggy, it becomes :
connect(4, {sa_family=AF_FILE, path="/tmp/.ICE-unix/6241"}, 21) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
write(4, "\0\1\0\0\0\0\0\0", 8) = 8
read(4, <unfinished ...>

The bug seems to differ of the one other commenters have in that /tmp/.ICE-unix/6241 does exist.