jmap give unrelated error message if non java process id is specified in the command.

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P4
    • None
    • Affects Version/s: 10
    • Component/s: core-svc
    • 7
    • x86
    • linux

      shafi@shafi-ahmad:$ ps -aef | grep firefox
      shafi 23675 864 70 17:16 ? 00:00:05 /usr/lib/firefox/firefox
      shafi 23750 2173 0 17:16 pts/1 00:00:00 grep --color=auto firefox

      Above command shows firefox is running with pid 23675. I used this non java process id in the jmap command line.

      shafi@shafi-ahmad:$ jmap -dump:live,format=b,file=heap_dump.hprof 23675
      23675: Unable to open socket file: target process not responding or HotSpot VM not loaded
      The -F option can be used when the target process is not responding

      Error message "The -F option can be used when the target process is not responding" mislead the users.

            Assignee:
            Gary Adams (Inactive)
            Reporter:
            Shafi Ahmad (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: