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
The following input (found via fuzz testing) causes lean to take 140 seconds and consume 11.6 GB:
deffoo : [[[[[[[[[[[[[
Adding more braces seems to make it exponentially worse.
My expectation is that, even if lean must perform exponential work in some situation, some kind of heartbeat will trigger before things get out of hand like this.
The following input (found via fuzz testing) causes
lean
to take 140 seconds and consume 11.6 GB:Adding more braces seems to make it exponentially worse.
My expectation is that, even if lean must perform exponential work in some situation, some kind of heartbeat will trigger before things get out of hand like this.
The text was updated successfully, but these errors were encountered: