Comment 1 for bug 1476861

Revision history for this message
Alberto Mardegan (mardy) wrote :

Looking at the backtrace, this happens while in QGuiApplication::init(), while the QPA plugin is being initialized.

Looking at the crash reports, for example https://errors.ubuntu.com/oops/0be65b2e-b1eb-11e5-95b9-fa163e5bb1a2, it seems that all of them have the same command line:

     /usr/bin/online-accounts-ui --socket /run/user/32011/online-accounts-ui/ui-2-ubuntuone --profile unconfined

that is, crashes happen always when creating the UbuntuOne account. Also, from the ProcEnvironment field, I can see that the MIR_SOCKET and QT_QPA_PLATFORM environment variables are missing.

My suspicion is that this bug happens while the creation of the U1 account is requested very early during the boot session, or anyway in some situation where these variables are not properly setup.