[Mono-bugs] [Bug 333791] New: Mono profiler segfaults at shutdown

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 15 04:56:20 EDT 2007


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

           Summary: Mono profiler segfaults at shutdown
           Product: Mono: Runtime
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: sanxiyn at gmail.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


SVN r87476.

$ cat test.cs
public class test {
    public static void Main() {}
}

$ mono --profile=default:stat test.exe
prof counts: total/unmanaged: 1/0
Total time spent compiling 0 methods (sec): 0
Total number of calls: 0

Allocation profiler
Total memory allocated: 0 KB
Segmentation fault

This doesn't happen with Mono 1.2.5.

Backtrace:

(gdb) bt
#0  0x080f361f in simple_appdomain_unload (prof=0x821c290, domain=0x21f00)
    at profiler.c:1338
#1  0x0809dee8 in mono_domain_free (domain=0x21f00, force=1) at domain.c:1709
#2  0x0813991f in mini_cleanup (domain=0x21f00) at mini.c:12489
#3  0x0805aa0c in mono_main (argc=3, argv=0xbfa7ae54) at driver.c:1385
#4  0x08059e42 in main (argc=1474660693, argv=0xec815356) at main.c:6


-- 
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