| Summary: | assert when editing a new dialog (gtk3 only) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Mark Hung <marklh9> |
| Component: | BASIC | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, jan.public, serval2412, xiscofauli |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 5.4.2.2 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:5.4.5 target:6.0.0.2 target:6.1.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 105537 | ||
| Attachments: | bt with debug symbols | ||
|
Description
Mark Hung
2017-12-30 08:28:14 UTC
You mixed actual results and expected results but with master sources updated yesterday, I could reproduce this. Created attachment 138746 [details]
bt with debug symbols
It seems specific Caolán: since it concerns vcl and more particularly gtk3, thought you might be interested in this one. > Steps to Reproduce: > 1. Tools > Options > Organize Dialogs. > 2. Click "New..." > 3. Click Edit to edit the dialog I guess you mean Tools > Macros > Organize Dialog? if so, I can't reproduce it in Version: 6.1.0.0.alpha0+ Build ID: 2bf1cc7372088ec31ac5f0fb60de57feda59d3b7 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded (In reply to Xisco Faulí from comment #5) > > Steps to Reproduce: > > 1. Tools > Options > Organize Dialogs. > > 2. Click "New..." > > 3. Click Edit to edit the dialog > > I guess you mean Tools > Macros > Organize Dialog? > if so, I can't reproduce it in @Julien Nabet, is this right? which gtk version do you have? mine is 3.22 and I can't reproduce. Is there any missing step? Xisco: I got 3.22.26-2. It wasn't explicit in my previous comments but I had an assert, not a crash. So if you don't use a debug build you won't reproduce what I got. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b5e9fc18cb51e52f2f3f5b35cba7fed5cd6cb122&h=libreoffice-5-4 Resolves: tdf#114766 gtk3 solar mutex assert It will be available in 5.4.5. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ca9526f42a1eac5aa3ff801e017636ca0e618ebd&h=libreoffice-6-0 Resolves: tdf#114766 gtk3 solar mutex assert It will be available in 6.0.0.2. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e7980e60ee60d9707780d0eee3841850351febf6 Resolves: tdf#114766 gtk3 solar mutex assert It will be available in 6.1.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. A polite ping to Caolán McNamara: is this bug fixed? if so, could you please close it as RESOLVED FIXED ? Thanks yeah, fixed this |