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
# We should separate this out, i.e. running jsfunfuzz within a debugger, only if core dumps cannot be generated
we should have a mode to test whether the local Linux system is able to generate core dumps, early on. (i.e. whether ulimit -c unlimited is set and working properly)
If it cannot, we should run jsfunfuzz or the intended testcase within a debugger instead.
The text was updated successfully, but these errors were encountered:
Ref
funfuzz/src/funfuzz/js/js_interesting.py
Line 133 in 1fc970f
ulimit -c unlimited
is set and working properly)If it cannot, we should run jsfunfuzz or the intended testcase within a debugger instead.
The text was updated successfully, but these errors were encountered: