Comment 6 for bug 2012068

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: gdm3: "Oh no! Something has gone wrong."

It looks like there is code calling g_strsplit(0x13ea, ":",) and while there are calls of that form in both mutter and gnome-shell, only one in gnome-shell is suspicious:

  maybe_add_rpath_introspection_paths()

It's trying to do ELF parsing. To avoid that code path, try building gnome-shell without the option HAVE_EXE_INTROSPECTION.