Author: trow
Date: 2005-10-10 22:32:33 -0400 (Mon, 10 Oct 2005)
New Revision: 51544

Modified:
   trunk/heap-buddy/README
Log:
Added known bugs section.


Modified: trunk/heap-buddy/README
===================================================================
--- trunk/heap-buddy/README     2005-10-11 02:26:48 UTC (rev 51543)
+++ trunk/heap-buddy/README     2005-10-11 02:32:33 UTC (rev 51544)
@@ -139,3 +139,22 @@
 (etc.)
 
 You can also use Elizatron 2000(tm)-style arguments with this report.
+
+
+
+KNOWN BUGS/ISSUES:
+
+On SMP systems, heap-buddy will cause the mono runtime to lock up almost
+immediately.
+
+Outfiles are not architecture independent.
+
+Heap-buddy is not smart about recursive programs.  If you have a recursive
+function that contains allocations, each level of recursion will generate a
+distinct backtrace.  This produces extremely large outfiles and
+difficult-to-read reports.  (This is fixable, but requires adding code to the
+runtime plug-in to intelligently detect cycles in backtraces.)
+
+Some misguided people think that the natural language interface is silly.
+
+

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to