https://bugs.kde.org/show_bug.cgi?id=492388
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG CC| |[email protected] Status|REPORTED |RESOLVED --- Comment #1 from Paul Floyd <[email protected]> --- It's not possible to have deterministic multithreaded programs. Valgrind gets a bit closer to being deterministic with its global lock and single threaded scheduler. With the default scheduler it is a matter of luck as to which thread gets scheduled next. I don't think that our fair scheduler addresses that either, it's purpose is to avoid thread starvation. I'm closing this as I don't see that there is anything that we can do. -- You are receiving this mail because: You are watching all bug changes.
