ghz icon indicating copy to clipboard operation
ghz copied to clipboard

"fatal error: concurrent map iteration and map write" when using gzip compression

Open angarg12 opened this issue 2 years ago • 0 comments

Command line arguments / config

./ghz \     
--proto ./request.proto \
--call Request \
-d "{\"input\":{\"body\":\"${data}\"}}" \
--skipFirst 30000 \
-x 5m -e \
--duration-stop="wait" \
-c 40 \
--connections 40 \
--rps 2500 \
"someurl"

Describe the bug When I run ghz with the -e flag, I get the error "fatal error: concurrent map iteration and map write".

The program works perfectly without the flag

Full dump here

https://pastebin.com/VNWDxQdS

To Reproduce Run a load test with -e

Expected behavior Program should work.

Environment

  • OS: Amazon Linux 2
  • ghz: built from source, --version says dev

angarg12 avatar Feb 03 '23 17:02 angarg12