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
The latest commit this happens on is 26ab51d. It does not happen on the following commit (5bb948f) but that one only touched default bindings, so I don't think it fixed the root of the problem. Also none of the following commits up to master (70ac221) look like they would fix this either.
So far I managed to reduce the ~/min.tigrc that exposes the issue to this:
bind generic a :source ~/min.tigrc
bind generic x :
bind generic x :
bind generic x :
bind generic x :
bind generic x !git
bind generic x !git
bind generic x !git rebase --continue
bind generic x !git rebase --skip
bind generic x !git
bind generic x !git
bind generic x !git
The function run_prompt_command may reallocate the run_request,
invalidating the pointer to the current request if it was inside
run_request. The resulting use-after-free would cause occasional crashes.
Fixesjonas#1001
The function run_prompt_command may reallocate the run_request,
invalidating the pointer to the current request if it was inside
run_request. The resulting use-after-free would cause occasional crashes.
Fixesjonas#1001
The latest commit this happens on is 26ab51d. It does not happen on the following commit (5bb948f) but that one only touched default bindings, so I don't think it fixed the root of the problem. Also none of the following commits up to master (70ac221) look like they would fix this either.
So far I managed to reduce the
~/min.tigrc
that exposes the issue to this:Invocation:
Now type
a
and hit Enter. It crashes on my system:The text was updated successfully, but these errors were encountered: