Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

windows nodes sometimes go OOM on libfuzzer tasks #1064

Closed
bmc-msft opened this issue Jul 13, 2021 · 1 comment · Fixed by #1608
Closed

windows nodes sometimes go OOM on libfuzzer tasks #1064

bmc-msft opened this issue Jul 13, 2021 · 1 comment · Fixed by #1608
Labels
bug Something isn't working

Comments

@bmc-msft
Copy link
Contributor

Information

  • Onefuzz version: 2.25.1
  • OS: windows

Provide detailed reproduction steps (if any)

job_id: c2eef8ab-83ac-4ba9-9b2b-6334146d8986

Expected result

Actual result

[2021-07-13T21:22:54Z WARN  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] libfuzzer exited without generating crashes, continuing.  status:{"code":1,"signal":null,"success":false} stderr:"==6672==ERROR: AddressSanitizer failed to allocate aligned 0x100000 (1048576) bytes of SizeClassAllocator (error code: 1455)\n\n==6672==Dumping process modules:\n\nERROR: Failed to mmap\n"
[2021-07-13T21:22:54Z WARN  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] libfuzzer exited without generating crashes, continuing.  status:{"code":1,"signal":null,"success":false} stderr:"==7840==ERROR: AddressSanitizer failed to allocate 0x2000000 (33554432) bytes of ThreadRegistry (error code: 1455)\n\n==7840==Dumping process modules:\n\nERROR: Failed to mmap\n"
[2021-07-13T21:22:56Z INFO  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] process_stats worker_id:2 run_id:ffecc989-0d18-494c-aca2-2d68ddc2c57c name: pid:8076 process_status:Runnable cpu_usage:75.76863 physical_memory:16588 virtual_memory:151023
[2021-07-13T21:23:04Z WARN  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] libfuzzer exited without generating crashes, continuing.  status:{"code":1,"signal":null,"success":false} stderr:"==3928==ERROR: AddressSanitizer failed to allocate 0x2000000 (33554432) bytes of ThreadRegistry (error code: 1455)\n\n==3928==Dumping process modules:\n\nERROR: Failed to mmap\n"
[2021-07-13T21:23:14Z WARN  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] libfuzzer exited without generating crashes, continuing.  status:{"code":1,"signal":null,"success":false} stderr:"==8164==ERROR: AddressSanitizer failed to allocate 0x2000000 (33554432) bytes of ThreadRegistry (error code: 1455)\n\n==8164==Dumping process modules:\n\nERROR: Failed to mmap\n"
[2021-07-13T21:23:16Z INFO  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] process_stats worker_id:1 run_id:b1202845-a725-44f5-8e51-9ced18b6e6ea name: pid:7056 process_status:Runnable cpu_usage:79.15581 physical_memory:11829 virtual_memory:191205
[2021-07-13T21:23:22Z INFO  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] runtime_stats count:1059328 execs_sec:210
[2021-07-13T21:23:24Z WARN  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] libfuzzer exited without generating crashes, continuing.  status:{"code":1,"signal":null,"success":false} stderr:"==1728==ERROR: AddressSanitizer failed to allocate 0x2000000 (33554432) bytes of ThreadRegistry (error code: 1455)\n\n==1728==Dumping process modules:\n\nERROR: Failed to mmap\n"
[2021-07-13T21:23:26Z INFO  onefuzz_agent::tasks::fuzz::libfuzzer_fuzz] process_stats worker_id:2 run_id:ffecc989-0d18-494c-aca2-2d68ddc2c57c name: pid:8076 process_status:Runnable cpu_usage:81.197914 physical_memory:11821 virtual_memory:151023
[2021-07-13T21:23:29Z INFO  onefuzz::syncdir] new_result path:crash-CRASH_CONTAINER_NAME
[2021-07-13T21:23:34Z ERROR onefuzz_agent::managed::cmd] error running task: libfuzzer failed to start: setup/TARGET_NAME.exe

Caused by: The paging file is too small for this operation to complete. (os error 1455)

Error: libfuzzer failed to start: setup/TARGET_NAME.exe
Caused by: The paging file is too small for this operation to complete. (os error 1455)
@bmc-msft bmc-msft added the bug Something isn't working label Jul 13, 2021
@ghost ghost added the Needs: triage label Jul 13, 2021
@ranweiler
Copy link
Member

Closed by #1608.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants