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

Reg-test MethodEntryExitEvents.java Failing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2
    • None
    • 1.4.1
    • core-svc
    • x86
    • linux

    Description



      Name: as83306 Date: 05/10/2002

      Regression test com/sun/jdi/MethodEntryExitEvents.java fails with Hopper
      build 10 on SuSe Linux 7.1, host-seahund, desktop-KDE and hotspot-server. The failure of this test
      is similar to 4682107 in the way it fails.

       For test hardware config's, see http://sqesvr.eng/st3/jdk1.4/docs/Merlin-hw.html
      #Test Results (version 2)
      #Wed Apr 24 01:19:29 PDT 2002
      #checksum:30363fbd3278f9e8
      #-----testdescription-----
      $file=/export0/regression/jdk1.4.1Tests/b10/com/sun/jdi/MethodEntryExitEvents.java
      $root=/export0/regression/jdk1.4.1Tests/b10
      author=Tim Bell
      keywords=bug4409241 bug4432820
      run=USER_SPECIFIED build TestScaffold VMConnection TargetListener TargetAdapter\nUSER_SPECIFIED
      compile -g MethodEntryExitEvents.java\nUSER_SPECIFIED main MethodEntryExitEvents SUSPEND_EVENT_THREAD
      MethodEntryExitEventsDebugee\nUSER_SPECIFIED main MethodEntryExitEvents SUSPEND_NONE
      MethodEntryExitEventsDebugee\nUSER_SPECIFIED main MethodEntryExitEvents SUSPEND_ALL
      MethodEntryExitEventsDebugee\n
      source=MethodEntryExitEvents.java
      title=Test the bug fix for: MethodExitEvents disappear when Object-Methods are called from main

      #-----environment-----

      #-----testresult-----
      description=file:///export0/regression/jdk1.4.1Tests/b10/com/sun/jdi/MethodEntryExitEvents.java
      end=Wed Apr 24 01:19:29 PDT 2002
      environment=regtest
      execStatus=Failed. Execution failed: Program `/export0/java/jdk141b10/bin/java' interrupted! (timed
      out?)
      javatestOS=Linux 2.2.18 (i386)
      javatestVersion=2.1.5
      script=com.sun.javatest.regtest.RegressionScript
      sections=script_messages build compile build main
      start=Wed Apr 24 01:17:26 PDT 2002
      status=Failed. Execution failed: Program `/export0/java/jdk141b10/bin/java' interrupted! (timed out?)
      test=com/sun/jdi/MethodEntryExitEvents.java
      work=/export0/results/regression/hopper/b10/seahund2.2.18-jthb10-jdk141b10.04-23.20.13-ALL/com/sun/jd
      i

      #section:script_messages
      ----------messages:(5/240)----------
      JDK under test: (/export0/java/jdk141b10)
      java version "1.4.1-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b10)
      Java HotSpot(TM) Client VM (build 1.4.1-beta-b10, mixed mode)
      Timeout signalled after 120.0 seconds

      #section:build
      ----------messages:(3/158)----------
      command: build TargetAdapter
      reason: User specified action: run build TestScaffold VMConnection TargetListener TargetAdapter
      elapsed time (seconds): 0.0090
      result: Passed. No need to compile: TargetAdapter.java

      #section:compile
      ----------messages:(3/199)----------
      command: compile /export0/regression/jdk1.4.1Tests/b10/com/sun/jdi/MethodEntryExitEvents.java
      reason: User specified action: run compile -g MethodEntryExitEvents.java
      elapsed time (seconds): 3.495
      ----------System.out:(0/0)----------
      ----------System.err:(0/0)----------
      result: Passed. Compilation successful

      #section:build
      ----------messages:(3/108)----------
      command: build MethodEntryExitEvents
      reason: Named class compiled on demand
      elapsed time (seconds): 0.0010
      result: Passed. No need to compile: MethodEntryExitEvents.java

      #section:main
      ----------messages:(3/230)----------
      command: main MethodEntryExitEventsSUSPEND_EVENT_THREAD MethodEntryExitEventsDebugee
      reason: User specified action: run main MethodEntryExitEvents SUSPEND_EVENT_THREAD
      MethodEntryExitEventsDebugee
      elapsed time (seconds): 120.013
      ----------System.out:(23/1324)----------
      Suspend policy is: SUSPEND_EVENT_THREAD
      run args: [MethodEntryExitEventsDebugee]
      JVM version:1.4.1-beta
      JDI version: 1.4
      JVM description: Java Debug Interface (Reference Implementation) version 1.4
      Java Debug Wire Protocol (Reference Implementation) version 1.4
      JVM Debug Interface version 1.2
      JVM version 1.4.1-beta (Java HotSpot(TM) Client VM, mixed mode)
      resumeTo loopComplete() method
      Exception: instance of java.lang.ClassNotFoundException(id=4)
       at catch location: java.lang.ClassLoader:306
      stepCompleted: line#=306 event=###@###.###sLoader:306 in thread main
      Exception: instance of java.lang.ClassNotFoundException(id=34)
       at catch location: java.lang.ClassLoader:306
      stepCompleted: line#=48 event=###@###.###ilegedActionException:48 in thread main
      Exception: instance of java.lang.ClassNotFoundException(id=34)
       at catch location: java.lang.ClassLoader:306
      stepCompleted: line#=306 event=###@###.###sLoader:306 in thread main
       Method entry number: 1 : MethodEntryEvent@MethodEntryExitEventsDebugee:60 in thread main
      Exception: instance of java.lang.ClassNotFoundException(id=58)
       at catch location: java.lang.ClassLoader:306
      FATAL ERROR in native method: JDWP "stepControl.c" (Apr 23 2002), line 86: Unexpected error, error
      code = 13 (JVMDI_ERROR_THREAD_NOT_SUSPENDED)

      ----------System.err:(14/1029)----------
      FAILED: Exception occured in eventHandler: com.sun.jdi.VMDisconnectedException
      com.sun.jdi.VMDisconnectedException
      at com.sun.tools.jdi.TargetVM.waitForReply(TargetVM.java:273)
      at com.sun.tools.jdi.VirtualMachineImpl.waitForTargetReply(VirtualMachineImpl.java:883)
      at com.sun.tools.jdi.PacketStream.waitForReply(PacketStream.java:51)
      at com.sun.tools.jdi.JDWP$EventRequest$Set.waitForReply(JDWP.java:5572)
      at com.sun.tools.jdi.JDWP$EventRequest$Set.process(JDWP.java:5537)
      at
      com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.set(EventRequestManagerImpl.java:178)
      at
      com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setEnabled(EventRequestManagerImpl.java:14
      2)
      at
      com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.enable(EventRequestManagerImpl.java:127)
      at MethodEntryExitEvents.exceptionThrown(MethodEntryExitEvents.java:128)
      at TestScaffold$EventHandler.notifyEvent(TestScaffold.java:165)
      at TestScaffold$EventHandler.run(TestScaffold.java:239)
      at java.lang.Thread.run(Thread.java:536)
      result: Failed. Execution failed: Program `/export0/java/jdk141b10/bin/java' interrupted! (timed
      out?)


      test result: Failed. Execution failed: Program `/export0/java/jdk141b10/bin/java' interrupted! (timed
      out?)
      ======================================================================

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              apsmith Alan Smith (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: