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 669147 - Epiphany segfaults on Tab-drag-n-drop to other app
Epiphany segfaults on Tab-drag-n-drop to other app
Status: RESOLVED DUPLICATE of bug 655036
Product: epiphany
Classification: Core
Component: [obsolete] Backend:Base
3.3.x
Other Linux
: Normal major
: ---
Assigned To: Xan Lopez
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-01 02:38 UTC by Herbert Pötzl
Modified: 2012-02-01 04:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Herbert Pötzl 2012-02-01 02:38:40 UTC
When dragging an Epiphany tab to a window from a different application (e.g. Gnome Terminal or other Browser), Epiphany crashes hard with a Segfault.

How to reproduce:

 1) start Epiphany and Gnome Terminal
 2) drag Epiphany Tab to the Terminal Window
Comment 1 Herbert Pötzl 2012-02-01 02:51:48 UTC
here is a stack trace


[New Thread 0x7fff9548d700 (LWP 22153)]

Gtk-CRITICAL **: gtk_widget_unmap: assertion `GTK_IS_WIDGET (widget)' failed

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4ab2839 in gtk_widget_verify_invariants (widget=0xc08e90)
    at gtkwidget.c:8340
8340	  if (widget->priv->verifying_invariants_count > 0)
(gdb) where
  • #0 gtk_widget_verify_invariants
    at gtkwidget.c line 8340
  • #1 gtk_widget_hide
    at gtkwidget.c line 4017
  • #2 gtk_widget_hide
    at gtkwidget.c line 3990
  • #3 gtk_drag_remove_icon
    at gtkdnd.c line 4002
  • #4 gtk_drag_source_info_destroy
    at gtkdnd.c line 4031
  • #5 gtk_drag_drop_finished
    at gtkdnd.c line 3710
  • #6 gtk_drag_button_release_cb
    at gtkdnd.c line 4472
  • #7 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 85
  • #8 g_closure_invoke
    at gclosure.c line 774
  • #9 signal_emit_unlocked_R
    at gsignal.c line 3302
  • #10 g_signal_emit_valist
    at gsignal.c line 3043
  • #11 g_signal_emit
    at gsignal.c line 3090
  • #12 gtk_widget_event_internal
    at gtkwidget.c line 6154
  • #13 gtk_propagate_event
    at gtkmain.c line 2423
  • #14 gtk_main_do_event
    at gtkmain.c line 1690
  • #15 gdk_event_source_dispatch
    at gdkeventsource.c line 360
  • #16 g_main_dispatch
    at gmain.c line 2513
  • #17 g_main_context_dispatch
    at gmain.c line 3050
  • #18 g_main_context_iterate
    at gmain.c line 3121
  • #19 g_main_context_iterate
    at gmain.c line 3058
  • #20 g_main_context_iteration
    at gmain.c line 3182
  • #21 g_application_run
  • #22 main
    at ephy-main.c line 472

Comment 2 Akhil Laddha 2012-02-01 04:43:10 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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