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

SIGSEGV from InetAddress.getByName

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 6
    • core-libs
    • x86
    • linux

      FULL PRODUCT VERSION :
      java version "1.6.0_01"
      Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
      Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_01-b06, mixed mode)


      ADDITIONAL OS VERSION INFORMATION :
      Linux localhost.localdomain 2.6.20-1.2944.fc6 #1 SMP Tue Apr 10 17:46:00 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

      EXTRA RELEVANT SYSTEM CONFIGURATION :
      This is Fedora Core 6.

      A DESCRIPTION OF THE PROBLEM :
      The JVM crashes on InetAddress.getByName, every time.

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      java -cp . test www.cnn.com

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
        Program should just exit without error.
      ACTUAL -
      smccauliff@localhost java]$ java -cp . test www.eslug.net

      Stack trace attached seperatly.

      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      import java.net.InetAddress;

      public class test {
          public static void main(String[] argv) throws Exception {
      InetAddress.getByName(argv[0]);
          }
      }
      ---------- END SOURCE ----------

            chegar Chris Hegarty
            ndcosta Nelson Dcosta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: