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 [EMAIL PROTECTED]

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

--- shadow/78652        2006-06-15 07:21:08.000000000 -0400
+++ shadow/78652.tmp.3742       2006-06-15 10:00:15.000000000 -0400
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Debian Woody
 OS Details: Debian Sid
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Normal
 Component: Windows.Forms
-AssignedTo: [EMAIL PROTECTED]                            
+AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Control.BeginInvoke crashes in .net 2.0 profile if security not 
enabled.
+Summary: [2.0] Control.BeginInvoke crashes if security not enabled.
 
 Description of Problem:
 Control.BeginInvokeInternal sets the asyncMethodData.context regardless of
 whether security is enabled.  But if security is not enabled, the security
 context within the execution context does not have its CompressedStack
 setup, therefore using the ExecutionContext.Run method results in a null
@@ -31,6 +31,11 @@
 set. (Patch attached...)
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-06-15 07:21 -------
 Created an attachment (id=17191)
 Patch to fix this issue.
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-06-15 10:00 -------
+The CompressedStack change (return empty) is a recent fix for bug
+#78306. I think the fix should be done in ExecutionContext (and will
+look at that) as, in a perfect world, MWF shouldn't have to consider this.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to