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 771375 - Terminates with segmentation fault after entering DNS address
Terminates with segmentation fault after entering DNS address
Status: RESOLVED DUPLICATE of bug 771251
Product: gnome-control-center
Classification: Core
Component: Network
3.21.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-13 16:51 UTC by Paul Menzel
Modified: 2016-09-13 16:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
(gdb) t a a bt f (26.16 KB, text/plain)
2016-09-13 16:51 UTC, Paul Menzel
Details

Description Paul Menzel 2016-09-13 16:51:57 UTC
Created attachment 335455 [details]
(gdb) t a a bt f

GNOME Control Center 3.21.90 crashes after entering the addresses in the manual configuration dialog. After entering the last octet of the DNS address, it crashes with the backtrace below.

```

Thread 1 (Thread 0x7f4aaa636ac0 (LWP 20574))

  • #0 g_type_check_instance_is_fundamentally_a
    at ././gobject/gtype.c line 4024
  • #1 g_object_unref
    at ././gobject/gobject.c line 3082
  • #2 g_ptr_array_foreach
    at ././glib/garray.c line 1502
  • #3 ptr_array_free
    at ././glib/garray.c line 1088
  • #4 0x0000000000529df4 in
  • #5 0x0000000000514eea in
  • #9 <emit signal ??? on instance 0x1c45bc0 [CEPageIP4]>
    at ././gobject/gsignal.c line 3447
  • #13 <emit signal 0x7f4aa4cc182f "changed" on instance 0x1d39dc0 [GtkEntry]>
    at ././gobject/gsignal.c line 3487
  • #14 end_change
    at ././gtk/gtkentry.c line 2864
  • #15 gtk_entry_real_insert_text
    at ././gtk/gtkentry.c line 5306
  • #19 <emit signal 0x7f4aa4caf137 "insert-text" on instance 0x1d39dc0 [GtkEntry]>
    at ././gobject/gsignal.c line 3487
  • #20 gtk_entry_insert_text
    at ././gtk/gtkentry.c line 5080
  • #21 gtk_entry_commit_cb
    at ././gtk/gtkentry.c line 6037
  • #22 gtk_entry_commit_cb
    at ././gtk/gtkentry.c line 5953
  • #23 g_cclosure_marshal_VOID__STRINGv
    at ././gobject/gmarshal.c line 1794
  • #24 _g_closure_invoke_va
    at ././gobject/gclosure.c line 867
  • #25 g_signal_emit_valist
    at ././gobject/gsignal.c line 3300
  • #26 g_signal_emit_by_name
    at ././gobject/gsignal.c line 3487
  • #27 g_cclosure_marshal_VOID__STRINGv
    at ././gobject/gmarshal.c line 1794
  • #28 _g_closure_invoke_va
    at ././gobject/gclosure.c line 867
  • #29 g_signal_emit_valist
    at ././gobject/gsignal.c line 3300
  • #30 g_signal_emit_by_name
    at ././gobject/gsignal.c line 3487
  • #31 gtk_im_context_simple_commit_char
    at ././gtk/gtkimcontextsimple.c line 307
  • #32 gtk_im_context_simple_filter_keypress
    at ././gtk/gtkimcontextsimple.c line 927
  • #33 gtk_im_context_simple_filter_keypress
    at ././gtk/gtkimcontextsimple.c line 1319
  • #34 gtk_im_multicontext_filter_keypress
    at ././gtk/gtkimmulticontext.c line 359
  • #35 gtk_entry_key_press
    at ././gtk/gtkentry.c line 4810
  • #36 _gtk_marshal_BOOLEAN__BOXEDv
    at ././gtk/gtkmarshalers.c line 131
  • #37 _g_closure_invoke_va
    at ././gobject/gclosure.c line 867
  • #38 g_signal_emit_valist
    at ././gobject/gsignal.c line 3300
  • #39 g_signal_emit
    at ././gobject/gsignal.c line 3447
  • #40 gtk_widget_event_internal
    at ././gtk/gtkwidget.c line 7719
  • #41 gtk_window_propagate_key_event
    at ././gtk/gtkwindow.c line 7957
  • #42 gtk_window_key_press_event
    at ././gtk/gtkwindow.c line 7990
  • #43 _gtk_marshal_BOOLEAN__BOXEDv
    at ././gtk/gtkmarshalers.c line 131
  • #44 _g_closure_invoke_va
    at ././gobject/gclosure.c line 867
  • #45 g_signal_emit_valist
    at ././gobject/gsignal.c line 3300
  • #46 g_signal_emit
    at ././gobject/gsignal.c line 3447
  • #47 gtk_widget_event_internal
    at ././gtk/gtkwidget.c line 7719
  • #48 propagate_event
    at ././gtk/gtkmain.c line 2654
  • #49 gtk_main_do_event
    at ././gtk/gtkmain.c line 1884
  • #50 _gdk_event_emit
    at ././gdk/gdkevents.c line 73
  • #51 gdk_event_source_dispatch
    at ././gdk/x11/gdkeventsource.c line 367
  • #52 g_main_context_dispatch
    at ././glib/gmain.c line 3201
  • #53 g_main_context_dispatch
    at ././glib/gmain.c line 3854
  • #54 g_main_context_iterate
    at ././glib/gmain.c line 3927
  • #55 g_main_context_iteration
    at ././glib/gmain.c line 3988
  • #56 g_application_run
    at ././gio/gapplication.c line 2381
  • #57 main

Please find the full backtraces of all threads attached.
Comment 1 Bastien Nocera 2016-09-13 16:55:18 UTC
Thanks for taking the time to report this.
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 771251 ***