[Libreoffice-bugs] [Bug 124577] Copying by dragging calculates false values (different every time)

2020-02-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

--- Comment #10 from b.  ---
Created attachment 157959
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157959=edit
another file pinpointing the bug

have fun trying to spot the fault in the attached file, 

starting with a complexity of 3 - even very simple - dependent formulas per row
and 100 rows with identical formulas below each other 

(that's where parallelized computation is activated if it's enabled by either
openCL or 'threaded' calculation) 

with the rows 'connected' by one (or more) of the calculations, 

calc will react with wrong results if you do an 'unchanging edit' 

- e.g. copy the formula from another cell in a column - to the second from top
cell of the identical (shared) formulas. 

calc will inject wrong values in cells dependent on the copied one, copied from
the corresponding dependent cells of the source position for the copy.

-- 
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 124577] Copying by dragging calculates false values (different every time)

2020-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

--- Comment #9 from b.  ---
Created attachment 157481
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157481=edit
124577_piraci_test8_ori, calculation error with threaded or openCL

ok, as @xisco closed the simplified bug #129753 and thus it won't get much
attention: 

the sheet presented by the OP for this bug is quite complex, too complex to get
the error spotted and solved yet, it's hard to dig through it, 

i put in a simplified sheet here, it has two samples reduced to the minimum
conditions where the error is appearing, and pinpointing the spot where the
error starts, 

detailed info see into the sheet, 

condensed description: 'reproducible miscalculations with either threaded or
openCL activated',

imho the bug is important as it will - often unnoticed - affect plenty results
for users working with either openCL or 'threaded' calculation, wich is
activated by default,  

it would be very helpful if a developer can have a short look at the
attachement and decide if a reliable spreadsheet could possibly perform better
than that, 

thanks, reg.  

b.

-- 
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 124577] Copying by dragging calculates false values (different every time)

2020-01-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

--- Comment #8 from b.  ---

i'd put some 'digging ideas' there: 

https://bugs.documentfoundation.org/show_bug.cgi?id=129753

-- 
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 124577] Copying by dragging calculates false values (different every time)

2020-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

--- Comment #7 from Xisco FaulĂ­  ---
*** Bug 129753 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 124577] Copying by dragging calculates false values (different every time)

2019-12-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

--- Comment #6 from b.  ---
Created attachment 156818
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156818=edit
shrinked sheet with the error still occuring

looks like one more of my well beloved 'shared formula breaks autocalculate' or
'neglected dependencies' or 'threaded still experimental' problems. 

starts with cell H5 being calculated to 21 instead of 30 on drag or copy from
row 4 to row 5. 

fails with 'threaded' or 'CL' enabled on my system, works better with both off, 

minimum reproducer as of now: 
attached sheet piraci_test2.ods (stripped some rows and columns), copy B4:H4 to
B5:H5, value in H5 (21) wrong against formula (=B5+11) == (19+11) == (30), 
as shift-ctrl-F9 helps out ... standard 'autocalculate broken with shared
formulae'? 

assumption: calculation of H5 is done without taking into account that the
value of B5 - copied from B4 as value: "10", formula: "=D3", has to have the
relative reference in the formula adapted to "=D4" and thus will change it's
value too. 10 (value of copied B4) plus 11 (number to add for H5) will give the
21 shown in H5. things like this may occur when implementing non mature
parallelizing mechanisms ... :-(

(i admit that even in theory it is difficult to reconcile the splitting of a
task (for parallelized processing) and the keeping together of dependencies (to
recognize circular references and for proper 'clarification' of shared
formulas) ... big praise to the developers that some of it works at all! ... 

looks as nobody is taking me serious ... imho it's time for a fix or kill-out
of the source of this minefield of bugs instead of plastering only the errors
which make it through to users notice ... 

*** kiss *** keep it simple and stupid *** avoid use of exotic constructs and
functions *** and experimental features like parallellized computing *** and
you'll be happy and save time of your life *** but the training of your brain
is neglected *** that helps to stay happy too ***

-- 
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 124577] Copying by dragging calculates false values (different every time)

2019-04-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

b.  changed:

   What|Removed |Added

 CC||newbie...@gmx.de
 OS|Linux (All) |All

--- Comment #5 from b.  ---
instant repro with 

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 35d9a2618dc0116378ab795a7b9277d248c5afd4
CPU threads: 8; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-04-05_04:55:04
Locale: de-DE (de_DE); UI-Language: en-US
Calc: *threaded*

Err:522 in K153:N153

but not! repro with *not threaded*, three attempts, all identical, no err:

win 7 pro x64

os: not 'all', but linux and win

-- 
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 124577] Copying by dragging calculates false values (different every time)

2019-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

Oliver Brinzing  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 Blocks||109324, 114159
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||4270

--- Comment #4 from Oliver Brinzing  ---
setting to "NEW" even if i can not reproduce at the moment, but it sounds
understandable and seems to be related to/a duplicate of:

Editing: Err:522 on copying of rows with "Calc: threaded" enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=124270


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109324
[Bug 109324] [META] Calculate bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=114159
[Bug 114159] [META] Calc Threaded Calculation bugs and enhancements
-- 
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 124577] Copying by dragging calculates false values (different every time)

2019-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

zbrojny...@protonmail.ch changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
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 124577] Copying by dragging calculates false values (different every time)

2019-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

--- Comment #3 from zbrojny...@protonmail.ch ---
I tried reproducing this bug in safe mode and the same thing happens.
Libreoffice version I am using is the following: 6.2.2.2, Build ID: 20
(Build:2) (installed from Solus repositories). Pressing Ctrl+Shift+F9 after
dragging corrects all the values. Disabling multi-threaded calculation seems to
fix this problem.

-- 
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 124577] Copying by dragging calculates false values (different every time)

2019-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Oliver Brinzing  ---
Thank you for reporting the bug. 

To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

And please copy information from Menu "Help/About LibreOffice"
so we can see the exact LibreOffice version you use.

> Actual Results:
> Calculated values are wrong and different every time

Does it work, if you do a hard recalc after dragging?
-> Menu "Data/Calculate/Recalculate Hard (Ctrl+Shift+F9)"

Have you tried with disabled:
Menu "Tools/Options/LibreOffice Calc/Calculate"
CPU Threading settings
[ ] Enable multi-threaded calculation 

I have set the bug's status to 'NEEDINFO'. 
Please change it back to 'UNCONFIRMED' once the requested info is provided.

-- 
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 124577] Copying by dragging calculates false values (different every time)

2019-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124577

--- Comment #1 from zbrojny...@protonmail.ch ---
Created attachment 150564
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150564=edit
Affected file

-- 
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