https://bugs.documentfoundation.org/show_bug.cgi?id=139306
--- Comment #3 from Vladislav Tarakanov <[email protected]> --- This error is still reproducible. Check with: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 160ea29f0003812ab1d4e1f6689c608c879ef509 CPU threads: 12; OS: Linux 6.1; UI render: default; VCL: gtk3 Locale: ru-RU (ru_RU.UTF-8); UI: en-US Calc: CL threaded It seems that we have found a solution to this problem. To do this, when casting a double value to a string, it was necessary to add an additional count of characters after the decimal point (now 20, in local build the error is corrected at 36) The line that was changed has the note "we don't want to allocate/deallocate 2GB just to fill it with trailing '0' characters". We would like to first discuss with other developers the correctness of such changes in the code -- You are receiving this mail because: You are the assignee for the bug.
