Comment 6 for bug 1535297

Revision history for this message
Alberto Aguirre (albaguirre) wrote : Re: Unity8 crashes on session logout on desktop

It's a protobuf problem really.

The issue is Mir's libmirprotobuf links against libprotobuf-lite; the call to ShutdownProtobufLibrary is expected to be resolved by libprotobuf-lite; in this case presumably libprotobuf was also loaded and the linker is resolving "ShutdownProtobufLibrary" to libmirprotobuf instead hence the crash.