GNOME Bugzilla – Bug 747310
Crash on session startup
Last modified: 2015-04-16 13:55:00 UTC
Created attachment 300903 [details] Stacktrace Crashes on Continuous at https://git.gnome.org/browse/gdm/commit/?id=1edb0e4ae897cb1c53af3f3b2b913d5baf731580
Please revert https://git.gnome.org/browse/gnome-continuous/commit/?id=a1c4953699612fa4e22033306e34cae5241360eb after the issue is fixed
segfaulting in malloc? sounds like memory corruption. can you get a valgrind trace?
+ Trace 234977
Bisection points me to either e5a0e92f (manager: find session at registration time) or 507aefdf (manager: set display name on session object at registration time).
Created attachment 301619 [details] [review] manager: Don't double-free x11_display_name Found a double-free in the manager code.
Review of attachment 301619 [details] [review]: seems right to me. I had a somewhat different fix for this in tree at one point before I pushed, I must have accidentally dropped it instead of squashing it or something.
Attachment 301619 [details] pushed as fae288e - manager: Don't double-free x11_display_name