https://bugs.documentfoundation.org/show_bug.cgi?id=168908
Bug ID: 168908
Summary: Firebird error for SUM() aggregate function
Product: LibreOffice
Version: 25.8.1.1 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Created attachment 203378
--> https://bugs.documentfoundation.org/attachment.cgi?id=203378&action=edit
Sample document
An older version of “XRechnung”
(<https://www.familiegrosskopf.de/robert/index.php?&Inhalt=xrechnung>) worked
perfectly on Windows 10 with LibreOffice 25.2.5.2.
After migrating to Debian Trixie running
Version: 25.8.1.1 (X86_64) / LibreOffice Community
Build ID: 580(Build:1)
CPU threads: 4; OS: Linux 6.12; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Debian package version: 4:25.8.1-1~bpo13+1
Calc: threaded
the same document produces strange errors when queries include the “SUM()”
aggregate function.
I was able to produce the minimal attached Sample.odb which demonstrates the
issue (see the pre-defined queries):
- SELECT amount FROM testtab – works fine on Win10 and Debian, whereas
- SELECT SUM(amount) FROM testtab – broken on Linux, but works on Win10.
On Linux, the latter produces the error message
Die Dateninhalte konnten nicht geladen werden.
firebird_sdbc error:
*incorrect values within SQLDA structure
*empty pointer to data
*at SQLVAR index 0
caused by
‘isc_dsql_fetch’
As the issue makes the aforementioned document completely unusable, IMHO this
is a critical bug.
Any help will be highly appreciated!
--
You are receiving this mail because:
You are the assignee for the bug.