[Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2014-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #13 from Jackie Rosen --- *** Bug 260998 has been marked as a duplicate of this bug. *** Seen from the domain http://volichat.com Page where seen: http://volichat.com/adult-chat-rooms Marked for reference. Resolved as fixed @bug

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #11 from Konstantin Kolinko 2010-06-09 10:09:20 EDT --- The AprEndpoint.Poller & Sendfile fix applied to 6.0 in r953010 and will be in 6.0.27 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #10 from Konstantin Kolinko 2010-06-07 12:20:24 EDT --- Regarding AprEndpoint.Poller, AprEndpoint.Sendfile fix (comment 8 and below, r950851 and attachment 25529): It is not a deadlock there. It is a missed wakeup in add queue

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #9 from Konstantin Kolinko 2010-06-04 16:26:23 EDT --- Created an attachment (id=25529) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25529) 2010-06-04_tc55_bug48843_c8.patch This patch is a backport of r950851 to

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #6 from Konstantin Kolinko 2010-04-16 10:39:19 EDT --- The patch was applied to 5.5 in r934922, will be in 5.5.30 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are recei

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #4 from Konstantin Kolinko 2010-04-02 15:51:29 UTC --- Created an attachment (id=25226) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25226) 2010-04-02_tc55_bug48843.patch -- Configure bugmail: https://issues.apa

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #5 from Konstantin Kolinko 2010-04-02 15:58:04 UTC --- The above patches were proposed for 6.0 and 5.5. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail beca

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #3 from Konstantin Kolinko 2010-04-02 15:41:21 UTC --- Created an attachment (id=25225) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25225) 2010-04-02_tc6_bug48843.patch -- Configure bugmail: https://issues.apac

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #2 from Konstantin Kolinko 2010-04-02 13:59:46 UTC --- > This issue appears to only affect 6.0.x. The above phrase means only that it does not affect trunk. That is because Workers are not used there anymore. This issue does af

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #1 from Mark Thomas 2010-03-29 12:43:04 UTC --- Thanks for the report and the associated analysis. This issue appears to only affect 6.0.x. The issue had already been fixed in the NIO connector so I have proposed the same fox