Odd delay when using overridden save all action

Issue #1242 resolved
Scott Wells repo owner created an issue

A user reported a delay when using IC's save all action between the time that the action is triggered and when the actual save begins. He provided logs for review and it appears to be an unexpected re-entrancy when chaining to the default Save All action. I'm going to use this issue to track progress on a resolution including posting test builds to isolate the issue.

Comments (4)

  1. Scott Wells reporter

    Okay, here's the test build. Download it and install it using Settings/Preferences>Plugins>Install plugin from disk (which is under the gear drop-down in recent base IDE builds). Then please try to reproduce the behavior attach or email the resulting logs for review. Thanks!

  2. Scott Wells reporter

    Here's another build that doesn't include any attempt at a fix, but it does include more diagnostic info to help corner what's happening when this delay occurs. Could you install it, reproduce the issue, and send the latest logs again?

    Also, since you're on a Mac, I'm wondering if this might be related to another issue I've seen in the past:

    https://thoeni.io/post/macos-sierra-java/

    Can you please implement the workaround documented there and see if that makes any difference? If so, it might mean that something that is being called indirectly is now trying to resolve localhost on the Mac and is hitting this same issue.

  3. Scott Wells reporter

    Issue tracker grooming. If this is still an issue, please feel free to reopen, ideally with a concrete reproduction scenario.

  4. Log in to comment