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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Apr 2005 20:12:45 -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 vargaz@gmail.com.

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

--- shadow/74411	2005-04-22 17:32:30.000000000 -0400
+++ shadow/74411.tmp.5029	2005-04-22 20:12:45.000000000 -0400
@@ -145,6 +145,12 @@
 
 
 Additional Information:
 
 - This configuration is common when using nunit to test appdomain features.
 - Missing stack frames means missing CAS declarative security checks :-(
+
+------- 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.
+