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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
