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

JDB reports "The application exited" even though the app never ran, on exit

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.2.0
    • 1.2.0
    • core-svc
    • 1.2fcs
    • sparc
    • solaris_2.6
    • Not verified


      The debugger now reports "The application exited" even when the
      application is never actually ran, upon exiting the JDB.

      This is a subtle JDB changes from the
      Beta4 build to the latest FCS-C build (1.2).
      Specifically here is one case below:

      FCS-C:
      kamehameha1[72] jdb
      Initializing jdb...
      > load ArithmeticTest
      0xaa:class(ArithmeticTest)
      > stop at ArithmeticTest:24
      Breakpoint set at ArithmeticTest:24
      > clear
      Current breakpoints set:
              ArithmeticTest:24
      > clear ArithmeticTest:24
      Breakpoint cleared at ArithmeticTest: 24
      > clear
      No breakpoints set.
      > exit
      <---Extra line here
      The application exited <---Message about the app exiting
      kamehameha1[73]

      Beta4-K:
      kamehameha1[74] jdb
      Initializing jdb...
      > load ArithmeticTest
      0x9f:class(ArithmeticTest)
      > stop at ArithmeticTest:24
      Breakpoint set at ArithmeticTest:24
      > clear
      Current breakpoints set:
              ArithmeticTest:24
      > clear ArithmeticTest:24
      Breakpoint cleared at ArithmeticTest: 24
      > clear
      No breakpoints set.
      > exit <---No extra line here or message
      kamehameha1[75]

            ghirschsunw Gordon Hirsch (Inactive)
            lblairsunw Liz Blair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: