[Mono-bugs] [Bug 79717][Nor] Changed - System.Diagnostics.StackTrace doesn't work properly inside of AsyncCallback routines
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Oct 22 06:07:21 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79717
--- shadow/79717 2006-10-21 21:52:31.000000000 -0400
+++ shadow/79717.tmp.28953 2006-10-22 06:07:21.000000000 -0400
@@ -59,6 +59,13 @@
Simple test program attached.
------- Additional Comments From cmorgan at alum.wpi.edu 2006-10-21 21:52 -------
Created an attachment (id=17895)
Simple test application for the StackTrace bug
+
+------- Additional Comments From vargaz at gmail.com 2006-10-22 06:07 -------
+I think our StackTrace works just fine, its just that under MS.NET,
+the callback is invoked from managed code, while under mono, it is
+invoked from runtime code, so there are simply not frames to display
+under mono.
+
More information about the mono-bugs
mailing list