------- Comment #1 from csm at gnu dot org  2007-12-17 23:27 -------
Jessie is not using NIO. At least, it shouldn't be. Something is calling
'getChannel' on an SSLSocket, which doesn't make sense (you cannot use SSL that
way).

The JDK returns 'null' if you call getChannel on an SSLSocket, but Jessie
throws that exception. The fix is to change the method
gnu.javax.net.ssl.provider.SSLSocketImpl.getChannel to return 'null' instead of
throwing that exception.


-- 

csm at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csm at gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-12-17 23:27:46
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34313

Reply via email to