public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/12254] New: Regression in java networking code
@ 2003-09-11 21:14 green at redhat dot com
  2003-09-11 21:15 ` [Bug libgcj/12254] " green at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: green at redhat dot com @ 2003-09-11 21:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Regression in java networking code
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

A simple program to read the contents of a web page now fails with the
following exception.   I believ this is related to the recent 
gnu.java.net move.

Exception in thread "main" java.lang.NullPointerException
   at _Jv_IsInstanceOf
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at gnu.java.net.PlainSocketImpl.setOption(int, java.lang.Object)
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at java.net.Socket.getLocalAddress()
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at java.net.Socket.isBound()
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at java.net.Socket.connect(java.net.SocketAddress, int)
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at java.net.Socket.connect(java.net.SocketAddress)
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at java.net.Socket.Socket(java.net.InetAddress, int, java.net.InetAddress,
int, boolean)
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at java.net.Socket.Socket(java.net.InetAddress, int)
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at gnu.gcj.protocol.http.Connection.connect()
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at gnu.gcj.protocol.http.Connection.getInputStream()
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at java.net.URL.openStream()
(/opt/spindazzle/gnutools/HEAD-2003-09-11/H-i686-pc-linux-gnulibc2.3/lib/libgcj.so.4.0.0)
   at org.spindazzle.sbs.node.Main.main(java.lang.String[])
(/home/green/spindazzle/sdznode/org/spindazzle/sbs/node/Main.java:32)


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

* [Bug libgcj/12254] Regression in java networking code
  2003-09-11 21:14 [Bug libgcj/12254] New: Regression in java networking code green at redhat dot com
@ 2003-09-11 21:15 ` green at redhat dot com
  2003-09-16  7:24 ` [Bug java/12254] " bryce at mckinlay dot net dot nz
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: green at redhat dot com @ 2003-09-11 21:15 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From green at redhat dot com  2003-09-11 21:15 -------
Created an attachment (id=4741)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4741&action=view)
Test code

Here's a simple test program to reproduce the bug.


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

* [Bug java/12254] Regression in java networking code
  2003-09-11 21:14 [Bug libgcj/12254] New: Regression in java networking code green at redhat dot com
  2003-09-11 21:15 ` [Bug libgcj/12254] " green at redhat dot com
@ 2003-09-16  7:24 ` bryce at mckinlay dot net dot nz
  2003-09-16  8:36 ` bryce at mckinlay dot net dot nz
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bryce at mckinlay dot net dot nz @ 2003-09-16  7:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bryce at mckinlay dot net dot nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|libgcj                      |java
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-16 07:19:05
               date|                            |


------- Additional Comments From bryce at mckinlay dot net dot nz  2003-09-16 07:19 -------
This is a compiler bug - its the "Miranda methods" bug.


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

* [Bug java/12254] Regression in java networking code
  2003-09-11 21:14 [Bug libgcj/12254] New: Regression in java networking code green at redhat dot com
  2003-09-11 21:15 ` [Bug libgcj/12254] " green at redhat dot com
  2003-09-16  7:24 ` [Bug java/12254] " bryce at mckinlay dot net dot nz
@ 2003-09-16  8:36 ` bryce at mckinlay dot net dot nz
  2003-09-17  5:21 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bryce at mckinlay dot net dot nz @ 2003-09-16  8:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bryce at mckinlay dot net dot nz  2003-09-16 07:47 -------
I've submitted a patch for this:

http://gcc.gnu.org/ml/java-patches/2003-q3/msg00631.html


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

* [Bug java/12254] Regression in java networking code
  2003-09-11 21:14 [Bug libgcj/12254] New: Regression in java networking code green at redhat dot com
                   ` (3 preceding siblings ...)
  2003-09-17  5:21 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-17  5:21 ` bryce at mckinlay dot net dot nz
  2003-10-17 17:54 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: bryce at mckinlay dot net dot nz @ 2003-09-17  5:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bryce at mckinlay dot net dot nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From bryce at mckinlay dot net dot nz  2003-09-17 05:04 -------
Fix checked in.


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

* [Bug java/12254] Regression in java networking code
  2003-09-11 21:14 [Bug libgcj/12254] New: Regression in java networking code green at redhat dot com
                   ` (2 preceding siblings ...)
  2003-09-16  8:36 ` bryce at mckinlay dot net dot nz
@ 2003-09-17  5:21 ` cvs-commit at gcc dot gnu dot org
  2003-09-17  5:21 ` bryce at mckinlay dot net dot nz
  2003-10-17 17:54 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-17  5:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-17 05:00 -------
Subject: Bug 12254

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bryce@gcc.gnu.org	2003-09-17 05:00:47

Modified files:
	gcc/java       : ChangeLog class.c 

Log message:
	* class.c (add_miranda_methods): Ensure super-interfaces are laid
	out. Fix for PR java/12254.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1247&r2=1.1248
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/class.c.diff?cvsroot=gcc&r1=1.164&r2=1.165


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

* [Bug java/12254] Regression in java networking code
  2003-09-11 21:14 [Bug libgcj/12254] New: Regression in java networking code green at redhat dot com
                   ` (4 preceding siblings ...)
  2003-09-17  5:21 ` bryce at mckinlay dot net dot nz
@ 2003-10-17 17:54 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 17:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-10-17 17:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-11 21:14 [Bug libgcj/12254] New: Regression in java networking code green at redhat dot com
2003-09-11 21:15 ` [Bug libgcj/12254] " green at redhat dot com
2003-09-16  7:24 ` [Bug java/12254] " bryce at mckinlay dot net dot nz
2003-09-16  8:36 ` bryce at mckinlay dot net dot nz
2003-09-17  5:21 ` cvs-commit at gcc dot gnu dot org
2003-09-17  5:21 ` bryce at mckinlay dot net dot nz
2003-10-17 17:54 ` pinskia at gcc dot gnu 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).