Crash when attempting to split pane with insufficient space available #3366

Open
opened 2026-01-30 23:19:40 +00:00 by claunia · 0 comments
Owner

Originally created by @richardszalay on GitHub (Aug 12, 2019).

Environment

Windows build number: Microsoft Windows [Version 10.0.18362.175]
Windows Terminal version (if applicable):0.3.2171.0

Steps to reproduce

  1. Map a key binding to splitHorizontal
  2. Invoke the splitHorizontal key binding beyond the point where space is available for the split (~6-7 times)

NOTE: It also happens when splitting vertically but it appears to allow more before crashing.

Expected behavior

Worth discussing, but I'm guessing it would simply reject the command and perform a system beep (or some other indication of the failure)

Actual behavior

Application crash

Originally created by @richardszalay on GitHub (Aug 12, 2019). # Environment ```none Windows build number: Microsoft Windows [Version 10.0.18362.175] Windows Terminal version (if applicable):0.3.2171.0 ``` # Steps to reproduce 1. Map a key binding to `splitHorizontal` 2. Invoke the `splitHorizontal` key binding beyond the point where space is available for the split (~6-7 times) NOTE: It also happens when splitting vertically but it appears to allow more before crashing. # Expected behavior Worth discussing, but I'm guessing it would simply reject the command and perform a system beep (or some other indication of the failure) # Actual behavior Application crash
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3366