Closed SomeoneToIgnore closed 1 day ago
I bisected the crash to https://github.com/zed-industries/zed/commit/6927512e345bb8c258417e58f7b0cf25b1ac8a87. It seems like ashpd
switched from async-std
to tokio
by default: https://github.com/bilelmoussaoui/ashpd/commit/ebfdc2f59ea1a522d749480e64c7ff1c44c0f41d.
Thank you, that was indeed it and quite easy to fix after your information.
Check for existing issues
Describe the bug / provide steps to reproduce it
Open Zed repo in Zed, toggle git blame, click on the git blame entry
Expected: a browser is opened with the relevant commit Actual: a cryptic panic
Do note that the path in the backtrace is from the build machine:
Environment
Zed Nightly 0.165.0 cacec06db66fe29252b0f24b08e53509812f32a6
Linux alpc 6.11.8-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 14 20:37:39 UTC 2024 x86_64 GNU/Linux
LSB Version: n/a Distributor ID: Fedora Description: Fedora Linux 41 (Workstation Edition) Release: 41 Codename: n/a
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.Zed.log
``` ```