Panic when running mise generate task-docs --inject
#4676
Unanswered
theutz
asked this question in
Troubleshooting and bug reports
Replies: 2 comments
-
$ RUST_BACKTRACE=1 mise generate task-docs --inject -o README.md
=== Async Backtrace (panic occurred in tokio runtime) ===
[no accessible async backtrace]
------- TASK DUMP TREE -------
=== End Async Backtrace ===
The application panicked (crashed).
Message: slice index starts at 542 but ends at 21
Location: /usr/src/debug/rust/rustc-1.88.0-src/library/alloc/src/vec/mod.rs:2646
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1: __libc_start_main<unknown>
at <unknown source file>:<unknown line>
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Run with RUST_BACKTRACE=full to include source snippets. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I created a PR #5651. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
mise generate task-docs --inject --output README.md
on a readme that looks like this:I get the following error message:
Error message
Redacted (*****) output from
mise doctor
Beta Was this translation helpful? Give feedback.
All reactions