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
Basically, node::FatalException doesn't handle deep errors from .stack getters.
This is a pretty messy problem to fully deal with. It is possible to have a situation of infinitely recursing .stack getter errors, theoretically at least.
That being said... I doubt that any significant number of people will ever actually run into the more problematic cases, or maybe even the simple case.
The text was updated successfully, but these errors were encountered:
As discovered in #25715 but not strictly related to.
This is the line in question from the abort:
node/src/node_errors.cc
Line 211 in f40778e
Basically,
node::FatalException
doesn't handle deep errors from.stack
getters.This is a pretty messy problem to fully deal with. It is possible to have a situation of infinitely recursing
.stack
getter errors, theoretically at least.That being said... I doubt that any significant number of people will ever actually run into the more problematic cases, or maybe even the simple case.
The text was updated successfully, but these errors were encountered: