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

Add ability to serialize input vector and sql if expression evaluation crashes #6402

Closed

Commits on Sep 16, 2023

  1. Add ability to serialize input vector and sql if expression evaluatio…

    …n crashes (facebookincubator#6402)
    
    Summary:
    
    This adds an experimental flag
    'experimental_velox_save_input_on_fatal_signal' that when set to
    true, serializes the input vector data and all the SQL expressions
    in the ExprSet that is currently executing whenever a fatal signal
    is encountered. Enabling this flag makes the signal handler async
    signal unsafe, so it should only be used for debugging purposes.
    
    Differential Revision: D48891649
    Bikramjeet Vig authored and facebook-github-bot committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b31883c View commit details
    Browse the repository at this point in the history