Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Crash using Ctrl-C

May
12,965
172
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
 

Similar threads

Back
Top