[Mono-bugs] [Bug 690944] TPL cannot use main UI thread TaskScheduler

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 8 18:32:38 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=690944

https://bugzilla.novell.com/show_bug.cgi?id=690944#c1


Jeffrey Stedfast <jeff at xamarin.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff at xamarin.com

--- Comment #1 from Jeffrey Stedfast <jeff at xamarin.com> 2011-08-08 22:32:37 UTC ---
Looks like the TaskScheduler is queueing it on the correct
SynchronizationContext, but SynchronizationContext.Post() is just tossing it
into the thread pool willy nilly and letting the thread pool decide what thread
to run it on completely independently.

At this point, I'm in over my head (I was in over my head from the get-go) and
my usefulness in debugging this further and fixing it is basically zilch. We'll
probably need Jeremy Laval to look into fixing this.

Jeremy: *poke*

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list