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 733134 - gnome-shell-extension-prefs crashed with signal 5 in g_settings_bind_with_mapping()
gnome-shell-extension-prefs crashed with signal 5 in g_settings_bind_with_map...
Status: RESOLVED NOTGNOME
Product: gnome-shell
Classification: Core
Component: extensions
3.12.x
Other Linux
: Normal critical
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-07-13 21:45 UTC by Cristian Aravena Romero
Modified: 2014-07-13 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cristian Aravena Romero 2014-07-13 21:45:53 UTC
Open bug in launchpad.net :
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1341351

"EasyScreenCast by IacopoDeeNosee"

  • #0 g_logv
    at /build/buildd/glib2.0-2.41.1/./glib/gmessages.c line 1045
  • #1 g_log
    at /build/buildd/glib2.0-2.41.1/./glib/gmessages.c line 1078
  • #2 g_settings_schema_get_value
    at /build/buildd/glib2.0-2.41.1/./gio/gsettingsschema.c line 948
  • #3 g_settings_schema_key_init
    at /build/buildd/glib2.0-2.41.1/./gio/gsettingsschema.c line 1145
  • #4 g_settings_bind_with_mapping
    at /build/buildd/glib2.0-2.41.1/./gio/gsettings.c line 2660
  • #5 g_settings_bind
    at /build/buildd/glib2.0-2.41.1/./gio/gsettings.c line 2604
  • #6 ffi_call_unix64
    at ../src/x86/unix64.S line 76
  • #7 ffi_call
    at ../src/x86/ffi64.c line 525
  • #8 gjs_invoke_c_function
    at gi/function.cpp line 949
  • #9 function_call
    at gi/function.cpp line 1271
  • #10 CallJSNative
    at ./jscntxtinlines.h line 321
  • #11 js::Invoke
    at /build/buildd/mozjs24-24.2.0/js/src/vm/Interpreter.cpp line 474
  • #12 Interpret
    at /build/buildd/mozjs24-24.2.0/js/src/vm/Interpreter.cpp line 2298
  • #13 js::RunScript
    at /build/buildd/mozjs24-24.2.0/js/src/vm/Interpreter.cpp line 438
  • #14 js::Invoke
    at /build/buildd/mozjs24-24.2.0/js/src/vm/Interpreter.cpp line 500
  • #15 js_fun_apply
    at /build/buildd/mozjs24-24.2.0/js/src/jsfun.cpp line 982
  • #16 CallJSNative
    at ./jscntxtinlines.h line 321
  • #17 js::Invoke
    at /build/buildd/mozjs24-24.2.0/js/src/vm/Interpreter.cpp line 481
  • #18 js::Invoke
    at /build/buildd/mozjs24-24.2.0/js/src/vm/Interpreter.cpp line 531
  • #19 js::jit::DoCallFallback
    at /build/buildd/mozjs24-24.2.0/js/src/jit/BaselineIC.cpp line 7007
  • #20 ??
  • #21 ??
  • #22 ??
  • #23 ??
  • #24 ??
  • #25 js::jit::CreateThisInfo
    from /tmp/apport_sandbox_dQ0bnJ/usr/lib/x86_64-linux-gnu/libmozjs-24.so.0
  • #26 ??
  • #27 ??
  • #28 ??
  • #29 ??
  • #30 ??
  • #31 ??
  • #32 ??
  • #33 ??
  • #34 ??
  • #35 ??
  • #36 ??
  • #37 ??
  • #38 ??
  • #39 ??
  • #40 ??
  • #41 ??
  • #42 ??
  • #43 ??
  • #44 ??
  • #45 ??
  • #46 ??
  • #47 ??
  • #48 gjs_value_from_g_argument
    at gi/arg.cpp line 2436
  • #49 ??
  • #50 ??
  • #51 ??
  • #52 ??
  • #53 ??

Comment 1 Florian Müllner 2014-07-13 22:01:27 UTC
(In reply to comment #0)
> "EasyScreenCast by IacopoDeeNosee"
>
> msg = 0x202f340 "Settings schema 'org.gnome.settings-daemon.plugins.media-keys' 
> does not contain a key named 'max-screencast-length'"

Trying to access an invalid settings key would be an extension error (EasyScreenCast in this case), not anything gnome-shell-extension-prefs could prevent; though the problem here is that Ubuntu ships an old version of gnome-settings-daemon with a schema that does not contain that key yet (3.8 instead of 3.10/3.12).