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

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

Open
angarg12 opened this issue Feb 3, 2023 · 0 comments

Comments

@angarg12
Copy link

angarg12 commented Feb 3, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant