After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 791517 - Double click in firefox tab bar crashes firefox
Double click in firefox tab bar crashes firefox
Status: RESOLVED DUPLICATE of bug 789054
Product: gtk+
Classification: Platform
Component: Backend: X11
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-12-12 14:23 UTC by yshuiv7
Modified: 2017-12-15 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description yshuiv7 2017-12-12 14:23:50 UTC
Related firefox bug:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866089

I think that bug report described the behavior of this bug pretty well.

Obviously firefox tries to call gdk_window_begin_move_drag while there's another drag ongoing. And this triggers an assertion failure.

My hypothesis of what happened is that: firefox received two mouse click event. gdk_window_begin_move_drag is called in handler of both event, hence this crahes.

The pointer grab in create_moveresize_window doesn't help because the second click arrived before the window is created (if my guess is correct).

I'm opening a report here because I don't think there's much the firefox side can do.
Comment 1 yshuiv7 2017-12-12 14:42:58 UTC
Sorry, I meant to refer this bug report

https://bugzilla.mozilla.org/show_bug.cgi?id=1186967
Comment 2 Daniel Boles 2017-12-12 15:50:15 UTC
Isn't this a dupe of Bug 789054 already mentioned at the downstream report?
Comment 3 Matthias Clasen 2017-12-15 20:33:17 UTC
looks like it

*** This bug has been marked as a duplicate of bug 789054 ***