| Summary: | EDITING: Creating a view from a query crashes whole LO | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Robert Großkopf <robert> |
| Component: | Base | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | caolan.mcnamara, xiscofauli |
| Priority: | high | Keywords: | bibisected, bisected, regression |
| Version: | 7.1.0.3 release | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.2.0 target:7.1.2 target:7.1.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Open the database and try to create a view from "Abfrage2" | ||
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=46c34d5abcc3fb709de4c3a6a62649f1fe41ec9c author Caolán McNamara <caolanm@redhat.com> 2020-08-07 14:33:07 +0100 committer Caolán McNamara <caolanm@redhat.com> 2020-08-12 20:21:10 +0200 commit 46c34d5abcc3fb709de4c3a6a62649f1fe41ec9c (patch) tree cb2033f6b83d3109e9144dddade1a92dc3d1e54c parent c299e1255974c5564333480a5f8f0877c1011bc4 (diff) weld DBTreeListBox Bisected with: bibisect-linux64-7.1 Adding Cc: to Caolán McNamara Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ad4d715ca69d6f09fb2d8a713c79edb999ad2316 Resolves: tdf#140444 return early before null-deref 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 and 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/6953b18e20d048abc1330b79fc57c395db00bac3 Resolves: tdf#140444 return early before null-deref It will be available in 7.1.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-7-1-1": https://git.libreoffice.org/core/commit/1f0cc101380c20113c86aebc7e80170e675e31ed Resolves: tdf#140444 return early before null-deref It will be available in 7.1.1. 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. |
Created attachment 169780 [details] Open the database and try to create a view from "Abfrage2" Open the attached database. Go to pane queries. Right mouseclick on "Abfrage2" and choose "Create as View". Name the view as "Ans_Anz" or something else. Press OK. LO crashes immediately. This bug happens in LO 7.1.0.3 on OpenSUSE 15.2. This bug doesn't happen in LO 7.0.4.2 on the same system. So it's a regression.