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=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: [EMAIL PROTECTED] +Component: misc +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] -QAContact: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Summary: [WIN32] Databinding will produce "Out of Memory" Exceptions +Cc: [EMAIL PROTECTED],[EMAIL PROTECTED] +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 [EMAIL PROTECTED] 2007-08-23 02:16 ------- Created an attachment (id=19865) marshal.c.diff + +------- Additional Comments From [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
