Project

General

Profile

Actions

Bug #424

closed

Infinite loop with full disk and fastcgi connection refused (1.4.8)

Added by Anonymous over 19 years ago. Updated about 9 years ago.

Status:
Duplicate
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

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

poll(events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=-1}, {fd=-1}, {fd=22, events=POLLIN}, {fd=-1}, {fd=28, events=POLLOUT}, {fd=23, events=POLLIN}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=27, events=POLLOUT, revents=POLLOUTPOLLHUP}, {fd=24, events=POLLOUT, revents=POLLOUTPOLLHUP}, {fd=-1}, {fd=-1}, {fd=-1}, 24, 1000) = 2

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

poll(events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=-1}, {fd=-1}, {fd=22, events=POLLIN}, {fd=-1}, {fd=28, events=POLLOUT}, {fd=23, events=POLLIN}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=-1}, {fd=27, events=POLLOUT, revents=POLLOUTPOLLHUP}, {fd=24, events=POLLOUT, revents=POLLOUTPOLLHUP}, {fd=-1}, {fd=-1}, {fd=-1}, 24, 1000) = 2

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

Actions #1

Updated by Anonymous about 19 years ago

I believe this is now fixed, as it is a variation of #451.

-- purcell

Actions #2

Updated by gstrauss about 9 years ago

  • Description updated (diff)
  • Status changed from New to Duplicate

Fixed. Duplicates #451

Actions

Also available in: Atom