[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |

--- Comment #14 from Eike Rathke  ---
Taking.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

--- Comment #13 from Eike Rathke  ---
This actually is a repaint problem, Pgdn and PgUp or Shift+Ctrl+R to redraw the
grid displays the recalculated value. The commit mentioned somewhere forgets to
(re)set a changed flag, a debug version in terminal displays

sc/source/core/data/column4.cxx:1695: Internal error, cell 2!R3C3 failed
running Interpret(), not allowing threading

so it hits exactly that changed code.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

Ming Hua  changed:

   What|Removed |Added

 CC||osowie...@o2.pl

--- Comment #12 from Ming Hua  ---
*** Bug 137415 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

Telesto  changed:

   What|Removed |Added

 CC||rlamm...@emailenquete.nl

--- Comment #11 from Telesto  ---
*** Bug 137312 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

Telesto  changed:

   What|Removed |Added

Version|7.1.0.0.alpha0+ Master  |7.0.1.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

Telesto  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||l.lu...@collabora.com

--- Comment #10 from Telesto  ---
Adding CC: to Luboš Luňák

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

--- Comment #9 from Telesto  ---
Created attachment 166136
  --> https://bugs.documentfoundation.org/attachment.cgi?id=166136=edit
Bibisect log

Bisected to:
author  Luboš Luňák  2020-09-04 15:51:07 +0200
committer   Luboš Luňák  2020-09-10 11:15:47
+0200
commit  4f36f2ccab6286ec09480caea602c0fa19195736 (patch)
tree0d3156c2f322983fa30d3a6f4600be5102e2718e
parent  3f620e74aa00e34f773d97e9480a6532d9e8863e (diff)
detect if a cell still needs interpreting after Interpret()
https://bugs.documentfoundation.org/attachment.cgi?id=51878
after hard-recalc asserts because of not having cell dependencies
non-dirty for threaded calculation. This is because Interpret()
actually sometimes returns without computing a value for the cell,
e.g. when it backs out because of a need to do iteration.
This is handled when Interpret() is called from InterpretTail(),
but ScDependantsCalculator does not handle this and considers
all cells interpreted, unless it detected a problem.
We've already fixed a number of such bugs, and given that there
are still problematic corner cases after all this time, add code
simply detecting this generic problem and avoiding threading
in that case, with a SAL_WARN. This does not fix the problem
itself, but at least now it's handled.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=4f36f2ccab6286ec09480caea602c0fa19195736

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

Ming Hua  changed:

   What|Removed |Added

 CC||e...@arcor.de

--- Comment #8 from Ming Hua  ---
*** Bug 137275 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Priority|medium  |high
   Keywords||bibisectRequest, regression
 Ever confirmed|0   |1
   Severity|normal  |critical

--- Comment #7 from Telesto  ---
(In reply to Uwe Auer from comment #6)
> Created attachment 166090 [details]
> Testcase "Reproduce-Bug-137248.ods" File (as per comment)

Repro
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 7f16cabf00daa30e9284d2fb2494bd341352c25e
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

fine in
Version: 7.0.0.0.beta1+ (x64)
Build ID: 2891e91a513520d68ea2b8c59c14335861a15253
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

--- Comment #6 from Uwe Auer  ---
Created attachment 166090
  --> https://bugs.documentfoundation.org/attachment.cgi?id=166090=edit
Testcase "Reproduce-Bug-137248.ods" File (as per comment)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

--- Comment #5 from Uwe Auer  ---
Reproduced on:

Version: 7.0.2.2, Build ID: 8349ace3c3162073abd90d81fd06dcfb6b36b994
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: kf5
Locale: en-US (en_US.UTF-8); UI: en-US, Calc: threaded

Steps to reproduce.
 - Add a new value into cell B1 of the attached file
 - Check value of cell B4

Result: Value of cell B4 doesn't change automatically, while B2 and B3
recalculate
Expected Result: B4 autocalculates

Reset user profile: Yes

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

--- Comment #4 from Viktor  ---
(In reply to Telesto from comment #3)
> Thanks for reporting
> 
> It's working fine on MacOS
> Version: 7.0.0.2
> Build ID: c01aa64b6c3d89ebe5fe69c28c7adb24eb85249c
> CPU threads: 4; OS: Mac OS X 10.12.6; UI render: default; VCL: osx
> Locale: nl-NL (nl_NL.UTF-8); UI: en-US
> Calc: threaded

you're right.
it seems to be only from version 7.0.2.x and higher

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

--- Comment #3 from Telesto  ---
Thanks for reporting

It's working fine on MacOS
Version: 7.0.0.2
Build ID: c01aa64b6c3d89ebe5fe69c28c7adb24eb85249c
CPU threads: 4; OS: Mac OS X 10.12.6; UI render: default; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

--- Comment #2 from Viktor  ---
Created attachment 166069
  --> https://bugs.documentfoundation.org/attachment.cgi?id=166069=edit
Screenshot

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137248] Calc - AutoCalculate malfunction, always F9 (ReCalculate) necessary

2020-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137248

--- Comment #1 from Viktor  ---
Created attachment 166068
  --> https://bugs.documentfoundation.org/attachment.cgi?id=166068=edit
Demo File from Screenshot

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs