Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1696

Crash using Ctrl-C

$
0
0
I can work around the problem reported here with some quotes.

Code:
do x in *.dll (if "%@exec[strings %x | findstr cmd.exe]" == "0" echo **%x)

Interrupting that command with Ctrl-C makes TCC crash. I get a dump file and no entries in tcc.exception.log. Analyzing the crash with WinDbg I see this.

Code:
FAILURE_EXCEPTION_CODE:  c0000409

FAILURE_IMAGE_NAME:  takecmd.dll

FAILURE_MODULE_NAME:  takecmd

FAILURE_FUNCTION_NAME:  VScrput_Command

Viewing all articles
Browse latest Browse all 1696

Trending Articles