Crashes with ATK errors

Bug #418468 reported by arky
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
accerciser
Invalid
Medium
accerciser (Ubuntu)
Invalid
High
Unassigned

Bug Description

Binary package hint: accerciser

Looks like accerciser needs to be update to match ATK API changes

Traceback (most recent call last):
  File "/usr/local/bin/accerciser", line 52, in <module>
    accerciser.main()
  File "/usr/lib/python2.6/dist-packages/accerciser/__init__.py", line 35, in main
    main = Main()
  File "/usr/lib/python2.6/dist-packages/accerciser/accerciser.py", line 67, in __init__
    root_atk.set_description(str(os.getpid()))
AttributeError: 'NoneType' object has no attribute 'set_description'

ProblemType: Bug
Architecture: i386
Date: Tue Aug 25 13:17:47 2009
DistroRelease: Ubuntu 9.10
Package: accerciser 1.7.91-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-6.26-generic
SourcePackage: accerciser
Uname: Linux 2.6.31-6-generic i686

Revision history for this message
arky (arky) wrote :
Revision history for this message
Eitan Isaacson (eeejay) wrote :

I cannot reproduce this. Does it happen every time?

Revision history for this message
arky (arky) wrote :

The following scripts crashes with following error. Reading the atk API didn't help why 'set_description' is missing on machine.

./atk-test.py
Traceback (most recent call last):
  File "./atk-test.py", line 6, in <module>
    root_atk.set_description(str(os.getpid()))
AttributeError: 'NoneType' object has no attribute 'set_description'

Revision history for this message
arky (arky) wrote :

Commenting out the line as workaround to continue using accerciser.

    # mark the root of this window with its PID so we can easily identify it
    # as this app
    root_atk = atk.get_root()
    #root_atk.set_description(str(os.getpid()))

arky (arky)
summary: - [karmic] accerciser crashes with ATK errors
+ Crashes with ATK errors
Changed in accerciser:
status: Unknown → New
arky (arky)
Changed in accerciser (Ubuntu):
status: New → Confirmed
importance: Undecided → High
Changed in accerciser:
importance: Unknown → Medium
Changed in accerciser:
status: New → Incomplete
Revision history for this message
arky (arky) wrote :

Can not reproduce the bug, closing it as invaild

Changed in accerciser (Ubuntu):
status: Confirmed → Invalid
Changed in accerciser:
status: Incomplete → Invalid
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.