Vernon Schryver
vjs@calcite.rhyolite.com
Sun, 19 Feb 2006 20:39:28 -0700 (MST)
> From: "Paul R. Ganci"
> This patch did not change the outcome at all. I still get the "give up
> after select(): Invalid argument" error after implementing it.
How about after installing this:
*** 1160,1167 ****
int bad_select;
int fd, i;
bad_select = 0;
was_too_busy = 1;
db_has_failed = 0;
for (;;) {
if (stopint != 0) {
--- 1159,1168 ----
int bad_select;
int fd, i;
bad_select = 0;
was_too_busy = 1;
+ delay.tv_sec = flods_ck_secs;
+ delay.tv_usec = 0;
db_has_failed = 0;
for (;;) {
if (stopint != 0) {
Vernon Schryver vjs@rhyolite.com