drill icon indicating copy to clipboard operation
drill copied to clipboard

Segmentation fault (core dumped)

Open gudata opened this issue 2 years ago • 1 comments

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)

gudata avatar Jan 18 '24 13:01 gudata

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?

milkfinch avatar Sep 13 '24 07:09 milkfinch