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
A bail:meme (or any bail) on the home road is currently treated as an unrecoverable error, when triggered through u3m_bail(). When triggered through u3m_signal(), the error handler attempts to run garbage collection, finds leaks, and crashes.
Home-road bails can be recovered, if garbage collection is properly run to repair possible memory leaks (as opposed to detect them and assert, as it currently does). It's not clear if that can always be handled in the virtualization layer itself (manage.c), or if it always needs to be handled by the caller (serf.c, various utilities in main.c).
Fixing this would significantly improve uptime for busy ships.
A bail:meme (or any bail) on the home road is currently treated as an unrecoverable error, when triggered through
u3m_bail()
. When triggered throughu3m_signal()
, the error handler attempts to run garbage collection, finds leaks, and crashes.Home-road bails can be recovered, if garbage collection is properly run to repair possible memory leaks (as opposed to detect them and assert, as it currently does). It's not clear if that can always be handled in the virtualization layer itself (manage.c), or if it always needs to be handled by the caller (serf.c, various utilities in main.c).
Fixing this would significantly improve uptime for busy ships.
see urbit/urbit#6798 for an example.
The text was updated successfully, but these errors were encountered: