After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 441000 - getChildAtIndex() on an AccessibleDesktop sometimes returns garbage
getChildAtIndex() on an AccessibleDesktop sometimes returns garbage
Status: RESOLVED DUPLICATE of bug 465103
Product: at-spi
Classification: Platform
Component: registry
1.18.x
Other All
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2007-05-24 18:00 UTC by Zack Cerza
Modified: 2007-08-09 21:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
test case (853 bytes, text/plain)
2007-05-24 18:02 UTC, Zack Cerza
Details

Description Zack Cerza 2007-05-24 18:00:59 UTC
Please describe the problem:
Pretty self-explanatory. Looks like some application is attempting to be accessible, but failing miserably somehow. I'm not sure how to figure out which app is causing this, but is there a more graceful way at-spi could handle this? It also occurs in the new python bindings - desktop[10] would be None.

% ./cspi_test  
0 'gnome-settings-daemon' 'application'
[...]
9 'gnome-power-manager' 'application'
10Warning: AT-SPI error: pre method check: add: Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
 '(null)' 'invalid'
11 'pam-panel-icon' 'application'
[...]

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Zack Cerza 2007-05-24 18:02:34 UTC
Created attachment 88748 [details]
test case

build with:

gcc -o cspi_test `pkg-config --cflags cspi-1.0` `pkg-config --libs cspi-1.0` cspi_test.c
Comment 2 Zack Cerza 2007-05-24 18:03:24 UTC
This one can be hard to reproduce, of course, since it seems to require a sufficiently broken app to be running.
Comment 3 Zack Cerza 2007-08-09 21:13:58 UTC

*** This bug has been marked as a duplicate of 465103 ***