On 01/11/2013 12:38 AM, Detlef Vollmann wrote: > Hi, > > I'm testing a small program that in a tight (busy) loop checks that another > thread has reached some specific state. > With valgrind, this runs forever on some machines, and returns pretty soon on > other (much slower) machines. > > Is this a known problem and is there a workaround?
Yes and yes. Upgrade to 3.8.1 and use --fair-sched=yes. J ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
