[Mono-bugs] [Bug 61601][Wis] New - Broken parameter

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 09:40:52 -0400 (EDT)


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 ztashev@openlinksw.co.uk.

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

--- shadow/61601	2004-07-15 09:40:52.000000000 -0400
+++ shadow/61601.tmp.9915	2004-07-15 09:40:52.000000000 -0400
@@ -0,0 +1,81 @@
+Bug#: 61601
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 10.3.4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ztashev@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Broken parameter
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Please see attached code.
+
+Steps to reproduce the problem:
+1. Compile and execute attached code.
+
+Actual Results:
+Console output:
+p1 p1
+p2 p2
+p3 p3
+p4 p4
+p5 p5
+p6 p6
+p7 p7
+p9 p9
+GC Warning: Out of Memory!  Returning NIL!
+
+Unhandled Exception: System.OutOfMemoryException: Out of memory.
+
+Server stack trace: 
+in (unmanaged) (wrapper managed-to-native) 
+System.String:InternalAllocateStr (int)
+in <0x00084> (wrapper managed-to-native) System.String:InternalAllocateStr 
+(int)
+in <0x00078> System.String:Concat (string,string)
+in <0x00130> Test.TestSWR:.ctor 
+(string,string,string,string,string,string,string,string,string)
+in <0x000b8> Test.TestHost:ProcessRequest_int 
+(string,string,string,string,string,string,string,string,string)
+in (unmanaged) (wrapper managed-to-native) 
+System.Runtime.Remoting.RemotingServices:InternalExecute 
+(System.Reflection.MonoMethod,object,object[],object[]&)
+in <0x00090> (wrapper managed-to-native) 
+System.Runtime.Remoting.RemotingServices:InternalExecute 
+(System.Reflection.MonoMethod,object,object[],object[]&)
+in <0x0021c> 
+System.Runtime.Remoting.RemotingServices:InternalExecuteMessage 
+(System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMes
+sage)
+
+
+Exception rethrown at [0]: 
+
+in <0x00894> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke 
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messagin
+g.IMessage,System.Exception&,object[]&)
+
+
+Expected Results:
+Console output:
+…
+“OK”
+
+How often does this happen? 
+Always
+
+Additional Information:
+
+The binary is compiled from CVS.