Bug report for Apache httpd-2 [2018/09/02]

2018-09-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 62668] httpd threads spinning at 100%

2018-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62668 --- Comment #6 from Bernard Spil --- (In reply to Yann Ylavic from comment #4) > Bernard, is this with high concurrency scenario or it can be reproduced with > a single/few requests? > > Looking at the stacktrace, the most probable looping

[Bug 62668] httpd threads spinning at 100%

2018-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62668 --- Comment #7 from Bernard Spil --- Created attachment 36129 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36129=edit stepping through util_filter.c 1012-1032 Stepping through I see that I'm switching between the threads that are

[Bug 62668] httpd threads spinning at 100%

2018-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62668 --- Comment #5 from Bernard Spil --- (In reply to Eric Covener from comment #3) > (In reply to Bernard Spil from comment #0) > > Created attachment 36126 [details] > > gdb thread apply all backtrace > > > > Somewhere between 2018-06-20 and

[Bug 62668] httpd threads spinning at 100%

2018-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62668 --- Comment #8 from Yann Ylavic --- OK thanks, if you don't already, can you try to compile with -fno-strict-aliasing? Aliasing is known to break with APR_RING... -- You are receiving this mail because: You are the assignee for the bug.

[Bug 51517] mod_proxy_fcgi is not RFC 3875 compliant (SCRIPT_FILENAME, PATH_INFO, ...)

2018-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51517 Jim Jagielski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62668] httpd threads spinning at 100%

2018-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62668 --- Comment #9 from Bernard Spil --- Hi Yann, -fno-strict-aliasing is enabled by default. Build log of an earlier version here: https://brnrd.eu/poudriere/data/112libre-default/2018-08-05_22h41m54s/logs/apache25-devel-2.5.1.20180529.log