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.