mail-archives/mono-bugs/2003-August/007060.html

99 строки
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 47847][Nor] Changed - LogicalCallContext created at wrong time in MethodCallMessage
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="007058.html">
<LINK REL="Next" HREF="007061.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 47847][Nor] Changed - LogicalCallContext created at wrong time in MethodCallMessage
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 47847][Nor] Changed - LogicalCallContext created at wrong time in MethodCallMessage">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Sun, 24 Aug 2003 06:26:16 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="007058.html">[Mono-bugs] Tickets arrived
</A></li>
<LI> Next message: <A HREF="007061.html">[Mono-bugs] Constantin IT detected a virus in a message you sent. The infect
ed attachment was deleted.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7060">[ date ]</a>
<a href="thread.html#7060">[ thread ]</a>
<a href="subject.html#7060">[ subject ]</a>
<a href="author.html#7060">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:lluis@ximian.com.">lluis@ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=47847">http://bugzilla.ximian.com/show_bug.cgi?id=47847</A>
--- shadow/47847 2003-08-23 16:48:46.000000000 -0400
+++ shadow/47847.tmp.369 2003-08-24 06:26:16.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 47847
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
ReportedBy: <A HREF="mailto:vladimir@pobox.com">vladimir@pobox.com</A>
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
TargetMilestone: ---
@@ -64,6 +64,16 @@
--- end ---
------- Additional Comments From <A HREF="mailto:vladimir@pobox.com">vladimir@pobox.com</A> 2003-08-23 16:48 -------
Created an attachment (id=5197)
LogicalCallContext creation patch
+
+------- Additional Comments From <A HREF="mailto:lluis@ximian.com">lluis@ximian.com</A> 2003-08-24 06:26 -------
+I just realized that the CallContext should be restored before leaving
+PrivateInvoke. This can be done like this:
+
+if (res_msg.LogicalCallContext != null)
+CallContext.SetCurrentCallContext (res_msg.LogicalCallContext);
+
+In any case, the patch is ok. Feel free to commit.
+Thanks!
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="007058.html">[Mono-bugs] Tickets arrived
</A></li>
<LI> Next message: <A HREF="007061.html">[Mono-bugs] Constantin IT detected a virus in a message you sent. The infect
ed attachment was deleted.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7060">[ date ]</a>
<a href="thread.html#7060">[ thread ]</a>
<a href="subject.html#7060">[ subject ]</a>
<a href="author.html#7060">[ author ]</a>
</LI>
</UL>
</body></html>