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 787103 - gtk3-widget-factory crashes on exit after inserting an emote on page3
gtk3-widget-factory crashes on exit after inserting an emote on page3
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-08-31 19:33 UTC by Hussam Al-Tayeb
Modified: 2017-09-01 23:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hussam Al-Tayeb 2017-08-31 19:33:46 UTC
gtk3-widget-factory crashes on exit after inserting an emote on page3.


Thread 1 "gtk3-widget-fac" received signal SIGSEGV, Segmentation fault.
0x00007ffff7587bc7 in gtk_widget_destroy (widget=0x555556436240)
    at gtkwidget.c:4719
4719	gtkwidget.c: No such file or directory.
(gdb) thread apply all bt full

Thread 1 (Thread 0x7ffff7fb8940 (LWP 3190))

  • #0 gtk_widget_destroy
    at gtkwidget.c line 4719
  • #1 g_datalist_clear
    at gdataset.c line 273
  • #2 g_object_finalize
    at gobject.c line 1044
  • #3 g_object_unref
    at gobject.c line 3314
  • #4 gtk_box_forall
    at gtkbox.c line 2671
  • #5 gtk_container_destroy
    at gtkcontainer.c line 1700
  • #9 <emit signal ??? on instance 0x5555560139e0 [GtkBox]>
    at gsignal.c line 3447
  • #10 gtk_widget_dispose
  • #11 g_object_run_dispose
    at gobject.c line 1084
  • #12 gtk_box_forall
    at gtkbox.c line 2671
  • #13 gtk_container_destroy
    at gtkcontainer.c line 1700
  • #17 <emit signal ??? on instance 0x555556013880 [GtkBox]>
    at gsignal.c line 3447
  • #18 gtk_widget_dispose
    at gtkwidget.c line 12070
  • #19 g_object_run_dispose
    at gobject.c line 1084
  • #20 gtk_box_forall
    at gtkbox.c line 2671
  • #21 gtk_container_destroy
    at gtkcontainer.c line 1700
  • #25 <emit signal ??? on instance 0x555555f485a0 [GtkBox]>
    at gsignal.c line 3447
  • #26 gtk_widget_dispose
    at gtkwidget.c line 12070
  • #27 g_object_run_dispose
    at gobject.c line 1084
  • #28 gtk_stack_forall
    at gtkstack.c line 1909
  • #29 gtk_container_destroy
    at gtkcontainer.c line 1700
  • #33 <emit signal ??? on instance 0x555555ab6790 [GtkStack]>
    at gsignal.c line 3447
  • #34 gtk_widget_dispose
    at gtkwidget.c line 12070
  • #35 g_object_run_dispose
    at gobject.c line 1084
  • #36 gtk_box_forall
    at gtkbox.c line 2671
  • #37 gtk_container_destroy
    at gtkcontainer.c line 1700
  • #41 <emit signal ??? on instance 0x555555a10750 [GtkBox]>
    at gsignal.c line 3447
  • #42 gtk_widget_dispose
    at gtkwidget.c line 12070
  • #43 g_object_run_dispose
  • #44 gtk_window_forall
    at gtkwindow.c line 8352
  • #45 gtk_container_destroy
    at gtkcontainer.c line 1700
  • #49 <emit signal ??? on instance 0x555555ab42b0 [GtkApplicationWindow]>
    at gsignal.c line 3447
  • #50 gtk_widget_dispose
    at gtkwidget.c line 12070
  • #51 gtk_window_dispose
    at gtkwindow.c line 3151
  • #52 gtk_application_window_dispose
    at gtkapplicationwindow.c line 804
  • #53 g_object_run_dispose
    at gobject.c line 1084
  • #54 gtk_widget_destroy
    at gtkwidget.c line 4722
  • #55 gtk_main_do_event
    at gtkmain.c line 1827
  • #56 send_delete_event
    at gtkwindow.c line 1322
  • #57 gdk_threads_dispatch
    at gdk.c line 743
  • #58 g_main_dispatch
    at gmain.c line 3148
  • #59 g_main_context_dispatch
    at gmain.c line 3813
  • #60 g_main_context_iterate
    at gmain.c line 3886
  • #61 g_main_context_iteration
    at gmain.c line 3947
  • #62 g_application_run
    at gapplication.c line 2401
  • #63 main
    at widget-factory.c line 1991