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
Do not allow hack exceptions in setprofile callbacks
Summary:
If a setprofile callback fails with a Hack exception, turn it into a fatal
instead. Similar to what we do for many other handlers.
It is not safe to throw Hack exceptions from some event hooks, such as
EventHook::FunctionResumeAwait(), where they cause segfaults.
Reviewed By: mdko
Differential Revision: D107585135
fbshipit-source-id: 1b5de630f8f8e71b93ac5105e3d03a1b43442b05
0 commit comments