I have a simple model which uses probabilistic branches with uniform delay to generate particular histograms. The version on Linux generates the correct (expected) results consisting of complete histogram. But the Win32 version (tried on Windows and wine), generates only the first half of it, which is wrong.
Created attachment 245 [details] model.xml
Created attachment 246 [details] query.q
Created attachment 247 [details] wrong.png The wrong result on windows
Created attachment 248 [details] good.png The good (expected) result on Linux