public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/34521]  New: SSLEngine - Clone not supported (Null pointer) exception
@ 2007-12-18 15:50 jarygrove at yahoo dot com
  2007-12-18 17:45 ` [Bug libgcj/34521] " csm at gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jarygrove at yahoo dot com @ 2007-12-18 15:50 UTC (permalink / raw)
  To: java-prs

I am using GCC (4.3 - 20071130 snapshot) and getting the null pointer
exception. 

Exception in thread "HandshakeThread@68537272"
java.lang.CloneNotSupportedExcept 
ion 
at java.lang.Object.clone 
at gnu.javax.net.ssl.provider.SSLEngineImpl.setEnabledProtocols


-- 
           Summary: SSLEngine - Clone not supported (Null pointer) exception
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jarygrove at yahoo dot com


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/34521] SSLEngine - Clone not supported (Null pointer) exception
  2007-12-18 15:50 [Bug java/34521] New: SSLEngine - Clone not supported (Null pointer) exception jarygrove at yahoo dot com
@ 2007-12-18 17:45 ` csm at gnu dot org
  2007-12-18 18:08 ` csm at gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: csm at gnu dot org @ 2007-12-18 17:45 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from csm at gnu dot org  2007-12-18 17:45 -------
A CloneNotSupportedException is not a null pointer exception.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/34521] SSLEngine - Clone not supported (Null pointer) exception
  2007-12-18 15:50 [Bug java/34521] New: SSLEngine - Clone not supported (Null pointer) exception jarygrove at yahoo dot com
  2007-12-18 17:45 ` [Bug libgcj/34521] " csm at gnu dot org
@ 2007-12-18 18:08 ` csm at gnu dot org
  2007-12-20 20:32 ` jarygrove at yahoo dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: csm at gnu dot org @ 2007-12-18 18:08 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from csm at gnu dot org  2007-12-18 18:08 -------
Created an attachment (id=14790)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14790&action=view)
Test case

Can you try running this test program in your setup? We should confirm first
that this isn't a regression in GCJ -- based on your description, it looks like
a 'clone()' call is failing on a String array, which should not happen.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/34521] SSLEngine - Clone not supported (Null pointer) exception
  2007-12-18 15:50 [Bug java/34521] New: SSLEngine - Clone not supported (Null pointer) exception jarygrove at yahoo dot com
  2007-12-18 17:45 ` [Bug libgcj/34521] " csm at gnu dot org
  2007-12-18 18:08 ` csm at gnu dot org
@ 2007-12-20 20:32 ` jarygrove at yahoo dot com
  2008-05-05 21:08 ` jarygrove at yahoo dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jarygrove at yahoo dot com @ 2007-12-20 20:32 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from jarygrove at yahoo dot com  2007-12-20 20:32 -------
Subject: Re:  SSLEngine - Clone not supported (Null pointer) exception

I tried and got the following output

[Ljava.lang.String;@1f6af68
[Ljava.lang.String;@1f6af60


----- Original Message ----
> From: csm at gnu dot org <gcc-bugzilla@gcc.gnu.org>
> To: jarygrove@yahoo.com
> Sent: Tuesday, December 18, 2007 12:08:52 PM
> Subject: [Bug libgcj/34521] SSLEngine - Clone not supported (Null pointer) exception
> 
> 
> 
> ------- Comment #2 from csm at gnu dot org 2007-12-18 18:08 -------
> Created an attachment (id=14790)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14790&action=view)
> --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14790&action=view)
> Test case
> 
> Can you try running this test program in your setup? We should confirm first
> that this isn't a regression in GCJ -- based on your description, it looks like
> a 'clone()' call is failing on a String array, which should not happen.
> 
> 
> -- 
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34521
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the
> reporter.
>


     
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/34521] SSLEngine - Clone not supported (Null pointer) exception
  2007-12-18 15:50 [Bug java/34521] New: SSLEngine - Clone not supported (Null pointer) exception jarygrove at yahoo dot com
                   ` (2 preceding siblings ...)
  2007-12-20 20:32 ` jarygrove at yahoo dot com
@ 2008-05-05 21:08 ` jarygrove at yahoo dot com
  2008-07-08 18:44 ` jarygrove at yahoo dot com
  2010-04-08 19:26 ` gnu_andrew at member dot fsf dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jarygrove at yahoo dot com @ 2008-05-05 21:08 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from jarygrove at yahoo dot com  2008-05-05 21:08 -------
Please close this bug, I synchronized the handshake thread and no longer
getting the exception

________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. http://www.yahoo.com/r/hs   
Best LDAP Client http://www.ldapsoft.com/ldapadmintool.html
Best LDAP Browswer http://www.ldapsoft.com/ldapbrowser.html


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/34521] SSLEngine - Clone not supported (Null pointer) exception
  2007-12-18 15:50 [Bug java/34521] New: SSLEngine - Clone not supported (Null pointer) exception jarygrove at yahoo dot com
                   ` (3 preceding siblings ...)
  2008-05-05 21:08 ` jarygrove at yahoo dot com
@ 2008-07-08 18:44 ` jarygrove at yahoo dot com
  2010-04-08 19:26 ` gnu_andrew at member dot fsf dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jarygrove at yahoo dot com @ 2008-07-08 18:44 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from jarygrove at yahoo dot com  2008-07-08 18:44 -------
Please close this bug

Jary
________________________________________________________________________________
http://www.ldapsoft.com
http://www.ldapadmintool.com


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/34521] SSLEngine - Clone not supported (Null pointer) exception
  2007-12-18 15:50 [Bug java/34521] New: SSLEngine - Clone not supported (Null pointer) exception jarygrove at yahoo dot com
                   ` (4 preceding siblings ...)
  2008-07-08 18:44 ` jarygrove at yahoo dot com
@ 2010-04-08 19:26 ` gnu_andrew at member dot fsf dot org
  5 siblings, 0 replies; 7+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2010-04-08 19:26 UTC (permalink / raw)
  To: java-prs



------- Comment #6 from gnu_andrew at member dot fsf dot org  2010-04-08 19:26 -------
Closing as requested.


-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-04-08 19:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-18 15:50 [Bug java/34521] New: SSLEngine - Clone not supported (Null pointer) exception jarygrove at yahoo dot com
2007-12-18 17:45 ` [Bug libgcj/34521] " csm at gnu dot org
2007-12-18 18:08 ` csm at gnu dot org
2007-12-20 20:32 ` jarygrove at yahoo dot com
2008-05-05 21:08 ` jarygrove at yahoo dot com
2008-07-08 18:44 ` jarygrove at yahoo dot com
2010-04-08 19:26 ` gnu_andrew at member dot fsf dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).