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 696953 - profile editor crash
profile editor crash
Status: RESOLVED DUPLICATE of bug 696921
Product: gnome-terminal
Classification: Core
Component: general
3.8.x
Other OpenBSD
: Normal major
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-31 09:59 UTC by Antoine Jacoutot
Modified: 2013-03-31 10:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Antoine Jacoutot 2013-03-31 09:59:42 UTC
Hi.

Running gnome-terminal 3.8.0 on OpenBSD and trying to open the profile editor ends up with a gnome-terminal-server crash.

gdb /usr/local/libexec/gnome-terminal-server -c gnome-terminal-s.core                                                                                      <

  • #0 g_settings_bind_writable
    at gsettings.c line 2810
  • #0 g_settings_bind_writable
    at gsettings.c line 2810
  • #1 terminal_profile_edit
    at profile-editor.c line 989
  • #2 terminal_app_edit_profile
    at terminal-app.c line 517
  • #3 edit_current_profile_callback
    at terminal-window.c line 3164
  • #4 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 85
  • #5 g_closure_invoke
    at gclosure.c line 777
  • #6 signal_emit_unlocked_R
    at gsignal.c line 3584
  • #7 g_signal_emit_valist
    at gsignal.c line 3328
  • #8 g_signal_emit
    at gsignal.c line 3384
  • #9 _gtk_action_emit_activate
    from /usr/local/lib/libgtk-3.so.800.0
  • #10 g_cclosure_marshal_VOID__VOIDv
    at gmarshal.c line 115
  • #11 g_type_class_meta_marshalv
    at gclosure.c line 997
  • #12 _g_closure_invoke_va
    at gclosure.c line 840
  • #13 g_signal_emit_valist
    at gsignal.c line 3234
  • #14 g_signal_emit
    at gsignal.c line 3384
  • #15 gtk_widget_activate
    from /usr/local/lib/libgtk-3.so.800.0
  • #16 gtk_menu_shell_activate_item
    from /usr/local/lib/libgtk-3.so.800.0
  • #17 gtk_menu_shell_button_release
    from /usr/local/lib/libgtk-3.so.800.0
  • #18 _gtk_marshal_BOOLEAN__BOXEDv
    from /usr/local/lib/libgtk-3.so.800.0
  • #19 g_type_class_meta_marshalv
    at gclosure.c line 997
  • #20 _g_closure_invoke_va
    at gclosure.c line 840
  • #21 g_signal_emit_valist
    at gsignal.c line 3234
  • #22 g_signal_emit
    at gsignal.c line 3384
  • #23 gtk_widget_event_internal
    from /usr/local/lib/libgtk-3.so.800.0
  • #24 propagate_event
    from /usr/local/lib/libgtk-3.so.800.0
  • #25 gtk_main_do_event
    from /usr/local/lib/libgtk-3.so.800.0
  • #26 gdk_event_source_dispatch
    from /usr/local/lib/libgdk-3.so.800.0
  • #27 g_main_dispatch
    at gmain.c line 3054
  • #28 g_main_context_dispatch
    at gmain.c line 3630
  • #29 g_main_context_iterate
    at gmain.c line 3701
  • #30 g_main_context_iteration
    at gmain.c line 3762
  • #31 g_application_run
    at gapplication.c line 1623
  • #32 main
    at server.c line 125

Comment 1 Antoine Jacoutot 2013-03-31 10:09:36 UTC
Gah, missed the duplicate...

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