[Mono-bugs] [Bug 348717] New: Heap-buddy does not work with mono 1.2.6

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 14 07:42:58 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=348717


           Summary: Heap-buddy does not work with mono 1.2.6
           Product: Mono: Tools
           Version: 1.2.6
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: tools
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: paul at floorball-flamingos.nl
         QAContact: mono-bugs at ximian.com
          Found By: ---


When heap-buddy 0.2 (or svn version of Dec, 14th 2007, r91276) is used with
mono 1.2.6 lots of thread errors are generated and execution is stalled (need
to do ctrl-c). See the following example:

13:38|paul at tabu:/tmp/m> cat h.cs
using System;

class MainClass
{
    public static void Main(string[] args)
    {
        Console.WriteLine("Hello");
    }
}
13:38|paul at tabu:/tmp/m> gmcs -out:h.exe h.cs
13:38|paul at tabu:/tmp/m> mono h.exe
Hello
13:38|paul at tabu:/tmp/m> mono --profile=heap-buddy:h.dat h.exe
*** Running with heap-buddy ***

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized

** (h.exe:8743): WARNING **: Thread (nil) may have been prematurely finalized
Stacktrace:


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list