[Bug 282137] devel/apr1: proxy_fcgi:error after updating to 1.7.5
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282137] devel/apr1: proxy_fcgi:error after updating to 1.7.5"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Nov 2024 20:53:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282137 --- Comment #5 from Jung-uk Kim <jkim@FreeBSD.org> --- I experienced a similar problem and I found the following upstream PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=69410 I started bisecting commits to find the culprit and I found reverting this commit fixes my problem: https://svn.apache.org/viewvc?view=revision&revision=1909335 This patch to be specific: https://svn.apache.org/viewvc/apr/apr/branches/1.7.x/support/unix/waitio.c?r1=1909335&r2=1909334&view=patch I believe the upstream patch is correct but it causes regressions for certain applications, which depend on the previous (mis)behavior, i.e., waiting forever rather than failing almost immediately. -- You are receiving this mail because: You are the assignee for the bug.