Created attachment 174831 [details] A sample embedded Firebird DB with a query The attached embedded Firebird database has a single table "ВОРОТА", and a single query "Query1": SELECT DISTINCT "ТипВорот" FROM "ВОРОТА" Trying to run the query on Windows results in an error: > The data content could not be loaded. > > firebird_sdbc error: > *Unrecognized C++ exception > caused by > 'isc_dsql_execute' Closing the program after that looks like OK, but upon the next launch, a crash reported starts, informing about a silent crash at close time. (In dbgutil master build, the crash is not silent.) Tested with Version: 7.2.1.1 (x64) / LibreOffice Community Build ID: 3cfc32d9754d2d239bd8ce2941029c12873010c1 CPU threads: 12; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: en-US Calc: threaded
https://gerrit.libreoffice.org/c/core/+/121753
Created attachment 174834 [details] Screenshot LO plus crash report Repro, but it's strange the box about crash report it's showed after open LibreOffice. Version: 7.2.0.4 (x64) / LibreOffice Community Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Vulkan; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c7b5e6566d9b24a0a996c739a945004d9aadee2f tdf#144340: fix FB configure on Windows It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-7-2": https://git.libreoffice.org/core/commit/e07e37569e7db08c82d73d582fb3a488035acd2f tdf#144340: fix FB configure on Windows It will be available in 7.2.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 143859 has been marked as a duplicate of this bug. ***
*** Bug 144627 has been marked as a duplicate of this bug. ***
*** Bug 144230 has been marked as a duplicate of this bug. ***
according to comments here and in duplicates, this affected only Windows.