Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nth10sd opened this issue May 8, 2018 · 1 comment

Comments

@nth10sd
Copy link
Contributor

nth10sd commented May 8, 2018

Ref

# 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.

@nth10sd
Copy link
Contributor Author

nth10sd commented May 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant