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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
If a plugin throws std::bad_alloc from a handler, controller_impl::emit will report signal handler threw exception and keep running. Many macros throughout the codebase, including fc, also swallow this exception.
In order to focus our efforts on issues that are currently creating difficulty for the community we are closing tickets that were created prior to the EOSIO 2.0 release. If you believe this issue is still relevant please feel free to reopen it or create a new one. Thank you for your continued support of EOSIO!
If a plugin throws
std::bad_alloc
from a handler,controller_impl::emit
will reportsignal handler threw exception
and keep running. Many macros throughout the codebase, including fc, also swallow this exception.Possibly related to #6377.
The text was updated successfully, but these errors were encountered: