Bugzilla – Bug 76
blocking read does not time out using signal handler
Last modified: 2011-01-31 13:39:28 MST
You need to log in before you can comment on or make changes to this bug.
Created an attachment (id=50) [details] patch to enable timing out on blocking read As per: http://www.supercluster.org/pipermail/torqueusers/2010-August/011198.html A patch for src/lib/Libifl/pbsD_connect.c is attached. Tested locally and verified. Now if the error message is seen in the maui log, at least it will timeout after 9 seconds (or whatever the timeout value is set to) and be able to continue.
Is anyone against applying this patch?
This patch has been applied to 2.4-fixes, 2.5-fixes and trunk.
Sorry to come so late, but isn't this the exact same bug as this http://www.clusterresources.com/bugzilla/show_bug.cgi?id=81 If yes, then it should be fixed in send job and not here.