Welcome!

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

SignUp Now!

Recent content by jaltman

  1. jaltman

    TCMD 21.0.25 Integer divide-by-zero - code c0000094

    tcmd is often in the background and idle when it crashes. I have a minidump if you are interested.
  2. jaltman

    TCMD 21.0.25 Integer divide-by-zero - code c0000094

    My apologies for posting to the wrong forum. .excr is the command entered into WinDbg to display the exception record stored withing a dump file. The exception is taking place in TCMD code, in particular at offset 0x91 from the beginning of function tcmd!CPUUsage. Does tcmd.exe not have a...
  3. jaltman

    TCMD 21.0.25 Integer divide-by-zero - code c0000094

    The following exception is generated periodically on Windows 7 64-bit. 0:000> .ecxr *** ERROR: Symbol file could not be found. Defaulted to export symbols for tcmd.exe - rax=0000000000000000 rbx=000000013f8da740 rcx=000000fb9e802cc6 rdx=0000000000000000 rsi=00000000017d6be0...
  4. jaltman

    tcmd 21.0.19 win10 16179 console window loses content

    the 21.0.20 workaround prevents the text disappearance
  5. jaltman

    tcmd 21.0.19 win10 16179 console window loses content

    tcmd 21.0.19 but not 19.10.54 when used on 64-bit Windows 10 16179 erases the console window content when the window loses focus or when the mouse is clicked on the window.
  6. jaltman

    WAD 15.01.52 broke Windows 2003 SDK setenv.cmd

    Its an openafs setting and I'm the developer of the OpenAFS Windows client. The bug was coincidental and quite bizarre.
  7. jaltman

    WAD 15.01.52 broke Windows 2003 SDK setenv.cmd

    Reply Scott, thanks for the reply. PRE_INPUT and PRE_EXEC are not set. Take Command has the ability to automatically translate command line parameters that are known to be AFS paths by matching the prefix of the path, /afs/your-file-system.com/public/openafs, to a value specified in the...
  8. jaltman

    WAD 15.01.52 broke Windows 2003 SDK setenv.cmd

    I'm not running any plug-ins that I am aware of or remember. Is there a command I can run to list take command plugins? On this one system the substitution of all "/" with "\\" on each and every command line input is taking place: TCC 64-bit 15.01 TCC 32-bit 15.01 TCC 64-bit 14.03.59 TCC...
  9. jaltman

    WAD 15.01.52 broke Windows 2003 SDK setenv.cmd

    I cannot reproduce the problem on another system. On the problem system all parameters with forward slashes are translated to double backslashes. For example, "LIST /S" attempts to process "LIST \\s" and fails to find a file by that name. "dir /s" attempts to process "dir \\s" and fails...
  10. jaltman

    WAD 15.01.52 broke Windows 2003 SDK setenv.cmd

    Using BDEBUGGER to examine the parameters passed into setenv.cmd, it appears that any parameters with a leading slash are being modified similar to the following echo command: [C:\]echo /2000 \\2000 I hope this is a clue. I've tried toggling off "UNIX/Linux-style Paths" without a change in...
  11. jaltman

    WAD 15.01.52 broke Windows 2003 SDK setenv.cmd

    After upgrading to .52 the following errors are produced: C:\program files\Microsoft SDKs\Windows\2003\setenv.cmd [148] Usage : IF [/I] [NOT] condition [.AND. | .OR. | .XOR. [NOT] condition ...] command C:\program files\Microsoft SDKs\Windows\2003\setenv.cmd [158] Usage : FOR...
  12. jaltman

    Done Display OpenAFS reparse point info

    This suggestion was partially implemented in a late version 14 build and fully implemented in 15.0
  13. jaltman

    Done Display OpenAFS reparse point info

    tcc.exe recognizes objects with reparse points and displays SYMLINKD or JUNCTION in the directory listing output. When the file system is \Device\AFSRedirector (OpenAFS 1.7.x or higher) AFS mount points and symlinks are exposed as reparse points using the Microsoft assigned value...
  14. jaltman

    Accessing No-Drive Letter Resources

    Explorer Shell Namespace Extensions do not have to correspond to a file system. They can display data that is stored in a database or accessed via a local or remote procedure call interface. In order for these extended namespaces to be available at the command line Take Command (or an...
Back
Top