Skip to content

[GR-65416] Use -R:+EnableSignalHandling -R:+InstallSegfaultHandler instead of forcing them in the thin launchers #11329

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

Merged
merged 2 commits into from
Jun 5, 2025

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 4, 2025
eregon added 2 commits June 4, 2025 13:21
* The compilation isolates do not need or use signal handling.
* Otherwise it's very complicated to disable InstallSegfaultHandler
  for Truffle languages as it would get automatically enabled
  for the compilation isolate, due to -R:+EnableSignalHandling
  -R:+InstallSegfaultHandler passed when building Truffle language native images.
@graalvmbot graalvmbot merged commit a9286ad into master Jun 5, 2025
13 checks passed
@graalvmbot graalvmbot deleted the bd/GR-65416 branch June 5, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants