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
This is a relatively new bug, since rebase with upstream around Aug. Unsure why it only affects macOS, when all the interaction is in the shared source files. (not macOS specific files).
It appears to add a zap, then grow the zap forever, until memory requirements break.
This is a relatively new bug, since rebase with upstream around Aug. Unsure why it only affects macOS, when all the interaction is in the shared source files. (not macOS specific files).
It appears to add a zap, then grow the zap forever, until memory requirements break.
We essentially never leave
fzap_add_cd()
The loop appears to be:
and, the reason
zap_entry_create()
returns EAGAIN is:and the reason
zap_expand_leaf()
returns 0, is from the end of the function. (Not the one earlier return 0).The text was updated successfully, but these errors were encountered: