We're intermittantly encountering an access violation in rtl100.bpl when executing the Team Foundation Check-in command.
Final Builder version is 6.2.0.1074
As I mentioned, the issue is somewhat intermittant, and happens on about every 2nd or 3rd build or so. On error, the log file looks something like the following:
Path to Executable: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\tf.exe
Workspace Directory: c:\Sandbox\
Command line: checkin /comment:"Foo" /noprompt "ABC/myFile.xml"
Error executing Action : Access violation at address 20004324 in module 'rtl100.bpl'. Read of address 290DFFF8
If successful, it looks something like this:
Path to Executable: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\tf.exe
Workspace Directory: c:\Sandbox\
Command line: checkin /comment:"Foo" /noprompt "ABC/myFile.xml"
ABC:
Checking in edit: myFile.xml
The following changes were not checked in because the items were not modified.
Undoing edit: c:\Sandbox\ABC\myFile.xml
There are no remaining changes to check in.
Done.