зеркало из https://github.com/mono/mail-archives.git
115 строки
4.6 KiB
HTML
115 строки
4.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75389][Nor] New - TextBox controls throws a
|
|
System.OutOfMemoryException exception
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075389%5D%5BNor%5D%20New%20-%20TextBox%20controls%20throws%20a%0A%09System.OutOfMemoryException%20exception&In-Reply-To=bug-75389%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="031009.html">
|
|
<LINK REL="Next" HREF="031011.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75389][Nor] New - TextBox controls throws a
|
|
System.OutOfMemoryException exception</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075389%5D%5BNor%5D%20New%20-%20TextBox%20controls%20throws%20a%0A%09System.OutOfMemoryException%20exception&In-Reply-To=bug-75389%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75389][Nor] New - TextBox controls throws a
|
|
System.OutOfMemoryException exception">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Mon Jun 27 06:19:51 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="031009.html">[Mono-bugs] [Bug 75388][Nor] Changed - Cannot delete a row that has
|
|
been just added
|
|
</A></li>
|
|
<LI>Next message: <A HREF="031011.html">[Mono-bugs] [Bug 75344][Wis] Changed - SerializationException
|
|
reading .resx file
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#31010">[ date ]</a>
|
|
<a href="thread.html#31010">[ thread ]</a>
|
|
<a href="subject.html#31010">[ subject ]</a>
|
|
<a href="author.html#31010">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jordi at ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75389">http://bugzilla.ximian.com/show_bug.cgi?id=75389</A>
|
|
|
|
--- shadow/75389 2005-06-27 06:19:51.000000000 -0400
|
|
+++ shadow/75389.tmp.18590 2005-06-27 06:19:51.000000000 -0400
|
|
@@ -0,0 +1,41 @@
|
|
+Bug#: 75389
|
|
+Product: Mono: Class Libraries
|
|
+Version: 1.1
|
|
+OS:
|
|
+OS Details:
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Normal
|
|
+Component: Windows.Forms
|
|
+AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">peter at novonyx.com</A>
|
|
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jordi at ximian.com</A>
|
|
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: TextBox controls throws a System.OutOfMemoryException exception
|
|
+
|
|
+Problem description:
|
|
+
|
|
+When closing a Datagrid application that uses TextBox control I get:
|
|
+"System.OutOfMemoryException exception". See
|
|
+
|
|
+Unhandled Exception: System.OutOfMemoryException: Out of memory.
|
|
+in <0x00084> System.Drawing.GDIPlus:CheckStatus (Status status)
|
|
+in <0x000d3> System.Drawing.Graphics:FromHwnd (IntPtr hwnd)
|
|
+in <0x00033> System.Windows.Forms.Control:CreateGraphics ()
|
|
+in <0x00018> System.Windows.Forms.TextBoxBase:CalculateDocument ()
|
|
+
|
|
+To reproduce:
|
|
+
|
|
+1. Go to winforms/datagrid
|
|
+2. Run the swf-datagrid.exe sample
|
|
+3. Press properties table navigation
|
|
+4. Close the window using the top-right cross button (the close window)
|
|
+5. Get the exception
|
|
+
|
|
+Actually the bug is due to the use of TextBox in Combobox. If it is a
|
|
+Combobox bug please re-assign it to me.
|
|
+
|
|
+Jordi,
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="031009.html">[Mono-bugs] [Bug 75388][Nor] Changed - Cannot delete a row that has
|
|
been just added
|
|
</A></li>
|
|
<LI>Next message: <A HREF="031011.html">[Mono-bugs] [Bug 75344][Wis] Changed - SerializationException
|
|
reading .resx file
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#31010">[ date ]</a>
|
|
<a href="thread.html#31010">[ thread ]</a>
|
|
<a href="subject.html#31010">[ subject ]</a>
|
|
<a href="author.html#31010">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|