You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh install of Kamu with curl -s "https://get.kamu.dev" | sh
Edit ~/.profile to include source <(kamu completions bash)
Start shell
Current Behavior
Jonathans-iMac:Kamu jonathan$ source ~/.profile-kamu
Jonathans-iMac:Kamu jonathan$ thread 'main' panicked at library/std/src/io/stdio.rs:1123:9:
failed printing to stdout: Broken pipe (os error 32)
stack backtrace:
0: _rust_begin_unwind
1: core::panicking::panic_fmt
2: std::io::stdio::_print
3: <kamu_cli::commands::completions_command::CompletionsCommand as kamu_cli::commands::Command>::run::{{closure}}
4: <tracing::instrument::Instrumented as core::future::future::Future>::poll
5: kamu_cli::app::run::{{closure}}::{{closure}}::{{closure}}
6: <tracing::instrument::Instrumented as core::future::future::Future>::poll
7: kamu_cli::app::run::{{closure}}
8: tokio::runtime::park::CachedParkThread::block_on
9: tokio::runtime::context::runtime::enter_runtime
10: tokio::runtime::runtime::Runtime::block_on
11: kamu_cli::main
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.
Oh no, looks like kamu has crashed!
Please try running kamu system diagnose to verify your environment.
If the issue persists, help us by reporting this problem at https://github.com/kamu-data/kamu-cli/issues
Describe the bug
Kamu command line completions crash on my Mac
Steps To Reproduce
curl -s "https://get.kamu.dev" | sh
~/.profile
to includesource <(kamu completions bash)
Current Behavior
Jonathans-iMac:Kamu jonathan$ source ~/.profile-kamu
Jonathans-iMac:Kamu jonathan$ thread 'main' panicked at library/std/src/io/stdio.rs:1123:9:
failed printing to stdout: Broken pipe (os error 32)
stack backtrace:
0: _rust_begin_unwind
1: core::panicking::panic_fmt
2: std::io::stdio::_print
3: <kamu_cli::commands::completions_command::CompletionsCommand as kamu_cli::commands::Command>::run::{{closure}}
4: <tracing::instrument::Instrumented as core::future::future::Future>::poll
5: kamu_cli::app::run::{{closure}}::{{closure}}::{{closure}}
6: <tracing::instrument::Instrumented as core::future::future::Future>::poll
7: kamu_cli::app::run::{{closure}}
8: tokio::runtime::park::CachedParkThread::block_on
9: tokio::runtime::context::runtime::enter_runtime
10: tokio::runtime::runtime::Runtime::block_on
11: kamu_cli::main
note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.Oh no, looks like kamu has crashed!
Please try running
kamu system diagnose
to verify your environment.If the issue persists, help us by reporting this problem at https://github.com/kamu-data/kamu-cli/issues
Expected Behavior
Should not crash
kamu system info
Logs
No such log exists
Anything else?
No response
The text was updated successfully, but these errors were encountered: