Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the hang during abort and re-enable the gpTest suite on OSX #4420

Commits on Jan 24, 2019

  1. Disable the call to protectedWriteThreadsWithNativeStacks

    While writing the thread section for the javacore, the call to
    protectedWriteThreadsWithNativeStacks has been disabled since the
    omrintrospect library causes a hang and fails to retrieve the backtraces
    and symbols for native threads on OSX.
    
    Fixes: eclipse-openj9#3789.
    
    Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
    babsingh committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    695f478 View commit details
    Browse the repository at this point in the history
  2. Re-enable the gpTest suite on OSX

    All the issues, reported in eclipse-openj9#3789, have been resolved. Thus, the gpTest
    suite is re-enabled on OSX.
    
    Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
    babsingh committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    7837cb7 View commit details
    Browse the repository at this point in the history