[Mono-bugs] [Bug 69972][Cri] Changed - [PPC] crashbug passing big struct by value

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 28 Nov 2004 18:13:54 -0500 (EST)


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 grompf@sublimeintervention.com.

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

--- shadow/69972	2004-11-28 17:11:47.000000000 -0500
+++ shadow/69972.tmp.3787	2004-11-28 18:13:54.000000000 -0500
@@ -81,6 +81,16 @@
 			return m;
 		}
 	}
 }
 
 ----
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-11-28 18:13 -------
+lupus,
+
+  This is a "too small prolog" bug again; probably because of the number of hits into the 
+struct?  the g_assert is getting hit with code_len 384 code_size 316.  We could realloc up 
+for structs; but thats "expensive"; how would you like to see this fixed?
+
+-kangaroo
+