| Summary: | EDITING: Closing of query from design view leads to crash | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Robert Großkopf <robert> |
| Component: | Base | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | aron.budea, caolan.mcnamara, serval2412 |
| Priority: | high | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 7.1.0.1 rc | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=139298 | ||
| Whiteboard: | target:7.2.0 target:7.1.0.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
bt with debug symbols (kf5)
bt with debug symbols (gen rendering) |
||
|
Description
Robert Großkopf
2020-12-29 07:20:39 UTC
I tested it a little bit more. If I don't save the query before I want to close the query I will be asked by a dialog if I want to save the query. This way the query will be saved and LO won't crash. If I save the query before I try to close the query (File → Save) it will crash immediately when I close the query. Created attachment 168551 [details]
bt with debug symbols (kf5)
On pc Debian x86-64 with master sources updated today + kf5 rendering, I could reproduce this.
Created attachment 168552 [details]
bt with debug symbols (gen rendering)
I don't reproduce this with gtk3 rendering. Caolán: thought you might be interested in this one. This started with the same two commits as bug 139298. https://cgit.freedesktop.org/libreoffice/core/commit/?id=5f7cf9ccba25a94c275ec67936dc29f0adb4129a author Caolán McNamara <caolanm@redhat.com> 2020-08-10 19:49:25 +0100 committer Caolán McNamara <caolanm@redhat.com> 2020-08-12 20:22:23 +0200 "use InterimDBTreeListBox" https://cgit.freedesktop.org/libreoffice/core/commit/?id=7b314c6aceb51d01b9b4314764b0f5852b4fb655 author Caolán McNamara <caolanm@redhat.com> 2020-08-10 21:05:46 +0100 committer Caolán McNamara <caolanm@redhat.com> 2020-08-12 20:22:41 +0200 "drop now unused DBTreeListBox" For the record, for me it only crashes if I save the query first before closing the query design view, if I choose to save when it asks during closing, or don't save the query at all, it doesn't crash. (In reply to Aron Budea from comment #6) > For the record, for me it only crashes if I save the query first before > closing the query design view, if I choose to save when it asks during > closing, or don't save the query at all, it doesn't crash. It is the same behavior I detected. See comment 1. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/45ef56be4febb73924ccc1a1902adf53f00a20ce Resolves: tdf#139299 crash on gaining focus during dispose It will be available in 7.2.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. fixed in master, backport to 7-1 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/37624d87110ca5f5990983ab73a2cd962d81d51a Resolves: tdf#139299 crash on gaining focus during dispose It will be available in 7.1.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. |