Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Added known bugs section.
Browse files Browse the repository at this point in the history
svn path=/trunk/heap-buddy/; revision=51544
  • Loading branch information
Jon Trowbridge committed Oct 11, 2005
1 parent 001943c commit 4914969
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README
Expand Up @@ -139,3 +139,22 @@ exactly where each allocation occurred.
(etc.) (etc.)


You can also use Elizatron 2000(tm)-style arguments with this report. 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.


0 comments on commit 4914969

Please sign in to comment.