void unity_root_accessible_add_window(UnityRootAccessible*, nux::BaseWindow*): assertion `UNITY_IS_ROOT_ACCESSIBLE (self)' failed

Bug #705442 reported by las
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Unity
Fix Released
Undecided
Alejandro Piñeiro
unity (Ubuntu)
Fix Released
Undecided
Alejandro Piñeiro

Bug Description

Binary package hint: unity

after installing fglrx no unity .ran "unity" in comandline. gavethis errors.

as@las-eME640:~$ unity
No value set for `/apps/compiz-1/general/allscreens/options/active_plugins'
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Initializing core options...done
Initializing bailer options...done
Initializing detection options...done
Initializing composite options...done
Initializing opengl options...done
Initializing decor options...done
Initializing mousepoll options...done
Initializing vpswitch options...done
Initializing animation options...done
Initializing snap options...done
Initializing expo options...done
Initializing move options...done
Initializing place options...done
Initializing gnomecompat options...done
Initializing wall options...done
Initializing ezoom options...done
Initializing workarounds options...done
Initializing staticswitcher options...done
Initializing resize options...done
Initializing fade options...done
Initializing scale options...done
Initializing session options...done
** (<unknown>:6511): DEBUG: Unity accessibility initialization

** (<unknown>:6511): WARNING **: Accessibility: invalid module path (NULL)

** (<unknown>:6511): WARNING **: Unable to load GDesktopAppInfo for 'ubiquity-gtkui.desktop'

** (<unknown>:6511): WARNING **: Unable to load GDesktopAppInfo for 'ubuntuone-control-panel-gtk.desktop'

** (<unknown>:6511): CRITICAL **: void unity_root_accessible_add_window(UnityRootAccessible*, nux::BaseWindow*): assertion `UNITY_IS_ROOT_ACCESSIBLE (self)' failed
Segmentation fault
las@las-eME640:~$

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.2.12-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Thu Jan 20 19:50:38 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-20 08:26:42.571786
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.801, 2.6.37-12-generic, i686: installed
GraphicsCard: Subsystem: Acer Incorporated [ALI] Device [1025:036e]
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
InstallationMedia_: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
MachineType: eMachines eME640
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.37-12-generic root=UUID=58802495-6760-4321-ba49-254d810be5e7 ro vt.handoff=7 quiet splash
ProcVersionSignature_: Ubuntu 2.6.37-12.26-generic 2.6.37
SourcePackage: unity
dmi.bios.date: 06/01/2010
dmi.bios.vendor: eMachines
dmi.bios.version: V1.06
dmi.board.name: eME640
dmi.board.vendor: eMachines
dmi.board.version: V1.06
dmi.chassis.type: 10
dmi.chassis.vendor: eMachines
dmi.chassis.version: V1.06
dmi.modalias: dmi:bvneMachines:bvrV1.06:bd06/01/2010:svneMachines:pneME640:pvrV1.06:rvneMachines:rneME640:rvrV1.06:cvneMachines:ct10:cvrV1.06:
dmi.product.name: eME640
dmi.product.version: V1.06
dmi.sys.vendor: eMachines
version.fglrx-installer: fglrx-installer N/A
version.libdrm2: libdrm2 2.4.22-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 7.9+repack-1ubuntu6
version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.13.2-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.13.901-2ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20100805+b96170a-0ubuntu1

Related branches

Revision history for this message
las (bandara-ls) wrote :
Revision history for this message
las (bandara-ls) wrote :

results of glxgears

glxgears
12363 frames in 5.0 seconds = 2472.591 FPS
12689 frames in 5.0 seconds = 2537.650 FPS
12698 frames in 5.0 seconds = 2539.494 FPS

Revision history for this message
Alejandro Piñeiro (apinheiro) wrote :

Ok, the problem is that the accessibility is not enabled, as the log says:

** (<unknown>:6511): DEBUG: Unity accessibility initialization

** (<unknown>:6511): WARNING **: Accessibility: invalid module path (NULL)

But we are trying to add that window to the accessibility system, not initialized:

** (<unknown>:6511): CRITICAL **: void unity_root_accessible_add_window(UnityRootAccessible*, nux::BaseWindow*): assertion `UNITY_IS_ROOT_ACCESSIBLE (self)' failed
Segmentation fault

Although this manual adding is temporal, I will add a check in order to avoid this crash meanwhile. I will take this bug.

Changed in unity (Ubuntu):
assignee: nobody → Alejandro Piñeiro (apinheiro)
status: New → In Progress
Revision history for this message
Alejandro Piñeiro (apinheiro) wrote :

After checking this a little, just to comment that this error message shouldn't be the cause of the segmentation fault.

I was able to reproduce it, but unity works fine (warning there, but works fine).

Although I still plan to avoid that warnings, take into account that likely it will not fix the segmentation fault.

Revision history for this message
Alejandro Piñeiro (apinheiro) wrote :

The branch that I have just linked solves that warning

Anyway, as I said, I really doubt that this Segmentation Fault caused by this reason.

Revision history for this message
Alejandro Piñeiro (apinheiro) wrote :

I forgot to close the bug when I wrote the previous message. Doing now.

Changed in unity (Ubuntu):
status: In Progress → Fix Committed
Changed in unity:
status: New → Fix Released
milestone: none → 3.2.16
assignee: nobody → Alejandro Piñeiro (apinheiro)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package unity - 3.2.16-0ubuntu1

---------------
unity (3.2.16-0ubuntu1) natty; urgency=low

  * New upstream release:
    - Add the Launcher BaseWindow to the a11y component only if a11y was
      initialized (LP: #705442)
    - Enable _NET_WM_WINDOW_TYPE_UTILITY windows (like gimp toolbox) to hide
      the Launcher (LP: #706109)
    - Fix the defaul indicators size, making them inconsistent (LP: #705803)
    - Always have the indicator session to the top right (LP: #705697)
    - Show launcher when places are activated (LP: #705948)
    - Fix memory leaks in dash (LP: #705705)
    - Support i18n (LP: #697166)
    - Enabling double click on the launcher to restore a maximized window
      (LP: #661049)
    - Update the title bar on tab change (LP: #691651)
    - Hide the launcher instantanly on key press or dash if we have already
      waited the launcher trigger time (LP: #705805)
    - Make sure keypad keys also work in the search entry (LP: #599902)
    - Dash elipsizes file and application names too soon, making them unreadable
      (LP: #632526)
    - Implement Places Group View (LP: #704493)
  * debian/control:
    - ensure we have latest bamf and nux
 -- Didier Roche <email address hidden> Thu, 27 Jan 2011 14:43:29 +0100

Changed in unity (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.