Comment 6 for bug 2034524

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: gnome-shell crashed with SIGSEGV in __GI_getenv()

Looks like the environment block has been corrupted (otherwise getenv wouldn't crash). This can happen if some code called putenv() but then freed the memory instead of leaking it as it should.

See also bug 1979118 and bug 2027830.