GNOME Bugzilla – Bug 669458
immediate crash
Last modified: 2012-02-06 19:15:23 UTC
After a recent round of jhbuild updates, gnome-shell segfaults immediately: gnome-shell: 39dd24310d7e79c50dca6891e39cc1a553709ac7 mutter: 7319b10d72b1fd6796c64bce1034c20f5ae2f101 gjs: 1292ae26b0fdb02113f302264e7d75c8cfb6ff2b Core was generated by `gnome-shell --replace'. Program terminated with signal 11, Segmentation fault.
+ Trace 229608
It's a gjs bug (caused by a missing NULL at the end of function definitions), so reassigning.
Created attachment 206900 [details] [review] GType: ensure that function and properties definitions are closed The JSAPI expects to find a NULL name at the end of property and function definitions in JS_InitClass, and not finding it it will handle bogus memory to string.h functions (which is a secure crash)
Review of attachment 206900 [details] [review]: Yep.
Review of attachment 206900 [details] [review]: Looks right.
Attachment 206900 [details] pushed as b5ba02d - GType: ensure that function and properties definitions are closed