Code review comment for lp://staging/~jbicha/activity-log-manager/search-and-security-only-for-ccpanel

Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) wrote :

Looks like there is some issue. Install it and run it with gdb
> gdb gnome-control-center

System Settings open, click on Privacy and the whole UI freezes. Then after sometime, this error appears

Program received signal SIGTRAP, Trace/breakpoint trap.
0xb7650919 in g_logv (log_domain=log_domain@entry=0xb7882798 "GLib-GIO", log_level=<optimized out>, log_level@entry=G_LOG_LEVEL_ERROR,
    format=format@entry=0xb789cd5c "Settings schema '%s' does not contain a key named '%s'", args=args@entry=0xbfffdabc "\b\270\071\200\331\351", <incomplete sequence \364\265>)
    at gmessages.c:989
989 G_BREAKPOINT ();
(gdb) bt
#0 0xb7650919 in g_logv (log_domain=log_domain@entry=0xb7882798 "GLib-GIO", log_level=<optimized out>, log_level@entry=G_LOG_LEVEL_ERROR,
    format=format@entry=0xb789cd5c "Settings schema '%s' does not contain a key named '%s'", args=args@entry=0xbfffdabc "\b\270\071\200\331\351", <incomplete sequence \364\265>)
    at gmessages.c:989
#1 0xb7650a23 in g_log (log_domain=log_domain@entry=0xb7882798 "GLib-GIO", log_level=log_level@entry=G_LOG_LEVEL_ERROR,
    format=format@entry=0xb789cd5c "Settings schema '%s' does not contain a key named '%s'") at gmessages.c:1025
#2 0xb7834730 in g_settings_schema_get_value (schema=schema@entry=0x9070e660, key=key@entry=0xb5f4e9d9 "ubuntu-lock-on-suspend") at gsettingsschema.c:640
#3 0xb78348e8 in g_settings_schema_key_init (key=<optimized out>, key@entry=0x80355cb0, schema=<optimized out>, name=<optimized out>, name@entry=0xb5f4e9d9 "ubuntu-lock-on-suspend")
    at gsettingsschema.c:751
#4 0xb783a3c8 in g_settings_bind_with_mapping (settings=settings@entry=0x802f2090, key=key@entry=0xb5f4e9d9 "ubuntu-lock-on-suspend", object=object@entry=0x80347af8,
    property=property@entry=0xb5f4e654 "active", flags=G_SETTINGS_BIND_DEFAULT, get_mapping=0x0, set_mapping=0x0, user_data=user_data@entry=0x0, destroy=destroy@entry=0x0) at gsettings.c:2599
#5 0xb783a8e6 in g_settings_bind (settings=0x802f2090, key=key@entry=0xb5f4e9d9 "ubuntu-lock-on-suspend", object=object@entry=0x80347af8, property=property@entry=0xb5f4e654 "active",
    flags=<optimized out>, flags@entry=G_SETTINGS_BIND_DEFAULT) at gsettings.c:2543
#6 0xb5f35dce in alm_security_widget_set_up_ui (self=self@entry=0x8006bd38) at security-widget.c:406
#7 0xb5f364db in alm_security_widget_construct (object_type=2151247960) at security-widget.c:110
#8 0xb5f3658c in alm_security_widget_new () at security-widget.c:116
#9 0xb5f4ab97 in alm_main_window_panel_init (self=0x803018b8) at alm-cc.c:72

review: Needs Fixing

« Back to merge proposal