Bug #424
closedInfinite loop with full disk and fastcgi connection refused (1.4.8)
Description
Strace of the condition:
connect(27, {sa_family=AF_FILE, path="/home/domains/dispatcher-fcgi.sock"}, 62) = -1 ECONNREFUSED (Connection refused)
write(21, "2005-12-22 17:31:30: (mod_fastcg"..., 148) = -1 ENOSPC (No space left on device)
connect(24, {sa_family=AF_FILE, path="/home/domains/dispatcher-fcgi.sock"}, 62) = -1 ECONNREFUSED (Connection refused)
write(21, "2005-12-22 17:31:30: (mod_fastcg"..., 148) = -1 ENOSPC (No space left on device)
time(NULL) = 1135297890
connect(27, {sa_family=AF_FILE, path="/home/domains/dispatcher-fcgi.sock"}, 62) = -1 ECONNREFUSED (Connection refused)
write(21, "2005-12-22 17:31:30: (mod_fastcg"..., 148) = -1 ENOSPC (No space left on device)
connect(24, {sa_family=AF_FILE, path="/home/domains/dispatcher-fcgi.sock"}, 62) = -1 ECONNREFUSED (Connection refused)
write(21, "2005-12-22 17:31:30: (mod_fastcg"..., 148) = -1 ENOSPC (No space left on device)
time(NULL) = 1135297890
connect(27, {sa_family=AF_FILE, path="/home/domains/dispatcher-fcgi.sock"}, 62) = -1 ECONNREFUSED (Connection refused)
write(21, "2005-12-22 17:31:30: (mod_fastcg"..., 148) = -1 ENOSPC (No space left on device)
-- aredridel
Updated by Anonymous about 19 years ago
I believe this is now fixed, as it is a variation of #451.
-- purcell
Also available in: Atom