[cfe-dev] Windows Lit problems again. What should we do?

Francois Pichet pichet2000 at gmail.com
Sun Sep 19 08:11:33 PDT 2010


> Wait, we can create a new %t (before r114187) but not move a file to it ?
strangely yes.

none of your 2 patches make any difference. Your second patch doesn't
make sense. It delete the source file before renaming it. I suppose
you wanted to delete the destination file. I tried that, also doesn't
work.

> Can you try the attached move_fix1.diff and, if it doesn't work, move_fix2.diff ?

The only way I found to make it work is to try to rename, then if it
fail, Sleep(50), then try again. Repeat 3-4 times. then it works.. But
clearly this is not a correct solution.

I just learned that lit has it own Shell parser/interpreter. The
problem might be fixed there I hope.

 I am using Process Monitor
(http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx) to
watch all filesystem activities during a lit python run. I see strange
things.. I'll have more later.



More information about the cfe-dev mailing list