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 potential garbage collector crashes on 64bit ARM systems #3965

Merged
merged 2 commits into from
Apr 20, 2020

Commits on Apr 16, 2020

  1. kernel: make NOINLINE global again

    Also make the tests for attributes potentially independent from config (for a
    future where we don't want to include config.h from header files anymore)
    fingolfin committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    08777b2 View commit details
    Browse the repository at this point in the history
  2. kernel: mark GenStackFuncBags as NOINLINE

    Inlining this function can break the garbage collector. This was the case on
    Linux aarch64.
    
    Thanks to Jerry James (Fedora) and Bill Allombert (Debian) for help tracking
    this down.
    
    Fixes gap-system#3919
    fingolfin committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1ff2a16 View commit details
    Browse the repository at this point in the history