[PR #14195] [MERGED] Disallow a window waiting on system() to block DefTerm startup #29989

Open
opened 2026-01-31 09:38:02 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14195
Author: @DHowett
Created: 10/12/2022
Status: Merged
Merged: 10/14/2022
Merged by: @undefined

Base: mainHead: dev/duhowett/ra_ra_ra_and_apophis


📝 Commits (3)

  • 396921b Don't allow a window waiting on system() to block DefTerm startup
  • 6373f9c Switch to SMTO_NOTIMEOUTIFANDPROBABLYNOTHUNG
  • 1d593a9 Update src/cascadia/WindowsTerminal/IslandWindow.cpp

📊 Changes

1 file changed (+25 additions, -17 deletions)

View changed files

📝 src/cascadia/WindowsTerminal/IslandWindow.cpp (+25 -17)

📄 Description

We'll just ping the window and give it a chance to respond before we
bunk with it.

Fixes #14131


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/14195 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 10/12/2022 **Status:** ✅ Merged **Merged:** 10/14/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/duhowett/ra_ra_ra_and_apophis` --- ### 📝 Commits (3) - [`396921b`](https://github.com/microsoft/terminal/commit/396921b3bdad3709aa99c343c2590af98f8a2787) Don't allow a window waiting on system() to block DefTerm startup - [`6373f9c`](https://github.com/microsoft/terminal/commit/6373f9c8ffb0f0f2ad72b56b62c768b1238b9f86) Switch to SMTO_NOTIMEOUTIFANDPROBABLYNOTHUNG - [`1d593a9`](https://github.com/microsoft/terminal/commit/1d593a9157a8773efa390482950cccc38c82311e) Update src/cascadia/WindowsTerminal/IslandWindow.cpp ### 📊 Changes **1 file changed** (+25 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/WindowsTerminal/IslandWindow.cpp` (+25 -17) </details> ### 📄 Description We'll just ping the window and give it a chance to respond before we bunk with it. Fixes #14131 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:38:02 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29989