Access Violation in Microsoft.Terminal.Control.dll!00007ffc426c1103 #14636

Open
opened 2026-01-31 04:15:34 +00:00 by claunia · 0 comments
Owner

Originally created by @gasizdat on GitHub (Jul 22, 2021).

Windows Terminal version (or Windows build number)

1.8.1521.0

Other Software

Windows 10 Pro 19043.1110. Windows Feature Experience Pack 120.2212.3530.0

Steps to reproduce

Frequently crash in case of start GUI program. Dump file (90 MB): https://drive.google.com/file/d/1HVlTVMoTlyEIB1-ThTKghKn0Vs8JvzI3/view?usp=sharing
Command configuration:

"profiles": 
{
	"list": 
	[
		{
			"closeOnExit": "graceful",
			"commandline": "cmd.exe /C start E:\\AST\\develop\\Bin\\Win64\\RelWithDebInfo\\TAD.exe",
			"cursorColor": "#FFFFFF",
			"guid": "{50bba4ff-17cd-4064-a13b-715ffd9f1694}",
			"historySize": 1,
			"icon": "E:\\AST\\develop\\Source\\Trident\\Icons\\Resources\\AppIcons\\TAD.ico",
			"name": "T A D              (\u0421\u0410\u041f\u0420)",
			"startingDirectory": "E:\\AST\\develop\\Bin\\Win64\\RelWithDebInfo\\"
		}
	]
}

Stack:

>	Microsoft.Terminal.Control.dll!00007ffc426c1103()	Unknown
 	TerminalConnection.dll!00007ffc530801f8()	Unknown
 	TerminalConnection.dll!00007ffc530796de()	Unknown
 	TerminalConnection.dll!00007ffc5309fc90()	Unknown
 	TerminalConnection.dll!00007ffc5309f43e()	Unknown
 	kernel32.dll!BaseThreadInitThunk()	Unknown
 	ntdll.dll!RtlUserThreadStart()	Unknown

Expected Behavior

No response

Actual Behavior

Crash with AV.

Originally created by @gasizdat on GitHub (Jul 22, 2021). ### Windows Terminal version (or Windows build number) 1.8.1521.0 ### Other Software Windows 10 Pro 19043.1110. Windows Feature Experience Pack 120.2212.3530.0 ### Steps to reproduce Frequently crash in case of start GUI program. Dump file (90 MB): https://drive.google.com/file/d/1HVlTVMoTlyEIB1-ThTKghKn0Vs8JvzI3/view?usp=sharing Command configuration: ``` "profiles": { "list": [ { "closeOnExit": "graceful", "commandline": "cmd.exe /C start E:\\AST\\develop\\Bin\\Win64\\RelWithDebInfo\\TAD.exe", "cursorColor": "#FFFFFF", "guid": "{50bba4ff-17cd-4064-a13b-715ffd9f1694}", "historySize": 1, "icon": "E:\\AST\\develop\\Source\\Trident\\Icons\\Resources\\AppIcons\\TAD.ico", "name": "T A D (\u0421\u0410\u041f\u0420)", "startingDirectory": "E:\\AST\\develop\\Bin\\Win64\\RelWithDebInfo\\" } ] } ``` Stack: ``` > Microsoft.Terminal.Control.dll!00007ffc426c1103() Unknown TerminalConnection.dll!00007ffc530801f8() Unknown TerminalConnection.dll!00007ffc530796de() Unknown TerminalConnection.dll!00007ffc5309fc90() Unknown TerminalConnection.dll!00007ffc5309f43e() Unknown kernel32.dll!BaseThreadInitThunk() Unknown ntdll.dll!RtlUserThreadStart() Unknown ``` ### Expected Behavior _No response_ ### Actual Behavior Crash with AV.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14636