Created attachment 157630 [details] Backtrace 1. Install WollMux: https://github.com/WollMux/WollMux/releases/download/RELEASE_18.1.8/WollMux.oxt 2. Open Writer 3. Execute the following macro: dispatcher = createUnoService("com.sun.star.frame.DispatchHelper") dim args1(0) as new com.sun.star.beans.PropertyValue dispatcher.executeDispatch(ThisComponent.CurrentController.Frame, "wollmux:PALVerwalten", "", 0, args1()) 4. Click "Neu" in the dialog "Persönliche Absenderliste" -> LO crashes (with gtk3 only)
3 just gives me "Leider ist ein Fehler aufgetreten. Die genaue Fehlerbeschreibung steht im Log. Bitte wenden Sie sich an ihren Administrator."
On pc Debian x86-64 with master sources updated today + gtk3 rendering, I don't reproduce this and have the same error message as Caolán.
Hi Samuel, I believe you get the crash with a local build? What happens if you reproduce it in a daily build? Still crashing ?
Created attachment 157850 [details] Wollmux conf (In reply to Caolán McNamara from comment #1) > 3 just gives me > > "Leider ist ein Fehler aufgetreten. Die genaue Fehlerbeschreibung steht im > Log. Bitte wenden Sie sich an ihren Administrator." Ah it seems WollMux only works when a configuration is present. Here's what I have. Put the folder ".wollmux" into your home directory and try again :)
I can reproduce it now
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ce16f1f32937ee881268abf91454900b0170c637 Resolves: tdf#130414 don't crash attempting gtk_fixed_move if parent changed It will be available in 7.0.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e05c7017a04a1c2a2ee4dc22ee53ae8d66847c32 Related: tdf#130414 implement queue_resize for ChildFrame It will be available in 7.0.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.
@Samuel, could you please verify the issue is fixed on your side? OTOH, does it need to be backported to previous branches ?