Project

General

Profile

Actions

Bug #2195

closed

fcgi-cgi sometimes ignores listening socket, needs restart

Added by stbuehler almost 14 years ago. Updated almost 14 years ago.

Status:
Fixed
Priority:
Normal

Description

fcgi-cgi ignores listening socket (epoll_ctl(3, EPOLL_CTL_DEL, 0, {0, {u32=0, u64=141733920768}}) = 0):

write(8, "\1\7\0\1\0\0\0\0", 8)         = 8
read(18, "GIF89a;\1 \0\346\0\0gff\270\270\270\326\326\326\220\217\217\365\365\365\301\31 {"..., 65536) = 1463
write(8, "\1\6\0\1\5\267\1\0", 8)       = 8
write(8, "GIF89a;\1 \0\346\0\0gff\270\270\270\326\326\326\220\217\217\365\365\365\301\31 {"..., 1464) = 1464
clock_gettime(CLOCK_MONOTONIC, {398329, 426964511}) = 0
epoll_wait(3, {{EPOLLHUP, {u32=18, u64=1202590842898}}}, 64, 59743) = 1
epoll_ctl(3, EPOLL_CTL_MOD, 18, {EPOLLIN, {u32=18, u64=1202590842898}}) = 0
clock_gettime(CLOCK_MONOTONIC, {398329, 427045527}) = 0
read(18, "", 65536)                     = 0
close(18)                               = 0
write(8, "\1\6\0\1\0\0\0\0", 8)         = 8
write(8, "\1\3\0\1\0\10\0\0\0\0\0\0\0\0\0\0", 16) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) @ 0 (0) ---
close(8)                                = 0
clock_gettime(CLOCK_MONOTONIC, {398329, 427433565}) = 0
epoll_wait(3, {{EPOLLIN, {u32=0, u64=141733920768}}}, 64, 59743) = 1
epoll_ctl(3, EPOLL_CTL_DEL, 0, {0, {u32=0, u64=141733920768}}) = 0
clock_gettime(CLOCK_MONOTONIC, {398329, 885128175}) = 0
clock_gettime(CLOCK_MONOTONIC, {398329, 885182651}) = 0
epoll_wait(3, {}, 64, 59743)            = 0
clock_gettime(CLOCK_MONOTONIC, {398389, 628084776}) = 0
gettimeofday({1272864105, 283387}, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {398389, 628144281}) = 0
epoll_wait(3, {}, 64, 59743)            = 0
clock_gettime(CLOCK_MONOTONIC, {398449, 372078972}) = 0
gettimeofday({1272864165, 27381}, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {398449, 372138197}) = 0
epoll_wait(3, {}, 64, 59743)            = 0
clock_gettime(CLOCK_MONOTONIC, {398509, 116084367}) = 0
gettimeofday({1272864224, 771388}, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {398509, 116146386}) = 0
epoll_wait(3,
Actions #1

Updated by Anonymous almost 14 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100
Actions

Also available in: Atom