all groups > dotnet clr > june 2007 >
You're in the

dotnet clr

group:

Re-entrancy problems on Vista


Re-entrancy problems on Vista spurdog
6/21/2007 1:45:01 PM
dotnet clr:
We are having re-entrancy problems with Monitor.Wait on Vista. Whenever you
do managed blocking in an STA, there is some potential message pumping going
on. On Windows XP our code works fine, but on Vista a call to Monitor.Wait
dispatches paint messages, and that is a real problem causing deadlocks and
crashes for us. Is there a way to turn this “feature” off? Or is there
RE: Re-entrancy problems on Vista Peter Ritchie [C# MVP]
7/10/2007 11:20:03 AM
Are you calling Monitor.Wait on a GUI thread?

--
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#


[quoted text, click to view]
AddThis Social Bookmark Button