/usr/bin/online-accounts-ui:6:qt_message_fatal:QMessageLogger::fatal:UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlugin::create:loadIntegration
Bug #1476861 reported by
errors.ubuntu.com bug bridge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-system-settings-online-accounts (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The Ubuntu Error Tracker has been receiving reports about a problem regarding ubuntu-
To post a comment you must log in.
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-fa163e5bb1 a2, 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.