[Mono-bugs] [Bug 74411][Nor] Changed - Missing stack frames when using multiple (>2) appdomains

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 May 2005 17:31:22 -0400 (EDT)


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 sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74411

--- shadow/74411	2005-05-02 11:03:22.000000000 -0400
+++ shadow/74411.tmp.3710	2005-05-03 17:31:22.000000000 -0400
@@ -152,6 +152,14 @@
 
 ------- Additional Comments From vargaz@gmail.com  2005-04-22 20:12 -------
 This is because our stack walk only looks for methods in the current
 domain and the root domain, so if it finds a method from another domain
 it thinks it is a native function frame and skips it.
 
+
+------- Additional Comments From sebastien@ximian.com  2005-05-03 17:31 -------
+This is the right behaviour for Environment.StackTrace (my sample code
+was bad). 
+
+However the security runtime must walk the entire stack. So we'll need
+to support the actual code (for the stack trace) and some new code for
+the security runtime :-(