Our pure JavaScript Scheduler component


Post by koenvw »

Hi,

I'm getting an out-of-memory when using the scheduler on Firefox.
You can reproduce this by just opening the big dataset demo of the scheduler on the latest Firefox version.

Thanks

Koen


Post by Giovanni Pini »

We are experiencing the same with Firefox 92.
We are using suspendRefresh() and resumeRefresh() in our code, as in the above mentioned demo (big dataset).

Thanks,

Giovanni


Post by Maxim Gorkovsky »

Hello.
Reproduced, ticket opened here: https://github.com/bryntum/support/issues/3398 Thank you for report.

Quick check doesn't reveal anything obviously wrong with the code. And10x bigger dataset is loaded perfectly, as well as the failing dataset later in runtime.

I also noticed that issue is reproducible locally for me only with source files, bundles work just fine. Can you confirm that?

Do you use bundles locally?


Post by Giovanni Pini »

Hello,
we are experiencing the same thing both locally with source files and in production, where we use the bundles.


Post by sergey.maltsev »

Hi!
We have the issue for investigating the problem.
This is it.
https://github.com/bryntum/support/issues/3398

For now we've found that this problem related only to FireFox 64 bit version and to it's baseline JIT compiler.
Please subscribe to this git issue to be informed on the progress.


Post by chrisb »

Hey team,

Don't mean to add pressure - but this is affecting us as well. Is there an ETA on the fix?

Thanks

Chris


Post by sergey.maltsev »

Hi, chrisb!

We are working on this issue.
Currently we are preparing a testcase for Mozilla to check the issue.


Post by sergey.maltsev »

Bug report for Mozilla has been created
https://bugzilla.mozilla.org/show_bug.cgi?id=1732601


Post by sergey.maltsev »

Mozilla confirmed that issue has been fixed and targeting FireFox 94.
https://bugzilla.mozilla.org/show_bug.cgi?id=1732601
I've checked with latest FireFox nightly 94 alpha 1 and this works.

Yet issue affects FireFox 92 and 93 versions.


Post Reply