Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4338374

Multicast socket problem when using thread in JDK 1.1.8

XMLWordPrintable

    • sparc
    • solaris_2.6

      Consider the following multicast sequence :
       joinGroup(inetAddress) ;
       send(hi) ;
       leaveGroup(inetAddress) ;

      Suppose that this code is execute in a thread and that the thread dies just after the leaveGroup method code.
      With jdk 1.1.8, the sent message is never received.
      With jdk 1.2.1 the sent message is received.

      Code to reproduce the problem is put in attachment.


            npatilsunw Narendra Patil (Inactive)
            dlutoff Daniel Lutoff (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: