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

/dev/shm no space left on device when fuzzing in parallel #1

Open
b04902036 opened this issue Jul 14, 2021 · 0 comments
Open

/dev/shm no space left on device when fuzzing in parallel #1

b04902036 opened this issue Jul 14, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@b04902036
Copy link
Collaborator

OS: ubuntu 16.04 LTS
kernel: 4.15.0-109-generic
Issue:

  • main controller in icLibFuzzer crash, error message [PARENT ERROR] write to file /dev/shm/libfuzzer_core_17 failed with error code 28
    Reason:
  • /dev/shm has no space left
    Possible fix:
  • write to normal disk if no space left
  • increase size of /dev/shm
@b04902036 b04902036 added the bug Something isn't working label Jul 14, 2021
@b04902036 b04902036 self-assigned this Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant