Bugzilla – Bug 4634
grid-proxy-init hangs when the proxy file already exists as a pipe
Last modified: 2008-08-11 15:08:40
You need to log in before you can comment on or make changes to this bug.
When the proxy file is already present as a fifo, the O_RDONLY|O_CREAT open in sysconfig blocks until someone opens the proxy file for write.
O_NONBLOCK flag has been added to the open in globus_gsi_sysconfig_set_key_permissions_unix in globus_gsi_system_config.c to fix this. Fix has been committed to trunk and 4_0 branch