public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/10868] java.net.ServerSocket's constructors create and leak extra sockets
       [not found] <20030519164601.10868.gbenson@redhat.com>
@ 2003-07-22 13:21 ` pinskia at physics dot uc dot edu
  2003-07-24 11:48 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-22 13: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=10868


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |3.4


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

* [Bug libgcj/10868] java.net.ServerSocket's constructors create and leak extra sockets
       [not found] <20030519164601.10868.gbenson@redhat.com>
  2003-07-22 13:21 ` [Bug libgcj/10868] java.net.ServerSocket's constructors create and leak extra sockets pinskia at physics dot uc dot edu
@ 2003-07-24 11:48 ` pinskia at physics dot uc dot edu
  2003-08-07  6:30 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-24 11:48 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=10868


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-24 11:48:23
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-24 11:48 -------
still true on the mainline (20030724).


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

* [Bug libgcj/10868] java.net.ServerSocket's constructors create and leak extra sockets
       [not found] <20030519164601.10868.gbenson@redhat.com>
  2003-07-22 13:21 ` [Bug libgcj/10868] java.net.ServerSocket's constructors create and leak extra sockets pinskia at physics dot uc dot edu
  2003-07-24 11:48 ` pinskia at physics dot uc dot edu
@ 2003-08-07  6:30 ` cvs-commit at gcc dot gnu dot org
  2003-08-07  6:35 ` bryce at mckinlay dot net dot nz
  2003-10-17 17:45 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-08-07  6:30 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=10868



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-08-07 06:30 -------
Subject: Bug 10868

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bryce@gcc.gnu.org	2003-08-07 06:30:16

Modified files:
	libjava        : ChangeLog 
	libjava/java/net: Socket.java ServerSocket.java 

Log message:
	* java/net/Socket.java (Socket (SocketImpl)): Don't allow null
	SocketImpl. Update Javadoc.
	(bind): Call close() not impl.close() in event of exception.
	(connect): Likewise.
	Remove superfluous null checks throughout.
	* java/net/ServerSocket.java (ServerSocket (int, int, InetAddress)):
	Don't create an extra socket. Fix for PR libgcj/10868.
	(bind): Clean up exception handling.
	Remove superfluous null checks throughout.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.2092&r2=1.2093
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/net/Socket.java.diff?cvsroot=gcc&r1=1.25&r2=1.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/net/ServerSocket.java.diff?cvsroot=gcc&r1=1.23&r2=1.24


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

* [Bug libgcj/10868] java.net.ServerSocket's constructors create and leak extra sockets
       [not found] <20030519164601.10868.gbenson@redhat.com>
                   ` (2 preceding siblings ...)
  2003-08-07  6:30 ` cvs-commit at gcc dot gnu dot org
@ 2003-08-07  6:35 ` bryce at mckinlay dot net dot nz
  2003-10-17 17:45 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: bryce at mckinlay dot net dot nz @ 2003-08-07  6:35 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=10868


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-08-07 06:35 -------
Fix checked in.


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

* [Bug libgcj/10868] java.net.ServerSocket's constructors create and leak extra sockets
       [not found] <20030519164601.10868.gbenson@redhat.com>
                   ` (3 preceding siblings ...)
  2003-08-07  6:35 ` bryce at mckinlay dot net dot nz
@ 2003-10-17 17:45 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 17:45 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=10868


pinskia at gcc dot gnu dot org changed:

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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030519164601.10868.gbenson@redhat.com>
2003-07-22 13:21 ` [Bug libgcj/10868] java.net.ServerSocket's constructors create and leak extra sockets pinskia at physics dot uc dot edu
2003-07-24 11:48 ` pinskia at physics dot uc dot edu
2003-08-07  6:30 ` cvs-commit at gcc dot gnu dot org
2003-08-07  6:35 ` bryce at mckinlay dot net dot nz
2003-10-17 17:45 ` 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).