drill
drill copied to clipboard
Segmentation fault (core dumped)
drill 0.8.3
---
concurrency: 4
base: 'http://sarah.example.com:49161'
iterations: 50
rampup: 4
plan:
- name: Support for POST method
request:
url: /api/users
method: POST
body: foo=bar
the output is
∴ RUST_BACKTRACE=full ./drill -b config.yaml Concurrency 4 Iterations 50 Rampup 4 Base URL http://sarah.example.com:49161
Segmentation fault (core dumped)
Somehow if I download and use the release it segfaults. If I run the cargo build/install it is working. I don't know Rust but could it be the linked musl library?