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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 19
    • Component/s: 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

            Assignee:
            Leonid Mesnik
            Reporter:
            Chris Plummer
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: