Welcome!

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

SignUp Now!

TCC/LE GPF

Charles Dye

Super Moderator
May
4,947
126
Staff member
I've seen this three or four times already, in at least two different batch files:

----------------------------------------------------
TCC LE 12.00.32
Module=C:\Bin\TCCLE\TakeCmd.dll
Address=1006C018
Exception=C0000005
EAX=00000000 EBX=00000000 ECX=00000001 EDX=00000000
ESI=01E16FB8 EDI=0040C3F0 EBP=0168F56C ESP=0168F564
CS=0000001B DS=00000023 ES=00000023 SS=00000023
Flags=00010297

Stack:
1 : TakeCmd.dll 0001:0006b018
----------------------------------------------------

I don't know which command(s) trigger it, but if it would be helpful I could probably narrow it down further.
 
I've seen this three or four times already, in at least two different batch files:

----------------------------------------------------
TCC LE 12.00.32
Module=C:\Bin\TCCLE\TakeCmd.dll
Address=1006C018
Exception=C0000005
EAX=00000000 EBX=00000000 ECX=00000001 EDX=00000000
ESI=01E16FB8 EDI=0040C3F0 EBP=0168F56C ESP=0168F564
CS=0000001B DS=00000023 ES=00000023 SS=00000023
Flags=00010297

Stack:
1 : TakeCmd.dll 0001:0006b018
----------------------------------------------------

I don't know which command(s) trigger it, but if it would be helpful I could probably narrow it down further.

The crash is in the Microsoft RTL, so I'll need either a longer stack trace or a reproducible failcase.
 
I can reproduce the GPF in TCC/LE 12.00.32, under both XP and Windows 7, with this much-reduced batch:

Code:
setlocal
endlocal

Of course it works fine in the full TCC -- or you'd have heard about it before now....
 
I can reproduce the GPF in TCC/LE 12.00.32, under both XP and Windows 7, with this much-reduced batch:

Code:
setlocal
endlocal
Of course it works fine in the full TCC -- or you'd have heard about it before now....

Yup, crashes for me too with the same version on 64-bit Win7.
 

Similar threads

Back
Top