- May
- 13,149
- 180
See below. A first FOLDERMONITOR seems to work correctly. After "FOLDERMONITOR /C" and starting another, the first change results in a single message (expected). Subsequent changes result in two messages (?). The 26th change results in a crash. If I close a second one and start a third one, the third one prints three messages per change and crashes on the 18th change. It's utterly reproducible.
Code:
v:\> foldermonitor v:\ created modified deleted 50 echo help
v:\> echo.>> tempfile.tmp
v:\> ←[0elp
echo.>> tempfile.tmp
help
v:\> echo.>> tempfile.tmp
help
v:\> foldermonitor /c
v:\> foldermonitor v:\ created modified deleted 50 echo help
v:\> echo.>> tempfile.tmp
help
v:\> echo.>> tempfile.tmp
help
←[32;1v:\> elp
echo.>> tempfile.tmp
help
help
v:\> echo.>> tempfile.tmp
help
help
v:\> echo.>> tempfile.tmp
help
help
v:\> echo.>> tempfile.tmp
help
help
v:\> echo.>> tempfile.tmp
help
help
v:\>
Code:
Problem signature:
Problem Event Name: APPCRASH
Application Name: tcc.exe
Application Version: 15.0.1.52
Application Timestamp: 51d40b07
Fault Module Name: tcc.exe
Fault Module Version: 15.0.1.52
Fault Module Timestamp: 51d40b07
Exception Code: c0000005
Exception Offset: 0000414e
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 07d1
Additional Information 2: 07d19bf731583ca4adf08c5be3993ee2
Additional Information 3: bbd6
Additional Information 4: bbd6120fe5ac45d192fb7fe56d235bf5
Code:
---------------------------
tcc.exe - Application Error
---------------------------
The instruction at 0x00000000 referenced memory at 0x00000000. The memory could not be written.
Click on OK to terminate the program
Click on CANCEL to debug the program
---------------------------
OK Cancel
---------------------------