hungdluit / flowlib

Automatically exported from code.google.com/p/flowlib
0 stars 0 forks source link

Exception when Saving currently hashing share #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load share
2. Add files to share (it will start hashing)
3. Wait several seconds
4. Add another directory to share

What is the expected output? What do you see instead?
When share trying to save itself it throws exception

What version of the product are you using? ~~(Do not write latest)~~
SVN r493

On what operating system?
Windows 7

Call Stack? ~~(Line numbers and exception type helps much)~~
Share.cs Save method
foreach (KeyValuePair<string, ContentInfo> item in share)
- collection has been changed

Please provide any additional information below.
Think it should in lock section

Original issue reported on code.google.com by hackw...@gmail.com on 4 Jun 2009 at 2:26

GoogleCodeExporter commented 8 years ago
Fix added to SVN.
Has it been solved?

Original comment by blomman84 on 27 Jun 2009 at 10:50