зеркало из https://github.com/mono/mail-archives.git
86 строки
3.9 KiB
HTML
86 строки
3.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 321541] Application.Idle called once per thread instead of 1 time only
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=Re%3A%20%5BMono-bugs%5D%20%5BBug%20321541%5D%20Application.Idle%20called%20once%20per%20thread%0A%20instead%20of%201%20time%20only&In-Reply-To=%3C20120530151049.15508245523%40molor.provo.novell.com%3E">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<style type="text/css">
|
|
pre {
|
|
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
|
|
}
|
|
</style>
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="113559.html">
|
|
<LINK REL="Next" HREF="113561.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 321541] Application.Idle called once per thread instead of 1 time only</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=Re%3A%20%5BMono-bugs%5D%20%5BBug%20321541%5D%20Application.Idle%20called%20once%20per%20thread%0A%20instead%20of%201%20time%20only&In-Reply-To=%3C20120530151049.15508245523%40molor.provo.novell.com%3E"
|
|
TITLE="[Mono-bugs] [Bug 321541] Application.Idle called once per thread instead of 1 time only">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Wed May 30 15:10:49 UTC 2012</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="113559.html">[Mono-bugs] [Bug 321541] Application.Idle called once per thread instead of 1 time only
|
|
</A></li>
|
|
<LI>Next message: <A HREF="113561.html">[Mono-bugs] [Bug 321541] Application.Idle called once per thread instead of 1 time only
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#113560">[ date ]</a>
|
|
<a href="thread.html#113560">[ thread ]</a>
|
|
<a href="subject.html#113560">[ subject ]</a>
|
|
<a href="author.html#113560">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=321541">https://bugzilla.novell.com/show_bug.cgi?id=321541</A>
|
|
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=321541#c7">https://bugzilla.novell.com/show_bug.cgi?id=321541#c7</A>
|
|
|
|
|
|
--- Comment #7 from Robert Wilkens <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">robwilkens at gmail.com</A>> 2012-05-30 15:10:48 UTC ---
|
|
I've got to walk away for a moment, but i want to note, now this is where the
|
|
sample code is hanging:
|
|
|
|
splash.Invoke(new MethodInvoker(splash.Close));
|
|
|
|
In the internal mono code, it's getting up to a call to WaitOne() in
|
|
AsyncMethodResult.EndInvoke() ....
|
|
|
|
WaitOne waits for a signal if i understand right... And i'm not sure i do yet.
|
|
|
|
I'll try to continue looking into this later if time allows...
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="113559.html">[Mono-bugs] [Bug 321541] Application.Idle called once per thread instead of 1 time only
|
|
</A></li>
|
|
<LI>Next message: <A HREF="113561.html">[Mono-bugs] [Bug 321541] Application.Idle called once per thread instead of 1 time only
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#113560">[ date ]</a>
|
|
<a href="thread.html#113560">[ thread ]</a>
|
|
<a href="subject.html#113560">[ subject ]</a>
|
|
<a href="author.html#113560">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|