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

master branch: invalid memory address or nil pointer dereference #208

Open
Alan3344 opened this issue Nov 9, 2024 · 1 comment
Open

Comments

@Alan3344
Copy link

Alan3344 commented Nov 9, 2024

Describe the bug
Exception logs during high concurrency: invalid memory address or nil pointer dereference`

To Reproduce
Steps to reproduce the behavior:

  1. Writing sample code, then go build
  2. Writing batch file: @locust -f %* --users 10000 --spawn-rate 100 --master-host=192.168.1.25 --master-bind-port=5557 --master, then exec .\master.cmd tasks\bin.py in pwsh.exe
  3. exec golocust.exe -master-host 192.168.1.25 -max-rps 1000 -request-increase-rate 100
  4. Locsut WebUI click Start Spwn

Expected behavior
I don't know what the impact will be at the moment, I hope it can be fixed

Screenshots
image

Environment (please complete the following information):

  • OS:
    Version Windows 11 Professional
    Version number 24H2
    Installation date ‎2024-‎11-‎4
    Operating system version 26100.2033
    Experience Windows Feature Experience Pack 1000.26100.23.0
    
  • Go Version: go version go1.23.2 windows/amd64

Additional context
Local deployment API, optional:

@myzhan
Copy link
Owner

myzhan commented Nov 11, 2024

Line 134 of worker.go has panic issue.

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

2 participants