Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-10-02 Thread Aleksey Khudyakov
On 01.10.2012 02:14, Ben Gamari wrote: Aleksey Khudyakovalexey.sklad...@gmail.com writes: On 13.08.2012 19:43, Ryan Newton wrote: Terrible! Quite sorry that this seems to be a bug in the monad-par library. I'm copying some of the other monad-par authors and we hopefully can get to the

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-09-30 Thread Ben Gamari
Aleksey Khudyakov alexey.sklad...@gmail.com writes: On 13.08.2012 19:43, Ryan Newton wrote: Terrible! Quite sorry that this seems to be a bug in the monad-par library. I'm copying some of the other monad-par authors and we hopefully can get to the bottom of this. If it's not possible to

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-13 Thread Ryan Newton
Terrible! Quite sorry that this seems to be a bug in the monad-par library. I'm copying some of the other monad-par authors and we hopefully can get to the bottom of this. If it's not possible to create a smaller reproducer, is it possible to share the original test that triggers this problem?

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-13 Thread Till Berger
Terrible! Quite sorry that this seems to be a bug in the monad-par library. I'm copying some of the other monad-par authors and we hopefully can get to the bottom of this. If it's not possible to create a smaller reproducer, is it possible to share the original test that triggers this problem?

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-13 Thread Aleksey Khudyakov
On 13.08.2012 19:43, Ryan Newton wrote: Terrible! Quite sorry that this seems to be a bug in the monad-par library. I'm copying some of the other monad-par authors and we hopefully can get to the bottom of this. If it's not possible to create a smaller reproducer, is it possible to share the

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-13 Thread Aleksey Khudyakov
On 13.08.2012 20:26, Till Berger wrote: Terrible! Quite sorry that this seems to be a bug in the monad-par library. I'm copying some of the other monad-par authors and we hopefully can get to the bottom of this. If it's not possible to create a smaller reproducer, is it possible to share the

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-12 Thread Aleksey Khudyakov
On 10.08.2012 22:20, Till Berger wrote: So I am not sure if this is a bug in Criterion itself, the Statistics package or any dependency or if I am doing something obviously wrong. I would be grateful if someone could look into this as it is holding me back from using Criterion for benchmarking

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-10 Thread Till Berger
So I am not sure if this is a bug in Criterion itself, the Statistics package or any dependency or if I am doing something obviously wrong. I would be grateful if someone could look into this as it is holding me back from using Criterion for benchmarking my code. I would suspect

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-09 Thread Aleksey Khudyakov
On 07.08.2012 19:15, Aleksey Khudyakov wrote: On 07.08.2012 18:16, Till Berger wrote: Dear all, So I am not sure if this is a bug in Criterion itself, the Statistics package or any dependency or if I am doing something obviously wrong. I would be grateful if someone could look into this as it

[Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-07 Thread Till Berger
Dear all, I may have stumbled upon a bug in the Criterion package. When running the attached Haskell program (Benchmark.hs, a simple test case) on multiple cores (with +RTS -N, +RTS -N2, +RTS -N3 etc.) it sooner or later crashes with the following exception: Benchmark: thread blocked

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-07 Thread Johan Tibell
Hi Till, This would make an excellent bug report at: https://github.com/bos/criterion/issues Cheers, Johan ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Possible bug in Criterion or Statistics package

2012-08-07 Thread Aleksey Khudyakov
On 07.08.2012 18:16, Till Berger wrote: Dear all, I may have stumbled upon a bug in the Criterion package. When running the attached Haskell program (Benchmark.hs, a simple test case) on multiple cores (with +RTS -N, +RTS -N2, +RTS -N3 etc.) it sooner or later crashes with the following