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

Use "C-unwind" API in our vtable #6930

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use "C-unwind" API in our vtable #6930

wants to merge 1 commit into from

Commits on Nov 27, 2024

  1. Use "C-unwind" API in our vtable

    When using rust, allow panics to cross the boundaries of our vtable traits.
    This avoids panic producing two backtrace with panic=unwind
    
    This patch doesn't touch the ABI of out FFI interface, they stay extern "C", because
    if a panic or exception crosses these boundaries, we are in trouble.
    (Also, we have a panic=abort in our Cargo.toml anyway)
    ogoffart committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    24e1abf View commit details
    Browse the repository at this point in the history