GNOME Bugzilla – Bug 678122
xsmp-server: guard against EINTR on IceLockAuthFile
Last modified: 2012-06-14 19:27:16 UTC
Matthias is seeing a mysterious, but very intermittent error dialog where IceLockAuthFile is apparently dying. Looking at the libICE source, it doesn't protect itself against EINTR, which could possibly explain the failure. Gaurd against EINTR from our side in case that's the problem.
Created attachment 216446 [details] [review] xsmp-server: guard against EINTR on IceLockAuthFile
The following fixes have been pushed: 5bfbd5c xsmp-server: guard against EINTR on IceLockAuthFile 31e505a configure: bump to 3.5.2 902c269 NEWS: update for release
Created attachment 216447 [details] [review] xsmp-server: guard against EINTR on IceLockAuthFile Matthias is seeing a mysterious, but very intermittent error dialog where IceLockAuthFile is apparently dying. Looking at the libICE source, it doesn't protect itself against EINTR, which could possibly explain the failure. Gaurd against EINTR from our side in case that's the problem.
Created attachment 216448 [details] [review] configure: bump to 3.5.2
Created attachment 216449 [details] [review] NEWS: update for release
(ignore those last two, they were from me PEBKACing git-bz)