Integrate block outputting inconsistent results

Hello everyone.

I have a system that depends on the integrate block. It integrates
samples
and then divides them for averaging. I noticed something wasn’t working
properly after updating to the last GR version and I don’t know what’s
going on, but testing a simple schematic with some blocks:

Const Source -----> Integrator --------> File Sink

Where the constant source is set at 1024 and the integrator decimation
at
1000, the output file contains these values:

1024000 (correct)
0
1024000
0
1024000
0
1024000
0
1024000

And so on. Is there something I’m doing wrong? Did anything change?

Thanks in advance, everyone.

Miguel