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
I haven't confirmed why this failed, but in debugging MANTA-3192, I found a closure referencing an enormous string (690 million characters), but jsclosure wouldn't even try to print it out:
> 98487c6d::jsclosure
"cb": 98487c0d: function <anonymous> (as <anon>)
mdb: 98487c6d: failed to iterate closure variables
I haven't confirmed why this failed, but in debugging MANTA-3192, I found a closure referencing an enormous string (690 million characters), but jsclosure wouldn't even try to print it out:
But I was able to get at the string by hand:
It would be nice if it printed a truncated version of the string in this case.
The text was updated successfully, but these errors were encountered: