Jump to content
Muxe Inc Forums
Sign in to follow this  
dandv

Moving many files may crash NDN

Recommended Posts

dandv    0

This is the second time I got this error, and the conditions to reproduce were the same. However, I can't sistematically reproduce it, so please check the NDN.ERR at http://home.arcor.de/dandv/MovingManyFiles.zip

 

Steps to attempt to reproduce:

 

1. In a directory, have around 10,000 .txt files.

2. Select them all, and rename them to something else (I renamed *.txt to Efr*.cnm)

3. After renaming some of the files, NDN might crash with the error in the ZIP file at the URL above.

 

Note that the FILE filed of the error is messed up.

 

I'm sorry I can't provide precise info on how to reproduce this one,

Dan

Share this post


Link to post
Share on other sites

hi!

 

thanks, this is serious

Necromancer already told me once about it, but i couldnt check....

seems like i need to make like 10.000 files for testing purpose :P

 

Stefan / AH

Share this post


Link to post
Share on other sites
dandv    0
thanks, this is serious

It sure is. What if the user moves the files to another drive, so they must be copied, but NDN copies the last file (before it crashes) only partially? Just an example.

 

seems like i need to make like 10.000 files for testing purpose :P

I reproduced it once with only 1000 files.

 

To create the files, you can simply run this from the command line:

for /L %i in (1, 1, 10000) do echo "File %i" > "file%i.txt"

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×