| Summary: | CRASH: Base crash without any notice with the option to migrate the embedded database from HDBSQL to FIREBIRD. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | m_a_riosv <miguelangelrv> |
| Component: | Base | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | critical | CC: | btomi96, oliver.brinzing, xiscofauli |
| Priority: | high | Keywords: | bibisected, regression |
| Version: | 6.1.0.0.alpha1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.3.0 target:6.2.0.2 target:6.1.5 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 116968 | ||
| Attachments: |
console traces
bt with debug symbols |
||
|
Description
m_a_riosv
2018-10-13 23:29:19 UTC
confirming crash with Version: 6.2.0.0.alpha0+ (x64) Build ID: b9234b43ed259a10cf9077032af0f79740f01d8b CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; Locale: de-DE (de_DE); Calc: threaded btw: step 1 "Mark experimental in Menu/Tools/Options/LibreOffice/Advanced" is not necessary to reproduce the crash. Created attachment 145703 [details]
console traces
On pc Debian x86-64 with master sources updated today, I could reproduce this.
Hen double clicking the first form, I got a message dialog proposing to migrate towards Firebird now or later.
Then I had the crash with all these logs.
Tamas: I know you're working on Mysql part for the moment but thought you might be interested in this one. Created attachment 145704 [details]
bt with debug symbols
I attached bt + gdb console.
I wonder if bt is ok since my linux kernel upgraded this morning.
I don't know if upgrading kernel requires to build from scratch because of change in libs dependencies.
LibreOffice started to crash after one of these 2 commits: https://cgit.freedesktop.org/libreoffice/core/log/?id=ea19b96b6beb0ce2f25705339d1d6342dc38b283&qt=range&q=07174b62c6ee23f7b44742ecfe44d4ff8653e57f..ea19b96b6beb0ce2f25705339d1d6342dc38b283 Before them an error message was prompted... 0xFFFF cast to short turned into -1 so wasn't seen as > 8000 Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/5df6e8e399a1634c7e8dfe3558fc8fcdac3fcb09%5E%21 tdf#120576 avoid crash during database migration It will be available in 6.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. backports to 6-2 and 6-1 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/a3c838986e58896a925f381c198d3bf592f874a7%5E%21 tdf#120576 avoid crash during database migration It will be available in 6.2.0.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-1": https://git.libreoffice.org/core/+/f2d8aa40c811d78b71302285711bc2eccdbcd9ea%5E%21 tdf#120576 avoid crash during database migration It will be available in 6.1.5. 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. Verified, not crash with Version: 6.2.0.1.0+ (x64) Build ID: 7da0f71cf15af0cfa74d0eaa0011a6b1db1a4abd CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; TinderBox: Win-x86_64@42, Branch:libreoffice-6-2, Time: 2018-12-23_10:20:49 Locale: es-ES (es_ES); UI-Language: en-US Calc: threaded Version: 6.3.0.0.alpha0+ (x64) Build ID: 2c5c20b19c349a4b7f6d78d69d8d57f9af5c351c CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; TinderBox: Win-x86_64@42, Branch:master, Time: 2018-12-23_00:18:09 Locale: es-ES (es_ES); UI-Language: en-US Calc: threaded Although the migration it's not successful. |