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

Open XL segfault fix and workaround for si.cpp macro collision #7323

Merged
merged 1 commit into from
May 1, 2024

Commits on Apr 26, 2024

  1. Open XL segfault fix and workaround for si.cpp macro collision

    The omrthread_get_ras_tid() function in rasthrsup.c was causing
    a segmentation fault with Open XL as pthread_t is structured in a
    different manner. This fixes that while keeping support with XLC.
    The header grp.h used in si.cpp also has a macro collision with the
    native locale header from Open XL. The reordering of headers is a
    workaround for the core problem. A issue has also been created in
    order to use a better macro name __grp.
    Deigue committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    687ed48 View commit details
    Browse the repository at this point in the history