Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79793 --- shadow/79793 2006-10-31 13:33:20.000000000 -0500 +++ shadow/79793.tmp.3472 2006-10-31 13:39:29.000000000 -0500 @@ -76,6 +76,114 @@ I get the same issue on MS.NET , but there a dialog box is shown that contains all details of the issue. I'll close this bug report and open a separate one for that issue. + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-31 13:39 ------- +On request, the stacktrace output on .NET: + +See the end of this message for details on invoking +just-in-time (JIT) debugging instead of this dialog box. + +************** Exception Text ************** +System.ArgumentOutOfRangeException: Index was out of range. Must be +non-negative and less than the size of the collection. +Parameter name: index + at System.Collections.ArrayList.get_Item(Int32 index) + at NUnit.Util.RecentFilesCollection.get_Item(Int32 index) + at NUnit.Gui.NUnitForm.NUnitForm_Load(Object sender, EventArgs e) + at System.Windows.Forms.Form.OnLoad(EventArgs e) + at System.Windows.Forms.Form.OnCreateControl() + at System.Windows.Forms.Control.CreateControl(Boolean +fIgnoreVisible) + at System.Windows.Forms.Control.CreateControl() + at System.Windows.Forms.Control.WmShowWindow(Message& m) + at System.Windows.Forms.Control.WndProc(Message& m) + at System.Windows.Forms.ScrollableControl.WndProc(Message& m) + at System.Windows.Forms.ContainerControl.WndProc(Message& m) + at System.Windows.Forms.Form.WmShowWindow(Message& m) + at System.Windows.Forms.Form.WndProc(Message& m) + at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) + at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) + at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 +msg, IntPtr wparam, IntPtr lparam) + + +************** Loaded Assemblies ************** +mscorlib + Assembly Version: 1.0.5000.0 + Win32 Version: 1.1.4322.2032 + CodeBase: +file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll +---------------------------------------- +nunit + Assembly Version: 2.3.6293.0 + Win32 Version: 2.3.6293.0 + CodeBase: file:///C:/nunit-2.4%20beta%202/bin/nunit.exe +---------------------------------------- +nunit-gui-runner + Assembly Version: 2.3.6293.0 + Win32 Version: 2.3.6293.0 + CodeBase: file:///C:/nunit-2.4%20beta%202/bin/nunit-gui- +runner.DLL +---------------------------------------- +nunit.util + Assembly Version: 2.3.6293.0 + Win32 Version: 2.3.6293.0 + CodeBase: file:///C:/nunit-2.4%20beta%202/bin/nunit.util.DLL +---------------------------------------- +nunit.uikit + Assembly Version: 2.3.6293.0 + Win32 Version: 2.3.6293.0 + CodeBase: file:///C:/nunit-2.4%20beta%202/bin/nunit.uikit.DLL +---------------------------------------- +System.Windows.Forms + Assembly Version: 1.0.5000.0 + Win32 Version: 1.1.4322.2032 + CodeBase: +file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a +5c561934e089/system.windows.forms.dll +---------------------------------------- +System + Assembly Version: 1.0.5000.0 + Win32 Version: 1.1.4322.2032 + CodeBase: +file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/s +ystem.dll +---------------------------------------- +nunit.core.interfaces + Assembly Version: 2.3.6293.0 + Win32 Version: 2.3.6293.0 + CodeBase: file:///C:/nunit-2.4%20beta% +202/bin/nunit.core.interfaces.DLL +---------------------------------------- +System.Drawing + Assembly Version: 1.0.5000.0 + Win32 Version: 1.1.4322.2032 + CodeBase: +file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11 +d50a3a/system.drawing.dll +---------------------------------------- +nunit.common + Assembly Version: 2.3.6293.0 + Win32 Version: 2.3.6293.0 + CodeBase: file:///C:/nunit-2.4%20beta%202/bin/nunit.common.DLL +---------------------------------------- + +************** JIT Debugging ************** +To enable just in time (JIT) debugging, the config file for this +application or machine (machine.config) must have the +jitDebugging value set in the system.windows.forms section. +The application must also be compiled with debugging +enabled. + +For example: + +<configuration> + <system.windows.forms jitDebugging="true" /> +</configuration> + +When JIT debugging is enabled, any unhandled exception +will be sent to the JIT debugger registered on the machine +rather than being handled by this dialog. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
