| Summary: | Crash when trying to change format of field in a table/query | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Robert Großkopf <robert> |
| Component: | Base | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | critical | CC: | h3734236, serval2412 |
| Priority: | high | Keywords: | haveBacktrace, regression |
| Version: | 5.3.0.0.alpha0+ | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:5.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | bt with symbols | ||
|
Description
Robert Großkopf
2016-07-28 10:14:39 UTC
Couldn't set the importance to major or critical. But for me it's a major buggy behavior ... Tested on Version: 5.3.0.0.alpha0+ Build ID: 9fbd201ba8898f29058f9bbc5506ddfd6176cbdf CPU Threads: 2; OS Version: Mac OS X 10.11.6; UI Render: default; Locale: fr-FR (fr.UTF-8); Calc: group This is my own debug build from 27/07/2016 1) Opened test database (hsqldb embedded) 2) Opened a table 3) Right mouse button click on table column header - no crash 4) Repeated test with query - no crash So far, no repro for me on OSX Created attachment 126466 [details]
bt with symbols
On pc Debian x86-64 with master sources updated today + enable-dbgutil + above all with export SAL_USE_VCLPLUGIN=kde4, I could reproduce this.
I attached a bt with symbols
BTW, I don't reproduce this with gtk3 or gtk2.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ee79a2dd7ea60e902cab3a9203e307b8a78fee23 Resolves: tdf#101169 crash using column menu in base It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. With 94165d249e5de53f52ce38140312e341f9fb5cbf, it's ok now (for kde4 + gen rendering which also had the problem) Thank you Caolán for the quick fix! :-) |