GNOME Bugzilla – Bug 724925
gnome-shell crashed with SIGSEGV in gjs_string_from_utf8()
Last modified: 2014-02-24 15:15:59 UTC
Open bug in launchpad.net https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1251442 "gnome-shell crashes after invoking GIRepositoryGType.name() in looking glass."
+ Trace 233210
Created attachment 270137 [details] [review] gtype: fix name and toString() on the prototype Due to limitations of JS_InitClass, the prototype of GType objects is exposed as an object on the global, and people might accidentally call stuff on it. Let's not crash in that case.
Review of attachment 270137 [details] [review]: Makes sense.
Attachment 270137 [details] pushed as fbb8401 - gtype: fix name and toString() on the prototype