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
Describe the bug
Lazygit crashed with "invalid memory address or nil pointer dereference error" after deleting a branch and applying filtering.
It seems this was previously fixed in #3058, but it appeared again (I tested on commit 36918560, and it worked fine there).
To Reproduce
Steps to reproduce the behavior:
Create a branch named "dummy"
Focus branch list view
Press /
Type: dummy
Press Enter, d, Enter
Expected behavior
I expected lazygit to continue and either redo the filter operation, or show all branches.
Screenshots
If applicable, add screenshots to help explain your problem.
Version info:
lazygit: commit=v0.45.0, build date=2025-01-11T10:02:55Z, build source=binaryRelease, version=0.45.0, os=linux, arch=amd64, git version=2.48.1
git version 2.48.1
Note: please try updating to the latest version or manually building the latest master to see if the issue still occurs.
I tried compiling from master. The issue persists
The text was updated successfully, but these errors were encountered:
Describe the bug
Lazygit crashed with "invalid memory address or nil pointer dereference error" after deleting a branch and applying filtering.
It seems this was previously fixed in #3058, but it appeared again (I tested on commit
36918560
, and it worked fine there).To Reproduce
Steps to reproduce the behavior:
/
Enter
,d
,Enter
Expected behavior
I expected lazygit to continue and either redo the filter operation, or show all branches.
Screenshots
If applicable, add screenshots to help explain your problem.
Version info:
lazygit: commit=v0.45.0, build date=2025-01-11T10:02:55Z, build source=binaryRelease, version=0.45.0, os=linux, arch=amd64, git version=2.48.1
git version 2.48.1
Additional context
Note: please try updating to the latest version or manually building the latest
master
to see if the issue still occurs.I tried compiling from master. The issue persists
The text was updated successfully, but these errors were encountered: