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
On loops > 1000000 iterations crash hapeens when try std::vector::resize() (zk::snark::basic_padding())
The problem is - resize() doesn't throw std::bad_alloc.
profiling_assignment_table
call crash in case of hugeassigment
argument.Issue observe on loop size ~ 200000 iteration.
Loop cpp example:
IR execution log:
The text was updated successfully, but these errors were encountered: