[Mono-bugs] [Bug 76390][Min] Changed - Generics: internal routines
fail to produce stringified types.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Oct 20 15:04:49 EDT 2005
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76390
--- shadow/76390 2005-10-19 21:12:12.000000000 -0400
+++ shadow/76390.tmp.19303 2005-10-20 15:04:49.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: martin at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: [GMCS]: problem when running with --profile=heap-buddy
+Summary: Generics: internal routines fail to produce stringified types.
This problem happens with profilers (module: heap-buddy).
Try profiling the included program, and it will produce:
mono$ mono --profile=heap-buddy /tmp/a.exe
@@ -54,6 +54,17 @@
{
List<object> a = new List<object> ();
a.Add (1);
a.Add ("hola");
}
}
+
+------- Additional Comments From miguel at ximian.com 2005-10-20 15:04 -------
+Please do not reset the title, the title was correct.
+
+The same crash that happens with heap-buddy (or any other profiler
+that tries to get a stringified representation) crashes things like
+Monodis.
+
+So it is not a "problem when running with --profile=heap-buddy" as you
+put on the summary line, it is a problem with any code that tries to
+render a stringified version of a type and reaches that assertion.
More information about the mono-bugs
mailing list