Skip to content

thread 'vector-worker' panicked after set up the ALLOCATION_TRACING=true #23118

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

Open
czd890 opened this issue May 29, 2025 · 0 comments
Open
Labels
type: bug A code related bug.

Comments

@czd890
Copy link

czd890 commented May 29, 2025

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

Set ALLOCATION_TRACING=true to investigate #23093. But the process crashed after a few hours.
logs:

thread 'vector-worker' panicked at src/internal_telemetry/allocations/mod.rs:111:13:
index out of bounds: the len is 128 but the index is 255
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
{
    "timestamp": "2025-05-28T10:11:11.169059Z",
    "level": "ERROR",
    "message": "An error occurred that Vector couldn't handle: the task panicked and was aborted.",
    "target": "vector::topology",
    "span": {
        "component_id": "internal_metrics_source",
        "component_kind": "source",
        "component_type": "internal_metrics",
        "name": "source"
    },
    "spans": [
        {
            "component_id": "internal_metrics_source",
            "component_kind": "source",
            "component_type": "internal_metrics",
            "name": "source"
        }
    ]
}
{
    "timestamp": "2025-05-28T10:11:11.169209Z",
    "level": "INFO",
    "message": "Vector has stopped.",
    "target": "vector"
}

Configuration


Version

{ "timestamp": "2025-05-28T07:56:26.166623Z", "level": "INFO", "message": "Vector has started.", "debug": "false", "version": "0.44.0", "arch": "x86_64", "revision": "3cdc7c3 2025-01-13 21:26:04.735691656", "target": "vector" }

Debug Output


Example Data

No response

Additional Context

No response

References

No response

@czd890 czd890 added the type: bug A code related bug. label May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A code related bug.
Projects
None yet
Development

No branches or pull requests

1 participant