Comment 15 for bug 1233988

Revision history for this message
Alexandros Frantzis (afrantzis) wrote : Re: With Mir enabled: maliit-server crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler(), thrown from mir::client::DisplayConfiguration::copy_to_client()

One aspect of this bug is the strange crash that we get. This is caused by platform-api failing to properly detect failed connections
(https://code.launchpad.net/~afrantzis/platform-api/fix-1233988-somewhat/+merge/190378). With the proposed fix the client still aborts, since the connection fails, but with a much cleaner "Assertion `connect_suceeded' failed.", giving hints as to what's happening.