You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently do not error out on UBSAN failures in the CI. By default it will only report the errors and continue running the application. It requires halt_on_error=1 to be set in the environment variable UBSAN_OPTIONS.