GNOME Bugzilla – Bug 672201
G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
Last modified: 2012-03-16 15:50:25 UTC
Created attachment 209896 [details] [review] patch The corresponding logic in glibc (or wherever this code originally came from; the comments are identical) now also continues the search on ENODEV and ETIMEDOUT to help handle networked filesystems like AFS. I've attached a patch to add the logic into the g_spawn_* APIs. http://sourceware.org/git/?p=glibc.git;a=blob;f=posix/execvpe.c;hb=HEAD#l191
Makes sense, thanks for the patch!