[Mono-bugs] [Bug 74920][Blo] Changed - chews all memory & dies (regression)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 May 2005 09:19: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 martin@ximian.com.

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

--- shadow/74920	2005-05-12 06:34:58.000000000 -0400
+++ shadow/74920.tmp.5010	2005-05-12 09:19:52.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74920
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: michael@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,14 @@
 http://go-oo.org/~michael/memory.tar.gz
 
 and run 'RUNME'. Any ideas Martin ? :-)
 
 Not _that_ critical, since I can compile selectively with the old compiler
 but ... ;-)
+
+------- Additional Comments From martin@ximian.com  2005-05-12 09:19 -------
+Simple test case:
+public unsafe struct Foo
+{
+        public Foo *foo;
+}
+