| Summary: | Segfault when running nushell | ||
|---|---|---|---|
| Product: | [Applications] yakuake | Reporter: | nighteule5 |
| Component: | general | Assignee: | Eike Hein <hein> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | acelan |
| Priority: | NOR | ||
| Version First Reported In: | 23.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Backtrace obtained with GDB | ||
|
Description
nighteule5
2023-09-02 23:54:56 UTC
yakuake 23.08.1-0xneon+22.04+jammy+release+build22
Can't reproduce this issue on ubuntu, and here is what I got when pressing F12 to call yakuake
Not sure why there are some errors, I just built nu by `cargo install nu`
Maybe you can run `nu` manually to see if it works.
```
Error: nu::parser::unknown_flag
× The `str replace` command doesn't have flag `string`.
╭─[/home/acelan/.config/nushell/env.nu:15:1]
15 │ let dir = ([
16 │ ($env.PWD | str substring 0..($home | str length) | str replace --string $home "~"),
· ────┬───
· ╰── unknown flag
17 │ ($env.PWD | str substring ($home | str length)..)
╰────
help: Available flags: --help(-h), --all(-a), --no-expand(-n), --regex(-r), --multiline(-m). Use `--help` for more information.
Error: nu::shell::removed_command
× Removed command: let-env
╭─[/home/acelan/.config/nushell/config.nu:185:1]
185 │ # The default config record. This is where much of your global configuration is setup.
186 │ let-env config = {
· ───┬───
· ╰── 'let-env' has been removed from Nushell. Please use '$env.<environment variable> = ...' instead.
187 │ # true or false to enable or disable the welcome banner at startup
╰────
__ ,
.--()°'.' Welcome to Nushell,
'|, . ,' based on the nu language,
!_-(_\ where all data is structured!
Please join our Discord community at https://discord.gg/NtAbbGn
Our GitHub repository is at https://github.com/nushell/nushell
Our Documentation is located at https://nushell.sh
Tweet us at @nu_shell
Learn how to remove this at: https://nushell.sh/book/configuration.html#remove-welcome-message
It's been this long since Nushell's first commit:
4yrs 4months 15days 12hrs 42mins 33secs 691ms 853µs 185ns
Startup Time: 47ms 598µs 734ns
/home/acelan>
```
As of 23.08.1, this is working. I forgot to update the issue |