This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Request body too large error from onefuzzlib/Queue.cs when processing crash logs in v8.0.0 #3058
Labels
bug
Something isn't working
Information
Provide detailed reproduction steps (if any)
This issue is very similar to #2708 . However, the patch from 6.4.0 didn't catch this variant. It is the same general error as 2708:
The messages being sent are of the type:
This is the specific stack trace associated with the error. The last line of the call stack provides the location in OneFuzz where it is crashing:
Some other details from the error messages that may be useful:
Expected result
Messages should either be shortened or broken up to fit into the queue.
Actual result
Messages are dropped due to exceeding the size limitations of the queue.
AB#140774
The text was updated successfully, but these errors were encountered: