GLib-CRITICAL messages when clicking on "Get Help online" or on the Twitter / Facebook icons
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntuone-control-panel (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Reproduced with a 13.04 daily build on a live USB key.
1. Open ubuntuone-
2. Click on the "Get Help online" link, the following message appears:
(process:12263): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
3. Click on the Twitter icon, the following message appears:
(process:12361): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
4. Click on the Facebook icon, the following message appears:
(process:12378): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntuone-
ProcVersionSign
Uname: Linux 3.8.0-15-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
CasperVersion: 1.330
Date: Sat Mar 30 12:45:08 2013
LiveMediaBuild: Ubuntu 13.04 "Raring Ringtail" - Alpha i386 (20130328)
MarkForUpload: True
PackageArchitec
SourcePackage: ubuntuone-
UpgradeStatus: No upgrade log present (probably fresh install)
This bug is in Qt. Clicking on links withing a QLabel widget will cause it to print out that error. You should probably consider reporting this to Qt and not Ubuntu.
I can reproduce this bug simply by creating a GUI app with a QLabel holding a simple link. Make sure to also set "openExternalLinks" to "true" otherwise links wont work at within your Qlabel. Clicking this link will trigger the exact same error as you've got.
This was tested with Qt 5.2.2 (compiled in 20 January 2014).