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
While running git stack on a brand new Rust repo I generated with cargo generate, I ran into a crash. I was requested to report it here. Crash report contents:
Create a new repo with the command cargo generate https://github.com/aya-rs/aya-template
Fill out the details .
Run git stack
Actual Behaviour
Error shows up saying there was a crash
Expected Behaviour
Either an error saying the repo is empty, or a blank stack page
Debug Output
$ git stack -vv
[TRACE git_stack::stack] Initializing
[TRACE git_stack::config] Loading gitconfig
[TRACE git_stack::config] Loading /home/cloud-user/code/rust/aya-test/.gitconfig
[TRACE git_stack::config] Loading /home/cloud-user/code/rust/aya-test/.git/config
[TRACE git_stack::stack] Ignoring `auto-fixup=move` without an explicit `--rebase`
[TRACE git_stack::stack] Ignoring `auto-repair=true` without an explicit `--rebase`
[DEBUG globset] built glob set; 0 literals, 4 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
[TRACE git_stack::legacy::git::repo] Loading local branches
[TRACE os_info::imp] linux::current_platform is called
[TRACE os_info::imp::lsb_release] lsb_release command returned Output { status: ExitStatus(unix_wait_status(0)), stdout: "LSB Version:\t:core-4.1-amd64:core-4.1-noarch\nDistributor ID:\tRedHatEnterprise\nDescription:\tRed Hat Enterprise Linux release 8.6 (Ootpa)\nRelease:\t8.6\nCodename:\tOotpa\n", stderr: "" }
[TRACE os_info::imp::lsb_release] Trying to parse "LSB Version:\t:core-4.1-amd64:core-4.1-noarch\nDistributor ID:\tRedHatEnterprise\nDescription:\tRed Hat Enterprise Linux release 8.6 (Ootpa)\nRelease:\t8.6\nCodename:\tOotpa\n"
[TRACE os_info::imp::lsb_release] Parsed as 'Some("RedHatEnterprise")' distribution and 'Some("8.6")' version
[TRACE os_info::imp] Returning Info { os_type: RedHatEnterprise, version: Semantic(8, 6, 0), edition: None, codename: Some("Ootpa"), bitness: X64, architecture: Some("x86_64") }
Well, this is embarrassing.
git-stack had a problem and crashed. To help us diagnose the problem you can send us a crash report.
We have generated a report file at "/tmp/report-d65cc55b-3529-4980-b1fc-f47bbfb0ac5f.toml". Submit an issue or email with the subject of "git-stack Crash Report" and include the report as an attachment.
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.
Thank you kindly!
The text was updated successfully, but these errors were encountered:
Please complete the following tasks
Description
While running
git stack
on a brand new Rust repo I generated withcargo generate
, I ran into a crash. I was requested to report it here. Crash report contents:Version
git-stack 0.10.17
Steps to reproduce
cargo generate https://github.com/aya-rs/aya-template
git stack
Actual Behaviour
Error shows up saying there was a crash
Expected Behaviour
Either an error saying the repo is empty, or a blank stack page
Debug Output
The text was updated successfully, but these errors were encountered: