[Bug 59015] Endless loop in APR poller during connector shutdown

2016-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59015 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 59015] Endless loop in APR poller during connector shutdown

2016-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59015 --- Comment #2 from Mark Thomas --- It looks like the Poller thread enters the if (reset) { ... block during shutdown. That looks like it could create all sorts of chaos. Fixing that should be fairly easy. -- You are receiving this mail becau

[Bug 59015] Endless loop in APR poller during connector shutdown

2016-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59015 Rainer Jung changed: What|Removed |Added OS||All --- Comment #1 from Rainer Jung ---