Re: [gwt-contrib] Re: New Error caused by recent Chrome Update: RangeError: Maximum call stack size exceeded

2016-03-28 Thread Colin Alworth
The only issue I know of that causes this is https://github.com/gwtproject/gwt/issues/8233 (and also apparently https://github.com/gwtproject/gwt/issues/8229), which is fixed in GWT 2.7. This issue was caused by invoking a method with many arguments, rather than wrapping those arguments in a list

[gwt-contrib] Re: New Error caused by recent Chrome Update: RangeError: Maximum call stack size exceeded

2016-03-28 Thread 'Marius Gerwinn' via GWT Contributors
Hi Josh, Just wan't to let you know that we're facing the same issue here. We also have a quite large app, using Errai and only experiencing the issue in the newer Chrome version. No workaround except disabling the optimisation yet. If you found something or want some more info about our setup