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

Segmentation fault on Linux (Raspberry PI) #537

Open
lukas-wresch opened this issue May 27, 2024 · 0 comments
Open

Segmentation fault on Linux (Raspberry PI) #537

lukas-wresch opened this issue May 27, 2024 · 0 comments

Comments

@lukas-wresch
Copy link

Running the following commands on a Raspberry Pi 4 (Raspbian GNU/Linux 10 (buster)) causes a segmentation fault:

~/git/wrk $ ./wrk -t2 -c400 -d30s http://127.0.0.1:8080/index.html
Running 30s test @ http://127.0.0.1:8080/index.html
  2 threads and 400 connections
Segmentation fault

same with this

~/git/wrk $ ./wrk   http://192.168.1.100:8080
Running 10s test @ http://192.168.1.100:8080
  2 threads and 10 connections
Segmentation fault

Is there an easy way to tell make to build the debug version, so that I can debug the crash with gdb?

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