Disable StrictMode detectLeakedClosableObjects before calling OpenSslServerContext |
||
Issue descriptionio.netty.handler.ssl.OpenSslServerContext(...) calls System.loadLibrary() that in certain circumstances (depends on classpath configuration) can cause intentional leak of a JarFile. This can cause a failure in BidirectionalStream tests if the tests are run with the StrictMode mode enabled. For that reason, we should disable detectLeakedClosableObjects before calling OpenSslServerContext(...) and re-enable it afterwards. The method is called from Http2TestServer. Internal b/66952708
,
Oct 1
Is it fixed? The internal b/66952708 is marked as fixed...
,
Oct 2
b/66952708 was worked around unfortunately. I filed b/67413703 for the underlying Android bug, which was duped against another bug that is not yet fixed. I guess we can close this Chromium bug as there isn't much we can do in Chromium other than continue to work around this until the underlying Android bug is fixed. |
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Oct 1Status: Untriaged (was: Available)