https://issues.apache.org/bugzilla/show_bug.cgi?id=54513

--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> ---
> I suspect that "wrapper" is null here.

Yes, it is null. I added the following code at line 1632: 

[[[
if (wrapper==null) throw new NullPointerException("wrapper is null, n: " + n +
", rv: "+rv+", desc[n*2+1]: " + desc[n*2+1]);
]]]

It results in the following on console:
    [junit] WARNING: Unexpected poller error
    [junit] java.lang.NullPointerException: wrapper is null, n: 0, rv: 1,
desc[n*2+1]: 52898296
    [junit]     at
org.apache.tomcat.util.net.AprEndpoint$Poller.run(AprEndpoint.java:1632)
    [junit]     at java.lang.Thread.run(Thread.java:722)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to