[Mono-bugs] [Bug 60330][Wis] Changed - change the content of a string property from inside the class causes a stack overflow

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 02:05:24 -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 raf@ophion.org.

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

--- shadow/60330	2004-06-17 02:01:01.000000000 -0400
+++ shadow/60330.tmp.9111	2004-06-17 02:05:24.000000000 -0400
@@ -1,10 +1,10 @@
 Bug#: 60330
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: FC2
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
@@ -77,6 +77,9 @@
 	{
 		Blah = "this is a test";
 		Console.WriteLine(Blah);	
 	
 	}
 }
+
+------- Additional Comments From raf@ophion.org  2004-06-17 02:05 -------
+IT does not have to be a string. setting any property causes an exception