Bug 100710 - Crash on exit after opening styles drop down menu (gtk3)
Summary: Crash on exit after opening styles drop down menu (gtk3)
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
5.1.3.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: GTK3
  Show dependency treegraph
 
Reported: 2016-07-01 06:39 UTC by Yousuf Philips (jay) (retired)
Modified: 2017-09-19 11:54 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
screencast (562.45 KB, video/webm)
2016-07-04 13:45 UTC, Yousuf Philips (jay) (retired)
Details
backtrace (4.03 KB, text/x-log)
2016-07-10 22:50 UTC, Yousuf Philips (jay) (retired)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuf Philips (jay) (retired) 2016-07-01 06:39:13 UTC
Steps:
1) Open Writer
2) Open styles drop down menu in toolbar
3) Close LO
4) Crash and recovery dialog appears

Tested on Fedora 24 Live CD which is running the gtk3 build

Version: 5.1.3.2
Build ID: 5.1.3.2-6.fc24
CPU Threads: 4; OS Version: Linux 4.5; UI Render: default; 
Locale: en-US (en_US.UTF-8)
Comment 1 Caolán McNamara 2016-07-01 10:34:38 UTC
I don't reproduce this. The drop down menu is still open at the time of closing, right. And what mechanism do you use to close writer, file->quit or the window manager close X button ?
Comment 2 Julien Nabet 2016-07-02 13:20:06 UTC
On pc Debian x86-64 with master sources updated today (and gtk3 by default for rendering), I don't reproduce this.
Comment 3 Caolán McNamara 2016-07-04 07:33:02 UTC
was it a wayland session ?
Comment 4 Yousuf Philips (jay) (retired) 2016-07-04 13:45:05 UTC
Created attachment 126064 [details]
screencast

(In reply to Caolán McNamara from comment #1)
> I don't reproduce this. The drop down menu is still open at the time of
> closing, right. And what mechanism do you use to close writer, file->quit or
> the window manager close X button ?

No i closed the drop down menu. I clicked X in the window manager.

(In reply to Caolán McNamara from comment #3)
> was it a wayland session ?

Fedora 24 defaults to X11.

So i tested it on a second laptop and it also crashed from my bootable usb.
Comment 5 Caolán McNamara 2016-07-08 14:08:27 UTC
echo $G_DEBUG shows nothing right ?

Perhaps whatever this is will be fixed by https://cgit.freedesktop.org/libreoffice/core/commit/?id=6b9f42ea1dc0926bc445982ad57bf93561f1bd03 which touches the code which popups these menus
Comment 6 Yousuf Philips (jay) (retired) 2016-07-10 22:34:22 UTC
(In reply to Caolán McNamara from comment #5)
> echo $G_DEBUG shows nothing right ?

yep nothing

I'm installing fedora in a VM and will install the debug package to see if i can get some info.
Comment 7 Yousuf Philips (jay) (retired) 2016-07-10 22:50:03 UTC
Created attachment 126155 [details]
backtrace

So gdb didnt exit completely after the forced crash i did and repeatedly typing 'bt' at the '(gdb)' cursor didnt work, so i typed quit.
Comment 8 Yousuf Philips (jay) (retired) 2016-07-13 08:42:43 UTC
So i upgraded to 5.1.4 and the problem seems to be solved.