Do not do threaded group calc if...
the dependency computation resulted in a breach of recursion limit of MAXRECURSION. In such a case, the formula-group we are trying to thread is at the bottom of recursion guard stack and the dependencies (up the recursion guard stack) are yet to be computed, so the formula-group is not safe for threading. This patch fixes a crash in tdf#115034/1 when threading is enabled. Change-Id: I81737d3dd00f4e5cc782e9f030c18e36f6337a1b Reviewed-on: https://gerrit.libreoffice.org/54789Reviewed-by:Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins
Showing
Please
register
or
sign in
to comment