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

on macOS "spindump" should be run from failure_handler as root

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 19
    • hotspot
    • None
    • b20

      Currently it is not run as root, and therefore does nothing. I think the following in mac.properties will fix that, but haven't verified it yet:

      -native.spindump.app=spindump
      -native.spindump.args=%p -stdout
      +native.spindump.app=sudo
      +native.spindump.args=spindump %p -stdout

            lmesnik Leonid Mesnik
            cjplummer Chris Plummer
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: