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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 2 May 2005 11:03: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-04-22 20:12:45.000000000 -0400
+++ shadow/74411.tmp.8002	2005-05-02 11:03:22.000000000 -0400
@@ -12,12 +12,13 @@
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Missing stack frames when using multiple (>2) appdomains
+OtherBugsDependingOnThis: 52606
 
 Description of Problem:
 We're missing some stack frames when dealing with multiple appdomain. I
 seems to work with 2 appdomain (AD1 calling AD2) but doesn't work if AD1
 executes AD2 that calls AD3.