[Mono-bugs] [Bug 77782][Nor] New - Crash in Listview.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 14 01:18:56 EST 2006


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 miguel at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77782

--- shadow/77782	2006-03-14 01:18:56.000000000 -0500
+++ shadow/77782.tmp.11612	2006-03-14 01:18:56.000000000 -0500
@@ -0,0 +1,62 @@
+Bug#: 77782
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: miguel at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Crash in Listview.
+
+I was running the winforms/listview sample:
+
+To reproduce:
+
+Run: 
+mono swf-listview-items.exe
+
+Then click:
+1. Add Items
+2. Select an icon.
+3. Now click in between two icons (or the union of four, its easier to hit).
+
+You get a crash:
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x00024> MonoSamples.ListViewTest:listviewIndexChanged (System.Object
+sender, System.EventArgs e)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in <0x00023> System.Windows.Forms.ListView:OnSelectedIndexChanged
+(System.EventArgs e)
+in <0x005cb> System.Windows.Forms.ListView+ItemControl:ItemsMouseDown
+(System.Object sender, System.Windows.Forms.MouseEventArgs me)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_MouseEventArgs
+(object,System.Windows.Forms.MouseEventArgs)
+in <0x00023> System.Windows.Forms.Control:OnMouseDown
+(System.Windows.Forms.MouseEventArgs e)
+in <0x00816> System.Windows.Forms.Control:WndProc
+(System.Windows.Forms.Message m)
+in <0x00014> System.Windows.Forms.Control+ControlNativeWindow:WndProc
+(System.Windows.Forms.Message m)
+in <0x0011e> System.Windows.Forms.NativeWindow:WndProc (IntPtr hWnd, Msg
+msg, IntPtr wParam, IntPtr lParam)
+in <0x00016> System.Windows.Forms.XplatUIX11:DispatchMessage
+(System.Windows.Forms.MSG msg)
+in <0x00015> System.Windows.Forms.XplatUI:DispatchMessage
+(System.Windows.Forms.MSG msg)
+in <0x00602> System.Windows.Forms.Application:RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context)
+in <0x00024> System.Windows.Forms.Application:Run
+(System.Windows.Forms.Form mainForm)
+in <0x0001f> MonoSamples.ListViewTest:Main (System.String[] args)


More information about the mono-bugs mailing list