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

Error: Segmentation fault #168

Open
douglasg14b opened this issue Feb 2, 2023 · 0 comments
Open

Error: Segmentation fault #168

douglasg14b opened this issue Feb 2, 2023 · 0 comments

Comments

@douglasg14b
Copy link

douglasg14b commented Feb 2, 2023

Trying to run this for the first time on Ubuntu 20.04 and it just outputs:

./drill --benchmark drillBenchmark.yml
Concurrency 55
Iterations 55
Rampup 0
Base URL [reacted]

Segmentation fault

Using the release: drill_0.8.1_x86_64-unknown-linux-musl

From this config:

---
threads: 5
base: '[redacted]'
iterations: 55

plan:
  - name: Send Analytics Data
    request:
      url: /api/v1/analytics/event
      method: POST
      headers:
        Cookie: "...."
        Content-Type: "application/json"
      body: >
        {
          "eventData": {
            "type": "action",
            "name": "ButtonClick_SendVerificationButton",
            "buttonName": "back"
          },
          "context": {
            "scope": "EnterMDNDialog_SendVerificationButton",
            "scopes": ["EnterMDNDialog", "SendVerificationButton"],
            "app": { "appName": "my-app", "appPath": "/my-app", "version": 2 },
            "device": { "os": "Windows", "browser": "Firefox" },
            "identities": { "deviceId": "abcd-1234", "customerId": "abcd-1234" },
            "extra": {
              "isSubscriber": true,
              "verificationType": "MDN",
              "componentType": "BUTTON"
            },
            "meta": {
              "isTest": true,
              "artificial": false
            }
          }
        }
@douglasg14b douglasg14b changed the title Segmentation fault Error: Segmentation fault Feb 2, 2023
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