funfuzz icon indicating copy to clipboard operation
funfuzz copied to clipboard

[funfuzz] Test whether Linux system is able to generate core dumps. If not, run jsfunfuzz within gdb instead

Open nth10sd opened this issue 7 years ago • 1 comments

Ref https://github.com/MozillaSecurity/funfuzz/blob/1fc970fe0643a32a9aae4fa0d138ec11fbb53e8d/src/funfuzz/js/js_interesting.py#L133 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.

nth10sd avatar May 08 '18 05:05 nth10sd

If it can, we might want to randomly consider this mode (with gdb) and without gdb (normal) and possibly with rr.

nth10sd avatar May 08 '18 10:05 nth10sd