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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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|[EMAIL PROTECTED]:/tmp/m> cat h.cs
using System;

class MainClass
{
    public static void Main(string[] args)
    {
        Console.WriteLine("Hello");
    }
}
13:38|[EMAIL PROTECTED]:/tmp/m> gmcs -out:h.exe h.cs
13:38|[EMAIL PROTECTED]:/tmp/m> mono h.exe
Hello
13:38|[EMAIL PROTECTED]:/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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to