Welcome!

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

SignUp Now!

Crash w/ Telnet

May
550
6
Running TCMD 12.00.25 x64 on Win7 x64.

When I telnet to a host, it connects, and then return to the telnet prompt by pressing CTRL+[, TCMD will crash on the next keypress.

This does not happen with cmd.exe.
 
Just the standard Windows telnet client.

BTW, I meant CTRL+] above, not the other bracket.

I don't a tcmd.gpf on my system, but here is some info from the Windows error dialog:

Code:
Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    conhost.exe
  Application Version:    6.1.7600.16385
  Application Timestamp:    4a5bc571
  Fault Module Name:    msvcrt.dll
  Fault Module Version:    7.0.7600.16385
  Fault Module Timestamp:    4a5bdfbe
  Exception Code:    c0000005
  Exception Offset:    0000000000001251
  OS Version:    6.1.7600.2.0.0.256.4
  Locale ID:    1033
  Additional Information 1:    4bd7
  Additional Information 2:    4bd7ab60bab17a4f2f79cf10520abce7
  Additional Information 3:    de61
  Additional Information 4:    de612ecbd5ad0341782095e7c32914cf
 
The problem does not happen with cmd.exe or tcc.exe (when run alone). It only happens with tcmd.exe. I don't think I've ever seen connhost crash except when running tcmd.exe.
 
> The problem does not happen with cmd.exe or tcc.exe (when run alone).
> It only happens with tcmd.exe. I don't think I've ever seen connhost
> crash except when running tcmd.exe.

And yet, the crash is in conhost, not TCMD ... :-)

The bug in conhost has to do with changing console buffers in hidden
consoles. Since neither TCC nor CMD is hidden, you're not likely to see it
surface there!

Fortunately, only telnet and one or two other oddball apps try to do this.

Rex Conn
JP Software
 

Similar threads

Back
Top