[Mono-bugs] [Bug 82499][Nor] Changed - [PATCH][WIN32] Databinding will produce "Out of Memory" Exceptions

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 23 02:27:09 EDT 2007


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 robertj at gmx.net.

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

--- shadow/82499	2007-08-23 02:16:51.000000000 -0400
+++ shadow/82499.tmp.29930	2007-08-23 02:27:09.000000000 -0400
@@ -1,22 +1,23 @@
 Bug#: 82499
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: Windows XP Professional
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: Sys.Web
-AssignedTo: mhabersack at novell.com                            
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: raterus at gmail.com               
-QAContact: mhabersack at novell.com
+QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Summary: [WIN32] Databinding will produce "Out of Memory" Exceptions
+Cc: mhabersack at novell.com,robertj at gmx.net
+Summary: [PATCH][WIN32] Databinding will produce "Out of Memory" Exceptions
 
 Description of Problem:
 I'm using XSP2 in Windows XP.  I have a simple test page I've created that
 shows how XSP2 will run out of memory on a fairly staight-forward example.
 
 Steps to reproduce the problem:
@@ -139,6 +140,11 @@
 
 
 ------- Additional Comments From robertj at gmx.net  2007-08-23 02:16 -------
 Created an attachment (id=19865)
 marshal.c.diff
 
+
+------- Additional Comments From robertj at gmx.net  2007-08-23 02:27 -------
+When the GMEM_MOVEABLE flag is not applied, GlobalReAlloc () is
+failing when the new size is >> than the original size of the block.
+


More information about the mono-bugs mailing list