[Mono-bugs] [Bug 75693][Nor] Changed - ListBox giving linked list
corruption
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 18 12:24:48 EDT 2005
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 jordi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75693
--- shadow/75693 2005-08-03 12:11:04.000000000 -0400
+++ shadow/75693.tmp.26626 2005-08-18 12:24:48.000000000 -0400
@@ -5,13 +5,13 @@
OS Details: Fedora Core 4
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: jackson at ximian.com
ReportedBy: paul at all-the-johnsons.co.uk
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: ListBox giving linked list corruption
@@ -66,6 +66,19 @@
Application.Run(new ListBoxDemo());
}
}
------- Additional Comments From peter at novonyx.com 2005-08-03 12:11 -------
Do NOT change the priority unless you know what you're doing.
+
+------- Additional Comments From jordi at ximian.com 2005-08-18 12:24 -------
+It's a problem in the X11 driver at:
+
+lock (XlibLock) {
+ if (hwnd.client_window != IntPtr.Zero) {
+ XDestroyWindow(DisplayHandle, hwnd.client_window);
+ }
+
+ if (hwnd.whole_window != IntPtr.Zero) {
+ XDestroyWindow(DisplayHandle, hwnd.whole_window);
+ }
+ }
More information about the mono-bugs
mailing list