[Mono-bugs] [Bug 571691] New: new StackTrace( Thread, bool ) not implemented

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 18 16:29:23 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=571691

http://bugzilla.novell.com/show_bug.cgi?id=571691#c0


           Summary: new StackTrace( Thread, bool ) not implemented
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: 32bit
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: download2003 at gmx.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.9.1.7)
Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)

The follow sample code works with .NET and does not work with MONO.




Reproducible: Always

Steps to Reproduce:
StackTrace trace = new StackTrace( Thread.CurrentThread, false );
Console.WriteLine( trace );

Actual Results:  
MONO Output:
Unhandled Exception: System.NotImplementedException: The requested feature is
not implemented.
  at System.Diagnostics.StackTrace..ctor (System.Threading.Thread targetThread,
Boolean needFileInfo) [0x00006] in
C:\cygwin\tmp\monobuild\build\BUILD\mono-2.6.1\mcs\class\corlib\System.Diagnostics\StackTrace.cs:161 
  at test.Start.Main (System.String[] args) [0x0001e] in
C:\temp\test\test\Start.cs:32

Expected Results:  
  at test.Start.Main(String[] args)

-- 
Configure bugmail: http://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