LIN64: nsk/jdwp/VirtualMachine/Exit/exit001 gens wrong exit code

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: 1.4.1
    • Component/s: vm-legacy
    • None
    • itanium
    • linux

      Debuggee exit code is -18; expected 238.
      looks like a sign extension problem; 238 is 0xEE, -18 is 0xFFFF...EE.

      Don't confuse this with 4509019 which is about a return
      code getting truncated to 8 bits in test nsk/jdi/VirtualMachine/exit/exit002.

      This bug is a case where the
      return code is 8 bits in JDWP, ie, 0xEE but it comes out of JDI
      as 0xFFFF...EE

            Assignee:
            Unassigned
            Reporter:
            James Holmlund (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: