vrakeshreddy / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

GUI throws ArgumentOutOfRangeException #632

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ran a test which failed during <Setup>
2. Clicked on failed test item in Explorer (not parent)

What is the expected output? What do you see instead?
System.ArgumentOutOfRangeException: Index was out of range. Must be
non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at System.Collections.ObjectModel.Collection`1.get_Item(Int32 index)
   at Aga.Controls.Tree.TreeNodeAdv.NodeCollection.RemoveItem(Int32 index)
   at System.Collections.ObjectModel.Collection`1.RemoveAt(Int32 index)
   at Aga.Controls.Tree.TreeNodeAdv.NodeCollection.ClearItems()
   at System.Collections.ObjectModel.Collection`1.Clear()
   at Aga.Controls.Tree.TreeViewAdv.ReadChilds(TreeNodeAdv parentNode,
Boolean performFullUpdate)
   at Aga.Controls.Tree.TreeViewAdv._model_StructureChanged(Object sender,
TreePathEventArgs e)
   at Aga.Controls.Tree.TreeModelBase.OnStructureChanged(TreePathEventArgs
args)
   at Gallio.Icarus.Models.ProjectTreeModel.<set_TestProject>b__0(Object
sender, EventArgs e)
   at Gallio.Common.Policies.EventHandlerPolicy.SafeInvoke(EventHandler
handlerChain, Object sender, EventArgs e) in c:\RelEng\Projects\MbUnit
v3.1\Work\src\Gallio\Gallio\Common\Policies\EventHandlerPolicy.cs:line 43
Reported by: 
UnhandledExceptionPolicy
   at
Gallio.Icarus.Reports.ReportMonitor.<SetupDirectoryWatcher>b__7(Object
sender, FileSystemEventArgs e)
   at System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32 errorCode,
UInt32 numBytes, NativeOverlapped* overlappedPointer)
   at
System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32
errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)

What version of the product are you using? On what operating system?
3.1 build 397 on Windows 7 x64

Please provide any additional information below.
Fault is intermittent, but has occurred more than once.

Original issue reported on code.google.com by bender.oh@googlemail.com on 6 Mar 2010 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by grahamr...@gmail.com on 11 Mar 2010 at 7:57

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 21 Sep 2010 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 14 Jun 2011 at 5:53