| Summary: | function ERROR() returns "Error 11 : No error text available!" | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | raal <raal> |
| Component: | BASIC | Assignee: | Eike Rathke <erack> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | noelgrandin, raal, xiscofauli |
| Priority: | high | Keywords: | bibisected, bisected, regression |
| Version: | 6.0.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.1.0 target:6.0.0.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
test file
correct result incorrect result |
||
|
Description
raal
2017-12-04 07:56:17 UTC
Created attachment 138205 [details]
test file
Created attachment 138206 [details]
correct result
Created attachment 138207 [details]
incorrect result
This seems to have begun at the below commit. Adding Cc: to Noel Grandin ; Could you possibly take a look at this one? Thanks 9f704695ff4127b8c9e3ff4a796b207cea87e4aa is the first bad commit commit 9f704695ff4127b8c9e3ff4a796b207cea87e4aa Author: Jenkins Build User <tdf@pollux.tdf> Date: Fri Aug 25 10:21:28 2017 +0200 source 7ca950ec744b7af1d15724ec2abc296573a641e4 author Noel Grandin <noelgrandin@gmail.com> 2017-08-23 19:25:02 +0200 committer Noel Grandin <noel.grandin@collabora.co.uk> 2017-08-25 09:03:42 +0200 commit 7ca950ec744b7af1d15724ec2abc296573a641e4 (patch) tree c224a4bb30c6379c4716035d3ae413bd91c0e26d parent 5bd31bf44301fdb1938d38eae7317745f35d9db1 (diff) no need to use ERRCODE_RES_MASK here the relevant usage sites already call GetRest() before comparing i've tried different error expressions from https://help.libreoffice.org/Basic/Error_Function_Runtime and none of them work. Increasing importance Version: 6.1.0.0.alpha0+ Build ID: 889c72a7e54f241342f42b1b0a05858902228cbc CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: ca-ES-valencia (ca_ES.UTF-8); Calc: group threaded Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d915cb417befeb4a2aa1913e4b91d8cc5297c3ec Resolves: tdf#114231 do not mask ErrCode with GetRest() It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Pending Jenkins for 6-0 https://gerrit.libreoffice.org/45882 Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=11667a8df2e4aad7c14c1ef3fdb80f61515832fc&h=libreoffice-6-0 Resolves: tdf#114231 do not mask ErrCode with GetRest() It will be available in 6.0.0.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |