I'm trying to debug an issue our systems guys are seeing. Here are the symptoms:

A file is created using the Scripting.FileSystemObject, but the contents are not written (the file is 0 bytes).

There is an infinite loop attempting write to the newly created file, the file always remains 0 bytes.

The code responsible for the file writing is not actually looping, it seems to come from FileSystemObject.

Has anyone heard of similar?

link|improve this question

64% accept rate
You should show us the code and give more details -- does it always loop? – Gabe Feb 22 '11 at 22:53
Cannot show exact code, company policy... It does not always loop, it seems that a threshold must be met before the looping starts (current guess is exhausting the available file handles). – aepheus Feb 22 '11 at 22:57
It should be possible to remove any identifying marks from the code. I cannot see how it would be possible to guess at an answer without any clues. Your company is depriving itself of an important resource. – Remou Feb 23 '11 at 1:51
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.