Welcome!

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

SignUp Now!

@EXEC[CALL ...], CDD, crash!

May
13,011
174
Code:
v:\> type test1.btm
echo test2.btm returned %@exec[call v:\test2.btm]

v:\> type test2.btm
cdd d:\
cdd -
quit 17

v:\> test1.btm
test2.btm returned 17

v:\>

That looks good, right? If I now attempt a change of directory via the popup directory history, TCC crashes. There's nothing in tcc.exception.log. I have DMP files. V27 also does it; v26 doesn't.
 
The popup is not special. This will cause the crash too.

Code:
v:\> type test1.btm
echo test2.btm returned %@exec[call v:\test2.btm]

v:\> type test2.btm
cdd d:\
cdd -
quit 17

v:\> test1.btm
test2.btm returned 17

v:\> cdd v:\
 

Similar threads

Back
Top